1. DFLAGS="-fno-section-anchors" make 2>&1 | tee build.log
  2.  
  3. make[1]: Entering directory `/home/pi/gcc-4.7.1-debian/objdir'
  4. mkdir -p -- ./fixincludes
  5. Configuring in ./fixincludes
  6. configure: creating cache ./config.cache
  7. checking build system type... arm-unknown-linux-gnueabihf
  8. checking host system type... arm-unknown-linux-gnueabihf
  9. checking target system type... arm-unknown-linux-gnueabihf
  10. checking for arm-linux-gnueabihf-gcc... arm-linux-gnueabihf-gcc
  11. checking for C compiler default output file name... a.out
  12. checking whether the C compiler works... yes
  13. checking whether we are cross compiling... no
  14. checking for suffix of executables...
  15. checking for suffix of object files... o
  16. checking whether we are using the GNU C compiler... yes
  17. checking whether arm-linux-gnueabihf-gcc accepts -g... yes
  18. checking for arm-linux-gnueabihf-gcc option to accept ISO C89... none needed
  19. checking how to run the C preprocessor... arm-linux-gnueabihf-gcc -E
  20. checking for grep that handles long lines and -e... /bin/grep
  21. checking for egrep... /bin/grep -E
  22. checking for ANSI C header files... yes
  23. checking for sys/types.h... yes
  24. checking for sys/stat.h... yes
  25. checking for stdlib.h... yes
  26. checking for string.h... yes
  27. checking for memory.h... yes
  28. checking for strings.h... yes
  29. checking for inttypes.h... yes
  30. checking for stdint.h... yes
  31. checking for unistd.h... yes
  32. checking minix/config.h usability... no
  33. checking minix/config.h presence... no
  34. checking for minix/config.h... no
  35. checking whether it is safe to define __EXTENSIONS__... yes
  36. checking for a sed that does not truncate output... /bin/sed
  37. checking whether arm-linux-gnueabihf-gcc supports -W... yes
  38. checking whether arm-linux-gnueabihf-gcc supports -Wall... yes
  39. checking whether arm-linux-gnueabihf-gcc supports -Wwrite-strings... yes
  40. checking whether arm-linux-gnueabihf-gcc supports -Wstrict-prototypes... yes
  41. checking whether arm-linux-gnueabihf-gcc supports -Wmissing-prototypes... yes
  42. checking whether arm-linux-gnueabihf-gcc supports -Wold-style-definition... yes
  43. checking whether arm-linux-gnueabihf-gcc supports -Wmissing-format-attribute... yes
  44. checking whether arm-linux-gnueabihf-gcc supports -Woverlength-strings... yes
  45. checking whether arm-linux-gnueabihf-gcc supports -pedantic -Wlong-long... yes
  46. checking for ANSI C header files... (cached) yes
  47. checking stddef.h usability... yes
  48. checking stddef.h presence... yes
  49. checking for stddef.h... yes
  50. checking for stdlib.h... (cached) yes
  51. checking for strings.h... (cached) yes
  52. checking for unistd.h... (cached) yes
  53. checking fcntl.h usability... yes
  54. checking fcntl.h presence... yes
  55. checking for fcntl.h... yes
  56. checking sys/file.h usability... yes
  57. checking sys/file.h presence... yes
  58. checking for sys/file.h... yes
  59. checking for sys/stat.h... (cached) yes
  60. checking for clearerr_unlocked... yes
  61. checking for feof_unlocked... yes
  62. checking for ferror_unlocked... yes
  63. checking for fflush_unlocked... yes
  64. checking for fgetc_unlocked... yes
  65. checking for fgets_unlocked... yes
  66. checking for fileno_unlocked... yes
  67. checking for fprintf_unlocked... no
  68. checking for fputc_unlocked... yes
  69. checking for fputs_unlocked... yes
  70. checking for fread_unlocked... yes
  71. checking for fwrite_unlocked... yes
  72. checking for getchar_unlocked... yes
  73. checking for getc_unlocked... yes
  74. checking for putchar_unlocked... yes
  75. checking for putc_unlocked... yes
  76. checking whether abort is declared... yes
  77. checking whether asprintf is declared... yes
  78. checking whether basename is declared... yes
  79. checking whether errno is declared... no
  80. checking whether vasprintf is declared... yes
  81. checking whether clearerr_unlocked is declared... yes
  82. checking whether feof_unlocked is declared... yes
  83. checking whether ferror_unlocked is declared... yes
  84. checking whether fflush_unlocked is declared... yes
  85. checking whether fgetc_unlocked is declared... yes
  86. checking whether fgets_unlocked is declared... yes
  87. checking whether fileno_unlocked is declared... yes
  88. checking whether fprintf_unlocked is declared... no
  89. checking whether fputc_unlocked is declared... yes
  90. checking whether fputs_unlocked is declared... yes
  91. checking whether fread_unlocked is declared... yes
  92. checking whether fwrite_unlocked is declared... yes
  93. checking whether getchar_unlocked is declared... yes
  94. checking whether getc_unlocked is declared... yes
  95. checking whether putchar_unlocked is declared... yes
  96. checking whether putc_unlocked is declared... yes
  97. checking for an ANSI C-conforming const... yes
  98. checking sys/mman.h usability... yes
  99. checking sys/mman.h presence... yes
  100. checking for sys/mman.h... yes
  101. checking for mmap... yes
  102. checking whether read-only mmap of a plain file works... yes
  103. checking whether mmap from /dev/zero works... yes
  104. checking for MAP_ANON(YMOUS)... yes
  105. checking whether mmap with MAP_ANON(YMOUS) works... yes
  106. checking whether to enable maintainer-specific portions of Makefiles... no
  107. configure: updating cache ./config.cache
  108. configure: creating ./config.status
  109. config.status: creating Makefile
  110. config.status: creating mkheaders.almost
  111. config.status: creating config.h
  112. mkdir -p -- ./libiberty
  113. Configuring in ./libiberty
  114. configure: creating cache ./config.cache
  115. checking whether to enable maintainer-specific portions of Makefiles... no
  116. checking for makeinfo... /home/pi/gcc-4.7.1-debian/missing makeinfo --split-size=5000000
  117. configure: WARNING:
  118. *** Makeinfo is missing. Info documentation will not be built.
  119. checking for perl... perl
  120. checking build system type... arm-unknown-linux-gnueabihf
  121. checking host system type... arm-unknown-linux-gnueabihf
  122. checking for arm-linux-gnueabihf-ar... ar
  123. checking for arm-linux-gnueabihf-ranlib... ranlib
  124. checking for arm-linux-gnueabihf-gcc... arm-linux-gnueabihf-gcc
  125. checking for C compiler default output file name... a.out
  126. checking whether the C compiler works... yes
  127. checking whether we are cross compiling... no
  128. checking for suffix of executables...
  129. checking for suffix of object files... o
  130. checking whether we are using the GNU C compiler... yes
  131. checking whether arm-linux-gnueabihf-gcc accepts -g... yes
  132. checking for arm-linux-gnueabihf-gcc option to accept ISO C89... none needed
  133. checking for special C compiler options needed for large files... no
  134. checking for _FILE_OFFSET_BITS value needed for large files... 64
  135. checking how to run the C preprocessor... arm-linux-gnueabihf-gcc -E
  136. checking whether arm-linux-gnueabihf-gcc supports -W... yes
  137. checking whether arm-linux-gnueabihf-gcc supports -Wall... yes
  138. checking whether arm-linux-gnueabihf-gcc supports -Wwrite-strings... yes
  139. checking whether arm-linux-gnueabihf-gcc supports -Wc++-compat... yes
  140. checking whether arm-linux-gnueabihf-gcc supports -Wstrict-prototypes... yes
  141. checking whether arm-linux-gnueabihf-gcc supports -pedantic ... yes
  142. checking whether arm-linux-gnueabihf-gcc and cc understand -c and -o together... yes
  143. checking for an ANSI C-conforming const... yes
  144. checking for inline... inline
  145. checking for grep that handles long lines and -e... /bin/grep
  146. checking for egrep... /bin/grep -E
  147. checking for ANSI C header files... yes
  148. checking for sys/types.h... yes
  149. checking for sys/stat.h... yes
  150. checking for stdlib.h... yes
  151. checking for string.h... yes
  152. checking for memory.h... yes
  153. checking for strings.h... yes
  154. checking for inttypes.h... yes
  155. checking for stdint.h... yes
  156. checking for unistd.h... yes
  157. checking whether byte ordering is bigendian... no
  158. checking for a BSD-compatible install... /usr/bin/install -c
  159. checking for sys/file.h... yes
  160. checking for sys/param.h... yes
  161. checking for limits.h... yes
  162. checking for stdlib.h... (cached) yes
  163. checking for malloc.h... yes
  164. checking for string.h... (cached) yes
  165. checking for unistd.h... (cached) yes
  166. checking for strings.h... (cached) yes
  167. checking for sys/time.h... yes
  168. checking for time.h... yes
  169. checking for sys/resource.h... yes
  170. checking for sys/stat.h... (cached) yes
  171. checking for sys/mman.h... yes
  172. checking for fcntl.h... yes
  173. checking for alloca.h... yes
  174. checking for sys/pstat.h... no
  175. checking for sys/sysmp.h... no
  176. checking for sys/sysinfo.h... yes
  177. checking for machine/hal_sysinfo.h... no
  178. checking for sys/table.h... no
  179. checking for sys/sysctl.h... yes
  180. checking for sys/systemcfg.h... no
  181. checking for stdint.h... (cached) yes
  182. checking for stdio_ext.h... yes
  183. checking for process.h... no
  184. checking for sys/prctl.h... yes
  185. checking for sys/wait.h that is POSIX.1 compatible... yes
  186. checking whether time.h and sys/time.h may both be included... yes
  187. checking whether errno must be declared... no
  188. checking size of int... 4
  189. checking for a 64-bit type... uint64_t
  190. checking for intptr_t... yes
  191. checking for uintptr_t... yes
  192. checking for ssize_t... yes
  193. checking for pid_t... yes
  194. checking for library containing strerror... none required
  195. checking for asprintf... yes
  196. checking for atexit... yes
  197. checking for basename... yes
  198. checking for bcmp... yes
  199. checking for bcopy... yes
  200. checking for bsearch... yes
  201. checking for bzero... yes
  202. checking for calloc... yes
  203. checking for clock... yes
  204. checking for ffs... yes
  205. checking for getcwd... yes
  206. checking for getpagesize... yes
  207. checking for gettimeofday... yes
  208. checking for index... yes
  209. checking for insque... yes
  210. checking for memchr... yes
  211. checking for memcmp... yes
  212. checking for memcpy... yes
  213. checking for memmem... yes
  214. checking for memmove... yes
  215. checking for mempcpy... yes
  216. checking for memset... yes
  217. checking for mkstemps... yes
  218. checking for putenv... yes
  219. checking for random... yes
  220. checking for rename... yes
  221. checking for rindex... yes
  222. checking for setenv... yes
  223. checking for snprintf... yes
  224. checking for sigsetmask... yes
  225. checking for stpcpy... yes
  226. checking for stpncpy... yes
  227. checking for strcasecmp... yes
  228. checking for strchr... yes
  229. checking for strdup... yes
  230. checking for strncasecmp... yes
  231. checking for strndup... yes
  232. checking for strrchr... yes
  233. checking for strstr... yes
  234. checking for strtod... yes
  235. checking for strtol... yes
  236. checking for strtoul... yes
  237. checking for strverscmp... yes
  238. checking for tmpnam... yes
  239. checking for vasprintf... yes
  240. checking for vfprintf... yes
  241. checking for vprintf... yes
  242. checking for vsnprintf... yes
  243. checking for vsprintf... yes
  244. checking for waitpid... yes
  245. checking for setproctitle... no
  246. checking whether alloca needs Cray hooks... no
  247. checking stack direction for C alloca... -1
  248. checking for vfork.h... no
  249. checking for fork... yes
  250. checking for vfork... yes
  251. checking for working fork... yes
  252. checking for working vfork... (cached) yes
  253. checking for _doprnt... no
  254. checking for sys_errlist... yes
  255. checking for sys_nerr... yes
  256. checking for sys_siglist... yes
  257. checking for external symbol _system_configuration... no
  258. checking for __fsetlocking... yes
  259. checking for canonicalize_file_name... yes
  260. checking for dup3... yes
  261. checking for getrlimit... yes
  262. checking for getrusage... yes
  263. checking for getsysinfo... no
  264. checking for gettimeofday... (cached) yes
  265. checking for on_exit... yes
  266. checking for psignal... yes
  267. checking for pstat_getdynamic... no
  268. checking for pstat_getstatic... no
  269. checking for realpath... yes
  270. checking for setrlimit... yes
  271. checking for sbrk... yes
  272. checking for spawnve... no
  273. checking for spawnvpe... no
  274. checking for strerror... yes
  275. checking for strsignal... yes
  276. checking for sysconf... yes
  277. checking for sysctl... yes
  278. checking for sysmp... no
  279. checking for table... no
  280. checking for times... yes
  281. checking for wait3... yes
  282. checking for wait4... yes
  283. checking whether basename is declared... no
  284. checking whether ffs is declared... yes
  285. checking whether asprintf is declared... no
  286. checking whether vasprintf is declared... no
  287. checking whether snprintf is declared... yes
  288. checking whether vsnprintf is declared... yes
  289. checking whether calloc is declared... yes
  290. checking whether getenv is declared... yes
  291. checking whether getopt is declared... yes
  292. checking whether malloc is declared... yes
  293. checking whether realloc is declared... yes
  294. checking whether sbrk is declared... yes
  295. checking whether strverscmp is declared... no
  296. checking whether canonicalize_file_name must be declared... yes
  297. checking for stdlib.h... (cached) yes
  298. checking for unistd.h... (cached) yes
  299. checking for getpagesize... (cached) yes
  300. checking for working mmap... yes
  301. checking for working strncmp... yes
  302. configure: updating cache ./config.cache
  303. configure: creating ./config.status
  304. config.status: creating Makefile
  305. config.status: creating testsuite/Makefile
  306. config.status: creating config.h
  307. config.status: executing default commands
  308. make[2]: Entering directory `/home/pi/gcc-4.7.1-debian/objdir/libiberty'
  309. if [ x"-fPIC" != x ] && [ ! -d pic ]; then \
  310. mkdir pic; \
  311. else true; fi
  312. touch stamp-picdir
  313. if [ x"-fPIC" != x ]; then \
  314. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fPIC ../../libiberty/regex.c -o pic/regex.o; \
  315. else true; fi
  316. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/regex.c -o regex.o
  317. if [ x"-fPIC" != x ]; then \
  318. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fPIC ../../libiberty/cplus-dem.c -o pic/cplus-dem.o; \
  319. else true; fi
  320. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/cplus-dem.c -o cplus-dem.o
  321. if [ x"-fPIC" != x ]; then \
  322. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fPIC ../../libiberty/cp-demangle.c -o pic/cp-demangle.o; \
  323. else true; fi
  324. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/cp-demangle.c -o cp-demangle.o
  325. if [ x"-fPIC" != x ]; then \
  326. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fPIC ../../libiberty/md5.c -o pic/md5.o; \
  327. else true; fi
  328. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/md5.c -o md5.o
  329. if [ x"-fPIC" != x ]; then \
  330. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fPIC ../../libiberty/sha1.c -o pic/sha1.o; \
  331. else true; fi
  332. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/sha1.c -o sha1.o
  333. if [ x"-fPIC" != x ]; then \
  334. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fPIC ../../libiberty/alloca.c -o pic/alloca.o; \
  335. else true; fi
  336. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/alloca.c -o alloca.o
  337. if [ x"-fPIC" != x ]; then \
  338. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fPIC ../../libiberty/argv.c -o pic/argv.o; \
  339. else true; fi
  340. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/argv.c -o argv.o
  341. if [ x"-fPIC" != x ]; then \
  342. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fPIC ../../libiberty/choose-temp.c -o pic/choose-temp.o; \
  343. else true; fi
  344. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/choose-temp.c -o choose-temp.o
  345. if [ x"-fPIC" != x ]; then \
  346. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fPIC ../../libiberty/concat.c -o pic/concat.o; \
  347. else true; fi
  348. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/concat.c -o concat.o
  349. if [ x"-fPIC" != x ]; then \
  350. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fPIC ../../libiberty/cp-demint.c -o pic/cp-demint.o; \
  351. else true; fi
  352. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/cp-demint.c -o cp-demint.o
  353. if [ x"-fPIC" != x ]; then \
  354. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fPIC ../../libiberty/crc32.c -o pic/crc32.o; \
  355. else true; fi
  356. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/crc32.c -o crc32.o
  357. if [ x"-fPIC" != x ]; then \
  358. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fPIC ../../libiberty/dyn-string.c -o pic/dyn-string.o; \
  359. else true; fi
  360. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/dyn-string.c -o dyn-string.o
  361. if [ x"-fPIC" != x ]; then \
  362. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fPIC ../../libiberty/fdmatch.c -o pic/fdmatch.o; \
  363. else true; fi
  364. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/fdmatch.c -o fdmatch.o
  365. if [ x"-fPIC" != x ]; then \
  366. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fPIC ../../libiberty/fibheap.c -o pic/fibheap.o; \
  367. else true; fi
  368. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/fibheap.c -o fibheap.o
  369. if [ x"-fPIC" != x ]; then \
  370. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fPIC ../../libiberty/filename_cmp.c -o pic/filename_cmp.o; \
  371. else true; fi
  372. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/filename_cmp.c -o filename_cmp.o
  373. if [ x"-fPIC" != x ]; then \
  374. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fPIC ../../libiberty/floatformat.c -o pic/floatformat.o; \
  375. else true; fi
  376. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/floatformat.c -o floatformat.o
  377. if [ x"-fPIC" != x ]; then \
  378. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fPIC ../../libiberty/fnmatch.c -o pic/fnmatch.o; \
  379. else true; fi
  380. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/fnmatch.c -o fnmatch.o
  381. if [ x"-fPIC" != x ]; then \
  382. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fPIC ../../libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \
  383. else true; fi
  384. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/fopen_unlocked.c -o fopen_unlocked.o
  385. if [ x"-fPIC" != x ]; then \
  386. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fPIC ../../libiberty/getopt.c -o pic/getopt.o; \
  387. else true; fi
  388. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/getopt.c -o getopt.o
  389. if [ x"-fPIC" != x ]; then \
  390. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fPIC ../../libiberty/getopt1.c -o pic/getopt1.o; \
  391. else true; fi
  392. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/getopt1.c -o getopt1.o
  393. if [ x"-fPIC" != x ]; then \
  394. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fPIC ../../libiberty/getpwd.c -o pic/getpwd.o; \
  395. else true; fi
  396. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/getpwd.c -o getpwd.o
  397. if [ x"-fPIC" != x ]; then \
  398. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fPIC ../../libiberty/getruntime.c -o pic/getruntime.o; \
  399. else true; fi
  400. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/getruntime.c -o getruntime.o
  401. if [ x"-fPIC" != x ]; then \
  402. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fPIC ../../libiberty/hashtab.c -o pic/hashtab.o; \
  403. else true; fi
  404. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/hashtab.c -o hashtab.o
  405. if [ x"-fPIC" != x ]; then \
  406. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fPIC ../../libiberty/hex.c -o pic/hex.o; \
  407. else true; fi
  408. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/hex.c -o hex.o
  409. if [ x"-fPIC" != x ]; then \
  410. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fPIC ../../libiberty/lbasename.c -o pic/lbasename.o; \
  411. else true; fi
  412. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/lbasename.c -o lbasename.o
  413. if [ x"-fPIC" != x ]; then \
  414. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fPIC ../../libiberty/lrealpath.c -o pic/lrealpath.o; \
  415. else true; fi
  416. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/lrealpath.c -o lrealpath.o
  417. if [ x"-fPIC" != x ]; then \
  418. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fPIC ../../libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \
  419. else true; fi
  420. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/make-relative-prefix.c -o make-relative-prefix.o
  421. if [ x"-fPIC" != x ]; then \
  422. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fPIC ../../libiberty/make-temp-file.c -o pic/make-temp-file.o; \
  423. else true; fi
  424. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/make-temp-file.c -o make-temp-file.o
  425. if [ x"-fPIC" != x ]; then \
  426. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fPIC ../../libiberty/objalloc.c -o pic/objalloc.o; \
  427. else true; fi
  428. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/objalloc.c -o objalloc.o
  429. if [ x"-fPIC" != x ]; then \
  430. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fPIC ../../libiberty/obstack.c -o pic/obstack.o; \
  431. else true; fi
  432. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/obstack.c -o obstack.o
  433. if [ x"-fPIC" != x ]; then \
  434. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fPIC ../../libiberty/partition.c -o pic/partition.o; \
  435. else true; fi
  436. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/partition.c -o partition.o
  437. if [ x"-fPIC" != x ]; then \
  438. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fPIC ../../libiberty/pexecute.c -o pic/pexecute.o; \
  439. else true; fi
  440. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/pexecute.c -o pexecute.o
  441. if [ x"-fPIC" != x ]; then \
  442. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fPIC ../../libiberty/physmem.c -o pic/physmem.o; \
  443. else true; fi
  444. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/physmem.c -o physmem.o
  445. if [ x"-fPIC" != x ]; then \
  446. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fPIC ../../libiberty/pex-common.c -o pic/pex-common.o; \
  447. else true; fi
  448. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/pex-common.c -o pex-common.o
  449. if [ x"-fPIC" != x ]; then \
  450. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fPIC ../../libiberty/pex-one.c -o pic/pex-one.o; \
  451. else true; fi
  452. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/pex-one.c -o pex-one.o
  453. if [ x"-fPIC" != x ]; then \
  454. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fPIC ../../libiberty/pex-unix.c -o pic/pex-unix.o; \
  455. else true; fi
  456. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/pex-unix.c -o pex-unix.o
  457. if [ x"-fPIC" != x ]; then \
  458. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fPIC ../../libiberty/safe-ctype.c -o pic/safe-ctype.o; \
  459. else true; fi
  460. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/safe-ctype.c -o safe-ctype.o
  461. if [ x"-fPIC" != x ]; then \
  462. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fPIC ../../libiberty/simple-object.c -o pic/simple-object.o; \
  463. else true; fi
  464. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/simple-object.c -o simple-object.o
  465. if [ x"-fPIC" != x ]; then \
  466. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fPIC ../../libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \
  467. else true; fi
  468. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/simple-object-coff.c -o simple-object-coff.o
  469. if [ x"-fPIC" != x ]; then \
  470. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fPIC ../../libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \
  471. else true; fi
  472. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/simple-object-elf.c -o simple-object-elf.o
  473. if [ x"-fPIC" != x ]; then \
  474. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fPIC ../../libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \
  475. else true; fi
  476. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/simple-object-mach-o.c -o simple-object-mach-o.o
  477. if [ x"-fPIC" != x ]; then \
  478. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fPIC ../../libiberty/sort.c -o pic/sort.o; \
  479. else true; fi
  480. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/sort.c -o sort.o
  481. if [ x"-fPIC" != x ]; then \
  482. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fPIC ../../libiberty/spaces.c -o pic/spaces.o; \
  483. else true; fi
  484. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/spaces.c -o spaces.o
  485. if [ x"-fPIC" != x ]; then \
  486. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fPIC ../../libiberty/splay-tree.c -o pic/splay-tree.o; \
  487. else true; fi
  488. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/splay-tree.c -o splay-tree.o
  489. if [ x"-fPIC" != x ]; then \
  490. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fPIC ../../libiberty/stack-limit.c -o pic/stack-limit.o; \
  491. else true; fi
  492. ../../libiberty/stack-limit.c: In function ‘stack_limit_increase’:
  493. ../../libiberty/stack-limit.c:52:27: warning: use of C99 long long integer constant [-Wlong-long]
  494. ../../libiberty/stack-limit.c:54:28: warning: use of C99 long long integer constant [-Wlong-long]
  495. ../../libiberty/stack-limit.c:57:28: warning: use of C99 long long integer constant [-Wlong-long]
  496. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/stack-limit.c -o stack-limit.o
  497. ../../libiberty/stack-limit.c: In function ‘stack_limit_increase’:
  498. ../../libiberty/stack-limit.c:52:27: warning: use of C99 long long integer constant [-Wlong-long]
  499. ../../libiberty/stack-limit.c:54:28: warning: use of C99 long long integer constant [-Wlong-long]
  500. ../../libiberty/stack-limit.c:57:28: warning: use of C99 long long integer constant [-Wlong-long]
  501. if [ x"-fPIC" != x ]; then \
  502. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fPIC ../../libiberty/strerror.c -o pic/strerror.o; \
  503. else true; fi
  504. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/strerror.c -o strerror.o
  505. if [ x"-fPIC" != x ]; then \
  506. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fPIC ../../libiberty/strsignal.c -o pic/strsignal.o; \
  507. else true; fi
  508. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/strsignal.c -o strsignal.o
  509. if [ x"-fPIC" != x ]; then \
  510. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fPIC ../../libiberty/timeval-utils.c -o pic/timeval-utils.o; \
  511. else true; fi
  512. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/timeval-utils.c -o timeval-utils.o
  513. if [ x"-fPIC" != x ]; then \
  514. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fPIC ../../libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \
  515. else true; fi
  516. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o
  517. if [ x"-fPIC" != x ]; then \
  518. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fPIC ../../libiberty/xatexit.c -o pic/xatexit.o; \
  519. else true; fi
  520. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/xatexit.c -o xatexit.o
  521. if [ x"-fPIC" != x ]; then \
  522. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fPIC ../../libiberty/xexit.c -o pic/xexit.o; \
  523. else true; fi
  524. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/xexit.c -o xexit.o
  525. if [ x"-fPIC" != x ]; then \
  526. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fPIC ../../libiberty/xmalloc.c -o pic/xmalloc.o; \
  527. else true; fi
  528. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/xmalloc.c -o xmalloc.o
  529. if [ x"-fPIC" != x ]; then \
  530. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fPIC ../../libiberty/xmemdup.c -o pic/xmemdup.o; \
  531. else true; fi
  532. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/xmemdup.c -o xmemdup.o
  533. if [ x"-fPIC" != x ]; then \
  534. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fPIC ../../libiberty/xstrdup.c -o pic/xstrdup.o; \
  535. else true; fi
  536. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/xstrdup.c -o xstrdup.o
  537. if [ x"-fPIC" != x ]; then \
  538. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fPIC ../../libiberty/xstrerror.c -o pic/xstrerror.o; \
  539. else true; fi
  540. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/xstrerror.c -o xstrerror.o
  541. if [ x"-fPIC" != x ]; then \
  542. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fPIC ../../libiberty/xstrndup.c -o pic/xstrndup.o; \
  543. else true; fi
  544. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/xstrndup.c -o xstrndup.o
  545. if [ x"-fPIC" != x ]; then \
  546. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fPIC ../../libiberty/setproctitle.c -o pic/setproctitle.o; \
  547. else true; fi
  548. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/setproctitle.c -o setproctitle.o
  549. rm -f ./libiberty.a pic/./libiberty.a
  550. ar rc ./libiberty.a \
  551. ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./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
  552. ranlib ./libiberty.a
  553. if [ x"-fPIC" != x ]; then \
  554. cd pic; \
  555. ar rc ./libiberty.a \
  556. ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./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; \
  557. ranlib ./libiberty.a; \
  558. cd ..; \
  559. else true; fi
  560. echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./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
  561. make[3]: Entering directory `/home/pi/gcc-4.7.1-debian/objdir/libiberty/testsuite'
  562. make[3]: Nothing to be done for `all'.
  563. make[3]: Leaving directory `/home/pi/gcc-4.7.1-debian/objdir/libiberty/testsuite'
  564. make[2]: Leaving directory `/home/pi/gcc-4.7.1-debian/objdir/libiberty'
  565. make[2]: Entering directory `/home/pi/gcc-4.7.1-debian/objdir/fixincludes'
  566. arm-linux-gnueabihf-gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../fixincludes -I../include -I../../fixincludes/../include ../../fixincludes/fixincl.c
  567. arm-linux-gnueabihf-gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../fixincludes -I../include -I../../fixincludes/../include ../../fixincludes/fixtests.c
  568. arm-linux-gnueabihf-gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../fixincludes -I../include -I../../fixincludes/../include ../../fixincludes/fixfixes.c
  569. arm-linux-gnueabihf-gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../fixincludes -I../include -I../../fixincludes/../include ../../fixincludes/server.c
  570. arm-linux-gnueabihf-gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../fixincludes -I../include -I../../fixincludes/../include ../../fixincludes/procopen.c
  571. arm-linux-gnueabihf-gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../fixincludes -I../include -I../../fixincludes/../include ../../fixincludes/fixlib.c
  572. arm-linux-gnueabihf-gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../fixincludes -I../include -I../../fixincludes/../include ../../fixincludes/fixopts.c
  573. arm-linux-gnueabihf-gcc -g -O2 -o fixincl fixincl.o fixtests.o fixfixes.o server.o procopen.o fixlib.o fixopts.o ../libiberty/libiberty.a
  574. echo timestamp > full-stamp
  575. srcdir="../../fixincludes" /bin/bash ../../fixincludes/mkfixinc.sh arm-unknown-linux-gnueabihf
  576. sed -e 's/@gcc_version@/4.7.1/' < mkheaders.almost > mkheadersT
  577. mv -f mkheadersT mkheaders
  578. make[2]: Leaving directory `/home/pi/gcc-4.7.1-debian/objdir/fixincludes'
  579. mkdir -p -- ./lto-plugin
  580. Configuring in ./lto-plugin
  581. configure: creating cache ./config.cache
  582. checking build system type... arm-unknown-linux-gnueabihf
  583. checking host system type... arm-unknown-linux-gnueabihf
  584. checking target system type... arm-unknown-linux-gnueabihf
  585. checking for a BSD-compatible install... /usr/bin/install -c
  586. checking whether build environment is sane... yes
  587. checking for a thread-safe mkdir -p... /bin/mkdir -p
  588. checking for gawk... gawk
  589. checking whether make sets $(MAKE)... yes
  590. checking whether to enable maintainer-specific portions of Makefiles... no
  591. checking for arm-linux-gnueabihf-gcc... arm-linux-gnueabihf-gcc
  592. checking for C compiler default output file name... a.out
  593. checking whether the C compiler works... yes
  594. checking whether we are cross compiling... no
  595. checking for suffix of executables...
  596. checking for suffix of object files... o
  597. checking whether we are using the GNU C compiler... yes
  598. checking whether arm-linux-gnueabihf-gcc accepts -g... yes
  599. checking for arm-linux-gnueabihf-gcc option to accept ISO C89... none needed
  600. checking for style of include used by make... GNU
  601. checking dependency style of arm-linux-gnueabihf-gcc... gcc3
  602. checking for special C compiler options needed for large files... no
  603. checking for _FILE_OFFSET_BITS value needed for large files... 64
  604. checking whether arm-linux-gnueabihf-gcc supports -Wall... yes
  605. checking how to print strings... printf
  606. checking for a sed that does not truncate output... /bin/sed
  607. checking for grep that handles long lines and -e... /bin/grep
  608. checking for egrep... /bin/grep -E
  609. checking for fgrep... /bin/grep -F
  610. checking for ld used by arm-linux-gnueabihf-gcc... ld
  611. checking if the linker (ld) is GNU ld... yes
  612. checking for BSD- or MS-compatible name lister (nm)... nm
  613. checking the name lister (nm) interface... BSD nm
  614. checking whether ln -s works... yes
  615. checking the maximum length of command line arguments... 805306365
  616. checking whether the shell understands some XSI constructs... yes
  617. checking whether the shell understands "+="... yes
  618. checking for ld option to reload object files... -r
  619. checking for arm-linux-gnueabihf-objdump... objdump
  620. checking how to recognize dependent libraries... pass_all
  621. checking for arm-linux-gnueabihf-ar... ar
  622. checking for arm-linux-gnueabihf-strip... no
  623. checking for strip... strip
  624. checking for arm-linux-gnueabihf-ranlib... ranlib
  625. checking command to parse nm output from arm-linux-gnueabihf-gcc object... ok
  626. checking how to run the C preprocessor... arm-linux-gnueabihf-gcc -E
  627. checking for ANSI C header files... yes
  628. checking for sys/types.h... yes
  629. checking for sys/stat.h... yes
  630. checking for stdlib.h... yes
  631. checking for string.h... yes
  632. checking for memory.h... yes
  633. checking for strings.h... yes
  634. checking for inttypes.h... yes
  635. checking for stdint.h... yes
  636. checking for unistd.h... yes
  637. checking for dlfcn.h... yes
  638. checking for objdir... .libs
  639. checking if arm-linux-gnueabihf-gcc supports -fno-rtti -fno-exceptions... no
  640. checking for arm-linux-gnueabihf-gcc option to produce PIC... -fPIC -DPIC
  641. checking if arm-linux-gnueabihf-gcc PIC flag -fPIC -DPIC works... yes
  642. checking if arm-linux-gnueabihf-gcc static flag -static works... yes
  643. checking if arm-linux-gnueabihf-gcc supports -c -o file.o... yes
  644. checking if arm-linux-gnueabihf-gcc supports -c -o file.o... (cached) yes
  645. checking whether the arm-linux-gnueabihf-gcc linker (ld) supports shared libraries... yes
  646. checking whether -lc should be explicitly linked in... no
  647. checking dynamic linker characteristics... GNU/Linux ld.so
  648. checking how to hardcode library paths into programs... immediate
  649. checking whether stripping libraries is possible... yes
  650. checking if libtool supports shared libraries... yes
  651. checking whether to build shared libraries... yes
  652. checking whether to build static libraries... yes
  653. checking for int64_t... yes
  654. checking for uint64_t... yes
  655. checking for sys/wait.h that is POSIX.1 compatible... yes
  656. configure: updating cache ./config.cache
  657. configure: creating ./config.status
  658. config.status: creating Makefile
  659. config.status: creating config.h
  660. config.status: executing depfiles commands
  661. config.status: executing libtool commands
  662. make[2]: Entering directory `/home/pi/gcc-4.7.1-debian/objdir/lto-plugin'
  663. make all-am
  664. make[3]: Entering directory `/home/pi/gcc-4.7.1-debian/objdir/lto-plugin'
  665. /bin/bash ./libtool --tag=CC --tag=disable-static --mode=compile arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I../../lto-plugin -I../../lto-plugin/../include -DHAVE_CONFIG_H -Wall -g -O2 -c -o lto-plugin.lo ../../lto-plugin/lto-plugin.c
  666. libtool: compile: arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I../../lto-plugin -I../../lto-plugin/../include -DHAVE_CONFIG_H -Wall -g -O2 -c ../../lto-plugin/lto-plugin.c -fPIC -DPIC -o .libs/lto-plugin.o
  667. /bin/bash ./libtool --tag=CC --tag=disable-static --mode=link arm-linux-gnueabihf-gcc -Wall -g -O2 -module -bindir /opt/gdc/libexec/gcc/arm-linux-gnueabihf/4.7.1 -o liblto_plugin.la -rpath /opt/gdc/libexec/gcc/arm-linux-gnueabihf/4.7.1 lto-plugin.lo -Wc,../libiberty/pic/libiberty.a
  668. libtool: link: arm-linux-gnueabihf-gcc -shared .libs/lto-plugin.o ../libiberty/pic/libiberty.a -Wl,-soname -Wl,liblto_plugin.so.0 -o .libs/liblto_plugin.so.0.0.0
  669. libtool: link: (cd ".libs" && rm -f "liblto_plugin.so.0" && ln -s "liblto_plugin.so.0.0.0" "liblto_plugin.so.0")
  670. libtool: link: (cd ".libs" && rm -f "liblto_plugin.so" && ln -s "liblto_plugin.so.0.0.0" "liblto_plugin.so")
  671. libtool: link: ( cd ".libs" && rm -f "liblto_plugin.la" && ln -s "../liblto_plugin.la" "liblto_plugin.la" )
  672. mkdir -p -- .././gcc
  673. libtool: install: /usr/bin/install -c .libs/liblto_plugin.so.0.0.0 /home/pi/gcc-4.7.1-debian/objdir/lto-plugin/.././gcc/liblto_plugin.so.0.0.0
  674. libtool: install: (cd /home/pi/gcc-4.7.1-debian/objdir/lto-plugin/.././gcc && { ln -s -f liblto_plugin.so.0.0.0 liblto_plugin.so.0 || { rm -f liblto_plugin.so.0 && ln -s liblto_plugin.so.0.0.0 liblto_plugin.so.0; }; })
  675. libtool: install: (cd /home/pi/gcc-4.7.1-debian/objdir/lto-plugin/.././gcc && { ln -s -f liblto_plugin.so.0.0.0 liblto_plugin.so || { rm -f liblto_plugin.so && ln -s liblto_plugin.so.0.0.0 liblto_plugin.so; }; })
  676. libtool: install: /usr/bin/install -c .libs/liblto_plugin.lai /home/pi/gcc-4.7.1-debian/objdir/lto-plugin/.././gcc/liblto_plugin.la
  677. libtool: install: warning: remember to run `libtool --finish /opt/gdc/libexec/gcc/arm-linux-gnueabihf/4.7.1'
  678. make[3]: Leaving directory `/home/pi/gcc-4.7.1-debian/objdir/lto-plugin'
  679. make[2]: Leaving directory `/home/pi/gcc-4.7.1-debian/objdir/lto-plugin'
  680. mkdir -p -- ./intl
  681. Configuring in ./intl
  682. configure: creating cache ./config.cache
  683. checking whether make sets $(MAKE)... yes
  684. checking for a BSD-compatible install... /usr/bin/install -c
  685. checking whether NLS is requested... no
  686. checking for msgfmt... /usr/bin/msgfmt
  687. checking for gmsgfmt... /usr/bin/msgfmt
  688. checking for xgettext... /usr/bin/xgettext
  689. checking for msgmerge... /usr/bin/msgmerge
  690. checking for arm-linux-gnueabihf-gcc... arm-linux-gnueabihf-gcc
  691. checking for C compiler default output file name... a.out
  692. checking whether the C compiler works... yes
  693. checking whether we are cross compiling... no
  694. checking for suffix of executables...
  695. checking for suffix of object files... o
  696. checking whether we are using the GNU C compiler... yes
  697. checking whether arm-linux-gnueabihf-gcc accepts -g... yes
  698. checking for arm-linux-gnueabihf-gcc option to accept ISO C89... none needed
  699. checking build system type... arm-unknown-linux-gnueabihf
  700. checking host system type... arm-unknown-linux-gnueabihf
  701. checking for arm-linux-gnueabihf-ranlib... ranlib
  702. checking for library containing strerror... none required
  703. checking how to run the C preprocessor... arm-linux-gnueabihf-gcc -E
  704. checking for grep that handles long lines and -e... /bin/grep
  705. checking for egrep... /bin/grep -E
  706. checking for ANSI C header files... yes
  707. checking for an ANSI C-conforming const... yes
  708. checking for inline... inline
  709. checking for sys/types.h... yes
  710. checking for sys/stat.h... yes
  711. checking for stdlib.h... yes
  712. checking for string.h... yes
  713. checking for memory.h... yes
  714. checking for strings.h... yes
  715. checking for inttypes.h... yes
  716. checking for stdint.h... yes
  717. checking for unistd.h... yes
  718. checking for off_t... yes
  719. checking for size_t... yes
  720. checking for working alloca.h... yes
  721. checking for alloca... yes
  722. checking for stdlib.h... (cached) yes
  723. checking for unistd.h... (cached) yes
  724. checking for getpagesize... yes
  725. checking for working mmap... yes
  726. checking whether we are using the GNU C Library 2.1 or newer... yes
  727. checking whether integer division by zero raises SIGFPE... yes
  728. checking for inttypes.h... yes
  729. checking for stdint.h... yes
  730. checking for unsigned long long... yes
  731. checking for inttypes.h... yes
  732. checking whether the inttypes.h PRIxNN macros are broken... no
  733. checking for ld used by GCC... ld
  734. checking if the linker (ld) is GNU ld... yes
  735. checking for shared library run path origin... done
  736. checking argz.h usability... yes
  737. checking argz.h presence... yes
  738. checking for argz.h... yes
  739. checking limits.h usability... yes
  740. checking limits.h presence... yes
  741. checking for limits.h... yes
  742. checking locale.h usability... yes
  743. checking locale.h presence... yes
  744. checking for locale.h... yes
  745. checking nl_types.h usability... yes
  746. checking nl_types.h presence... yes
  747. checking for nl_types.h... yes
  748. checking malloc.h usability... yes
  749. checking malloc.h presence... yes
  750. checking for malloc.h... yes
  751. checking stddef.h usability... yes
  752. checking stddef.h presence... yes
  753. checking for stddef.h... yes
  754. checking for stdlib.h... (cached) yes
  755. checking for string.h... (cached) yes
  756. checking for unistd.h... (cached) yes
  757. checking sys/param.h usability... yes
  758. checking sys/param.h presence... yes
  759. checking for sys/param.h... yes
  760. checking for feof_unlocked... yes
  761. checking for fgets_unlocked... yes
  762. checking for getc_unlocked... yes
  763. checking for getcwd... yes
  764. checking for getegid... yes
  765. checking for geteuid... yes
  766. checking for getgid... yes
  767. checking for getuid... yes
  768. checking for mempcpy... yes
  769. checking for munmap... yes
  770. checking for putenv... yes
  771. checking for setenv... yes
  772. checking for setlocale... yes
  773. checking for stpcpy... yes
  774. checking for strcasecmp... yes
  775. checking for strdup... yes
  776. checking for strtoul... yes
  777. checking for tsearch... yes
  778. checking for __argz_count... yes
  779. checking for __argz_stringify... yes
  780. checking for __argz_next... yes
  781. checking for __fsetlocking... yes
  782. checking for iconv... yes
  783. checking for iconv declaration... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  784. checking for nl_langinfo and CODESET... yes
  785. checking for LC_MESSAGES... yes
  786. checking for bison... bison
  787. checking version of bison... 2.5, ok
  788. checking whether NLS is requested... no
  789. checking whether to use NLS... no
  790. checking for aclocal... aclocal
  791. checking for autoconf... autoconf
  792. checking for autoheader... autoheader
  793. configure: updating cache ./config.cache
  794. configure: creating ./config.status
  795. config.status: creating Makefile
  796. config.status: creating config.intl
  797. config.status: creating config.h
  798. config.status: executing default-1 commands
  799. Configuring in ./gcc
  800. configure: creating cache ./config.cache
  801. checking build system type... arm-unknown-linux-gnueabihf
  802. checking host system type... arm-unknown-linux-gnueabihf
  803. checking target system type... arm-unknown-linux-gnueabihf
  804. checking LIBRARY_PATH variable... ok
  805. checking GCC_EXEC_PREFIX variable... ok
  806. checking whether to place generated files in the source directory... no
  807. checking whether a default linker was specified... no
  808. checking whether a default assembler was specified... no
  809. checking for arm-linux-gnueabihf-gcc... arm-linux-gnueabihf-gcc
  810. checking for C compiler default output file name... a.out
  811. checking whether the C compiler works... yes
  812. checking whether we are cross compiling... no
  813. checking for suffix of executables...
  814. checking for suffix of object files... o
  815. checking whether we are using the GNU C compiler... yes
  816. checking whether arm-linux-gnueabihf-gcc accepts -g... yes
  817. checking for arm-linux-gnueabihf-gcc option to accept ISO C89... none needed
  818. checking whether arm-linux-gnueabihf-gcc and cc understand -c and -o together... yes
  819. checking whether we are using the GNU C++ compiler... yes
  820. checking whether arm-linux-gnueabihf-g++ accepts -g... yes
  821. checking for arm-linux-gnueabihf-gnatbind... no
  822. checking for arm-linux-gnueabihf-gnatmake... no
  823. checking whether compiler driver understands Ada... no
  824. checking how to run the C preprocessor... arm-linux-gnueabihf-gcc -E
  825. checking for grep that handles long lines and -e... /bin/grep
  826. checking for egrep... /bin/grep -E
  827. checking for ANSI C header files... yes
  828. checking for sys/types.h... yes
  829. checking for sys/stat.h... yes
  830. checking for stdlib.h... yes
  831. checking for string.h... yes
  832. checking for memory.h... yes
  833. checking for strings.h... yes
  834. checking for inttypes.h... yes
  835. checking for stdint.h... yes
  836. checking for unistd.h... yes
  837. checking minix/config.h usability... no
  838. checking minix/config.h presence... no
  839. checking for minix/config.h... no
  840. checking whether it is safe to define __EXTENSIONS__... yes
  841. checking how to run the C preprocessor... arm-linux-gnueabihf-gcc -E
  842. checking for inline... inline
  843. checking for special C compiler options needed for large files... no
  844. checking for _FILE_OFFSET_BITS value needed for large files... 64
  845. checking size of void *... 4
  846. checking size of short... 2
  847. checking size of int... 4
  848. checking size of long... 4
  849. checking for long long... yes
  850. checking size of long long... 8
  851. checking for __int64... no
  852. checking for int8_t... yes
  853. checking for int16_t... yes
  854. checking for int32_t... yes
  855. checking for int64_t... yes
  856. checking for long long int... yes
  857. checking for intmax_t... yes
  858. checking for intptr_t... yes
  859. checking for uint8_t... yes
  860. checking for uint16_t... yes
  861. checking for uint32_t... yes
  862. checking for uint64_t... yes
  863. checking for unsigned long long int... yes
  864. checking for uintmax_t... yes
  865. checking for uintptr_t... yes
  866. checking whether arm-linux-gnueabihf-gcc supports -W... yes
  867. checking whether arm-linux-gnueabihf-gcc supports -Wall... yes
  868. checking whether arm-linux-gnueabihf-gcc supports -Wnarrowing... no
  869. checking whether arm-linux-gnueabihf-gcc supports -Wwrite-strings... yes
  870. checking whether arm-linux-gnueabihf-gcc supports -Wcast-qual... yes
  871. checking whether arm-linux-gnueabihf-gcc supports -Wstrict-prototypes... yes
  872. checking whether arm-linux-gnueabihf-gcc supports -Wmissing-prototypes... yes
  873. checking whether arm-linux-gnueabihf-gcc supports -Wmissing-format-attribute... yes
  874. checking whether arm-linux-gnueabihf-gcc supports -Wold-style-definition... yes
  875. checking whether arm-linux-gnueabihf-gcc supports -Wc++-compat... yes
  876. checking whether arm-linux-gnueabihf-gcc supports -pedantic -Wlong-long -Wvariadic-macros -Woverlength-strings... yes
  877. checking whether arm-linux-gnueabihf-gcc supports -fno-exceptions... yes
  878. checking whether arm-linux-gnueabihf-gcc supports -fno-rtti... yes
  879. checking valgrind.h usability... no
  880. checking valgrind.h presence... no
  881. checking for valgrind.h... no
  882. configure: WARNING: decimal float is not supported for this target, ignored
  883. checking whether make sets $(MAKE)... yes
  884. checking for gawk... gawk
  885. checking whether ln -s works... yes
  886. checking whether ln works... yes
  887. checking for arm-linux-gnueabihf-ranlib... ranlib
  888. checking for a BSD compatible install... /usr/bin/install -c
  889. checking for cmp's capabilities... gnucompare
  890. checking for mktemp... yes
  891. checking for makeinfo... /home/pi/gcc-4.7.1-debian/missing makeinfo --split-size=5000000
  892. checking for modern makeinfo... no
  893. configure: WARNING:
  894. *** Makeinfo is missing or too old.
  895. *** Info documentation will not be built.
  896. checking for recent Pod::Man... yes
  897. checking for flex... flex
  898. checking for bison... bison
  899. checking for nm... nm
  900. checking for ar... ar
  901. checking for ANSI C header files... (cached) yes
  902. checking whether time.h and sys/time.h may both be included... yes
  903. checking whether string.h and strings.h may both be included... yes
  904. checking for sys/wait.h that is POSIX.1 compatible... yes
  905. checking for limits.h... yes
  906. checking for stddef.h... yes
  907. checking for string.h... (cached) yes
  908. checking for strings.h... (cached) yes
  909. checking for stdlib.h... (cached) yes
  910. checking for time.h... yes
  911. checking for iconv.h... yes
  912. checking for fcntl.h... yes
  913. checking for unistd.h... (cached) yes
  914. checking for sys/file.h... yes
  915. checking for sys/time.h... yes
  916. checking for sys/mman.h... yes
  917. checking for sys/resource.h... yes
  918. checking for sys/param.h... yes
  919. checking for sys/times.h... yes
  920. checking for sys/stat.h... (cached) yes
  921. checking for direct.h... no
  922. checking for malloc.h... yes
  923. checking for langinfo.h... yes
  924. checking for ldfcn.h... no
  925. checking for locale.h... yes
  926. checking for wchar.h... yes
  927. checking for thread.h... no
  928. checking for pthread.h... yes
  929. checking for CHAR_BIT... yes
  930. checking whether byte ordering is bigendian... no
  931. checking how to run the C++ preprocessor... arm-linux-gnueabihf-g++ -E
  932. checking for unordered_map... no
  933. checking for tr1/unordered_map... yes
  934. checking for ext/hash_map... yes
  935. checking for collect2 libraries... none required
  936. checking for library containing exc_resume... no
  937. checking for library containing kstat_open... no
  938. checking for library containing ldexp... none required
  939. checking for inttypes.h... yes
  940. checking for times... yes
  941. checking for clock... yes
  942. checking for kill... yes
  943. checking for getrlimit... yes
  944. checking for setrlimit... yes
  945. checking for atoll... yes
  946. checking for atoq... no
  947. checking for sysconf... yes
  948. checking for strsignal... yes
  949. checking for getrusage... yes
  950. checking for nl_langinfo... yes
  951. checking for gettimeofday... yes
  952. checking for mbstowcs... yes
  953. checking for wcswidth... yes
  954. checking for mmap... yes
  955. checking for setlocale... yes
  956. checking for clearerr_unlocked... yes
  957. checking for feof_unlocked... yes
  958. checking for ferror_unlocked... yes
  959. checking for fflush_unlocked... yes
  960. checking for fgetc_unlocked... yes
  961. checking for fgets_unlocked... yes
  962. checking for fileno_unlocked... yes
  963. checking for fprintf_unlocked... no
  964. checking for fputc_unlocked... yes
  965. checking for fputs_unlocked... yes
  966. checking for fread_unlocked... yes
  967. checking for fwrite_unlocked... yes
  968. checking for getchar_unlocked... yes
  969. checking for getc_unlocked... yes
  970. checking for putchar_unlocked... yes
  971. checking for putc_unlocked... yes
  972. checking for madvise... yes
  973. checking whether mbstowcs works... yes
  974. checking for ssize_t... yes
  975. checking for caddr_t... yes
  976. checking for sys/mman.h... (cached) yes
  977. checking for mmap... (cached) yes
  978. checking whether read-only mmap of a plain file works... yes
  979. checking whether mmap from /dev/zero works... yes
  980. checking for MAP_ANON(YMOUS)... yes
  981. checking whether mmap with MAP_ANON(YMOUS) works... yes
  982. checking for pid_t... yes
  983. checking for vfork.h... no
  984. checking for fork... yes
  985. checking for vfork... yes
  986. checking for working fork... yes
  987. checking for working vfork... (cached) yes
  988. checking for ld used by GCC... ld
  989. checking if the linker (ld) is GNU ld... yes
  990. checking for shared library run path origin... done
  991. checking for iconv... yes
  992. checking for iconv declaration... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  993. checking for LC_MESSAGES... yes
  994. checking for nl_langinfo and CODESET... yes
  995. checking whether getenv is declared... yes
  996. checking whether atol is declared... yes
  997. checking whether asprintf is declared... yes
  998. checking whether sbrk is declared... yes
  999. checking whether abort is declared... yes
  1000. checking whether atof is declared... yes
  1001. checking whether getcwd is declared... yes
  1002. checking whether getwd is declared... yes
  1003. checking whether strsignal is declared... yes
  1004. checking whether strstr is declared... yes
  1005. checking whether stpcpy is declared... yes
  1006. checking whether strverscmp is declared... yes
  1007. checking whether errno is declared... yes
  1008. checking whether snprintf is declared... yes
  1009. checking whether vsnprintf is declared... yes
  1010. checking whether vasprintf is declared... yes
  1011. checking whether malloc is declared... yes
  1012. checking whether realloc is declared... yes
  1013. checking whether calloc is declared... yes
  1014. checking whether free is declared... yes
  1015. checking whether basename is declared... yes
  1016. checking whether getopt is declared... no
  1017. checking whether clock is declared... yes
  1018. checking whether getpagesize is declared... yes
  1019. checking whether clearerr_unlocked is declared... yes
  1020. checking whether feof_unlocked is declared... yes
  1021. checking whether ferror_unlocked is declared... yes
  1022. checking whether fflush_unlocked is declared... yes
  1023. checking whether fgetc_unlocked is declared... yes
  1024. checking whether fgets_unlocked is declared... yes
  1025. checking whether fileno_unlocked is declared... yes
  1026. checking whether fprintf_unlocked is declared... no
  1027. checking whether fputc_unlocked is declared... yes
  1028. checking whether fputs_unlocked is declared... yes
  1029. checking whether fread_unlocked is declared... yes
  1030. checking whether fwrite_unlocked is declared... yes
  1031. checking whether getchar_unlocked is declared... yes
  1032. checking whether getc_unlocked is declared... yes
  1033. checking whether putchar_unlocked is declared... yes
  1034. checking whether putc_unlocked is declared... yes
  1035. checking whether getrlimit is declared... yes
  1036. checking whether setrlimit is declared... yes
  1037. checking whether getrusage is declared... yes
  1038. checking whether ldgetname is declared... no
  1039. checking whether times is declared... yes
  1040. checking whether sigaltstack is declared... yes
  1041. checking whether madvise is declared... yes
  1042. checking for struct tms... yes
  1043. checking for clock_t... yes
  1044. checking if mkdir takes one argument... no
  1045. For real value is
  1046. For real value is
  1047. Using `../../gcc/config/arm/arm.c' for machine-specific logic.
  1048. Using `../../gcc/config/arm/arm.md' as machine description file.
  1049. Using the following target machine macro files:
  1050. ../../gcc/config/dbxelf.h
  1051. ../../gcc/config/elfos.h
  1052. ../../gcc/config/gnu-user.h
  1053. ../../gcc/config/linux.h
  1054. ../../gcc/config/linux-android.h
  1055. ../../gcc/config/glibc-stdint.h
  1056. ../../gcc/config/arm/elf.h
  1057. ../../gcc/config/arm/linux-gas.h
  1058. ../../gcc/config/arm/linux-elf.h
  1059. ../../gcc/config/arm/aout.h
  1060. ../../gcc/config/arm/arm.h
  1061. ../../gcc/config/initfini-array.h
  1062. Using host-linux.o for host machine hooks.
  1063. checking for __cxa_atexit... yes
  1064. checking whether NLS is requested... no
  1065. checking how to print strings... printf
  1066. checking for a sed that does not truncate output... /bin/sed
  1067. checking for fgrep... /bin/grep -F
  1068. checking for ld used by arm-linux-gnueabihf-gcc... ld
  1069. checking if the linker (ld) is GNU ld... yes
  1070. checking for BSD- or MS-compatible name lister (nm)... nm
  1071. checking the name lister (nm) interface... BSD nm
  1072. checking whether ln -s works... yes
  1073. checking the maximum length of command line arguments... 805306365
  1074. checking whether the shell understands some XSI constructs... yes
  1075. checking whether the shell understands "+="... yes
  1076. checking for ld option to reload object files... -r
  1077. checking for arm-linux-gnueabihf-objdump... objdump
  1078. checking how to recognize dependent libraries... pass_all
  1079. checking for arm-linux-gnueabihf-ar... (cached) ar
  1080. checking for arm-linux-gnueabihf-strip... no
  1081. checking for strip... strip
  1082. checking for arm-linux-gnueabihf-ranlib... (cached) ranlib
  1083. checking command to parse nm output from arm-linux-gnueabihf-gcc object... ok
  1084. checking for dlfcn.h... yes
  1085. checking for objdir... .libs
  1086. checking if arm-linux-gnueabihf-gcc supports -fno-rtti -fno-exceptions... no
  1087. checking for arm-linux-gnueabihf-gcc option to produce PIC... -fPIC -DPIC
  1088. checking if arm-linux-gnueabihf-gcc PIC flag -fPIC -DPIC works... yes
  1089. checking if arm-linux-gnueabihf-gcc static flag -static works... yes
  1090. checking if arm-linux-gnueabihf-gcc supports -c -o file.o... yes
  1091. checking if arm-linux-gnueabihf-gcc supports -c -o file.o... (cached) yes
  1092. checking whether the arm-linux-gnueabihf-gcc linker (ld) supports shared libraries... yes
  1093. checking dynamic linker characteristics... GNU/Linux ld.so
  1094. checking how to hardcode library paths into programs... immediate
  1095. checking whether stripping libraries is possible... yes
  1096. checking if libtool supports shared libraries... yes
  1097. checking whether to build shared libraries... no
  1098. checking whether to build static libraries... yes
  1099. checking how to run the C++ preprocessor... arm-linux-gnueabihf-g++ -E
  1100. checking for ld used by arm-linux-gnueabihf-g++... ld
  1101. checking if the linker (ld) is GNU ld... yes
  1102. checking whether the arm-linux-gnueabihf-g++ linker (ld) supports shared libraries... yes
  1103. checking for arm-linux-gnueabihf-g++ option to produce PIC... -fPIC -DPIC
  1104. checking if arm-linux-gnueabihf-g++ PIC flag -fPIC -DPIC works... yes
  1105. checking if arm-linux-gnueabihf-g++ static flag -static works... yes
  1106. checking if arm-linux-gnueabihf-g++ supports -c -o file.o... yes
  1107. checking if arm-linux-gnueabihf-g++ supports -c -o file.o... (cached) yes
  1108. checking whether the arm-linux-gnueabihf-g++ linker (ld) supports shared libraries... yes
  1109. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  1110. checking how to hardcode library paths into programs... immediate
  1111. checking for as... /usr/bin/as
  1112. checking what assembler to use... /usr/bin/as
  1113. checking for ld... /usr/bin/ld
  1114. checking whether we are using gold... no
  1115. checking what linker to use... /usr/bin/ld
  1116. checking for nm... /usr/bin/nm
  1117. checking what nm to use... /usr/bin/nm
  1118. checking for objdump... /usr/bin/objdump
  1119. checking what objdump to use... /usr/bin/objdump
  1120. checking for readelf... /usr/bin/readelf
  1121. checking what readelf to use... /usr/bin/readelf
  1122. checking assembler flags...
  1123. checking assembler for .balign and .p2align... yes
  1124. checking assembler for .p2align with maximum skip... yes
  1125. checking assembler for .literal16... no
  1126. checking assembler for working .subsection -1... yes
  1127. checking assembler for .weak... yes
  1128. checking assembler for .weakref... yes
  1129. checking assembler for .nsubspa comdat... no
  1130. checking assembler for .hidden... yes
  1131. checking linker for .hidden support... yes
  1132. checking linker read-only and read-write section mixing... read-write
  1133. checking for .preinit_array/.init_array/.fini_array support... yes
  1134. checking assembler for .sleb128 and .uleb128... yes
  1135. checking assembler for cfi directives... yes
  1136. checking assembler for working cfi advance... yes
  1137. checking assembler for cfi personality directive... yes
  1138. checking assembler for cfi sections directive... yes
  1139. checking assembler for eh_frame optimization... no
  1140. checking assembler for section merging support... yes
  1141. checking assembler for COMDAT group support (GNU as)... no
  1142. checking assembler for COMDAT group support (GNU as, %type)... yes
  1143. checking assembler for line table discriminator support... yes
  1144. checking assembler for thread-local storage support... yes
  1145. checking linker -Bstatic/-Bdynamic option... yes
  1146. checking linker --demangle support... yes
  1147. checking linker plugin support... 2
  1148. checking assembler for dwarf2 debug_line support... yes
  1149. checking assembler for buggy dwarf2 .file directive... no
  1150. checking assembler for --gdwarf2 option... yes
  1151. checking assembler for --gstabs option... yes
  1152. checking assembler for --debug-prefix-map option... yes
  1153. checking assembler for .lcomm with alignment... no
  1154. checking assembler for gnu_unique_object... no
  1155. checking assembler for tolerance to line number 0... yes
  1156. checking linker PT_GNU_EH_FRAME support... yes
  1157. checking linker position independent executable support... yes
  1158. checking linker EH-compatible garbage collection of sections... no
  1159. checking linker EH garbage collection of sections bug... no
  1160. checking linker --as-needed support... yes
  1161. checking linker --build-id support... yes
  1162. checking linker *_sol2 emulation support... no
  1163. checking linker --sysroot support... yes
  1164. checking __stack_chk_fail in target C library... yes
  1165. checking sys/sdt.h in the target C library... no
  1166. checking dl_iterate_phdr in target C library... unknown
  1167. Using ggc-page for garbage collection.
  1168. checking whether to enable maintainer-specific portions of Makefiles... no
  1169. Links are now set up to build a native compiler for arm-unknown-linux-gnueabihf.
  1170. checking for exported symbols... yes
  1171. checking for -rdynamic... yes
  1172. checking for library containing dlopen... -ldl
  1173. checking for -fPIC -shared... yes
  1174. configure: updating cache ./config.cache
  1175. configure: creating ./config.status
  1176. config.status: creating as
  1177. config.status: creating collect-ld
  1178. config.status: creating nm
  1179. config.status: creating Makefile
  1180. config.status: creating ada/gcc-interface/Makefile
  1181. config.status: creating ada/Makefile
  1182. config.status: creating auto-host.h
  1183. config.status: executing default commands
  1184. make[2]: Entering directory `/home/pi/gcc-4.7.1-debian/objdir/intl'
  1185. make[2]: Nothing to be done for `all'.
  1186. make[2]: Leaving directory `/home/pi/gcc-4.7.1-debian/objdir/intl'
  1187. mkdir -p -- build-arm-linux-gnueabihf/libiberty
  1188. Configuring in build-arm-linux-gnueabihf/libiberty
  1189. configure: creating cache ../config.cache
  1190. checking whether to enable maintainer-specific portions of Makefiles... no
  1191. checking for makeinfo... /home/pi/gcc-4.7.1-debian/missing makeinfo --split-size=5000000
  1192. configure: WARNING:
  1193. *** Makeinfo is missing. Info documentation will not be built.
  1194. checking for perl... perl
  1195. checking build system type... arm-unknown-linux-gnueabihf
  1196. checking host system type... arm-unknown-linux-gnueabihf
  1197. checking for arm-linux-gnueabihf-ar... ar
  1198. checking for arm-linux-gnueabihf-ranlib... ranlib
  1199. checking for arm-linux-gnueabihf-gcc... arm-linux-gnueabihf-gcc
  1200. checking for C compiler default output file name... a.out
  1201. checking whether the C compiler works... yes
  1202. checking whether we are cross compiling... no
  1203. checking for suffix of executables...
  1204. checking for suffix of object files... o
  1205. checking whether we are using the GNU C compiler... yes
  1206. checking whether arm-linux-gnueabihf-gcc accepts -g... yes
  1207. checking for arm-linux-gnueabihf-gcc option to accept ISO C89... none needed
  1208. checking for special C compiler options needed for large files... no
  1209. checking for _FILE_OFFSET_BITS value needed for large files... 64
  1210. checking how to run the C preprocessor... arm-linux-gnueabihf-gcc -E
  1211. checking whether arm-linux-gnueabihf-gcc supports -W... yes
  1212. checking whether arm-linux-gnueabihf-gcc supports -Wall... yes
  1213. checking whether arm-linux-gnueabihf-gcc supports -Wwrite-strings... yes
  1214. checking whether arm-linux-gnueabihf-gcc supports -Wc++-compat... yes
  1215. checking whether arm-linux-gnueabihf-gcc supports -Wstrict-prototypes... yes
  1216. checking whether arm-linux-gnueabihf-gcc supports -pedantic ... yes
  1217. checking whether arm-linux-gnueabihf-gcc and cc understand -c and -o together... yes
  1218. checking for an ANSI C-conforming const... yes
  1219. checking for inline... inline
  1220. checking for grep that handles long lines and -e... /bin/grep
  1221. checking for egrep... /bin/grep -E
  1222. checking for ANSI C header files... yes
  1223. checking for sys/types.h... yes
  1224. checking for sys/stat.h... yes
  1225. checking for stdlib.h... yes
  1226. checking for string.h... yes
  1227. checking for memory.h... yes
  1228. checking for strings.h... yes
  1229. checking for inttypes.h... yes
  1230. checking for stdint.h... yes
  1231. checking for unistd.h... yes
  1232. checking whether byte ordering is bigendian... no
  1233. checking for a BSD-compatible install... /usr/bin/install -c
  1234. checking for sys/file.h... yes
  1235. checking for sys/param.h... yes
  1236. checking for limits.h... yes
  1237. checking for stdlib.h... (cached) yes
  1238. checking for malloc.h... yes
  1239. checking for string.h... (cached) yes
  1240. checking for unistd.h... (cached) yes
  1241. checking for strings.h... (cached) yes
  1242. checking for sys/time.h... yes
  1243. checking for time.h... yes
  1244. checking for sys/resource.h... yes
  1245. checking for sys/stat.h... (cached) yes
  1246. checking for sys/mman.h... yes
  1247. checking for fcntl.h... yes
  1248. checking for alloca.h... yes
  1249. checking for sys/pstat.h... no
  1250. checking for sys/sysmp.h... no
  1251. checking for sys/sysinfo.h... yes
  1252. checking for machine/hal_sysinfo.h... no
  1253. checking for sys/table.h... no
  1254. checking for sys/sysctl.h... yes
  1255. checking for sys/systemcfg.h... no
  1256. checking for stdint.h... (cached) yes
  1257. checking for stdio_ext.h... yes
  1258. checking for process.h... no
  1259. checking for sys/prctl.h... yes
  1260. checking for sys/wait.h that is POSIX.1 compatible... yes
  1261. checking whether time.h and sys/time.h may both be included... yes
  1262. checking whether errno must be declared... no
  1263. checking size of int... 4
  1264. checking for a 64-bit type... uint64_t
  1265. checking for intptr_t... yes
  1266. checking for uintptr_t... yes
  1267. checking for ssize_t... yes
  1268. checking for pid_t... yes
  1269. checking for library containing strerror... none required
  1270. checking for asprintf... yes
  1271. checking for atexit... yes
  1272. checking for basename... yes
  1273. checking for bcmp... yes
  1274. checking for bcopy... yes
  1275. checking for bsearch... yes
  1276. checking for bzero... yes
  1277. checking for calloc... yes
  1278. checking for clock... yes
  1279. checking for ffs... yes
  1280. checking for getcwd... yes
  1281. checking for getpagesize... yes
  1282. checking for gettimeofday... yes
  1283. checking for index... yes
  1284. checking for insque... yes
  1285. checking for memchr... yes
  1286. checking for memcmp... yes
  1287. checking for memcpy... yes
  1288. checking for memmem... yes
  1289. checking for memmove... yes
  1290. checking for mempcpy... yes
  1291. checking for memset... yes
  1292. checking for mkstemps... yes
  1293. checking for putenv... yes
  1294. checking for random... yes
  1295. checking for rename... yes
  1296. checking for rindex... yes
  1297. checking for setenv... yes
  1298. checking for snprintf... yes
  1299. checking for sigsetmask... yes
  1300. checking for stpcpy... yes
  1301. checking for stpncpy... yes
  1302. checking for strcasecmp... yes
  1303. checking for strchr... yes
  1304. checking for strdup... yes
  1305. checking for strncasecmp... yes
  1306. checking for strndup... yes
  1307. checking for strrchr... yes
  1308. checking for strstr... yes
  1309. checking for strtod... yes
  1310. checking for strtol... yes
  1311. checking for strtoul... yes
  1312. checking for strverscmp... yes
  1313. checking for tmpnam... yes
  1314. checking for vasprintf... yes
  1315. checking for vfprintf... yes
  1316. checking for vprintf... yes
  1317. checking for vsnprintf... yes
  1318. checking for vsprintf... yes
  1319. checking for waitpid... yes
  1320. checking for setproctitle... no
  1321. checking whether alloca needs Cray hooks... no
  1322. checking stack direction for C alloca... -1
  1323. checking for vfork.h... no
  1324. checking for fork... yes
  1325. checking for vfork... yes
  1326. checking for working fork... yes
  1327. checking for working vfork... (cached) yes
  1328. checking for _doprnt... no
  1329. checking for sys_errlist... yes
  1330. checking for sys_nerr... yes
  1331. checking for sys_siglist... yes
  1332. checking for external symbol _system_configuration... no
  1333. checking for __fsetlocking... yes
  1334. checking for canonicalize_file_name... yes
  1335. checking for dup3... yes
  1336. checking for getrlimit... yes
  1337. checking for getrusage... yes
  1338. checking for getsysinfo... no
  1339. checking for gettimeofday... (cached) yes
  1340. checking for on_exit... yes
  1341. checking for psignal... yes
  1342. checking for pstat_getdynamic... no
  1343. checking for pstat_getstatic... no
  1344. checking for realpath... yes
  1345. checking for setrlimit... yes
  1346. checking for sbrk... yes
  1347. checking for spawnve... no
  1348. checking for spawnvpe... no
  1349. checking for strerror... yes
  1350. checking for strsignal... yes
  1351. checking for sysconf... yes
  1352. checking for sysctl... yes
  1353. checking for sysmp... no
  1354. checking for table... no
  1355. checking for times... yes
  1356. checking for wait3... yes
  1357. checking for wait4... yes
  1358. checking whether basename is declared... no
  1359. checking whether ffs is declared... yes
  1360. checking whether asprintf is declared... no
  1361. checking whether vasprintf is declared... no
  1362. checking whether snprintf is declared... yes
  1363. checking whether vsnprintf is declared... yes
  1364. checking whether calloc is declared... yes
  1365. checking whether getenv is declared... yes
  1366. checking whether getopt is declared... yes
  1367. checking whether malloc is declared... yes
  1368. checking whether realloc is declared... yes
  1369. checking whether sbrk is declared... yes
  1370. checking whether strverscmp is declared... no
  1371. checking whether canonicalize_file_name must be declared... yes
  1372. checking for stdlib.h... (cached) yes
  1373. checking for unistd.h... (cached) yes
  1374. checking for getpagesize... (cached) yes
  1375. checking for working mmap... yes
  1376. checking for working strncmp... yes
  1377. configure: updating cache ../config.cache
  1378. configure: creating ./config.status
  1379. config.status: creating Makefile
  1380. config.status: creating testsuite/Makefile
  1381. config.status: creating config.h
  1382. config.status: executing default commands
  1383. make[2]: Entering directory `/home/pi/gcc-4.7.1-debian/objdir/build-arm-linux-gnueabihf/libiberty'
  1384. if [ x"" != x ] && [ ! -d pic ]; then \
  1385. mkdir pic; \
  1386. else true; fi
  1387. touch stamp-picdir
  1388. if [ x"" != x ]; then \
  1389. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/regex.c -o pic/regex.o; \
  1390. else true; fi
  1391. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/regex.c -o regex.o
  1392. if [ x"" != x ]; then \
  1393. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/cplus-dem.c -o pic/cplus-dem.o; \
  1394. else true; fi
  1395. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/cplus-dem.c -o cplus-dem.o
  1396. if [ x"" != x ]; then \
  1397. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/cp-demangle.c -o pic/cp-demangle.o; \
  1398. else true; fi
  1399. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/cp-demangle.c -o cp-demangle.o
  1400. if [ x"" != x ]; then \
  1401. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/md5.c -o pic/md5.o; \
  1402. else true; fi
  1403. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/md5.c -o md5.o
  1404. if [ x"" != x ]; then \
  1405. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/sha1.c -o pic/sha1.o; \
  1406. else true; fi
  1407. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/sha1.c -o sha1.o
  1408. if [ x"" != x ]; then \
  1409. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/alloca.c -o pic/alloca.o; \
  1410. else true; fi
  1411. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/alloca.c -o alloca.o
  1412. if [ x"" != x ]; then \
  1413. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/argv.c -o pic/argv.o; \
  1414. else true; fi
  1415. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/argv.c -o argv.o
  1416. if [ x"" != x ]; then \
  1417. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/choose-temp.c -o pic/choose-temp.o; \
  1418. else true; fi
  1419. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/choose-temp.c -o choose-temp.o
  1420. if [ x"" != x ]; then \
  1421. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/concat.c -o pic/concat.o; \
  1422. else true; fi
  1423. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/concat.c -o concat.o
  1424. if [ x"" != x ]; then \
  1425. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/cp-demint.c -o pic/cp-demint.o; \
  1426. else true; fi
  1427. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/cp-demint.c -o cp-demint.o
  1428. if [ x"" != x ]; then \
  1429. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/crc32.c -o pic/crc32.o; \
  1430. else true; fi
  1431. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/crc32.c -o crc32.o
  1432. if [ x"" != x ]; then \
  1433. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/dyn-string.c -o pic/dyn-string.o; \
  1434. else true; fi
  1435. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/dyn-string.c -o dyn-string.o
  1436. if [ x"" != x ]; then \
  1437. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/fdmatch.c -o pic/fdmatch.o; \
  1438. else true; fi
  1439. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/fdmatch.c -o fdmatch.o
  1440. if [ x"" != x ]; then \
  1441. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/fibheap.c -o pic/fibheap.o; \
  1442. else true; fi
  1443. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/fibheap.c -o fibheap.o
  1444. if [ x"" != x ]; then \
  1445. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/filename_cmp.c -o pic/filename_cmp.o; \
  1446. else true; fi
  1447. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/filename_cmp.c -o filename_cmp.o
  1448. if [ x"" != x ]; then \
  1449. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/floatformat.c -o pic/floatformat.o; \
  1450. else true; fi
  1451. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/floatformat.c -o floatformat.o
  1452. if [ x"" != x ]; then \
  1453. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/fnmatch.c -o pic/fnmatch.o; \
  1454. else true; fi
  1455. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/fnmatch.c -o fnmatch.o
  1456. if [ x"" != x ]; then \
  1457. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \
  1458. else true; fi
  1459. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/fopen_unlocked.c -o fopen_unlocked.o
  1460. if [ x"" != x ]; then \
  1461. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/getopt.c -o pic/getopt.o; \
  1462. else true; fi
  1463. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/getopt.c -o getopt.o
  1464. if [ x"" != x ]; then \
  1465. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/getopt1.c -o pic/getopt1.o; \
  1466. else true; fi
  1467. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/getopt1.c -o getopt1.o
  1468. if [ x"" != x ]; then \
  1469. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/getpwd.c -o pic/getpwd.o; \
  1470. else true; fi
  1471. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/getpwd.c -o getpwd.o
  1472. if [ x"" != x ]; then \
  1473. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/getruntime.c -o pic/getruntime.o; \
  1474. else true; fi
  1475. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/getruntime.c -o getruntime.o
  1476. if [ x"" != x ]; then \
  1477. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/hashtab.c -o pic/hashtab.o; \
  1478. else true; fi
  1479. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/hashtab.c -o hashtab.o
  1480. if [ x"" != x ]; then \
  1481. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/hex.c -o pic/hex.o; \
  1482. else true; fi
  1483. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/hex.c -o hex.o
  1484. if [ x"" != x ]; then \
  1485. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/lbasename.c -o pic/lbasename.o; \
  1486. else true; fi
  1487. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/lbasename.c -o lbasename.o
  1488. if [ x"" != x ]; then \
  1489. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/lrealpath.c -o pic/lrealpath.o; \
  1490. else true; fi
  1491. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/lrealpath.c -o lrealpath.o
  1492. if [ x"" != x ]; then \
  1493. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \
  1494. else true; fi
  1495. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/make-relative-prefix.c -o make-relative-prefix.o
  1496. if [ x"" != x ]; then \
  1497. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/make-temp-file.c -o pic/make-temp-file.o; \
  1498. else true; fi
  1499. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/make-temp-file.c -o make-temp-file.o
  1500. if [ x"" != x ]; then \
  1501. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/objalloc.c -o pic/objalloc.o; \
  1502. else true; fi
  1503. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/objalloc.c -o objalloc.o
  1504. if [ x"" != x ]; then \
  1505. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/obstack.c -o pic/obstack.o; \
  1506. else true; fi
  1507. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/obstack.c -o obstack.o
  1508. if [ x"" != x ]; then \
  1509. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/partition.c -o pic/partition.o; \
  1510. else true; fi
  1511. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/partition.c -o partition.o
  1512. if [ x"" != x ]; then \
  1513. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/pexecute.c -o pic/pexecute.o; \
  1514. else true; fi
  1515. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/pexecute.c -o pexecute.o
  1516. if [ x"" != x ]; then \
  1517. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/physmem.c -o pic/physmem.o; \
  1518. else true; fi
  1519. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/physmem.c -o physmem.o
  1520. if [ x"" != x ]; then \
  1521. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/pex-common.c -o pic/pex-common.o; \
  1522. else true; fi
  1523. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/pex-common.c -o pex-common.o
  1524. if [ x"" != x ]; then \
  1525. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/pex-one.c -o pic/pex-one.o; \
  1526. else true; fi
  1527. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/pex-one.c -o pex-one.o
  1528. if [ x"" != x ]; then \
  1529. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/pex-unix.c -o pic/pex-unix.o; \
  1530. else true; fi
  1531. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/pex-unix.c -o pex-unix.o
  1532. if [ x"" != x ]; then \
  1533. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/safe-ctype.c -o pic/safe-ctype.o; \
  1534. else true; fi
  1535. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/safe-ctype.c -o safe-ctype.o
  1536. if [ x"" != x ]; then \
  1537. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/simple-object.c -o pic/simple-object.o; \
  1538. else true; fi
  1539. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/simple-object.c -o simple-object.o
  1540. if [ x"" != x ]; then \
  1541. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \
  1542. else true; fi
  1543. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/simple-object-coff.c -o simple-object-coff.o
  1544. if [ x"" != x ]; then \
  1545. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \
  1546. else true; fi
  1547. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/simple-object-elf.c -o simple-object-elf.o
  1548. if [ x"" != x ]; then \
  1549. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \
  1550. else true; fi
  1551. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/simple-object-mach-o.c -o simple-object-mach-o.o
  1552. if [ x"" != x ]; then \
  1553. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/sort.c -o pic/sort.o; \
  1554. else true; fi
  1555. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/sort.c -o sort.o
  1556. if [ x"" != x ]; then \
  1557. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/spaces.c -o pic/spaces.o; \
  1558. else true; fi
  1559. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/spaces.c -o spaces.o
  1560. if [ x"" != x ]; then \
  1561. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/splay-tree.c -o pic/splay-tree.o; \
  1562. else true; fi
  1563. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/splay-tree.c -o splay-tree.o
  1564. if [ x"" != x ]; then \
  1565. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/stack-limit.c -o pic/stack-limit.o; \
  1566. else true; fi
  1567. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/stack-limit.c -o stack-limit.o
  1568. ../../../libiberty/stack-limit.c: In function ‘stack_limit_increase’:
  1569. ../../../libiberty/stack-limit.c:52:27: warning: use of C99 long long integer constant [-Wlong-long]
  1570. ../../../libiberty/stack-limit.c:54:28: warning: use of C99 long long integer constant [-Wlong-long]
  1571. ../../../libiberty/stack-limit.c:57:28: warning: use of C99 long long integer constant [-Wlong-long]
  1572. if [ x"" != x ]; then \
  1573. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/strerror.c -o pic/strerror.o; \
  1574. else true; fi
  1575. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/strerror.c -o strerror.o
  1576. if [ x"" != x ]; then \
  1577. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/strsignal.c -o pic/strsignal.o; \
  1578. else true; fi
  1579. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/strsignal.c -o strsignal.o
  1580. if [ x"" != x ]; then \
  1581. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/timeval-utils.c -o pic/timeval-utils.o; \
  1582. else true; fi
  1583. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/timeval-utils.c -o timeval-utils.o
  1584. if [ x"" != x ]; then \
  1585. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \
  1586. else true; fi
  1587. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o
  1588. if [ x"" != x ]; then \
  1589. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xatexit.c -o pic/xatexit.o; \
  1590. else true; fi
  1591. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xatexit.c -o xatexit.o
  1592. if [ x"" != x ]; then \
  1593. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xexit.c -o pic/xexit.o; \
  1594. else true; fi
  1595. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xexit.c -o xexit.o
  1596. if [ x"" != x ]; then \
  1597. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xmalloc.c -o pic/xmalloc.o; \
  1598. else true; fi
  1599. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xmalloc.c -o xmalloc.o
  1600. if [ x"" != x ]; then \
  1601. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xmemdup.c -o pic/xmemdup.o; \
  1602. else true; fi
  1603. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xmemdup.c -o xmemdup.o
  1604. if [ x"" != x ]; then \
  1605. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xstrdup.c -o pic/xstrdup.o; \
  1606. else true; fi
  1607. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xstrdup.c -o xstrdup.o
  1608. if [ x"" != x ]; then \
  1609. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xstrerror.c -o pic/xstrerror.o; \
  1610. else true; fi
  1611. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xstrerror.c -o xstrerror.o
  1612. if [ x"" != x ]; then \
  1613. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xstrndup.c -o pic/xstrndup.o; \
  1614. else true; fi
  1615. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xstrndup.c -o xstrndup.o
  1616. if [ x"" != x ]; then \
  1617. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/setproctitle.c -o pic/setproctitle.o; \
  1618. else true; fi
  1619. arm-linux-gnueabihf-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/setproctitle.c -o setproctitle.o
  1620. rm -f ./libiberty.a pic/./libiberty.a
  1621. ar rc ./libiberty.a \
  1622. ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./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
  1623. ranlib ./libiberty.a
  1624. if [ x"" != x ]; then \
  1625. cd pic; \
  1626. ar rc ./libiberty.a \
  1627. ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./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; \
  1628. ranlib ./libiberty.a; \
  1629. cd ..; \
  1630. else true; fi
  1631. echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./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
  1632. make[3]: Entering directory `/home/pi/gcc-4.7.1-debian/objdir/build-arm-linux-gnueabihf/libiberty/testsuite'
  1633. make[3]: Nothing to be done for `all'.
  1634. make[3]: Leaving directory `/home/pi/gcc-4.7.1-debian/objdir/build-arm-linux-gnueabihf/libiberty/testsuite'
  1635. make[2]: Leaving directory `/home/pi/gcc-4.7.1-debian/objdir/build-arm-linux-gnueabihf/libiberty'
  1636. mkdir -p -- build-arm-linux-gnueabihf/fixincludes
  1637. Configuring in build-arm-linux-gnueabihf/fixincludes
  1638. configure: loading cache ../config.cache
  1639. checking build system type... (cached) arm-unknown-linux-gnueabihf
  1640. checking host system type... (cached) arm-unknown-linux-gnueabihf
  1641. checking target system type... arm-unknown-linux-gnueabihf
  1642. checking for arm-linux-gnueabihf-gcc... (cached) arm-linux-gnueabihf-gcc
  1643. checking for C compiler default output file name... a.out
  1644. checking whether the C compiler works... yes
  1645. checking whether we are cross compiling... no
  1646. checking for suffix of executables...
  1647. checking for suffix of object files... (cached) o
  1648. checking whether we are using the GNU C compiler... (cached) yes
  1649. checking whether arm-linux-gnueabihf-gcc accepts -g... (cached) yes
  1650. checking for arm-linux-gnueabihf-gcc option to accept ISO C89... (cached) none needed
  1651. checking how to run the C preprocessor... (cached) arm-linux-gnueabihf-gcc -E
  1652. checking for grep that handles long lines and -e... (cached) /bin/grep
  1653. checking for egrep... (cached) /bin/grep -E
  1654. checking for ANSI C header files... (cached) yes
  1655. checking for sys/types.h... (cached) yes
  1656. checking for sys/stat.h... (cached) yes
  1657. checking for stdlib.h... (cached) yes
  1658. checking for string.h... (cached) yes
  1659. checking for memory.h... (cached) yes
  1660. checking for strings.h... (cached) yes
  1661. checking for inttypes.h... (cached) yes
  1662. checking for stdint.h... (cached) yes
  1663. checking for unistd.h... (cached) yes
  1664. checking minix/config.h usability... no
  1665. checking minix/config.h presence... no
  1666. checking for minix/config.h... no
  1667. checking whether it is safe to define __EXTENSIONS__... yes
  1668. checking for a sed that does not truncate output... /bin/sed
  1669. checking whether arm-linux-gnueabihf-gcc supports -W... (cached) yes
  1670. checking whether arm-linux-gnueabihf-gcc supports -Wall... (cached) yes
  1671. checking whether arm-linux-gnueabihf-gcc supports -Wwrite-strings... (cached) yes
  1672. checking whether arm-linux-gnueabihf-gcc supports -Wstrict-prototypes... (cached) yes
  1673. checking whether arm-linux-gnueabihf-gcc supports -Wmissing-prototypes... yes
  1674. checking whether arm-linux-gnueabihf-gcc supports -Wold-style-definition... yes
  1675. checking whether arm-linux-gnueabihf-gcc supports -Wmissing-format-attribute... yes
  1676. checking whether arm-linux-gnueabihf-gcc supports -Woverlength-strings... yes
  1677. checking whether arm-linux-gnueabihf-gcc supports -pedantic -Wlong-long... yes
  1678. checking for ANSI C header files... (cached) yes
  1679. checking stddef.h usability... yes
  1680. checking stddef.h presence... yes
  1681. checking for stddef.h... yes
  1682. checking for stdlib.h... (cached) yes
  1683. checking for strings.h... (cached) yes
  1684. checking for unistd.h... (cached) yes
  1685. checking for fcntl.h... (cached) yes
  1686. checking for sys/file.h... (cached) yes
  1687. checking for sys/stat.h... (cached) yes
  1688. checking for clearerr_unlocked... yes
  1689. checking for feof_unlocked... yes
  1690. checking for ferror_unlocked... yes
  1691. checking for fflush_unlocked... yes
  1692. checking for fgetc_unlocked... yes
  1693. checking for fgets_unlocked... yes
  1694. checking for fileno_unlocked... yes
  1695. checking for fprintf_unlocked... no
  1696. checking for fputc_unlocked... yes
  1697. checking for fputs_unlocked... yes
  1698. checking for fread_unlocked... yes
  1699. checking for fwrite_unlocked... yes
  1700. checking for getchar_unlocked... yes
  1701. checking for getc_unlocked... yes
  1702. checking for putchar_unlocked... yes
  1703. checking for putc_unlocked... yes
  1704. checking whether abort is declared... yes
  1705. checking whether asprintf is declared... (cached) no
  1706. checking whether basename is declared... (cached) no
  1707. checking whether errno is declared... no
  1708. checking whether vasprintf is declared... (cached) no
  1709. checking whether clearerr_unlocked is declared... yes
  1710. checking whether feof_unlocked is declared... yes
  1711. checking whether ferror_unlocked is declared... yes
  1712. checking whether fflush_unlocked is declared... yes
  1713. checking whether fgetc_unlocked is declared... yes
  1714. checking whether fgets_unlocked is declared... yes
  1715. checking whether fileno_unlocked is declared... yes
  1716. checking whether fprintf_unlocked is declared... no
  1717. checking whether fputc_unlocked is declared... yes
  1718. checking whether fputs_unlocked is declared... yes
  1719. checking whether fread_unlocked is declared... yes
  1720. checking whether fwrite_unlocked is declared... yes
  1721. checking whether getchar_unlocked is declared... yes
  1722. checking whether getc_unlocked is declared... yes
  1723. checking whether putchar_unlocked is declared... yes
  1724. checking whether putc_unlocked is declared... yes
  1725. checking for an ANSI C-conforming const... (cached) yes
  1726. checking for sys/mman.h... (cached) yes
  1727. checking for mmap... yes
  1728. checking whether read-only mmap of a plain file works... yes
  1729. checking whether mmap from /dev/zero works... yes
  1730. checking for MAP_ANON(YMOUS)... yes
  1731. checking whether mmap with MAP_ANON(YMOUS) works... yes
  1732. checking whether to enable maintainer-specific portions of Makefiles... no
  1733. configure: updating cache ../config.cache
  1734. configure: creating ./config.status
  1735. config.status: creating Makefile
  1736. config.status: creating mkheaders.almost
  1737. config.status: creating config.h
  1738. make[2]: Entering directory `/home/pi/gcc-4.7.1-debian/objdir/build-arm-linux-gnueabihf/fixincludes'
  1739. arm-linux-gnueabihf-gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/fixincl.c
  1740. arm-linux-gnueabihf-gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/fixtests.c
  1741. arm-linux-gnueabihf-gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/fixfixes.c
  1742. arm-linux-gnueabihf-gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/server.c
  1743. arm-linux-gnueabihf-gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/procopen.c
  1744. arm-linux-gnueabihf-gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/fixlib.c
  1745. arm-linux-gnueabihf-gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/fixopts.c
  1746. arm-linux-gnueabihf-gcc -g -O2 -o fixincl fixincl.o fixtests.o fixfixes.o server.o procopen.o fixlib.o fixopts.o ../libiberty/libiberty.a
  1747. echo timestamp > full-stamp
  1748. srcdir="../../../fixincludes" /bin/bash ../../../fixincludes/mkfixinc.sh arm-unknown-linux-gnueabihf
  1749. sed -e 's/@gcc_version@/4.7.1/' < mkheaders.almost > mkheadersT
  1750. mv -f mkheadersT mkheaders
  1751. make[2]: Leaving directory `/home/pi/gcc-4.7.1-debian/objdir/build-arm-linux-gnueabihf/fixincludes'
  1752. mkdir -p -- ./libcpp
  1753. Configuring in ./libcpp
  1754. configure: creating cache ./config.cache
  1755. checking build system type... arm-unknown-linux-gnueabihf
  1756. checking host system type... arm-unknown-linux-gnueabihf
  1757. checking target system type... arm-unknown-linux-gnueabihf
  1758. checking whether make sets $(MAKE)... yes
  1759. checking for a BSD-compatible install... /usr/bin/install -c
  1760. checking for arm-linux-gnueabihf-gcc... arm-linux-gnueabihf-gcc
  1761. checking for C compiler default output file name... a.out
  1762. checking whether the C compiler works... yes
  1763. checking whether we are cross compiling... no
  1764. checking for suffix of executables...
  1765. checking for suffix of object files... o
  1766. checking whether we are using the GNU C compiler... yes
  1767. checking whether arm-linux-gnueabihf-gcc accepts -g... yes
  1768. checking for arm-linux-gnueabihf-gcc option to accept ISO C89... none needed
  1769. checking whether we are using the GNU C++ compiler... yes
  1770. checking whether arm-linux-gnueabihf-g++ accepts -g... yes
  1771. checking for arm-linux-gnueabihf-ranlib... ranlib
  1772. checking how to run the C preprocessor... arm-linux-gnueabihf-gcc -E
  1773. checking for grep that handles long lines and -e... /bin/grep
  1774. checking for egrep... /bin/grep -E
  1775. checking for ANSI C header files... yes
  1776. checking for sys/types.h... yes
  1777. checking for sys/stat.h... yes
  1778. checking for stdlib.h... yes
  1779. checking for string.h... yes
  1780. checking for memory.h... yes
  1781. checking for strings.h... yes
  1782. checking for inttypes.h... yes
  1783. checking for stdint.h... yes
  1784. checking for unistd.h... yes
  1785. checking minix/config.h usability... no
  1786. checking minix/config.h presence... no
  1787. checking for minix/config.h... no
  1788. checking whether it is safe to define __EXTENSIONS__... yes
  1789. checking for special C compiler options needed for large files... no
  1790. checking for _FILE_OFFSET_BITS value needed for large files... 64
  1791. checking for aclocal... aclocal
  1792. checking for autoconf... autoconf
  1793. checking for autoheader... autoheader
  1794. checking whether arm-linux-gnueabihf-gcc supports -W... yes
  1795. checking whether arm-linux-gnueabihf-gcc supports -Wall... yes
  1796. checking whether arm-linux-gnueabihf-gcc supports -Wnarrowing... no
  1797. checking whether arm-linux-gnueabihf-gcc supports -Wwrite-strings... yes
  1798. checking whether arm-linux-gnueabihf-gcc supports -Wmissing-format-attribute... yes
  1799. checking whether arm-linux-gnueabihf-gcc supports -Wstrict-prototypes... yes
  1800. checking whether arm-linux-gnueabihf-gcc supports -Wmissing-prototypes... yes
  1801. checking whether arm-linux-gnueabihf-gcc supports -Wold-style-definition... yes
  1802. checking whether arm-linux-gnueabihf-gcc supports -Wc++-compat... yes
  1803. checking whether arm-linux-gnueabihf-gcc supports -pedantic -Wlong-long... yes
  1804. checking whether arm-linux-gnueabihf-gcc supports -fno-exceptions... yes
  1805. checking whether arm-linux-gnueabihf-gcc supports -fno-rtti... yes
  1806. checking dependency style of arm-linux-gnueabihf-gcc... gcc3
  1807. checking whether time.h and sys/time.h may both be included... yes
  1808. checking whether string.h and strings.h may both be included... yes
  1809. checking locale.h usability... yes
  1810. checking locale.h presence... yes
  1811. checking for locale.h... yes
  1812. checking fcntl.h usability... yes
  1813. checking fcntl.h presence... yes
  1814. checking for fcntl.h... yes
  1815. checking limits.h usability... yes
  1816. checking limits.h presence... yes
  1817. checking for limits.h... yes
  1818. checking stddef.h usability... yes
  1819. checking stddef.h presence... yes
  1820. checking for stddef.h... yes
  1821. checking for stdlib.h... (cached) yes
  1822. checking for strings.h... (cached) yes
  1823. checking for string.h... (cached) yes
  1824. checking sys/file.h usability... yes
  1825. checking sys/file.h presence... yes
  1826. checking for sys/file.h... yes
  1827. checking for unistd.h... (cached) yes
  1828. checking whether byte ordering is bigendian... no
  1829. checking for an ANSI C-conforming const... yes
  1830. checking for inline... inline
  1831. checking for obstacks... yes
  1832. checking for off_t... yes
  1833. checking for size_t... yes
  1834. checking for ssize_t... yes
  1835. checking for uintptr_t... yes
  1836. checking for ptrdiff_t... yes
  1837. checking whether struct tm is in sys/time.h or time.h... time.h
  1838. checking size of int... 4
  1839. checking size of long... 4
  1840. checking for clearerr_unlocked... yes
  1841. checking for feof_unlocked... yes
  1842. checking for ferror_unlocked... yes
  1843. checking for fflush_unlocked... yes
  1844. checking for fgetc_unlocked... yes
  1845. checking for fgets_unlocked... yes
  1846. checking for fileno_unlocked... yes
  1847. checking for fprintf_unlocked... no
  1848. checking for fputc_unlocked... yes
  1849. checking for fputs_unlocked... yes
  1850. checking for fread_unlocked... yes
  1851. checking for fwrite_unlocked... yes
  1852. checking for getchar_unlocked... yes
  1853. checking for getc_unlocked... yes
  1854. checking for putchar_unlocked... yes
  1855. checking for putc_unlocked... yes
  1856. checking whether abort is declared... yes
  1857. checking whether asprintf is declared... yes
  1858. checking whether basename is declared... yes
  1859. checking whether errno is declared... no
  1860. checking whether getopt is declared... yes
  1861. checking whether vasprintf is declared... yes
  1862. checking whether clearerr_unlocked is declared... yes
  1863. checking whether feof_unlocked is declared... yes
  1864. checking whether ferror_unlocked is declared... yes
  1865. checking whether fflush_unlocked is declared... yes
  1866. checking whether fgetc_unlocked is declared... yes
  1867. checking whether fgets_unlocked is declared... yes
  1868. checking whether fileno_unlocked is declared... yes
  1869. checking whether fprintf_unlocked is declared... no
  1870. checking whether fputc_unlocked is declared... yes
  1871. checking whether fputs_unlocked is declared... yes
  1872. checking whether fread_unlocked is declared... yes
  1873. checking whether fwrite_unlocked is declared... yes
  1874. checking whether getchar_unlocked is declared... yes
  1875. checking whether getc_unlocked is declared... yes
  1876. checking whether putchar_unlocked is declared... yes
  1877. checking whether putc_unlocked is declared... yes
  1878. checking for working alloca.h... yes
  1879. checking for alloca... yes
  1880. checking for ANSI C header files... (cached) yes
  1881. checking for nl_langinfo and CODESET... yes
  1882. checking whether NLS is requested... no
  1883. checking for uchar...
  1884. checking for ld used by GCC... ld
  1885. checking if the linker (ld) is GNU ld... yes
  1886. checking for shared library run path origin... done
  1887. checking for iconv... yes
  1888. checking for iconv declaration... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  1889. configure: updating cache ./config.cache
  1890. configure: creating ./config.status
  1891. config.status: creating Makefile
  1892. config.status: creating config.h
  1893. config.status: executing depdir commands
  1894. mkdir -p -- .deps
  1895. make[2]: Entering directory `/home/pi/gcc-4.7.1-debian/objdir/libcpp'
  1896. arm-linux-gnueabihf-gcc -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -g -O2 -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o charset.o -MT charset.o -MMD -MP -MF .deps/charset.Tpo ../../libcpp/charset.c
  1897. arm-linux-gnueabihf-gcc -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -g -O2 -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o directives.o -MT directives.o -MMD -MP -MF .deps/directives.Tpo ../../libcpp/directives.c
  1898. arm-linux-gnueabihf-gcc -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -g -O2 -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o directives-only.o -MT directives-only.o -MMD -MP -MF .deps/directives-only.Tpo ../../libcpp/directives-only.c
  1899. arm-linux-gnueabihf-gcc -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -g -O2 -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o errors.o -MT errors.o -MMD -MP -MF .deps/errors.Tpo ../../libcpp/errors.c
  1900. arm-linux-gnueabihf-gcc -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -g -O2 -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o expr.o -MT expr.o -MMD -MP -MF .deps/expr.Tpo ../../libcpp/expr.c
  1901. arm-linux-gnueabihf-gcc -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -g -O2 -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o files.o -MT files.o -MMD -MP -MF .deps/files.Tpo ../../libcpp/files.c
  1902. arm-linux-gnueabihf-gcc -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -g -O2 -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o identifiers.o -MT identifiers.o -MMD -MP -MF .deps/identifiers.Tpo ../../libcpp/identifiers.c
  1903. echo "#define LOCALEDIR \"/opt/gdc/share/locale\"" > localedir.new
  1904. ../../libcpp/../move-if-change localedir.new localedir.h
  1905. echo timestamp > localedir.hs
  1906. arm-linux-gnueabihf-gcc -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -g -O2 -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o init.o -MT init.o -MMD -MP -MF .deps/init.Tpo ../../libcpp/init.c
  1907. arm-linux-gnueabihf-gcc -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -g -O2 -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o lex.o -MT lex.o -MMD -MP -MF .deps/lex.Tpo ../../libcpp/lex.c
  1908. arm-linux-gnueabihf-gcc -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -g -O2 -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o line-map.o -MT line-map.o -MMD -MP -MF .deps/line-map.Tpo ../../libcpp/line-map.c
  1909. arm-linux-gnueabihf-gcc -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -g -O2 -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o macro.o -MT macro.o -MMD -MP -MF .deps/macro.Tpo ../../libcpp/macro.c
  1910. arm-linux-gnueabihf-gcc -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -g -O2 -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o mkdeps.o -MT mkdeps.o -MMD -MP -MF .deps/mkdeps.Tpo ../../libcpp/mkdeps.c
  1911. arm-linux-gnueabihf-gcc -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -g -O2 -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o pch.o -MT pch.o -MMD -MP -MF .deps/pch.Tpo ../../libcpp/pch.c
  1912. arm-linux-gnueabihf-gcc -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -g -O2 -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o symtab.o -MT symtab.o -MMD -MP -MF .deps/symtab.Tpo ../../libcpp/symtab.c
  1913. arm-linux-gnueabihf-gcc -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -g -O2 -W -Wall -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o traditional.o -MT traditional.o -MMD -MP -MF .deps/traditional.Tpo ../../libcpp/traditional.c
  1914. rm -f libcpp.a
  1915. ar cru libcpp.a charset.o directives.o directives-only.o errors.o expr.o files.o identifiers.o init.o lex.o line-map.o macro.o mkdeps.o pch.o symtab.o traditional.o
  1916. ranlib libcpp.a
  1917. make[2]: Leaving directory `/home/pi/gcc-4.7.1-debian/objdir/libcpp'
  1918. mkdir -p -- ./libdecnumber
  1919. Configuring in ./libdecnumber
  1920. configure: creating cache ./config.cache
  1921. checking whether make sets $(MAKE)... yes
  1922. checking for arm-linux-gnueabihf-gcc... arm-linux-gnueabihf-gcc
  1923. checking for C compiler default output file name... a.out
  1924. checking whether the C compiler works... yes
  1925. checking whether we are cross compiling... no
  1926. checking for suffix of executables...
  1927. checking for suffix of object files... o
  1928. checking whether we are using the GNU C compiler... yes
  1929. checking whether arm-linux-gnueabihf-gcc accepts -g... yes
  1930. checking for arm-linux-gnueabihf-gcc option to accept ISO C89... none needed
  1931. checking for arm-linux-gnueabihf-ranlib... ranlib
  1932. checking for aclocal... aclocal
  1933. checking for autoconf... autoconf
  1934. checking for autoheader... autoheader
  1935. checking whether arm-linux-gnueabihf-gcc supports -W... yes
  1936. checking whether arm-linux-gnueabihf-gcc supports -Wall... yes
  1937. checking whether arm-linux-gnueabihf-gcc supports -Wwrite-strings... yes
  1938. checking whether arm-linux-gnueabihf-gcc supports -Wstrict-prototypes... yes
  1939. checking whether arm-linux-gnueabihf-gcc supports -Wmissing-prototypes... yes
  1940. checking whether arm-linux-gnueabihf-gcc supports -Wold-style-definition... yes
  1941. checking whether arm-linux-gnueabihf-gcc supports -Wmissing-format-attribute... yes
  1942. checking whether arm-linux-gnueabihf-gcc supports -Wcast-qual... yes
  1943. checking whether arm-linux-gnueabihf-gcc supports -pedantic -Wlong-long... yes
  1944. checking how to run the C preprocessor... arm-linux-gnueabihf-gcc -E
  1945. checking for grep that handles long lines and -e... /bin/grep
  1946. checking for egrep... /bin/grep -E
  1947. checking for ANSI C header files... yes
  1948. checking for sys/types.h... yes
  1949. checking for sys/stat.h... yes
  1950. checking for stdlib.h... yes
  1951. checking for string.h... yes
  1952. checking for memory.h... yes
  1953. checking for strings.h... yes
  1954. checking for inttypes.h... yes
  1955. checking for stdint.h... yes
  1956. checking for unistd.h... yes
  1957. checking ctype.h usability... yes
  1958. checking ctype.h presence... yes
  1959. checking for ctype.h... yes
  1960. checking stddef.h usability... yes
  1961. checking stddef.h presence... yes
  1962. checking for stddef.h... yes
  1963. checking for string.h... (cached) yes
  1964. checking stdio.h usability... yes
  1965. checking stdio.h presence... yes
  1966. checking for stdio.h... yes
  1967. looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
  1968. checking for uintptr_t... yes
  1969. checking for int_least32_t... yes
  1970. checking for int_fast32_t... yes
  1971. checking for uint64_t... yes
  1972. checking what to include in gstdint.h... stdint.h (already complete)
  1973. checking for an ANSI C-conforming const... yes
  1974. checking for off_t... yes
  1975. checking size of int... 4
  1976. checking size of long... 4
  1977. checking for ANSI C header files... (cached) yes
  1978. checking build system type... arm-unknown-linux-gnueabihf
  1979. checking host system type... arm-unknown-linux-gnueabihf
  1980. checking target system type... arm-unknown-linux-gnueabihf
  1981. checking for decimal floating point... configure: WARNING: decimal float is not supported for this target, ignored
  1982. dpd
  1983. checking whether byte ordering is bigendian... no
  1984. configure: updating cache ./config.cache
  1985. configure: creating ./config.status
  1986. config.status: creating Makefile
  1987. config.status: creating config.h
  1988. config.status: executing gstdint.h commands
  1989. make[2]: Entering directory `/home/pi/gcc-4.7.1-debian/objdir/libdecnumber'
  1990. source='../../libdecnumber/decNumber.c' object='decNumber.o' libtool=no arm-linux-gnueabihf-gcc -I../../libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../libdecnumber -I. -c ../../libdecnumber/decNumber.c
  1991. source='../../libdecnumber/decContext.c' object='decContext.o' libtool=no arm-linux-gnueabihf-gcc -I../../libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../libdecnumber -I. -c ../../libdecnumber/decContext.c
  1992. source='../../libdecnumber/dpd/decimal32.c' object='decimal32.o' libtool=no arm-linux-gnueabihf-gcc -I../../libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../libdecnumber -I. -c ../../libdecnumber/dpd/decimal32.c
  1993. source='../../libdecnumber/dpd/decimal64.c' object='decimal64.o' libtool=no arm-linux-gnueabihf-gcc -I../../libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../libdecnumber -I. -c ../../libdecnumber/dpd/decimal64.c
  1994. source='../../libdecnumber/dpd/decimal128.c' object='decimal128.o' libtool=no arm-linux-gnueabihf-gcc -I../../libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../libdecnumber -I. -c ../../libdecnumber/dpd/decimal128.c
  1995. rm -f libdecnumber.a
  1996. ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o
  1997. ranlib libdecnumber.a
  1998. make[2]: Leaving directory `/home/pi/gcc-4.7.1-debian/objdir/libdecnumber'
  1999. make[2]: Entering directory `/home/pi/gcc-4.7.1-debian/objdir/gcc'
  2000. TARGET_CPU_DEFAULT="" \
  2001. HEADERS="auto-host.h ansidecl.h" DEFINES="" \
  2002. /bin/bash ../../gcc/mkconfig.sh config.h
  2003. TARGET_CPU_DEFAULT="TARGET_CPU_generic" \
  2004. HEADERS="options.h insn-constants.h config/dbxelf.h config/elfos.h config/gnu-user.h config/linux.h config/linux-android.h config/glibc-stdint.h config/arm/elf.h config/arm/linux-gas.h config/arm/linux-elf.h config/arm/aout.h config/arm/arm.h config/initfini-array.h defaults.h" DEFINES="LIBC_GLIBC=1 LIBC_UCLIBC=2 LIBC_BIONIC=3 DEFAULT_LIBC=LIBC_GLIBC ANDROID_DEFAULT=0" \
  2005. /bin/bash ../../gcc/mkconfig.sh tm.h
  2006. /bin/bash ../../gcc/config/arm/genopt.sh ../../gcc/config/arm > \
  2007. ../../gcc/config/arm/arm-tables.opt
  2008. gawk -f ../../gcc/opt-gather.awk ../../gcc/ada/gcc-interface/lang.opt ../../gcc/d/lang.opt ../../gcc/fortran/lang.opt ../../gcc/go/lang.opt ../../gcc/java/lang.opt ../../gcc/lto/lang.opt ../../gcc/c-family/c.opt ../../gcc/common.opt ../../gcc/config/arm/arm-tables.opt ../../gcc/config/arm/arm.opt ../../gcc/config/gnu-user.opt ../../gcc/config/linux.opt ../../gcc/config/linux-android.opt > tmp-optionlist
  2009. /bin/bash ../../gcc/../move-if-change tmp-optionlist optionlist
  2010. echo timestamp > s-options
  2011. gawk -f ../../gcc/opt-functions.awk -f ../../gcc/opt-read.awk \
  2012. -f ../../gcc/opth-gen.awk \
  2013. < optionlist > tmp-options.h
  2014. /bin/bash ../../gcc/../move-if-change tmp-options.h options.h
  2015. echo timestamp > s-options-h
  2016. TARGET_CPU_DEFAULT="" \
  2017. HEADERS="auto-host.h ansidecl.h" DEFINES="" \
  2018. /bin/bash ../../gcc/mkconfig.sh bconfig.h
  2019. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \
  2020. -o build/genconstants.o ../../gcc/genconstants.c
  2021. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \
  2022. -o build/read-md.o ../../gcc/read-md.c
  2023. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \
  2024. -o build/errors.o ../../gcc/errors.c
  2025. arm-linux-gnueabihf-gcc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genconstants \
  2026. build/genconstants.o build/read-md.o build/errors.o ../build-arm-linux-gnueabihf/libiberty/libiberty.a
  2027. /bin/bash ../../gcc/config/arm/gentune.sh \
  2028. ../../gcc/config/arm/arm-cores.def > \
  2029. ../../gcc/config/arm/arm-tune.md
  2030. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \
  2031. -o build/genmddeps.o ../../gcc/genmddeps.c
  2032. arm-linux-gnueabihf-gcc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genmddeps \
  2033. build/genmddeps.o build/read-md.o build/errors.o ../build-arm-linux-gnueabihf/libiberty/libiberty.a
  2034. build/genmddeps ../../gcc/config/arm/arm.md > tmp-mddeps
  2035. /bin/bash ../../gcc/../move-if-change tmp-mddeps mddeps.mk
  2036. echo timestamp > s-mddeps
  2037. build/genconstants ../../gcc/config/arm/arm.md \
  2038. > tmp-constants.h
  2039. /bin/bash ../../gcc/../move-if-change tmp-constants.h insn-constants.h
  2040. echo timestamp > s-constants
  2041. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \
  2042. -o build/genmodes.o ../../gcc/genmodes.c
  2043. arm-linux-gnueabihf-gcc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genmodes \
  2044. build/genmodes.o build/errors.o ../build-arm-linux-gnueabihf/libiberty/libiberty.a
  2045. build/genmodes -h > tmp-modes.h
  2046. /bin/bash ../../gcc/../move-if-change tmp-modes.h insn-modes.h
  2047. echo timestamp > s-modes-h
  2048. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \
  2049. -o build/genflags.o ../../gcc/genflags.c
  2050. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \
  2051. -o build/gengenrtl.o ../../gcc/gengenrtl.c
  2052. arm-linux-gnueabihf-gcc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/gengenrtl \
  2053. build/gengenrtl.o build/errors.o ../build-arm-linux-gnueabihf/libiberty/libiberty.a
  2054. build/gengenrtl > tmp-genrtl.h
  2055. /bin/bash ../../gcc/../move-if-change tmp-genrtl.h genrtl.h
  2056. echo timestamp > s-genrtl-h
  2057. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \
  2058. -o build/gengtype.o ../../gcc/gengtype.c
  2059. flex -ogengtype-lex.c ../../gcc/gengtype-lex.l && { \
  2060. echo '#include "bconfig.h"' > gengtype-lex.c.tmp; \
  2061. cat gengtype-lex.c >> gengtype-lex.c.tmp; \
  2062. mv gengtype-lex.c.tmp gengtype-lex.c; \
  2063. }
  2064. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -Wno-error -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \
  2065. -o build/gengtype-lex.o gengtype-lex.c
  2066. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \
  2067. -o build/gengtype-parse.o ../../gcc/gengtype-parse.c
  2068. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \
  2069. -o build/gengtype-state.o ../../gcc/gengtype-state.c
  2070. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \
  2071. -DBASEVER="\"4.7.1\"" -DDATESTAMP="\"\"" \
  2072. -DREVISION="\"\"" \
  2073. -DDEVPHASE="\"\"" -DPKGVERSION="\"(GCC) \"" \
  2074. -DBUGURL="\"<https://bitbucket.org/goshawk/gdc/issues>\"" -o build/version.o ../../gcc/version.c
  2075. arm-linux-gnueabihf-gcc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/gengtype \
  2076. build/gengtype.o build/errors.o build/gengtype-lex.o build/gengtype-parse.o build/gengtype-state.o build/version.o ../build-arm-linux-gnueabihf/libiberty/libiberty.a
  2077. /bin/bash ../../gcc/../move-if-change tmp-gi.list gtyp-input.list
  2078. echo timestamp > s-gtyp-input
  2079. build/gengtype \
  2080. -S ../../gcc -I gtyp-input.list -w tmp-gtype.state
  2081. /bin/bash ../../gcc/../move-if-change tmp-gtype.state gtype.state
  2082. build/gengtype \
  2083. -r gtype.state
  2084. echo timestamp > s-gtype
  2085. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \
  2086. -o build/rtl.o ../../gcc/rtl.c
  2087. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \
  2088. -o build/read-rtl.o ../../gcc/read-rtl.c
  2089. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \
  2090. -o build/ggc-none.o ../../gcc/ggc-none.c
  2091. echo "#define BUILDING_GCC_MAJOR `echo 4.7.1 | sed -e 's/^\([0-9]*\).*$/\1/'`" > bversion.h
  2092. echo "#define BUILDING_GCC_MINOR `echo 4.7.1 | sed -e 's/^[0-9]*\.\([0-9]*\).*$/\1/'`" >> bversion.h
  2093. echo "#define BUILDING_GCC_PATCHLEVEL `echo 4.7.1 | sed -e 's/^[0-9]*\.[0-9]*\.\([0-9]*\)$/\1/'`" >> bversion.h
  2094. echo "#define BUILDING_GCC_VERSION (BUILDING_GCC_MAJOR * 1000 + BUILDING_GCC_MINOR)" >> bversion.h
  2095. echo timestamp > s-bversion
  2096. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \
  2097. -o build/vec.o ../../gcc/vec.c
  2098. build/genmodes -m > tmp-min-modes.c
  2099. /bin/bash ../../gcc/../move-if-change tmp-min-modes.c min-insn-modes.c
  2100. echo timestamp > s-modes-m
  2101. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \
  2102. -o build/min-insn-modes.o min-insn-modes.c
  2103. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \
  2104. -o build/gensupport.o ../../gcc/gensupport.c
  2105. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \
  2106. -o build/print-rtl.o ../../gcc/print-rtl.c
  2107. arm-linux-gnueabihf-gcc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genflags \
  2108. build/genflags.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/read-md.o build/errors.o ../build-arm-linux-gnueabihf/libiberty/libiberty.a
  2109. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \
  2110. -o build/genconditions.o ../../gcc/genconditions.c
  2111. arm-linux-gnueabihf-gcc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genconditions \
  2112. build/genconditions.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/read-md.o build/errors.o ../build-arm-linux-gnueabihf/libiberty/libiberty.a
  2113. build/genconditions ../../gcc/config/arm/arm.md > tmp-condmd.c
  2114. /bin/bash ../../gcc/../move-if-change tmp-condmd.c build/gencondmd.c
  2115. echo timestamp > s-conditions
  2116. TARGET_CPU_DEFAULT="" \
  2117. HEADERS="config/arm/arm-protos.h tm-preds.h" DEFINES="" \
  2118. /bin/bash ../../gcc/mkconfig.sh tm_p.h
  2119. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \
  2120. -o build/genpreds.o ../../gcc/genpreds.c
  2121. arm-linux-gnueabihf-gcc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genpreds \
  2122. build/genpreds.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/read-md.o build/errors.o ../build-arm-linux-gnueabihf/libiberty/libiberty.a
  2123. build/genpreds -h ../../gcc/config/arm/arm.md > tmp-preds.h
  2124. /bin/bash ../../gcc/../move-if-change tmp-preds.h tm-preds.h
  2125. echo timestamp > s-preds-h
  2126. rm -f tmp-all-tree.def
  2127. echo '#include "tree.def"' > tmp-all-tree.def
  2128. echo 'END_OF_BASE_TREE_CODES' >> tmp-all-tree.def
  2129. echo '#include "c-family/c-common.def"' >> tmp-all-tree.def
  2130. ltf="../../gcc/ada/gcc-interface/ada-tree.def ../../gcc/cp/cp-tree.def ../../gcc/d/d-tree.def ../../gcc/java/java-tree.def ../../gcc/objc/objc-tree.def"; for f in $ltf; do \
  2131. echo "#include \"$f\""; \
  2132. done | sed 's|../../gcc/||' >> tmp-all-tree.def
  2133. /bin/bash ../../gcc/../move-if-change tmp-all-tree.def all-tree.def
  2134. echo timestamp > s-alltree
  2135. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \
  2136. -o build/gencheck.o ../../gcc/gencheck.c
  2137. arm-linux-gnueabihf-gcc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/gencheck \
  2138. build/gencheck.o ../build-arm-linux-gnueabihf/libiberty/libiberty.a
  2139. build/gencheck > tmp-check.h
  2140. /bin/bash ../../gcc/../move-if-change tmp-check.h tree-check.h
  2141. echo timestamp > s-check
  2142. build/genpreds -c ../../gcc/config/arm/arm.md > tmp-constrs.h
  2143. /bin/bash ../../gcc/../move-if-change tmp-constrs.h tm-constrs.h
  2144. echo timestamp > s-constrs-h
  2145. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \
  2146. -o build/gencondmd.o build/gencondmd.c
  2147. arm-linux-gnueabihf-gcc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/gencondmd \
  2148. build/gencondmd.o ../build-arm-linux-gnueabihf/libiberty/libiberty.a
  2149. build/gencondmd > tmp-cond.md
  2150. /bin/bash ../../gcc/../move-if-change tmp-cond.md insn-conditions.md
  2151. echo timestamp > s-condmd
  2152. build/genflags ../../gcc/config/arm/arm.md \
  2153. insn-conditions.md > tmp-flags.h
  2154. /bin/bash ../../gcc/../move-if-change tmp-flags.h insn-flags.h
  2155. echo timestamp > s-flags
  2156. if test yes = yes \
  2157. || test -n ""; then \
  2158. /bin/bash ../../gcc/genmultilib \
  2159. "" \
  2160. "" \
  2161. "" \
  2162. "" \
  2163. "" \
  2164. "" \
  2165. "" \
  2166. "yes" \
  2167. > tmp-mlib.h; \
  2168. else \
  2169. /bin/bash ../../gcc/genmultilib '' '' '' '' '' '' '' no \
  2170. > tmp-mlib.h; \
  2171. fi
  2172. /bin/bash ../../gcc/../move-if-change tmp-mlib.h multilib.h
  2173. echo timestamp > s-mlib
  2174. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \
  2175. -o build/genattr.o ../../gcc/genattr.c
  2176. arm-linux-gnueabihf-gcc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genattr \
  2177. build/genattr.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/read-md.o build/errors.o ../build-arm-linux-gnueabihf/libiberty/libiberty.a
  2178. build/genattr ../../gcc/config/arm/arm.md \
  2179. insn-conditions.md > tmp-attr.h
  2180. /bin/bash ../../gcc/../move-if-change tmp-attr.h insn-attr.h
  2181. echo timestamp > s-attr
  2182. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \
  2183. -o build/genattr-common.o ../../gcc/genattr-common.c
  2184. arm-linux-gnueabihf-gcc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genattr-common \
  2185. build/genattr-common.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/read-md.o build/errors.o ../build-arm-linux-gnueabihf/libiberty/libiberty.a
  2186. build/genattr-common ../../gcc/config/arm/arm.md \
  2187. insn-conditions.md > tmp-attr-common.h
  2188. /bin/bash ../../gcc/../move-if-change tmp-attr-common.h insn-attr-common.h
  2189. echo timestamp > s-attr-common
  2190. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \
  2191. -o build/gencodes.o ../../gcc/gencodes.c
  2192. arm-linux-gnueabihf-gcc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/gencodes \
  2193. build/gencodes.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/read-md.o build/errors.o ../build-arm-linux-gnueabihf/libiberty/libiberty.a
  2194. build/gencodes ../../gcc/config/arm/arm.md \
  2195. insn-conditions.md > tmp-codes.h
  2196. /bin/bash ../../gcc/../move-if-change tmp-codes.h insn-codes.h
  2197. echo timestamp > s-codes
  2198. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \
  2199. -o build/genconfig.o ../../gcc/genconfig.c
  2200. arm-linux-gnueabihf-gcc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genconfig \
  2201. build/genconfig.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/read-md.o build/errors.o ../build-arm-linux-gnueabihf/libiberty/libiberty.a
  2202. build/genconfig ../../gcc/config/arm/arm.md \
  2203. insn-conditions.md > tmp-config.h
  2204. /bin/bash ../../gcc/../move-if-change tmp-config.h insn-config.h
  2205. echo timestamp > s-config
  2206. lsf="../../gcc/d/lang-specs.h ../../gcc/lto/lang-specs.h"; for f in $lsf; do \
  2207. echo "#include \"$f\""; \
  2208. done | sed 's|../../gcc/||' > tmp-specs.h
  2209. /bin/bash ../../gcc/../move-if-change tmp-specs.h specs.h
  2210. echo timestamp > s-specs
  2211. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \
  2212. -o build/gcov-iov.o ../../gcc/gcov-iov.c
  2213. arm-linux-gnueabihf-gcc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE \
  2214. build/gcov-iov.o -o build/gcov-iov
  2215. build/gcov-iov '4.7.1' '' \
  2216. > tmp-gcov-iov.h
  2217. /bin/bash ../../gcc/../move-if-change tmp-gcov-iov.h gcov-iov.h
  2218. echo timestamp > s-iov
  2219. arm-linux-gnueabihf-gcc -c -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/c-lang.c -o c-lang.o
  2220. arm-linux-gnueabihf-gcc -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/c-family/stub-objc.c -o c-family/stub-objc.o
  2221. arm-linux-gnueabihf-gcc -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/attribs.c -o attribs.o
  2222. arm-linux-gnueabihf-gcc -c -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/c-errors.c -o c-errors.o
  2223. arm-linux-gnueabihf-gcc -c -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/c-decl.c -o c-decl.o
  2224. arm-linux-gnueabihf-gcc -c -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/c-typeck.c -o c-typeck.o
  2225. arm-linux-gnueabihf-gcc -c -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/c-convert.c -o c-convert.o
  2226. arm-linux-gnueabihf-gcc -c -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/c-aux-info.c -o c-aux-info.o
  2227. arm-linux-gnueabihf-gcc -c -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/c-objc-common.c -o c-objc-common.o
  2228. arm-linux-gnueabihf-gcc -c -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/c-parser.c -o c-parser.o
  2229. arm-linux-gnueabihf-gcc -c -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-mudflap.c -o tree-mudflap.o
  2230. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \
  2231. -o build/genhooks.o ../../gcc/genhooks.c
  2232. arm-linux-gnueabihf-gcc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genhooks \
  2233. build/genhooks.o build/errors.o ../build-arm-linux-gnueabihf/libiberty/libiberty.a
  2234. build/genhooks "Target Hook" \
  2235. > tmp-target-hooks-def.h
  2236. /bin/bash ../../gcc/../move-if-change tmp-target-hooks-def.h \
  2237. target-hooks-def.h
  2238. echo timestamp > s-target-hooks-def-h
  2239. arm-linux-gnueabihf-gcc -c -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/c-family/c-common.c -o c-family/c-common.o
  2240. arm-linux-gnueabihf-gcc -c -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/c-family/c-cppbuiltin.c -o c-family/c-cppbuiltin.o
  2241. arm-linux-gnueabihf-gcc -c -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/c-family/c-dump.c -o c-family/c-dump.o
  2242. arm-linux-gnueabihf-gcc -c -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/c-family/c-format.c -o c-family/c-format.o
  2243. arm-linux-gnueabihf-gcc -c -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/c-family/c-gimplify.c -o c-family/c-gimplify.o
  2244. arm-linux-gnueabihf-gcc -c -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/c-family/c-lex.c -o c-family/c-lex.o
  2245. arm-linux-gnueabihf-gcc -c -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/c-family/c-omp.c -o c-family/c-omp.o
  2246. arm-linux-gnueabihf-gcc -c -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/c-family/c-opts.c -o c-family/c-opts.o
  2247. arm-linux-gnueabihf-gcc -c -DIN_GCC_FRONTEND -DHOST_MACHINE=\"arm-unknown-linux-gnueabihf\" -DTARGET_MACHINE=\"arm-unknown-linux-gnueabihf\" -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/c-family/c-pch.c -o c-family/c-pch.o
  2248. arm-linux-gnueabihf-gcc -c -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/c-family/c-ppoutput.c -o c-family/c-ppoutput.o
  2249. arm-linux-gnueabihf-gcc -c -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/c-family/c-pragma.c -o c-family/c-pragma.o
  2250. arm-linux-gnueabihf-gcc -c -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/c-family/c-pretty-print.c -o c-family/c-pretty-print.o
  2251. arm-linux-gnueabihf-gcc -c -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/c-family/c-semantics.c -o c-family/c-semantics.o
  2252. arm-linux-gnueabihf-gcc -c -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/c-family/c-ada-spec.c -o c-family/c-ada-spec.o
  2253. arm-linux-gnueabihf-gcc -c -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \
  2254. ../../gcc/config/arm/arm-c.c
  2255. build/genhooks "C Target Hook" \
  2256. > tmp-c-target-hooks-def.h
  2257. /bin/bash ../../gcc/../move-if-change tmp-c-target-hooks-def.h \
  2258. c-family/c-target-hooks-def.h
  2259. echo timestamp > s-c-target-hooks-def-h
  2260. arm-linux-gnueabihf-gcc -c -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \
  2261. ../../gcc/config/default-c.c -o default-c.o
  2262. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \
  2263. -o build/genchecksum.o ../../gcc/genchecksum.c
  2264. arm-linux-gnueabihf-gcc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genchecksum \
  2265. build/genchecksum.o ../build-arm-linux-gnueabihf/libiberty/libiberty.a
  2266. echo "arm-linux-gnueabihf-gcc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H " > checksum-options.tmp \
  2267. && ../../gcc/../move-if-change checksum-options.tmp checksum-options
  2268. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/main.c -o main.o
  2269. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-browser.c -o tree-browser.o
  2270. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \
  2271. -o build/genattrtab.o ../../gcc/genattrtab.c
  2272. arm-linux-gnueabihf-gcc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genattrtab \
  2273. build/genattrtab.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/read-md.o build/errors.o ../build-arm-linux-gnueabihf/libiberty/libiberty.a
  2274. build/genattrtab ../../gcc/config/arm/arm.md \
  2275. insn-conditions.md > tmp-attrtab.c
  2276. /bin/bash ../../gcc/../move-if-change tmp-attrtab.c insn-attrtab.c
  2277. echo timestamp > s-attrtab
  2278. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber insn-attrtab.c -o insn-attrtab.o
  2279. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \
  2280. -o build/genautomata.o ../../gcc/genautomata.c
  2281. arm-linux-gnueabihf-gcc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genautomata \
  2282. build/genautomata.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/read-md.o build/errors.o ../build-arm-linux-gnueabihf/libiberty/libiberty.a -lm
  2283. build/genautomata ../../gcc/config/arm/arm.md \
  2284. insn-conditions.md > tmp-automata.c
  2285. /bin/bash ../../gcc/../move-if-change tmp-automata.c insn-automata.c
  2286. echo timestamp > s-automata
  2287. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber insn-automata.c -o insn-automata.o
  2288. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \
  2289. -o build/genemit.o ../../gcc/genemit.c
  2290. arm-linux-gnueabihf-gcc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genemit \
  2291. build/genemit.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/read-md.o build/errors.o ../build-arm-linux-gnueabihf/libiberty/libiberty.a
  2292. build/genemit ../../gcc/config/arm/arm.md \
  2293. insn-conditions.md > tmp-emit.c
  2294. /bin/bash ../../gcc/../move-if-change tmp-emit.c insn-emit.c
  2295. echo timestamp > s-emit
  2296. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber insn-emit.c -o insn-emit.o
  2297. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \
  2298. -o build/genextract.o ../../gcc/genextract.c
  2299. arm-linux-gnueabihf-gcc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genextract \
  2300. build/genextract.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/read-md.o build/errors.o ../build-arm-linux-gnueabihf/libiberty/libiberty.a
  2301. build/genextract ../../gcc/config/arm/arm.md \
  2302. insn-conditions.md > tmp-extract.c
  2303. /bin/bash ../../gcc/../move-if-change tmp-extract.c insn-extract.c
  2304. echo timestamp > s-extract
  2305. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber insn-extract.c -o insn-extract.o
  2306. build/genmodes > tmp-modes.c
  2307. /bin/bash ../../gcc/../move-if-change tmp-modes.c insn-modes.c
  2308. echo timestamp > s-modes
  2309. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber insn-modes.c -o insn-modes.o
  2310. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \
  2311. -o build/genopinit.o ../../gcc/genopinit.c
  2312. arm-linux-gnueabihf-gcc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genopinit \
  2313. build/genopinit.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/read-md.o build/errors.o ../build-arm-linux-gnueabihf/libiberty/libiberty.a
  2314. build/genopinit ../../gcc/config/arm/arm.md \
  2315. insn-conditions.md > tmp-opinit.c
  2316. /bin/bash ../../gcc/../move-if-change tmp-opinit.c insn-opinit.c
  2317. echo timestamp > s-opinit
  2318. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber insn-opinit.c -o insn-opinit.o
  2319. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \
  2320. -o build/genoutput.o ../../gcc/genoutput.c
  2321. arm-linux-gnueabihf-gcc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genoutput \
  2322. build/genoutput.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/read-md.o build/errors.o ../build-arm-linux-gnueabihf/libiberty/libiberty.a
  2323. build/genoutput ../../gcc/config/arm/arm.md \
  2324. insn-conditions.md > tmp-output.c
  2325. /bin/bash ../../gcc/../move-if-change tmp-output.c insn-output.c
  2326. echo timestamp > s-output
  2327. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber insn-output.c -o insn-output.o
  2328. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \
  2329. -o build/genpeep.o ../../gcc/genpeep.c
  2330. arm-linux-gnueabihf-gcc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genpeep \
  2331. build/genpeep.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/read-md.o build/errors.o ../build-arm-linux-gnueabihf/libiberty/libiberty.a
  2332. build/genpeep ../../gcc/config/arm/arm.md \
  2333. insn-conditions.md > tmp-peep.c
  2334. /bin/bash ../../gcc/../move-if-change tmp-peep.c insn-peep.c
  2335. echo timestamp > s-peep
  2336. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber insn-peep.c -o insn-peep.o
  2337. build/genpreds ../../gcc/config/arm/arm.md > tmp-preds.c
  2338. /bin/bash ../../gcc/../move-if-change tmp-preds.c insn-preds.c
  2339. echo timestamp > s-preds
  2340. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber insn-preds.c -o insn-preds.o
  2341. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \
  2342. -o build/genrecog.o ../../gcc/genrecog.c
  2343. arm-linux-gnueabihf-gcc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genrecog \
  2344. build/genrecog.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/read-md.o build/errors.o ../build-arm-linux-gnueabihf/libiberty/libiberty.a
  2345. build/genrecog ../../gcc/config/arm/arm.md \
  2346. insn-conditions.md > tmp-recog.c
  2347. /bin/bash ../../gcc/../move-if-change tmp-recog.c insn-recog.c
  2348. echo timestamp > s-recog
  2349. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber insn-recog.c -o insn-recog.o
  2350. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \
  2351. -o build/genenums.o ../../gcc/genenums.c
  2352. arm-linux-gnueabihf-gcc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genenums \
  2353. build/genenums.o build/read-md.o build/errors.o ../build-arm-linux-gnueabihf/libiberty/libiberty.a
  2354. build/genenums ../../gcc/config/arm/arm.md \
  2355. > tmp-enums.c
  2356. /bin/bash ../../gcc/../move-if-change tmp-enums.c insn-enums.c
  2357. echo timestamp > s-enums
  2358. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber insn-enums.c -o insn-enums.o
  2359. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/ggc-page.c -o ggc-page.o
  2360. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/alias.c -o alias.o
  2361. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/alloc-pool.c -o alloc-pool.o
  2362. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/auto-inc-dec.c -o auto-inc-dec.o
  2363. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/bb-reorder.c -o bb-reorder.o
  2364. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/bitmap.c -o bitmap.o
  2365. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/bt-load.c -o bt-load.o
  2366. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/builtins.c -o builtins.o
  2367. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/caller-save.c -o caller-save.o
  2368. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/calls.c -o calls.o
  2369. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/cfg.c -o cfg.o
  2370. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/cfganal.c -o cfganal.o
  2371. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/cfgbuild.c -o cfgbuild.o
  2372. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/cfgcleanup.c -o cfgcleanup.o
  2373. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/cfgexpand.c -o cfgexpand.o
  2374. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/cfghooks.c -o cfghooks.o
  2375. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/cfglayout.c -o cfglayout.o
  2376. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/cfgloop.c -o cfgloop.o
  2377. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/cfgloopanal.c -o cfgloopanal.o
  2378. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/cfgloopmanip.c -o cfgloopmanip.o
  2379. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/cfgrtl.c -o cfgrtl.o
  2380. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/cgraph.c -o cgraph.o
  2381. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/cgraphbuild.c -o cgraphbuild.o
  2382. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/cgraphunit.c -o cgraphunit.o
  2383. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/combine.c -o combine.o
  2384. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/combine-stack-adj.c -o combine-stack-adj.o
  2385. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/compare-elim.c -o compare-elim.o
  2386. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/convert.c -o convert.o
  2387. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/coverage.c -o coverage.o
  2388. arm-linux-gnueabihf-gcc -c -DGCC_INCLUDE_DIR=\"/opt/gdc/lib/gcc/arm-linux-gnueabihf/4.7.1/include\" -DFIXED_INCLUDE_DIR=\"/opt/gdc/lib/gcc/arm-linux-gnueabihf/4.7.1/include-fixed\" -DGPLUSPLUS_INCLUDE_DIR=\"/opt/gdc/lib/gcc/arm-linux-gnueabihf/4.7.1/../../../../include/c++/4.7.1\" -DGPLUSPLUS_INCLUDE_DIR_ADD_SYSROOT=0 -DGPLUSPLUS_TOOL_INCLUDE_DIR=\"/opt/gdc/lib/gcc/arm-linux-gnueabihf/4.7.1/../../../../include/c++/4.7.1/arm-linux-gnueabihf\" -DGPLUSPLUS_BACKWARD_INCLUDE_DIR=\"/opt/gdc/lib/gcc/arm-linux-gnueabihf/4.7.1/../../../../include/c++/4.7.1/backward\" -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" -DCROSS_INCLUDE_DIR=\"/opt/gdc/lib/gcc/arm-linux-gnueabihf/4.7.1/../../../../arm-linux-gnueabihf/sys-include\" -DTOOL_INCLUDE_DIR=\"/opt/gdc/lib/gcc/arm-linux-gnueabihf/4.7.1/../../../../arm-linux-gnueabihf/include\" -DNATIVE_SYSTEM_HEADER_DIR=\"/usr/include\" -DPREFIX=\"/opt/gdc/\" -DSTANDARD_EXEC_PREFIX=\"/opt/gdc/lib/gcc/\" -DBASEVER="\"4.7.1\"" -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/cppbuiltin.c -o cppbuiltin.o
  2389. arm-linux-gnueabihf-gcc -c -DGCC_INCLUDE_DIR=\"/opt/gdc/lib/gcc/arm-linux-gnueabihf/4.7.1/include\" -DFIXED_INCLUDE_DIR=\"/opt/gdc/lib/gcc/arm-linux-gnueabihf/4.7.1/include-fixed\" -DGPLUSPLUS_INCLUDE_DIR=\"/opt/gdc/lib/gcc/arm-linux-gnueabihf/4.7.1/../../../../include/c++/4.7.1\" -DGPLUSPLUS_INCLUDE_DIR_ADD_SYSROOT=0 -DGPLUSPLUS_TOOL_INCLUDE_DIR=\"/opt/gdc/lib/gcc/arm-linux-gnueabihf/4.7.1/../../../../include/c++/4.7.1/arm-linux-gnueabihf\" -DGPLUSPLUS_BACKWARD_INCLUDE_DIR=\"/opt/gdc/lib/gcc/arm-linux-gnueabihf/4.7.1/../../../../include/c++/4.7.1/backward\" -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" -DCROSS_INCLUDE_DIR=\"/opt/gdc/lib/gcc/arm-linux-gnueabihf/4.7.1/../../../../arm-linux-gnueabihf/sys-include\" -DTOOL_INCLUDE_DIR=\"/opt/gdc/lib/gcc/arm-linux-gnueabihf/4.7.1/../../../../arm-linux-gnueabihf/include\" -DNATIVE_SYSTEM_HEADER_DIR=\"/usr/include\" -DPREFIX=\"/opt/gdc/\" -DSTANDARD_EXEC_PREFIX=\"/opt/gdc/lib/gcc/\" -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/cppdefault.c -o cppdefault.o
  2390. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/cprop.c -o cprop.o
  2391. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/cse.c -o cse.o
  2392. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/cselib.c -o cselib.o
  2393. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/data-streamer.c -o data-streamer.o
  2394. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/data-streamer-in.c -o data-streamer-in.o
  2395. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/data-streamer-out.c -o data-streamer-out.o
  2396. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/dbxout.c -o dbxout.o
  2397. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/dbgcnt.c -o dbgcnt.o
  2398. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/dce.c -o dce.o
  2399. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/ddg.c -o ddg.o
  2400. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/debug.c -o debug.o
  2401. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/df-core.c -o df-core.o
  2402. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/df-problems.c -o df-problems.o
  2403. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/df-scan.c -o df-scan.o
  2404. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/dfp.c -o dfp.o
  2405. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/dojump.c -o dojump.o
  2406. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/dominance.c -o dominance.o
  2407. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/domwalk.c -o domwalk.o
  2408. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/double-int.c -o double-int.o
  2409. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/dse.c -o dse.o
  2410. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/dwarf2asm.c -o dwarf2asm.o
  2411. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/dwarf2cfi.c -o dwarf2cfi.o
  2412. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/dwarf2out.c -o dwarf2out.o
  2413. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/ebitmap.c -o ebitmap.o
  2414. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/emit-rtl.c -o emit-rtl.o
  2415. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/et-forest.c -o et-forest.o
  2416. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/except.c -o except.o
  2417. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/explow.c -o explow.o
  2418. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -Wno-error -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/expmed.c -o expmed.o
  2419. ../../gcc/expmed.c: In function ‘init_expmed’:
  2420. ../../gcc/expmed.c:140:3: warning: array subscript is above array bounds [-Warray-bounds]
  2421. ../../gcc/expmed.c:147:3: warning: array subscript is above array bounds [-Warray-bounds]
  2422. ../../gcc/expmed.c:151:3: warning: array subscript is above array bounds [-Warray-bounds]
  2423. ../../gcc/expmed.c:155:3: warning: array subscript is above array bounds [-Warray-bounds]
  2424. ../../gcc/expmed.c:159:3: warning: array subscript is above array bounds [-Warray-bounds]
  2425. ../../gcc/expmed.c:163:3: warning: array subscript is above array bounds [-Warray-bounds]
  2426. ../../gcc/expmed.c:170:3: warning: array subscript is above array bounds [-Warray-bounds]
  2427. ../../gcc/expmed.c:186:3: warning: array subscript is above array bounds [-Warray-bounds]
  2428. ../../gcc/expmed.c:190:3: warning: array subscript is above array bounds [-Warray-bounds]
  2429. ../../gcc/expmed.c:194:3: warning: array subscript is above array bounds [-Warray-bounds]
  2430. ../../gcc/expmed.c:237:8: warning: array subscript is above array bounds [-Warray-bounds]
  2431. ../../gcc/expmed.c:252:8: warning: array subscript is above array bounds [-Warray-bounds]
  2432. ../../gcc/expmed.c:253:8: warning: array subscript is above array bounds [-Warray-bounds]
  2433. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/expr.c -o expr.o
  2434. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/final.c -o final.o
  2435. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/fixed-value.c -o fixed-value.o
  2436. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/fold-const.c -o fold-const.o
  2437. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/function.c -o function.o
  2438. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/fwprop.c -o fwprop.o
  2439. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/gcse.c -o gcse.o
  2440. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/ggc-common.c -o ggc-common.o
  2441. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/gimple.c -o gimple.o
  2442. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/gimple-iterator.c -o gimple-iterator.o
  2443. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/gimple-fold.c -o gimple-fold.o
  2444. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/gimple-low.c -o gimple-low.o
  2445. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/gimple-pretty-print.c -o gimple-pretty-print.o
  2446. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/gimple-streamer-in.c -o gimple-streamer-in.o
  2447. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/gimple-streamer-out.c -o gimple-streamer-out.o
  2448. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/gimplify.c -o gimplify.o
  2449. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/godump.c -o godump.o
  2450. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/graph.c -o graph.o
  2451. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/graphds.c -o graphds.o
  2452. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/graphite.c -o graphite.o
  2453. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/graphite-blocking.c -o graphite-blocking.o
  2454. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/graphite-clast-to-gimple.c -o graphite-clast-to-gimple.o
  2455. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/graphite-cloog-util.c -o graphite-cloog-util.o
  2456. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/graphite-dependences.c -o graphite-dependences.o
  2457. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/graphite-flattening.c -o graphite-flattening.o
  2458. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/graphite-interchange.c -o graphite-interchange.o
  2459. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/graphite-poly.c -o graphite-poly.o
  2460. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/graphite-ppl.c -o graphite-ppl.o
  2461. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/graphite-scop-detection.c -o graphite-scop-detection.o
  2462. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/graphite-sese-to-poly.c -o graphite-sese-to-poly.o
  2463. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber gtype-desc.c -o gtype-desc.o
  2464. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/haifa-sched.c -o haifa-sched.o
  2465. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/hw-doloop.c -o hw-doloop.o
  2466. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/hwint.c -o hwint.o
  2467. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/ifcvt.c -o ifcvt.o
  2468. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/ree.c -o ree.o
  2469. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/incpath.c -o incpath.o
  2470. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/init-regs.c -o init-regs.o
  2471. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/integrate.c -o integrate.o
  2472. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/internal-fn.c -o internal-fn.o
  2473. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/ipa-cp.c -o ipa-cp.o
  2474. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/ipa-split.c -o ipa-split.o
  2475. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/ipa-inline.c -o ipa-inline.o
  2476. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/ipa-inline-analysis.c -o ipa-inline-analysis.o
  2477. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/ipa-inline-transform.c -o ipa-inline-transform.o
  2478. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/ipa-prop.c -o ipa-prop.o
  2479. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/ipa-pure-const.c -o ipa-pure-const.o
  2480. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/ipa-reference.c -o ipa-reference.o
  2481. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/ipa-ref.c -o ipa-ref.o
  2482. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/ipa-utils.c -o ipa-utils.o
  2483. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/ipa.c -o ipa.o
  2484. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/ira.c -o ira.o
  2485. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/ira-build.c -o ira-build.o
  2486. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/ira-costs.c -o ira-costs.o
  2487. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/ira-conflicts.c -o ira-conflicts.o
  2488. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/ira-color.c -o ira-color.o
  2489. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/ira-emit.c -o ira-emit.o
  2490. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/ira-lives.c -o ira-lives.o
  2491. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/jump.c -o jump.o
  2492. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/langhooks.c -o langhooks.o
  2493. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/lcm.c -o lcm.o
  2494. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/lists.c -o lists.o
  2495. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/loop-doloop.c -o loop-doloop.o
  2496. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/loop-init.c -o loop-init.o
  2497. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/loop-invariant.c -o loop-invariant.o
  2498. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/loop-iv.c -o loop-iv.o
  2499. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/loop-unroll.c -o loop-unroll.o
  2500. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/loop-unswitch.c -o loop-unswitch.o
  2501. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/lower-subreg.c -o lower-subreg.o
  2502. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/lto-cgraph.c -o lto-cgraph.o
  2503. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/lto-streamer.c -o lto-streamer.o
  2504. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/lto-streamer-in.c -o lto-streamer-in.o
  2505. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/lto-streamer-out.c -o lto-streamer-out.o
  2506. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/lto-section-in.c -o lto-section-in.o
  2507. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/lto-section-out.c -o lto-section-out.o
  2508. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/lto-symtab.c -o lto-symtab.o
  2509. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/lto-opts.c -o lto-opts.o
  2510. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/lto-compress.c -o lto-compress.o
  2511. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/matrix-reorg.c -o matrix-reorg.o
  2512. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/mcf.c -o mcf.o
  2513. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/mode-switching.c -o mode-switching.o
  2514. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/modulo-sched.c -o modulo-sched.o
  2515. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/omega.c -o omega.o
  2516. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/omp-low.c -o omp-low.o
  2517. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/optabs.c -o optabs.o
  2518. gawk -f ../../gcc/opt-functions.awk -f ../../gcc/opt-read.awk \
  2519. -f ../../gcc/optc-save-gen.awk \
  2520. -v header_name="config.h system.h coretypes.h tm.h" < optionlist > options-save.c
  2521. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber options-save.c -o options-save.o
  2522. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/opts-global.c -o opts-global.o
  2523. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/passes.c -o passes.o
  2524. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/plugin.c -o plugin.o
  2525. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/pointer-set.c -o pointer-set.o
  2526. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/postreload-gcse.c -o postreload-gcse.o
  2527. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/postreload.c -o postreload.o
  2528. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/predict.c -o predict.o
  2529. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/print-rtl.c -o print-rtl.o
  2530. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/print-tree.c -o print-tree.o
  2531. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/profile.c -o profile.o
  2532. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/real.c -o real.o
  2533. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/realmpfr.c -o realmpfr.o
  2534. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/recog.c -o recog.o
  2535. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/reg-stack.c -o reg-stack.o
  2536. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/regcprop.c -o regcprop.o
  2537. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/reginfo.c -o reginfo.o
  2538. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/regmove.c -o regmove.o
  2539. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/regrename.c -o regrename.o
  2540. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/regstat.c -o regstat.o
  2541. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/reload.c -o reload.o
  2542. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/reload1.c -o reload1.o
  2543. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/reorg.c -o reorg.o
  2544. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/resource.c -o resource.o
  2545. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/rtl-error.c -o rtl-error.o
  2546. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/rtl.c -o rtl.o
  2547. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/rtlanal.c -o rtlanal.o
  2548. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/rtlhooks.c -o rtlhooks.o
  2549. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/sbitmap.c -o sbitmap.o
  2550. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/sched-deps.c -o sched-deps.o
  2551. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/sched-ebb.c -o sched-ebb.o
  2552. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/sched-rgn.c -o sched-rgn.o
  2553. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/sched-vis.c -o sched-vis.o
  2554. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/sdbout.c -o sdbout.o
  2555. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/sel-sched-ir.c -o sel-sched-ir.o
  2556. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/sel-sched-dump.c -o sel-sched-dump.o
  2557. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/sel-sched.c -o sel-sched.o
  2558. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/sese.c -o sese.o
  2559. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/simplify-rtx.c -o simplify-rtx.o
  2560. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/sparseset.c -o sparseset.o
  2561. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/sreal.c -o sreal.o
  2562. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/stack-ptr-mod.c -o stack-ptr-mod.o
  2563. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/statistics.c -o statistics.o
  2564. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/stmt.c -o stmt.o
  2565. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/stor-layout.c -o stor-layout.o
  2566. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/store-motion.c -o store-motion.o
  2567. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/streamer-hooks.c -o streamer-hooks.o
  2568. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/stringpool.c -o stringpool.o
  2569. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/target-globals.c -o target-globals.o
  2570. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/targhooks.c -o targhooks.o
  2571. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/timevar.c -o timevar.o
  2572. arm-linux-gnueabihf-gcc -c -DTARGET_NAME=\"arm-linux-gnueabihf\" -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/toplev.c -o toplev.o
  2573. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tracer.c -o tracer.o
  2574. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/trans-mem.c -o trans-mem.o
  2575. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-affine.c -o tree-affine.o
  2576. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-call-cdce.c -o tree-call-cdce.o
  2577. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-cfg.c -o tree-cfg.o
  2578. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-cfgcleanup.c -o tree-cfgcleanup.o
  2579. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-chrec.c -o tree-chrec.o
  2580. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-complex.c -o tree-complex.o
  2581. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-data-ref.c -o tree-data-ref.o
  2582. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-dfa.c -o tree-dfa.o
  2583. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-diagnostic.c -o tree-diagnostic.o
  2584. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-dump.c -o tree-dump.o
  2585. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-eh.c -o tree-eh.o
  2586. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-emutls.c -o tree-emutls.o
  2587. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-if-conv.c -o tree-if-conv.o
  2588. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-inline.c -o tree-inline.o
  2589. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-into-ssa.c -o tree-into-ssa.o
  2590. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-iterator.c -o tree-iterator.o
  2591. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-loop-distribution.c -o tree-loop-distribution.o
  2592. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-nested.c -o tree-nested.o
  2593. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-nomudflap.c -o tree-nomudflap.o
  2594. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-nrv.c -o tree-nrv.o
  2595. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-object-size.c -o tree-object-size.o
  2596. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-optimize.c -o tree-optimize.o
  2597. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-outof-ssa.c -o tree-outof-ssa.o
  2598. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-parloops.c -o tree-parloops.o
  2599. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-phinodes.c -o tree-phinodes.o
  2600. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-predcom.c -o tree-predcom.o
  2601. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-pretty-print.c -o tree-pretty-print.o
  2602. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-profile.c -o tree-profile.o
  2603. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-scalar-evolution.c -o tree-scalar-evolution.o
  2604. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-sra.c -o tree-sra.o
  2605. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-switch-conversion.c -o tree-switch-conversion.o
  2606. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-address.c -o tree-ssa-address.o
  2607. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-alias.c -o tree-ssa-alias.o
  2608. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-ccp.c -o tree-ssa-ccp.o
  2609. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-coalesce.c -o tree-ssa-coalesce.o
  2610. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-copy.c -o tree-ssa-copy.o
  2611. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-copyrename.c -o tree-ssa-copyrename.o
  2612. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-dce.c -o tree-ssa-dce.o
  2613. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-dom.c -o tree-ssa-dom.o
  2614. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-dse.c -o tree-ssa-dse.o
  2615. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-forwprop.c -o tree-ssa-forwprop.o
  2616. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-ifcombine.c -o tree-ssa-ifcombine.o
  2617. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-live.c -o tree-ssa-live.o
  2618. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-loop-ch.c -o tree-ssa-loop-ch.o
  2619. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-loop-im.c -o tree-ssa-loop-im.o
  2620. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-loop-ivcanon.c -o tree-ssa-loop-ivcanon.o
  2621. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-loop-ivopts.c -o tree-ssa-loop-ivopts.o
  2622. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-loop-manip.c -o tree-ssa-loop-manip.o
  2623. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-loop-niter.c -o tree-ssa-loop-niter.o
  2624. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-loop-prefetch.c -o tree-ssa-loop-prefetch.o
  2625. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-loop-unswitch.c -o tree-ssa-loop-unswitch.o
  2626. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-loop.c -o tree-ssa-loop.o
  2627. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-math-opts.c -o tree-ssa-math-opts.o
  2628. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-operands.c -o tree-ssa-operands.o
  2629. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-phiopt.c -o tree-ssa-phiopt.o
  2630. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-phiprop.c -o tree-ssa-phiprop.o
  2631. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-pre.c -o tree-ssa-pre.o
  2632. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-propagate.c -o tree-ssa-propagate.o
  2633. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-reassoc.c -o tree-ssa-reassoc.o
  2634. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-sccvn.c -o tree-ssa-sccvn.o
  2635. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-sink.c -o tree-ssa-sink.o
  2636. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-strlen.c -o tree-ssa-strlen.o
  2637. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-structalias.c -o tree-ssa-structalias.o
  2638. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-tail-merge.c -o tree-ssa-tail-merge.o
  2639. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-ter.c -o tree-ssa-ter.o
  2640. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-threadedge.c -o tree-ssa-threadedge.o
  2641. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-threadupdate.c -o tree-ssa-threadupdate.o
  2642. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-uncprop.c -o tree-ssa-uncprop.o
  2643. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-uninit.c -o tree-ssa-uninit.o
  2644. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa.c -o tree-ssa.o
  2645. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssanames.c -o tree-ssanames.o
  2646. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-stdarg.c -o tree-stdarg.o
  2647. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-streamer.c -o tree-streamer.o
  2648. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-streamer-in.c -o tree-streamer-in.o
  2649. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-streamer-out.c -o tree-streamer-out.o
  2650. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-tailcall.c -o tree-tailcall.o
  2651. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-vect-generic.c -o tree-vect-generic.o
  2652. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-vect-patterns.c -o tree-vect-patterns.o
  2653. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-vect-data-refs.c -o tree-vect-data-refs.o
  2654. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-vect-stmts.c -o tree-vect-stmts.o
  2655. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-vect-loop.c -o tree-vect-loop.o
  2656. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-vect-loop-manip.c -o tree-vect-loop-manip.o
  2657. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-vect-slp.c -o tree-vect-slp.o
  2658. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-vectorizer.c -o tree-vectorizer.o
  2659. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-vrp.c -o tree-vrp.o
  2660. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree.c -o tree.o
  2661. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/value-prof.c -o value-prof.o
  2662. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/var-tracking.c -o var-tracking.o
  2663. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/varasm.c -o varasm.o
  2664. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/varpool.c -o varpool.o
  2665. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/vmsdbgout.c -o vmsdbgout.o
  2666. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/web.c -o web.o
  2667. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/xcoffout.c -o xcoffout.o
  2668. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \
  2669. ../../gcc/config/arm/arm.c -o arm.o
  2670. ../../gcc/config/arm/arm.c: In function ‘arm_block_move_unaligned_straight’:
  2671. ../../gcc/config/arm/arm.c:10949:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  2672. ../../gcc/config/arm/arm.c:10952:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  2673. ../../gcc/config/arm/arm.c:10964:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  2674. ../../gcc/config/arm/arm.c:10980:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  2675. ../../gcc/config/arm/arm.c:11000:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  2676. ../../gcc/config/arm/arm.c:11019:3: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  2677. ../../gcc/config/arm/arm.c: In function ‘arm_adjust_block_mem’:
  2678. ../../gcc/config/arm/arm.c:11157:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  2679. ../../gcc/config/arm/arm.c:11157:29: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  2680. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \
  2681. ../../gcc/config/host-linux.c
  2682. rm -rf libbackend.a
  2683. ar rc libbackend.a insn-attrtab.o insn-automata.o insn-emit.o insn-extract.o insn-modes.o insn-opinit.o insn-output.o insn-peep.o insn-preds.o insn-recog.o insn-enums.o ggc-page.o alias.o alloc-pool.o auto-inc-dec.o bb-reorder.o bitmap.o bt-load.o builtins.o caller-save.o calls.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o cfgexpand.o cfghooks.o cfglayout.o cfgloop.o cfgloopanal.o cfgloopmanip.o cfgrtl.o cgraph.o cgraphbuild.o cgraphunit.o combine.o combine-stack-adj.o compare-elim.o convert.o coverage.o cppbuiltin.o cppdefault.o cprop.o cse.o cselib.o data-streamer.o data-streamer-in.o data-streamer-out.o dbxout.o dbgcnt.o dce.o ddg.o debug.o df-core.o df-problems.o df-scan.o dfp.o dojump.o dominance.o domwalk.o double-int.o dse.o dwarf2asm.o dwarf2cfi.o dwarf2out.o ebitmap.o emit-rtl.o et-forest.o except.o explow.o expmed.o expr.o final.o fixed-value.o fold-const.o function.o fwprop.o gcse.o ggc-common.o gimple.o gimple-iterator.o gimple-fold.o gimple-low.o gimple-pretty-print.o gimple-streamer-in.o gimple-streamer-out.o gimplify.o godump.o graph.o graphds.o graphite.o graphite-blocking.o graphite-clast-to-gimple.o graphite-cloog-util.o graphite-dependences.o graphite-flattening.o graphite-interchange.o graphite-poly.o graphite-ppl.o graphite-scop-detection.o graphite-sese-to-poly.o gtype-desc.o haifa-sched.o hw-doloop.o hwint.o ifcvt.o ree.o incpath.o init-regs.o integrate.o internal-fn.o ipa-cp.o ipa-split.o ipa-inline.o ipa-inline-analysis.o ipa-inline-transform.o ipa-prop.o ipa-pure-const.o ipa-reference.o ipa-ref.o ipa-utils.o ipa.o ira.o ira-build.o ira-costs.o ira-conflicts.o ira-color.o ira-emit.o ira-lives.o jump.o langhooks.o lcm.o lists.o loop-doloop.o loop-init.o loop-invariant.o loop-iv.o loop-unroll.o loop-unswitch.o lower-subreg.o lto-cgraph.o lto-streamer.o lto-streamer-in.o lto-streamer-out.o lto-section-in.o lto-section-out.o lto-symtab.o lto-opts.o lto-compress.o matrix-reorg.o mcf.o mode-switching.o modulo-sched.o omega.o omp-low.o optabs.o options-save.o opts-global.o passes.o plugin.o pointer-set.o postreload-gcse.o postreload.o predict.o print-rtl.o print-tree.o profile.o real.o realmpfr.o recog.o reg-stack.o regcprop.o reginfo.o regmove.o regrename.o regstat.o reload.o reload1.o reorg.o resource.o rtl-error.o rtl.o rtlanal.o rtlhooks.o sbitmap.o sched-deps.o sched-ebb.o sched-rgn.o sched-vis.o sdbout.o sel-sched-ir.o sel-sched-dump.o sel-sched.o sese.o simplify-rtx.o sparseset.o sreal.o stack-ptr-mod.o statistics.o stmt.o stor-layout.o store-motion.o streamer-hooks.o stringpool.o target-globals.o targhooks.o timevar.o toplev.o tracer.o trans-mem.o tree-affine.o tree-call-cdce.o tree-cfg.o tree-cfgcleanup.o tree-chrec.o tree-complex.o tree-data-ref.o tree-dfa.o tree-diagnostic.o tree-dump.o tree-eh.o tree-emutls.o tree-if-conv.o tree-inline.o tree-into-ssa.o tree-iterator.o tree-loop-distribution.o tree-nested.o tree-nomudflap.o tree-nrv.o tree-object-size.o tree-optimize.o tree-outof-ssa.o tree-parloops.o tree-phinodes.o tree-predcom.o tree-pretty-print.o tree-profile.o tree-scalar-evolution.o tree-sra.o tree-switch-conversion.o tree-ssa-address.o tree-ssa-alias.o tree-ssa-ccp.o tree-ssa-coalesce.o tree-ssa-copy.o tree-ssa-copyrename.o tree-ssa-dce.o tree-ssa-dom.o tree-ssa-dse.o tree-ssa-forwprop.o tree-ssa-ifcombine.o tree-ssa-live.o tree-ssa-loop-ch.o tree-ssa-loop-im.o tree-ssa-loop-ivcanon.o tree-ssa-loop-ivopts.o tree-ssa-loop-manip.o tree-ssa-loop-niter.o tree-ssa-loop-prefetch.o tree-ssa-loop-unswitch.o tree-ssa-loop.o tree-ssa-math-opts.o tree-ssa-operands.o tree-ssa-phiopt.o tree-ssa-phiprop.o tree-ssa-pre.o tree-ssa-propagate.o tree-ssa-reassoc.o tree-ssa-sccvn.o tree-ssa-sink.o tree-ssa-strlen.o tree-ssa-structalias.o tree-ssa-tail-merge.o tree-ssa-ter.o tree-ssa-threadedge.o tree-ssa-threadupdate.o tree-ssa-uncprop.o tree-ssa-uninit.o tree-ssa.o tree-ssanames.o tree-stdarg.o tree-streamer.o tree-streamer-in.o tree-streamer-out.o tree-tailcall.o tree-vect-generic.o tree-vect-patterns.o tree-vect-data-refs.o tree-vect-stmts.o tree-vect-loop.o tree-vect-loop-manip.o tree-vect-slp.o tree-vectorizer.o tree-vrp.o tree.o value-prof.o var-tracking.o varasm.o varpool.o vmsdbgout.o web.o xcoffout.o arm.o host-linux.o
  2684. ranlib libbackend.a
  2685. build/genhooks "Common Target Hook" \
  2686. > tmp-common-target-hooks-def.h
  2687. /bin/bash ../../gcc/../move-if-change tmp-common-target-hooks-def.h \
  2688. common/common-target-hooks-def.h
  2689. echo timestamp > s-common-target-hooks-def-h
  2690. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \
  2691. ../../gcc/common/config/arm/arm-common.c -o arm-common.o
  2692. arm-linux-gnueabihf-gcc -c -DIN_GCC_FRONTEND -DPREFIX=\"/opt/gdc\" -DBASEVER="\"4.7.1\"" -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/prefix.c -o prefix.o
  2693. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/params.c -o params.o
  2694. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/opts.c -o opts.o
  2695. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/opts-common.c -o opts-common.o
  2696. gawk -f ../../gcc/opt-functions.awk -f ../../gcc/opt-read.awk \
  2697. -f ../../gcc/optc-gen.awk \
  2698. -v header_name="config.h system.h coretypes.h tm.h" < optionlist > options.c
  2699. warning: multiple different help strings for I:
  2700. -I <dir>. Add <dir> to the end of the main source path
  2701. -I <dir> Add <dir> to the end of the main include path
  2702. warning: multiple different help strings for nostdinc:
  2703. Do not look for source files in standard path
  2704. Do not search standard system include directories (those specified with -isystem will still be used)
  2705. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber options.c -o options.o
  2706. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/vec.c -o vec.o
  2707. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/hooks.c -o hooks.o
  2708. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -Icommon -I../../gcc -I../../gcc/common -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/common/common-targhooks.c -o common/common-targhooks.o
  2709. rm -rf libcommon-target.a
  2710. ar rc libcommon-target.a arm-common.o prefix.o params.o opts.o opts-common.o options.o vec.o hooks.o common/common-targhooks.o
  2711. ranlib libcommon-target.a
  2712. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/diagnostic.c -o diagnostic.o
  2713. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/pretty-print.c -o pretty-print.o
  2714. arm-linux-gnueabihf-gcc -c -DLOCALEDIR=\"/opt/gdc/share/locale\" -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/intl.c -o intl.o
  2715. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/input.c -o input.o
  2716. arm-linux-gnueabihf-gcc -c -DBASEVER="\"4.7.1\"" -DDATESTAMP="\"\"" -DREVISION="\"\"" -DDEVPHASE="\"\"" -DPKGVERSION="\"(GCC) \"" -DBUGURL="\"<https://bitbucket.org/goshawk/gdc/issues>\"" -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/version.c -o version.o
  2717. rm -rf libcommon.a
  2718. ar rc libcommon.a diagnostic.o pretty-print.o intl.o input.o version.o
  2719. ranlib libcommon.a
  2720. build/genchecksum c-lang.o c-family/stub-objc.o attribs.o c-errors.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-objc-common.o c-parser.o tree-mudflap.o c-family/c-common.o c-family/c-cppbuiltin.o c-family/c-dump.o c-family/c-format.o c-family/c-gimplify.o c-family/c-lex.o c-family/c-omp.o c-family/c-opts.o c-family/c-pch.o c-family/c-ppoutput.o c-family/c-pragma.o c-family/c-pretty-print.o c-family/c-semantics.o c-family/c-ada-spec.o arm-c.o default-c.o main.o tree-browser.o libbackend.a libcommon-target.a libcommon.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a libcommon.a ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a \
  2721. checksum-options > cc1-checksum.c.tmp && \
  2722. ../../gcc/../move-if-change cc1-checksum.c.tmp cc1-checksum.c
  2723. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber cc1-checksum.c -o cc1-checksum.o
  2724. arm-linux-gnueabihf-gcc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -o cc1 c-lang.o c-family/stub-objc.o attribs.o c-errors.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-objc-common.o c-parser.o tree-mudflap.o c-family/c-common.o c-family/c-cppbuiltin.o c-family/c-dump.o c-family/c-format.o c-family/c-gimplify.o c-family/c-lex.o c-family/c-omp.o c-family/c-opts.o c-family/c-pch.o c-family/c-ppoutput.o c-family/c-pragma.o c-family/c-pretty-print.o c-family/c-semantics.o c-family/c-ada-spec.o arm-c.o default-c.o \
  2725. cc1-checksum.o main.o tree-browser.o libbackend.a libcommon-target.a libcommon.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a libcommon.a ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -lmpc -lmpfr -lgmp -rdynamic -ldl -lz
  2726. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/gcov.c -o gcov.o
  2727. arm-linux-gnueabihf-gcc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H gcov.o libcommon.a ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -o gcov
  2728. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/gcov-dump.c -o gcov-dump.o
  2729. arm-linux-gnueabihf-gcc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H gcov-dump.o \
  2730. libcommon.a ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -o gcov-dump
  2731. arm-linux-gnueabihf-gcc -g -O2 -DIN_GCC -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -o d/idgen.dmdgen.o -c ../../gcc/d/dfrontend/idgen.c
  2732. arm-linux-gnueabihf-gcc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/d -I../../gcc/d/dfrontend -Id -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -o d/idgen d/idgen.dmdgen.o
  2733. cd d && ./idgen
  2734. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -o d/id.gen.o -c d/id.c
  2735. In file included from d/id.c:4:0:
  2736. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2737. arm-linux-gnueabihf-gcc -g -O2 -DIN_GCC -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -o d/impcnvgen.dmdgen.o -c ../../gcc/d/dfrontend/impcnvgen.c
  2738. arm-linux-gnueabihf-gcc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/d -I../../gcc/d/dfrontend -Id -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -o d/impcvgen d/impcnvgen.dmdgen.o
  2739. cd d && ./impcvgen
  2740. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -o d/impcnvtab.gen.o -c d/impcnvtab.c
  2741. In file included from ../../gcc/d/dfrontend/expression.h:16:0,
  2742. from ../../gcc/d/dfrontend/mtype.h:31,
  2743. from d/impcnvtab.c:2:
  2744. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2745. #echo "#define D_PHOBOS_DIR \""/opt/gdc/lib/gcc/arm-linux-gnueabihf/4.7.1/../../../..`echo /opt/gdc | sed -e 's|^/opt/gdc||' -e 's|/[^/]*|/..|g'`/include/d/4.7.1"\"" > d/d-confdefs.h
  2746. #echo "#define D_PHOBOS_TARGET_DIR \""/opt/gdc/lib/gcc/arm-linux-gnueabihf/4.7.1/../../../..`echo /opt/gdc | sed -e 's|^/opt/gdc||' -e 's|/[^/]*|/..|g'`/include/d/4.7.1/arm-linux-gnueabihf"\"" >> d/d-confdefs.h
  2747. ../../gcc/d/target-ver-syms.sh arm-unknown-linux-gnueabihf >> d/d-confdefs.h
  2748. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/aav.dmd.o -c ../../gcc/d/dfrontend/aav.c
  2749. In file included from ../../gcc/d/dfrontend/total.h:29:0,
  2750. from <command-line>:0:
  2751. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2752. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/access.dmd.o -c ../../gcc/d/dfrontend/access.c
  2753. In file included from ../../gcc/d/dfrontend/total.h:29:0,
  2754. from <command-line>:0:
  2755. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2756. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/aliasthis.dmd.o -c ../../gcc/d/dfrontend/aliasthis.c
  2757. In file included from ../../gcc/d/dfrontend/total.h:29:0,
  2758. from <command-line>:0:
  2759. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2760. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/array.dmd.o -c ../../gcc/d/dfrontend/array.c
  2761. In file included from ../../gcc/d/dfrontend/total.h:29:0,
  2762. from <command-line>:0:
  2763. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2764. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/arrayop.dmd.o -c ../../gcc/d/dfrontend/arrayop.c
  2765. In file included from ../../gcc/d/dfrontend/total.h:29:0,
  2766. from <command-line>:0:
  2767. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2768. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/async.dmd.o -c ../../gcc/d/dfrontend/async.c
  2769. In file included from ../../gcc/d/dfrontend/total.h:29:0,
  2770. from <command-line>:0:
  2771. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2772. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/attrib.dmd.o -c ../../gcc/d/dfrontend/attrib.c
  2773. In file included from ../../gcc/d/dfrontend/total.h:29:0,
  2774. from <command-line>:0:
  2775. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2776. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/cast.dmd.o -c ../../gcc/d/dfrontend/cast.c
  2777. In file included from ../../gcc/d/dfrontend/total.h:29:0,
  2778. from <command-line>:0:
  2779. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2780. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/class.dmd.o -c ../../gcc/d/dfrontend/class.c
  2781. In file included from ../../gcc/d/dfrontend/total.h:29:0,
  2782. from <command-line>:0:
  2783. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2784. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/clone.dmd.o -c ../../gcc/d/dfrontend/clone.c
  2785. In file included from ../../gcc/d/dfrontend/total.h:29:0,
  2786. from <command-line>:0:
  2787. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2788. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/cond.dmd.o -c ../../gcc/d/dfrontend/cond.c
  2789. In file included from ../../gcc/d/dfrontend/total.h:29:0,
  2790. from <command-line>:0:
  2791. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2792. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/constfold.dmd.o -c ../../gcc/d/dfrontend/constfold.c
  2793. In file included from ../../gcc/d/dfrontend/total.h:29:0,
  2794. from <command-line>:0:
  2795. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2796. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/dchar.dmd.o -c ../../gcc/d/dfrontend/dchar.c
  2797. In file included from ../../gcc/d/dfrontend/total.h:29:0,
  2798. from <command-line>:0:
  2799. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2800. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/declaration.dmd.o -c ../../gcc/d/dfrontend/declaration.c
  2801. In file included from ../../gcc/d/dfrontend/total.h:29:0,
  2802. from <command-line>:0:
  2803. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2804. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/delegatize.dmd.o -c ../../gcc/d/dfrontend/delegatize.c
  2805. In file included from ../../gcc/d/dfrontend/total.h:29:0,
  2806. from <command-line>:0:
  2807. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2808. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/doc.dmd.o -c ../../gcc/d/dfrontend/doc.c
  2809. In file included from ../../gcc/d/dfrontend/total.h:29:0,
  2810. from <command-line>:0:
  2811. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2812. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/dsymbol.dmd.o -c ../../gcc/d/dfrontend/dsymbol.c
  2813. ../../gcc/d/dfrontend/dsymbol.c: In member function ‘void Dsymbol::verror(Loc, const char*, va_list)’:
  2814. ../../gcc/d/dfrontend/dsymbol.c:622:6: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2815. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/dump.dmd.o -c ../../gcc/d/dfrontend/dump.c
  2816. In file included from ../../gcc/d/dfrontend/total.h:29:0,
  2817. from <command-line>:0:
  2818. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2819. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/entity.dmd.o -c ../../gcc/d/dfrontend/entity.c
  2820. In file included from ../../gcc/d/dfrontend/total.h:29:0,
  2821. from <command-line>:0:
  2822. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2823. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/enum.dmd.o -c ../../gcc/d/dfrontend/enum.c
  2824. In file included from ../../gcc/d/dfrontend/total.h:29:0,
  2825. from <command-line>:0:
  2826. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2827. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/expression.dmd.o -c ../../gcc/d/dfrontend/expression.c
  2828. In file included from ../../gcc/d/dfrontend/total.h:28:0,
  2829. from <command-line>:0:
  2830. ../../gcc/d/dfrontend/mars.h:466:6: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2831. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/func.dmd.o -c ../../gcc/d/dfrontend/func.c
  2832. In file included from ../../gcc/d/dfrontend/total.h:29:0,
  2833. from <command-line>:0:
  2834. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2835. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/gnuc.dmd.o -c ../../gcc/d/dfrontend/gnuc.c
  2836. In file included from ../../gcc/d/dfrontend/total.h:29:0,
  2837. from <command-line>:0:
  2838. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2839. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/hdrgen.dmd.o -c ../../gcc/d/dfrontend/hdrgen.c
  2840. In file included from ../../gcc/d/dfrontend/total.h:29:0,
  2841. from <command-line>:0:
  2842. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2843. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/html.dmd.o -c ../../gcc/d/dfrontend/html.c
  2844. In file included from ../../gcc/d/dfrontend/total.h:29:0,
  2845. from <command-line>:0:
  2846. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2847. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/identifier.dmd.o -c ../../gcc/d/dfrontend/identifier.c
  2848. In file included from ../../gcc/d/dfrontend/total.h:29:0,
  2849. from <command-line>:0:
  2850. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2851. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/imphint.dmd.o -c ../../gcc/d/dfrontend/imphint.c
  2852. In file included from ../../gcc/d/dfrontend/total.h:29:0,
  2853. from <command-line>:0:
  2854. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2855. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/import.dmd.o -c ../../gcc/d/dfrontend/import.c
  2856. In file included from ../../gcc/d/dfrontend/total.h:29:0,
  2857. from <command-line>:0:
  2858. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2859. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/init.dmd.o -c ../../gcc/d/dfrontend/init.c
  2860. In file included from ../../gcc/d/dfrontend/total.h:29:0,
  2861. from <command-line>:0:
  2862. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2863. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/inline.dmd.o -c ../../gcc/d/dfrontend/inline.c
  2864. In file included from ../../gcc/d/dfrontend/total.h:29:0,
  2865. from <command-line>:0:
  2866. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2867. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/interpret.dmd.o -c ../../gcc/d/dfrontend/interpret.c
  2868. In file included from ../../gcc/d/dfrontend/total.h:29:0,
  2869. from <command-line>:0:
  2870. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2871. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/json.dmd.o -c ../../gcc/d/dfrontend/json.c
  2872. In file included from ../../gcc/d/dfrontend/total.h:29:0,
  2873. from <command-line>:0:
  2874. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2875. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/lexer.dmd.o -c ../../gcc/d/dfrontend/lexer.c
  2876. ../../gcc/d/dfrontend/lexer.c: In member function ‘void Lexer::verror(Loc, const char*, va_list)’:
  2877. ../../gcc/d/dfrontend/lexer.c:328:6: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2878. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/lstring.dmd.o -c ../../gcc/d/dfrontend/lstring.c
  2879. In file included from ../../gcc/d/dfrontend/total.h:29:0,
  2880. from <command-line>:0:
  2881. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2882. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/macro.dmd.o -c ../../gcc/d/dfrontend/macro.c
  2883. In file included from ../../gcc/d/dfrontend/total.h:29:0,
  2884. from <command-line>:0:
  2885. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2886. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/mangle.dmd.o -c ../../gcc/d/dfrontend/mangle.c
  2887. In file included from ../../gcc/d/dfrontend/total.h:29:0,
  2888. from <command-line>:0:
  2889. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2890. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/mars.dmd.o -c ../../gcc/d/dfrontend/mars.c
  2891. ../../gcc/d/dfrontend/mars.c: In function ‘void vwarning(Loc, const char*, va_list)’:
  2892. ../../gcc/d/dfrontend/mars.c:269:6: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2893. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/mtype.dmd.o -c ../../gcc/d/dfrontend/mtype.c
  2894. In file included from ../../gcc/d/dfrontend/total.h:28:0,
  2895. from <command-line>:0:
  2896. ../../gcc/d/dfrontend/mars.h:466:6: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2897. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/module.dmd.o -c ../../gcc/d/dfrontend/module.c
  2898. In file included from ../../gcc/d/dfrontend/total.h:29:0,
  2899. from <command-line>:0:
  2900. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2901. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/opover.dmd.o -c ../../gcc/d/dfrontend/opover.c
  2902. In file included from ../../gcc/d/dfrontend/total.h:29:0,
  2903. from <command-line>:0:
  2904. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2905. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/optimize.dmd.o -c ../../gcc/d/dfrontend/optimize.c
  2906. In file included from ../../gcc/d/dfrontend/total.h:29:0,
  2907. from <command-line>:0:
  2908. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2909. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/parse.dmd.o -c ../../gcc/d/dfrontend/parse.c
  2910. In file included from ../../gcc/d/dfrontend/total.h:29:0,
  2911. from <command-line>:0:
  2912. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2913. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/rmem.dmd.o -c ../../gcc/d/dfrontend/rmem.c
  2914. In file included from ../../gcc/d/dfrontend/total.h:29:0,
  2915. from <command-line>:0:
  2916. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2917. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/root.dmd.o -c ../../gcc/d/dfrontend/root.c
  2918. ../../gcc/d/dfrontend/root.c: In member function ‘void OutBuffer::vprintf(const char*, va_list)’:
  2919. ../../gcc/d/dfrontend/root.c:1852:6: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2920. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/scope.dmd.o -c ../../gcc/d/dfrontend/scope.c
  2921. In file included from ../../gcc/d/dfrontend/total.h:29:0,
  2922. from <command-line>:0:
  2923. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2924. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/speller.dmd.o -c ../../gcc/d/dfrontend/speller.c
  2925. In file included from ../../gcc/d/dfrontend/total.h:29:0,
  2926. from <command-line>:0:
  2927. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2928. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/statement.dmd.o -c ../../gcc/d/dfrontend/statement.c
  2929. In file included from ../../gcc/d/dfrontend/total.h:28:0,
  2930. from <command-line>:0:
  2931. ../../gcc/d/dfrontend/mars.h:466:6: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2932. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/staticassert.dmd.o -c ../../gcc/d/dfrontend/staticassert.c
  2933. In file included from ../../gcc/d/dfrontend/total.h:29:0,
  2934. from <command-line>:0:
  2935. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2936. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/stringtable.dmd.o -c ../../gcc/d/dfrontend/stringtable.c
  2937. In file included from ../../gcc/d/dfrontend/total.h:29:0,
  2938. from <command-line>:0:
  2939. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2940. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/struct.dmd.o -c ../../gcc/d/dfrontend/struct.c
  2941. In file included from ../../gcc/d/dfrontend/total.h:29:0,
  2942. from <command-line>:0:
  2943. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2944. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/template.dmd.o -c ../../gcc/d/dfrontend/template.c
  2945. In file included from ../../gcc/d/dfrontend/total.h:29:0,
  2946. from <command-line>:0:
  2947. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2948. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/todt.dmd.o -c ../../gcc/d/dfrontend/todt.c
  2949. In file included from ../../gcc/d/dfrontend/total.h:29:0,
  2950. from <command-line>:0:
  2951. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2952. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/toobj.dmd.o -c ../../gcc/d/dfrontend/toobj.c
  2953. In file included from ../../gcc/d/dfrontend/total.h:29:0,
  2954. from <command-line>:0:
  2955. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2956. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/typinf.dmd.o -c ../../gcc/d/dfrontend/typinf.c
  2957. In file included from ../../gcc/d/dfrontend/total.h:29:0,
  2958. from <command-line>:0:
  2959. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2960. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/unialpha.dmd.o -c ../../gcc/d/dfrontend/unialpha.c
  2961. In file included from ../../gcc/d/dfrontend/total.h:29:0,
  2962. from <command-line>:0:
  2963. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2964. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/utf.dmd.o -c ../../gcc/d/dfrontend/utf.c
  2965. In file included from ../../gcc/d/dfrontend/total.h:29:0,
  2966. from <command-line>:0:
  2967. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2968. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/argtypes.dmd.o -c ../../gcc/d/dfrontend/argtypes.c
  2969. In file included from ../../gcc/d/dfrontend/total.h:29:0,
  2970. from <command-line>:0:
  2971. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2972. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/builtin.dmd.o -c ../../gcc/d/dfrontend/builtin.c
  2973. In file included from ../../gcc/d/dfrontend/total.h:29:0,
  2974. from <command-line>:0:
  2975. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2976. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/traits.dmd.o -c ../../gcc/d/dfrontend/traits.c
  2977. In file included from ../../gcc/d/dfrontend/total.h:29:0,
  2978. from <command-line>:0:
  2979. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2980. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/intrange.dmd.o -c ../../gcc/d/dfrontend/intrange.c
  2981. In file included from ../../gcc/d/dfrontend/total.h:29:0,
  2982. from <command-line>:0:
  2983. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2984. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/cppmangle.dmd.o -c ../../gcc/d/dfrontend/cppmangle.c
  2985. In file included from ../../gcc/d/dfrontend/total.h:29:0,
  2986. from <command-line>:0:
  2987. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2988. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/apply.dmd.o -c ../../gcc/d/dfrontend/apply.c
  2989. In file included from ../../gcc/d/dfrontend/total.h:29:0,
  2990. from <command-line>:0:
  2991. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2992. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/canthrow.dmd.o -c ../../gcc/d/dfrontend/canthrow.c
  2993. In file included from ../../gcc/d/dfrontend/total.h:29:0,
  2994. from <command-line>:0:
  2995. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  2996. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/sideeffect.dmd.o -c ../../gcc/d/dfrontend/sideeffect.c
  2997. In file included from ../../gcc/d/dfrontend/total.h:29:0,
  2998. from <command-line>:0:
  2999. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  3000. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/unittests.dmd.o -c ../../gcc/d/dfrontend/unittests.c
  3001. In file included from ../../gcc/d/dfrontend/total.h:29:0,
  3002. from <command-line>:0:
  3003. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  3004. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -Wno-deprecated -Wstrict-aliasing -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -Id -I../../gcc/d/dfrontend -I../../gcc/d -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -include total.h -o d/version.dmd.o -c ../../gcc/d/dfrontend/version.c
  3005. In file included from ../../gcc/d/dfrontend/total.h:29:0,
  3006. from <command-line>:0:
  3007. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  3008. arm-linux-gnueabihf-g++ -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -W -Wall -Wwrite-strings -Wcast-qual -fno-common -DHAVE_CONFIG_H -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/d -I../../gcc/d/dfrontend -Id -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -DGCC_SAFE_DMD=1 -o d/d-lang.glue.o -c ../../gcc/d/d-lang.cc
  3009. In file included from ../../gcc/d/d-irstate.h:26:0,
  3010. from ../../gcc/d/d-codegen.h:21,
  3011. from ../../gcc/d/d-lang.cc:28:
  3012. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  3013. arm-linux-gnueabihf-g++ -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -W -Wall -Wwrite-strings -Wcast-qual -fno-common -DHAVE_CONFIG_H -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/d -I../../gcc/d/dfrontend -Id -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -DGCC_SAFE_DMD=1 -o d/d-decls.glue.o -c ../../gcc/d/d-decls.cc
  3014. ../../gcc/d/d-decls.cc:1004:1: warning: unused parameter ‘func’ [-Wunused-parameter]
  3015. ../../gcc/d/d-decls.cc:1004:1: warning: unused parameter ‘flags’ [-Wunused-parameter]
  3016. In file included from ../../gcc/d/dfrontend/statement.h:22:0,
  3017. from ../../gcc/d/d-decls.cc:33:
  3018. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  3019. arm-linux-gnueabihf-g++ -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -W -Wall -Wwrite-strings -Wcast-qual -fno-common -DHAVE_CONFIG_H -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/d -I../../gcc/d/dfrontend -Id -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -DGCC_SAFE_DMD=1 -o d/d-codegen.glue.o -c ../../gcc/d/d-codegen.cc
  3020. In file included from ../../gcc/d/d-irstate.h:26:0,
  3021. from ../../gcc/d/d-codegen.h:21,
  3022. from ../../gcc/d/d-codegen.cc:20:
  3023. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  3024. arm-linux-gnueabihf-g++ -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -W -Wall -Wwrite-strings -Wcast-qual -fno-common -DHAVE_CONFIG_H -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/d -I../../gcc/d/dfrontend -Id -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -DGCC_SAFE_DMD=1 -o d/d-objfile.glue.o -c ../../gcc/d/d-objfile.cc
  3025. ../../gcc/d/d-objfile.cc:978:1: warning: unused parameter ‘name’ [-Wunused-parameter]
  3026. ../../gcc/d/d-objfile.cc:985:1: warning: unused parameter ‘s’ [-Wunused-parameter]
  3027. In file included from ../../gcc/d/d-irstate.h:26:0,
  3028. from ../../gcc/d/d-codegen.h:21,
  3029. from ../../gcc/d/d-objfile.cc:20:
  3030. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  3031. arm-linux-gnueabihf-g++ -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -W -Wall -Wwrite-strings -Wcast-qual -fno-common -DHAVE_CONFIG_H -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/d -I../../gcc/d/dfrontend -Id -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -DGCC_SAFE_DMD=1 -o d/d-irstate.glue.o -c ../../gcc/d/d-irstate.cc
  3032. In file included from ../../gcc/d/d-irstate.h:26:0,
  3033. from ../../gcc/d/d-irstate.cc:20:
  3034. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  3035. arm-linux-gnueabihf-g++ -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -W -Wall -Wwrite-strings -Wcast-qual -fno-common -DHAVE_CONFIG_H -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/d -I../../gcc/d/dfrontend -Id -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -DGCC_SAFE_DMD=1 -o d/d-glue.glue.o -c ../../gcc/d/d-glue.cc
  3036. In file included from ../../gcc/d/dfrontend/expression.h:16:0,
  3037. from ../../gcc/d/dfrontend/mtype.h:31,
  3038. from ../../gcc/d/symbol.h:25,
  3039. from ../../gcc/d/d-glue.cc:25:
  3040. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  3041. arm-linux-gnueabihf-g++ -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -W -Wall -Wwrite-strings -Wcast-qual -fno-common -DHAVE_CONFIG_H -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/d -I../../gcc/d/dfrontend -Id -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -DGCC_SAFE_DMD=1 -o d/d-convert.glue.o -c ../../gcc/d/d-convert.cc
  3042. arm-linux-gnueabihf-g++ -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -W -Wall -Wwrite-strings -Wcast-qual -fno-common -DHAVE_CONFIG_H -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/d -I../../gcc/d/dfrontend -Id -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -DGCC_SAFE_DMD=1 -o d/d-todt.glue.o -c ../../gcc/d/d-todt.cc
  3043. In file included from ../../gcc/d/d-irstate.h:26:0,
  3044. from ../../gcc/d/d-codegen.h:21,
  3045. from ../../gcc/d/d-todt.cc:20:
  3046. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  3047. arm-linux-gnueabihf-g++ -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -W -Wall -Wwrite-strings -Wcast-qual -fno-common -DHAVE_CONFIG_H -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/d -I../../gcc/d/dfrontend -Id -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -DGCC_SAFE_DMD=1 -o d/d-gcc-real.glue.o -c ../../gcc/d/d-gcc-real.cc
  3048. In file included from ../../gcc/d/d-gcc-real.cc:23:0:
  3049. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  3050. arm-linux-gnueabihf-gcc -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/d -I../../gcc/d/dfrontend -Id -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -o d/d-gt.cglue.o -c ../../gcc/d/d-gt.c
  3051. arm-linux-gnueabihf-gcc -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/d -I../../gcc/d/dfrontend -Id -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -o d/d-builtins.cglue.o -c ../../gcc/d/d-builtins.c
  3052. In file included from ../../gcc/d/d-builtins.c:41:0:
  3053. ../../gcc/d/d-bi-attrs.h: In function ‘handle_weak_attribute’:
  3054. ../../gcc/d/d-bi-attrs.h:1243:5: warning: implicit declaration of function ‘declare_weak’ [-Wimplicit-function-declaration]
  3055. arm-linux-gnueabihf-g++ -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -W -Wall -Wwrite-strings -Wcast-qual -fno-common -DHAVE_CONFIG_H -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/d -I../../gcc/d/dfrontend -Id -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -DGCC_SAFE_DMD=1 -o d/d-builtins2.glue.o -c ../../gcc/d/d-builtins2.cc
  3056. ../../gcc/d/d-builtins2.cc: In function ‘int d_gcc_field_align(VarDeclaration*, int)’:
  3057. ../../gcc/d/d-builtins2.cc:610:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  3058. In file included from ../../gcc/d/dfrontend/expression.h:16:0,
  3059. from ../../gcc/d/dfrontend/mtype.h:31,
  3060. from ../../gcc/d/symbol.h:25,
  3061. from ../../gcc/d/d-builtins2.cc:23:
  3062. ../../gcc/d/dfrontend/lexer.h: At global scope:
  3063. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  3064. arm-linux-gnueabihf-g++ -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -W -Wall -Wwrite-strings -Wcast-qual -fno-common -DHAVE_CONFIG_H -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/d -I../../gcc/d/dfrontend -Id -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -DGCC_SAFE_DMD=1 -o d/symbol.glue.o -c ../../gcc/d/symbol.cc
  3065. In file included from ../../gcc/d/dfrontend/expression.h:16:0,
  3066. from ../../gcc/d/dfrontend/mtype.h:31,
  3067. from ../../gcc/d/symbol.h:25,
  3068. from ../../gcc/d/symbol.cc:19:
  3069. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  3070. arm-linux-gnueabihf-g++ -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -W -Wall -Wwrite-strings -Wcast-qual -fno-common -DHAVE_CONFIG_H -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/d -I../../gcc/d/dfrontend -Id -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -DGCC_SAFE_DMD=1 -o d/asmstmt.glue.o -c ../../gcc/d/asmstmt.cc
  3071. In file included from ../../gcc/d/dfrontend/statement.h:22:0,
  3072. from ../../gcc/d/asmstmt.cc:19:
  3073. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  3074. arm-linux-gnueabihf-g++ -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -W -Wall -Wwrite-strings -Wcast-qual -fno-common -DHAVE_CONFIG_H -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/d -I../../gcc/d/dfrontend -Id -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -DGCC_SAFE_DMD=1 -o d/dt.glue.o -c ../../gcc/d/dt.cc
  3075. In file included from ../../gcc/d/d-irstate.h:26:0,
  3076. from ../../gcc/d/d-codegen.h:21,
  3077. from ../../gcc/d/dt.cc:20:
  3078. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  3079. arm-linux-gnueabihf-g++ -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -W -Wall -Wwrite-strings -Wcast-qual -fno-common -DHAVE_CONFIG_H -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/d -I../../gcc/d/dfrontend -Id -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -DD_PHOBOS_DIR=\"/opt/gdc/lib/gcc/arm-linux-gnueabihf/4.7.1/../../../..`echo /opt/gdc | sed -e 's|^/opt/gdc||' -e 's|/[^/]*|/..|g'`/include/d/4.7.1\" -DD_PHOBOS_TARGET_DIR=\"/opt/gdc/lib/gcc/arm-linux-gnueabihf/4.7.1/../../../..`echo /opt/gdc | sed -e 's|^/opt/gdc||' -e 's|/[^/]*|/..|g'`/include/d/4.7.1/arm-linux-gnueabihf\" -DGCC_SAFE_DMD=1 -o d/d-incpath.glue.o -c ../../gcc/d/d-incpath.cc
  3080. In file included from ../../gcc/d/d-irstate.h:26:0,
  3081. from ../../gcc/d/d-codegen.h:21,
  3082. from ../../gcc/d/d-incpath.cc:23:
  3083. ../../gcc/d/dfrontend/lexer.h:309:10: note: the mangling of ‘va_list’ has changed in GCC 4.4
  3084. arm-linux-gnueabihf-g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -W -Wall -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/d -I../../gcc/d/dfrontend -Id -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -o cc1d \
  3085. d/id.gen.o d/impcnvtab.gen.o d/aav.dmd.o d/access.dmd.o d/aliasthis.dmd.o d/array.dmd.o d/arrayop.dmd.o d/async.dmd.o d/attrib.dmd.o d/cast.dmd.o d/class.dmd.o d/clone.dmd.o d/cond.dmd.o d/constfold.dmd.o d/dchar.dmd.o d/declaration.dmd.o d/delegatize.dmd.o d/doc.dmd.o d/dsymbol.dmd.o d/dump.dmd.o d/entity.dmd.o d/enum.dmd.o d/expression.dmd.o d/func.dmd.o d/gnuc.dmd.o d/hdrgen.dmd.o d/html.dmd.o d/identifier.dmd.o d/imphint.dmd.o d/import.dmd.o d/init.dmd.o d/inline.dmd.o d/interpret.dmd.o d/json.dmd.o d/lexer.dmd.o d/lstring.dmd.o d/macro.dmd.o d/mangle.dmd.o d/mars.dmd.o d/mtype.dmd.o d/module.dmd.o d/opover.dmd.o d/optimize.dmd.o d/parse.dmd.o d/rmem.dmd.o d/root.dmd.o d/scope.dmd.o d/speller.dmd.o d/statement.dmd.o d/staticassert.dmd.o d/stringtable.dmd.o d/struct.dmd.o d/template.dmd.o d/todt.dmd.o d/toobj.dmd.o d/typinf.dmd.o d/unialpha.dmd.o d/utf.dmd.o d/argtypes.dmd.o d/builtin.dmd.o d/traits.dmd.o d/intrange.dmd.o d/cppmangle.dmd.o d/apply.dmd.o d/canthrow.dmd.o d/sideeffect.dmd.o d/unittests.dmd.o d/version.dmd.o attribs.o c-family/stub-objc.o prefix.o d/d-lang.glue.o d/d-decls.glue.o d/d-codegen.glue.o d/d-objfile.glue.o d/d-irstate.glue.o d/d-glue.glue.o d/d-convert.glue.o d/d-todt.glue.o d/d-gcc-real.glue.o d/d-gt.cglue.o d/d-builtins.cglue.o d/d-builtins2.glue.o d/symbol.glue.o d/asmstmt.glue.o d/dt.glue.o d/d-incpath.glue.o main.o tree-browser.o libbackend.a libcommon-target.a libcommon.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a libcommon.a ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -lmpc -lmpfr -lgmp -rdynamic -ldl -lz
  3086. arm-linux-gnueabihf-gcc -c -DTARGET_MACHINE=\"arm-linux-gnueabihf\" -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/collect2.c -o collect2.o
  3087. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/collect2-aix.c -o collect2-aix.o
  3088. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tlink.c -o tlink.o
  3089. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/ggc-none.c -o ggc-none.o
  3090. arm-linux-gnueabihf-gcc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -o Tcollect2 \
  3091. collect2.o collect2-aix.o tlink.o vec.o ggc-none.o libcommon.a ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
  3092. mv -f Tcollect2 collect2
  3093. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/lto-wrapper.c -o lto-wrapper.o
  3094. arm-linux-gnueabihf-gcc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -o Tlto-wrapper \
  3095. lto-wrapper.o ggc-none.o libcommon-target.a libcommon.a ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
  3096. mv -f Tlto-wrapper lto-wrapper
  3097. arm-linux-gnueabihf-gcc -c -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/opt/gdc/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/opt/gdc/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"4.7.1\" -DDEFAULT_TARGET_MACHINE=\"arm-linux-gnueabihf\" -DSTANDARD_BINDIR_PREFIX=\"/opt/gdc/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" `test "X${SHLIB}" = "X" || test "no" != "yes" || echo "-DENABLE_SHARED_LIBGCC"` -DCONFIGURE_SPECS="\"\"" -DTARGET_MACHINE=\"arm-linux-gnueabihf\" -DPERSONALITY=\"ar\" -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/gcc-ar.c -o gcc-ar.o
  3098. arm-linux-gnueabihf-gcc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H gcc-ar.o -o gcc-ar \
  3099. libcommon.a ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
  3100. cp ../../gcc/gcc-ar.c gcc-nm.c
  3101. arm-linux-gnueabihf-gcc -c -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/opt/gdc/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/opt/gdc/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"4.7.1\" -DDEFAULT_TARGET_MACHINE=\"arm-linux-gnueabihf\" -DSTANDARD_BINDIR_PREFIX=\"/opt/gdc/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" `test "X${SHLIB}" = "X" || test "no" != "yes" || echo "-DENABLE_SHARED_LIBGCC"` -DCONFIGURE_SPECS="\"\"" -DTARGET_MACHINE=\"arm-linux-gnueabihf\" -DPERSONALITY=\"nm\" -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber gcc-nm.c -o gcc-nm.o
  3102. arm-linux-gnueabihf-gcc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H gcc-nm.o -o gcc-nm \
  3103. libcommon.a ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
  3104. cp ../../gcc/gcc-ar.c gcc-ranlib.c
  3105. arm-linux-gnueabihf-gcc -c -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/opt/gdc/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/opt/gdc/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"4.7.1\" -DDEFAULT_TARGET_MACHINE=\"arm-linux-gnueabihf\" -DSTANDARD_BINDIR_PREFIX=\"/opt/gdc/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" `test "X${SHLIB}" = "X" || test "no" != "yes" || echo "-DENABLE_SHARED_LIBGCC"` -DCONFIGURE_SPECS="\"\"" -DTARGET_MACHINE=\"arm-linux-gnueabihf\" -DPERSONALITY=\"ranlib\" -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber gcc-ranlib.c -o gcc-ranlib.o
  3106. arm-linux-gnueabihf-gcc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H gcc-ranlib.o -o gcc-ranlib \
  3107. libcommon.a ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
  3108. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/gengtype.c -o gengtype.o
  3109. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -Wno-error -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber gengtype-lex.c -o gengtype-lex.o
  3110. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/gengtype-parse.c -o gengtype-parse.o
  3111. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/gengtype-state.c -o gengtype-state.o
  3112. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/errors.c -o errors.o
  3113. arm-linux-gnueabihf-gcc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -o gengtype \
  3114. gengtype.o gengtype-lex.o gengtype-parse.o gengtype-state.o version.o errors.o libcommon.a ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a libcommon.a ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
  3115. (SHLIB='true'; \
  3116. arm-linux-gnueabihf-gcc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \
  3117. -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/opt/gdc/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/opt/gdc/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"4.7.1\" -DDEFAULT_TARGET_MACHINE=\"arm-linux-gnueabihf\" -DSTANDARD_BINDIR_PREFIX=\"/opt/gdc/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" `test "X${SHLIB}" = "X" || test "no" != "yes" || echo "-DENABLE_SHARED_LIBGCC"` -DCONFIGURE_SPECS="\"\"" \
  3118. -c ../../gcc/gcc.c -o gcc.o)
  3119. (SHLIB='true'; \
  3120. arm-linux-gnueabihf-gcc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \
  3121. -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/opt/gdc/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/opt/gdc/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"4.7.1\" -DDEFAULT_TARGET_MACHINE=\"arm-linux-gnueabihf\" -DSTANDARD_BINDIR_PREFIX=\"/opt/gdc/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" `test "X${SHLIB}" = "X" || test "no" != "yes" || echo "-DENABLE_SHARED_LIBGCC"` -DCONFIGURE_SPECS="\"\"" \
  3122. -c ../../gcc/gccspec.c -o gccspec.o)
  3123. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/config/arm/driver-arm.c
  3124. arm-linux-gnueabihf-gcc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -o xgcc gcc.o ggc-none.o \
  3125. gccspec.o driver-arm.o libcommon-target.a \
  3126. libcommon.a ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
  3127. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/cppspec.c -o cppspec.o
  3128. arm-linux-gnueabihf-gcc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -o cpp gcc.o ggc-none.o \
  3129. cppspec.o driver-arm.o libcommon-target.a \
  3130. libcommon.a ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
  3131. /home/pi/gcc-4.7.1-debian/objdir/./gcc/xgcc -B/home/pi/gcc-4.7.1-debian/objdir/./gcc/ -dumpspecs > tmp-specs
  3132. mv tmp-specs specs
  3133. : > tmp-libgcc.mvars
  3134. echo GCC_CFLAGS = '-g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include ' >> tmp-libgcc.mvars
  3135. echo INHIBIT_LIBC_CFLAGS = '' >> tmp-libgcc.mvars
  3136. echo TARGET_SYSTEM_ROOT = '' >> tmp-libgcc.mvars
  3137. mv tmp-libgcc.mvars libgcc.mvars
  3138. echo | /home/pi/gcc-4.7.1-debian/objdir/./gcc/xgcc -B/home/pi/gcc-4.7.1-debian/objdir/./gcc/ -E -dM - | \
  3139. sed -n -e 's/^#define \([^_][a-zA-Z0-9_]*\).*/\1/p' \
  3140. -e 's/^#define \(_[^_A-Z][a-zA-Z0-9_]*\).*/\1/p' | \
  3141. sort -u > tmp-macro_list
  3142. cc1: sorry, unimplemented: -mfloat-abi=hard and VFP
  3143. /bin/bash ../../gcc/../move-if-change tmp-macro_list macro_list
  3144. echo timestamp > s-macro_list
  3145. if /home/pi/gcc-4.7.1-debian/objdir/./gcc/xgcc -B/home/pi/gcc-4.7.1-debian/objdir/./gcc/ -print-sysroot-headers-suffix > /dev/null 2>&1; then \
  3146. set -e; for ml in `/home/pi/gcc-4.7.1-debian/objdir/./gcc/xgcc -B/home/pi/gcc-4.7.1-debian/objdir/./gcc/ -print-multi-lib`; do \
  3147. multi_dir=`echo ${ml} | sed -e 's/;.*$//'`; \
  3148. flags=`echo ${ml} | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`; \
  3149. sfx=`/home/pi/gcc-4.7.1-debian/objdir/./gcc/xgcc -B/home/pi/gcc-4.7.1-debian/objdir/./gcc/ ${flags} -print-sysroot-headers-suffix`; \
  3150. if [ "${multi_dir}" = "." ]; \
  3151. then multi_dir=""; \
  3152. else \
  3153. multi_dir=/${multi_dir}; \
  3154. fi; \
  3155. echo "${sfx};${multi_dir}"; \
  3156. done; \
  3157. else \
  3158. echo ";"; \
  3159. fi > tmp-fixinc_list
  3160. /bin/bash ../../gcc/../move-if-change tmp-fixinc_list fixinc_list
  3161. echo timestamp > s-fixinc_list
  3162. rm -rf include-fixed; mkdir include-fixed
  3163. chmod a+rx include-fixed
  3164. if [ -d ../prev-gcc ]; then \
  3165. cd ../prev-gcc && \
  3166. make real-install-headers-tar DESTDIR=`pwd`/../gcc/ \
  3167. libsubdir=. ; \
  3168. else \
  3169. set -e; for ml in `cat fixinc_list`; do \
  3170. sysroot_headers_suffix=`echo ${ml} | sed -e 's/;.*$//'`; \
  3171. multi_dir=`echo ${ml} | sed -e 's/^[^;]*;//'`; \
  3172. fix_dir=include-fixed${multi_dir}; \
  3173. if ! false && test ! -d `echo /usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta`; then \
  3174. echo The directory that should contain system headers does not exist: >&2 ; \
  3175. echo " `echo /usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta`" >&2 ; \
  3176. tooldir_sysinc=`echo "/opt/gdc/lib/gcc/arm-linux-gnueabihf/4.7.1/../../../../arm-linux-gnueabihf/sys-include" | sed -e :a -e "s,[^/]*/\.\.\/,," -e ta`; \
  3177. if test "x`echo /usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta`" = "x${tooldir_sysinc}"; \
  3178. then sleep 1; else exit 1; fi; \
  3179. fi; \
  3180. /bin/bash ../../gcc/../mkinstalldirs ${fix_dir}; \
  3181. chmod a+rx ${fix_dir} || true; \
  3182. (TARGET_MACHINE='arm-unknown-linux-gnueabihf'; srcdir=`cd ../../gcc; ${PWDCMD-pwd}`; \
  3183. SHELL='/bin/bash'; MACRO_LIST=`${PWDCMD-pwd}`/macro_list ; \
  3184. gcc_dir=`${PWDCMD-pwd}` ; \
  3185. export TARGET_MACHINE srcdir SHELL MACRO_LIST && \
  3186. cd ../build-arm-linux-gnueabihf/fixincludes && \
  3187. /bin/bash ./fixinc.sh "${gcc_dir}/${fix_dir}" \
  3188. `echo /usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta` ); \
  3189. rm -f ${fix_dir}/syslimits.h; \
  3190. if [ -f ${fix_dir}/limits.h ]; then \
  3191. mv ${fix_dir}/limits.h ${fix_dir}/syslimits.h; \
  3192. else \
  3193. cp ../../gcc/gsyslimits.h ${fix_dir}/syslimits.h; \
  3194. fi; \
  3195. chmod a+r ${fix_dir}/syslimits.h; \
  3196. done; \
  3197. fi
  3198. Fixing headers into /home/pi/gcc-4.7.1-debian/objdir/gcc/include-fixed for arm-unknown-linux-gnueabihf target
  3199. No forbidden identifiers defined by this target
  3200. Finding directories and links to directories
  3201. Searching /usr/include/.
  3202. Searching /usr/include/./python2.7/numpy
  3203. Searching /usr/include/./python2.7_d/numpy
  3204. Searching /usr/include/./python3.2/numpy
  3205. Searching /usr/include/./numpy
  3206. Searching /usr/include/./c++/4.6.3
  3207. Searching /usr/include/./python3.2_d/numpy
  3208. Searching /usr/include/./mpi
  3209. Making symbolic directory links
  3210. Fixing directory /usr/include into /home/pi/gcc-4.7.1-debian/objdir/gcc/include-fixed
  3211. Applying io_quotes_def to gstreamer-0.10/gst/gstvalue.h
  3212. Applying io_quotes_def to gstreamer-0.10/gst/check/gstcheck.h
  3213. Applying io_quotes_use to linux/rfkill.h
  3214. Applying io_quotes_use to linux/watchdog.h
  3215. Applying io_quotes_use to linux/phantom.h
  3216. Applying io_quotes_use to linux/if_pppox.h
  3217. Applying io_quotes_use to linux/fd.h
  3218. Applying io_quotes_def to linux/ppp-comp.h
  3219. Applying io_quotes_use to linux/ipmi.h
  3220. Applying io_quotes_use to linux/raw.h
  3221. Applying io_quotes_use to linux/synclink.h
  3222. Applying io_quotes_def to linux/version.h
  3223. Applying io_quotes_use to linux/gigaset_dev.h
  3224. Applying io_quotes_use to linux/mmtimer.h
  3225. Applying io_quotes_use to linux/input.h
  3226. Applying io_quotes_use to linux/omapfb.h
  3227. Applying io_quotes_use to linux/auto_fs.h
  3228. Applying io_quotes_use to linux/blkpg.h
  3229. Applying io_quotes_use to linux/agpgart.h
  3230. Applying io_quotes_use to linux/dm-ioctl.h
  3231. Applying io_quotes_use to linux/reiserfs_fs.h
  3232. Applying io_quotes_use to linux/spi/spidev.h
  3233. Applying io_quotes_use to linux/ppdev.h
  3234. Applying io_quotes_use to linux/nbd.h
  3235. Applying io_quotes_use to linux/uinput.h
  3236. Applying io_quotes_use to linux/mmc/ioctl.h
  3237. Applying io_quotes_use to linux/cciss_ioctl.h
  3238. Applying io_quotes_use to linux/raid/md_u.h
  3239. Applying io_quotes_use to linux/vhost.h
  3240. Applying io_quotes_use to linux/atmbr2684.h
  3241. Applying io_quotes_use to linux/fs.h
  3242. Applying io_quotes_use to linux/cm4000_cs.h
  3243. Applying io_quotes_use to linux/i2o-dev.h
  3244. Applying io_quotes_use to linux/media.h
  3245. Applying io_quotes_use to linux/dn.h
  3246. Applying io_quotes_use to linux/random.h
  3247. Applying io_quotes_use to linux/pktcdvd.h
  3248. Applying io_quotes_def to linux/soundcard.h
  3249. Applying io_quotes_use to linux/auto_fs4.h
  3250. Applying io_quotes_use to linux/usb/tmc.h
  3251. Applying io_quotes_use to linux/ptp_clock.h
  3252. Applying io_quotes_def to linux/pci_regs.h
  3253. Applying io_quotes_use to linux/suspend_ioctls.h
  3254. Applying io_quotes_use to sound/emu10k1.h
  3255. Applying io_quotes_use to sound/asound.h
  3256. Applying io_quotes_use to sound/asequencer.h
  3257. Applying glibc_stdint to stdint.h
  3258. Applying io_quotes_use to video/sisfb.h
  3259. Applying io_quotes_use to arm-linux-gnueabihf/sys/raw.h
  3260. Applying io_quotes_use to arm-linux-gnueabihf/sys/mount.h
  3261. Applying pthread_incomplete_struct_argument to pthread.h
  3262. Applying hpux8_bogus_inlines to math.h
  3263. Applying io_quotes_def to sudo_plugin.h
  3264. Applying io_quotes_use to sudo_plugin.h
  3265. Applying sun_malloc to malloc.h
  3266. Applying sysv68_string to string.h
  3267. Applying io_quotes_use to rdma/ib_user_mad.h
  3268. Applying io_quotes_def to glib-2.0/gio/gdbusconnection.h
  3269. Applying io_quotes_def to glib-2.0/gio/gtlsinteraction.h
  3270. Applying io_quotes_def to glib-2.0/gio/gdbusmethodinvocation.h
  3271. Applying io_quotes_def to glib-2.0/gio/gmountoperation.h
  3272. Applying io_quotes_use to mtd/ubi-user.h
  3273. Applying io_quotes_def to H5FDmpio.h
  3274. Fixing directory /usr/include/python2.7/numpy into /home/pi/gcc-4.7.1-debian/objdir/gcc/include-fixed/root/usr/lib/pymodules/python2.7/numpy/core/include/numpy
  3275. Fixing directory /usr/include/python3.2/numpy into /home/pi/gcc-4.7.1-debian/objdir/gcc/include-fixed/root/usr/lib/python3/dist-packages/numpy/core/include/numpy
  3276. Fixing directory /usr/include/numpy into /home/pi/gcc-4.7.1-debian/objdir/gcc/include-fixed/root/usr/share/pyshared/numpy/core/include/numpy
  3277. Fixing directory /usr/include/mpi into /home/pi/gcc-4.7.1-debian/objdir/gcc/include-fixed/root/etc/alternatives/mpi
  3278. Cleaning up unneeded directories:
  3279. fixincludes is done
  3280. echo timestamp > stmp-fixinc
  3281. if [ -d include ] ; then true; else mkdir include; chmod a+rx include; fi
  3282. if [ -d include-fixed ] ; then true; else mkdir include-fixed; chmod a+rx include-fixed; fi
  3283. for file in .. ../../gcc/ginclude/float.h ../../gcc/ginclude/iso646.h ../../gcc/ginclude/stdarg.h ../../gcc/ginclude/stdbool.h ../../gcc/ginclude/stddef.h ../../gcc/ginclude/varargs.h ../../gcc/ginclude/stdfix.h ../../gcc/ginclude/stdnoreturn.h ../../gcc/ginclude/stdalign.h ../../gcc/config/arm/mmintrin.h ../../gcc/config/arm/arm_neon.h; do \
  3284. if [ X$file != X.. ]; then \
  3285. realfile=`echo $file | sed -e 's|.*/\([^/]*\)$|\1|'`; \
  3286. echo timestamp > include/$realfile; \
  3287. rm -f include/$realfile; \
  3288. cp $file include; \
  3289. chmod a+r include/$realfile; \
  3290. fi; \
  3291. done
  3292. for file in .. ; do \
  3293. if [ X$file != X.. ]; then \
  3294. mv include/$file include/x_$file; \
  3295. echo "#include_next <$file>" >include/$file; \
  3296. cat include/x_$file >>include/$file; \
  3297. rm -f include/x_$file; \
  3298. chmod a+r include/$file; \
  3299. fi; \
  3300. done
  3301. for file in .. ; do \
  3302. if [ X$file != X.. ]; then \
  3303. echo "#include_next <$file>" >>include/$file; \
  3304. chmod a+r include/$file; \
  3305. fi; \
  3306. done
  3307. rm -f include/stdint.h
  3308. if [ wrap = wrap ]; then \
  3309. rm -f include/stdint-gcc.h; \
  3310. cp ../../gcc/ginclude/stdint-gcc.h include/stdint-gcc.h; \
  3311. chmod a+r include/stdint-gcc.h; \
  3312. cp ../../gcc/ginclude/stdint-wrap.h include/stdint.h; \
  3313. chmod a+r include/stdint.h; \
  3314. elif [ wrap = provide ]; then \
  3315. cp ../../gcc/ginclude/stdint-gcc.h include/stdint.h; \
  3316. chmod a+r include/stdint.h; \
  3317. fi
  3318. set -e; for ml in `cat fixinc_list`; do \
  3319. sysroot_headers_suffix=`echo ${ml} | sed -e 's/;.*$//'`; \
  3320. multi_dir=`echo ${ml} | sed -e 's/^[^;]*;//'`; \
  3321. fix_dir=include-fixed${multi_dir}; \
  3322. if [ -f `echo /usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta`/limits.h ] ; then \
  3323. cat ../../gcc/limitx.h ../../gcc/glimits.h ../../gcc/limity.h > tmp-xlimits.h; \
  3324. else \
  3325. cat ../../gcc/glimits.h > tmp-xlimits.h; \
  3326. fi; \
  3327. /bin/bash ../../gcc/../mkinstalldirs ${fix_dir}; \
  3328. chmod a+rx ${fix_dir} || true; \
  3329. /bin/bash ../../gcc/../move-if-change \
  3330. tmp-xlimits.h tmp-limits.h; \
  3331. rm -f ${fix_dir}/limits.h; \
  3332. cp -p tmp-limits.h ${fix_dir}/limits.h; \
  3333. chmod a+r ${fix_dir}/limits.h; \
  3334. done
  3335. rm -f include-fixed/README
  3336. cp ../../gcc/../fixincludes/README-fixinc include-fixed/README
  3337. chmod a+r include-fixed/README
  3338. echo timestamp > stmp-int-hdrs
  3339. TARGET_CPU_DEFAULT="" \
  3340. HEADERS="auto-host.h ansidecl.h" DEFINES="USED_FOR_TARGET " \
  3341. /bin/bash ../../gcc/mkconfig.sh tconfig.h
  3342. (SHLIB_LINK='' \
  3343. SHLIB='true'; \
  3344. arm-linux-gnueabihf-gcc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \
  3345. -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/opt/gdc/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/opt/gdc/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"4.7.1\" -DDEFAULT_TARGET_MACHINE=\"arm-linux-gnueabihf\" -DSTANDARD_BINDIR_PREFIX=\"/opt/gdc/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" `test "X${SHLIB}" = "X" || test "no" != "yes" || echo "-DENABLE_SHARED_LIBGCC"` -DCONFIGURE_SPECS="\"\"" -DD_DRIVER_ONLY=1 \
  3346. -c ../../gcc/gcc.c -o d/d-gcc.o)
  3347. (SHLIB_LINK='' \
  3348. SHLIB='true'; \
  3349. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/opt/gdc/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/opt/gdc/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"4.7.1\" -DDEFAULT_TARGET_MACHINE=\"arm-linux-gnueabihf\" -DSTANDARD_BINDIR_PREFIX=\"/opt/gdc/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" `test "X${SHLIB}" = "X" || test "no" != "yes" || echo "-DENABLE_SHARED_LIBGCC"` -DCONFIGURE_SPECS="\"\"" \
  3350. -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/d -I../../gcc/d/dfrontend -Id -Wno-missing-braces -Wno-format -Wno-deprecated -Wstrict-aliasing -DLIBPHOBOS=\"gphobos2\" \
  3351. -I. -Id -I../../gcc -I../../gcc/d -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o d/d-spec.o ../../gcc/d/d-spec.c)
  3352. ../../gcc/d/d-spec.c: In function ‘lang_specific_driver’:
  3353. ../../gcc/d/d-spec.c:149:7: warning: variable ‘output_parents_option’ set but not used [-Wunused-but-set-variable]
  3354. arm-linux-gnueabihf-gcc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -o gdc \
  3355. d/d-gcc.o ggc-none.o d/d-spec.o version.o prefix.o intl.o driver-arm.o libcommon-target.a libcommon.a ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
  3356. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -Ilto -I../../gcc -I../../gcc/lto -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/lto/lto-lang.c -o lto/lto-lang.o
  3357. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -Ilto -I../../gcc -I../../gcc/lto -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/lto/lto.c -o lto/lto.o
  3358. arm-linux-gnueabihf-gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -Ilto -I../../gcc -I../../gcc/lto -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/lto/lto-object.c -o lto/lto-object.o
  3359. arm-linux-gnueabihf-gcc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -o lto1 \
  3360. lto/lto-lang.o lto/lto.o lto/lto-object.o attribs.o main.o tree-browser.o libbackend.a libcommon-target.a libcommon.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a -lmpc -lmpfr -lgmp -rdynamic -ldl -lz libcommon.a ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
  3361. (echo "@set version-GCC 4.7.1"; \
  3362. if [ "" = "experimental" ]; \
  3363. then echo "@set DEVELOPMENT"; \
  3364. else echo "@clear DEVELOPMENT"; \
  3365. fi) > gcc-vers.texiT
  3366. echo @set srcdir /home/pi/gcc-4.7.1-debian/objdir/gcc/../../gcc >> gcc-vers.texiT
  3367. if [ -n "(GCC) " ]; then \
  3368. echo "@set VERSION_PACKAGE (GCC) " >> gcc-vers.texiT; \
  3369. fi
  3370. echo "@set BUGURL @uref{https://bitbucket.org/goshawk/gdc/issues}" >> gcc-vers.texiT; \
  3371. mv -f gcc-vers.texiT gcc-vers.texi
  3372. echo timestamp > gcc.pod
  3373. perl ../../gcc/../contrib/texi2pod.pl ../../gcc/doc/invoke.texi > gcc.pod
  3374. No filename or title
  3375. make[2]: [gcc.pod] Error 255 (ignored)
  3376. echo timestamp > doc/gcc.1
  3377. (pod2man --center="GNU" --release="gcc-4.7.1" --date=2012-06-14 --section=1 gcc.pod > doc/gcc.1.T$$ && \
  3378. mv -f doc/gcc.1.T$$ doc/gcc.1) || \
  3379. (rm -f doc/gcc.1.T$$ && exit 1)
  3380. echo timestamp > gpl.pod
  3381. perl ../../gcc/../contrib/texi2pod.pl ../../gcc/doc/include/gpl_v3.texi > gpl.pod
  3382. echo timestamp > doc/gpl.7
  3383. (pod2man --center="GNU" --release="gcc-4.7.1" --date=2012-06-14 --section=7 gpl.pod > doc/gpl.7.T$$ && \
  3384. mv -f doc/gpl.7.T$$ doc/gpl.7) || \
  3385. (rm -f doc/gpl.7.T$$ && exit 1)
  3386. rm gcc.pod
  3387. make[2]: Leaving directory `/home/pi/gcc-4.7.1-debian/objdir/gcc'
  3388. Checking multilib configuration for libgcc...
  3389. mkdir -p -- arm-linux-gnueabihf/libgcc
  3390. Configuring in arm-linux-gnueabihf/libgcc
  3391. configure: creating cache ./config.cache
  3392. checking build system type... arm-unknown-linux-gnueabihf
  3393. checking host system type... arm-unknown-linux-gnueabihf
  3394. checking for --enable-version-specific-runtime-libs... no
  3395. checking for a BSD-compatible install... /usr/bin/install -c
  3396. checking for gawk... gawk
  3397. checking for arm-linux-gnueabihf-ar... ar
  3398. checking for arm-linux-gnueabihf-lipo... lipo
  3399. checking for arm-linux-gnueabihf-nm... /home/pi/gcc-4.7.1-debian/objdir/./gcc/nm
  3400. checking for arm-linux-gnueabihf-ranlib... ranlib
  3401. checking for arm-linux-gnueabihf-strip... strip
  3402. checking whether ln -s works... yes
  3403. checking for arm-linux-gnueabihf-gcc... /home/pi/gcc-4.7.1-debian/objdir/./gcc/xgcc -B/home/pi/gcc-4.7.1-debian/objdir/./gcc/ -B/opt/gdc/arm-linux-gnueabihf/bin/ -B/opt/gdc/arm-linux-gnueabihf/lib/ -isystem /opt/gdc/arm-linux-gnueabihf/include -isystem /opt/gdc/arm-linux-gnueabihf/sys-include
  3404. checking for suffix of object files... configure: error: in `/home/pi/gcc-4.7.1-debian/objdir/arm-linux-gnueabihf/libgcc':
  3405. configure: error: cannot compute suffix of object files: cannot compile
  3406. See `config.log' for more details.
  3407. make[1]: *** [configure-target-libgcc] Error 1
  3408. make[1]: Leaving directory `/home/pi/gcc-4.7.1-debian/objdir'
  3409. make: *** [all] Error 2