Advertisement
Guest User

brew install avr-gcc fails on High Sierra

a guest
Aug 4th, 2018
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 410.16 KB | None | 0 0
  1. brew install osx-cross/avr/avr-gcc --verbose
  2. ==> Installing avr-gcc from osx-cross/avr
  3. /usr/bin/sandbox-exec -f /private/tmp/homebrew20180805-47536-6rk9rh.sb nice /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby -W0 -I /Library/Ruby/Gems/2.3.0/gems/did_you_mean-1.0.0/lib:/Library/Ruby/Site/2.3.0:/Library/Ruby/Site/2.3.0/x86_64-darwin17:/Library/Ruby/Site/2.3.0/universal-darwin17:/Library/Ruby/Site:/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/vendor_ruby/2.3.0:/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/vendor_ruby/2.3.0/x86_64-darwin17:/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/vendor_ruby/2.3.0/universal-darwin17:/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/vendor_ruby:/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0:/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/x86_64-darwin17:/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/universal-darwin17:/usr/local/Homebrew/Library/Homebrew/cask/lib:/usr/local/Homebrew/Library/Homebrew -- /usr/local/Homebrew/Library/Homebrew/build.rb /usr/local/Homebrew/Library/Taps/osx-cross/homebrew-avr/avr-gcc.rb --verbose
  4. ==> Downloading https://gcc.gnu.org/pub/gcc/releases/gcc-8.1.0/gcc-8.1.0.tar.xz
  5. Already downloaded: /Users/daikiojm/Library/Caches/Homebrew/avr-gcc-8.1.0.tar.xz
  6. ==> Verifying avr-gcc-8.1.0.tar.xz checksum
  7. tar xf /Users/daikiojm/Library/Caches/Homebrew/avr-gcc-8.1.0.tar.xz -C /private/tmp/d20180805-47538-te9cpr
  8. ==> ../configure --target=avr --prefix=/usr/local/Cellar/avr-gcc/8.1.0 --libdir=/usr/local/Cellar/avr-gcc/8.1.0/lib/avr-gcc/8 --enable-languages=c,c++ --with-ld=/usr/local/opt/avr-binutils/bin/avr-ld --with-as=/usr/local/opt/avr-binutils/bin/avr-as --disable-nls --disable-libssp --disable-shared --disable-threads --disable-libgomp --with-dwarf2
  9. checking build system type... x86_64-apple-darwin17.7.0
  10. checking host system type... x86_64-apple-darwin17.7.0
  11. checking target system type... avr-unknown-none
  12. checking for a BSD-compatible install... /usr/bin/install -c
  13. checking whether ln works... yes
  14. checking whether ln -s works... yes
  15. checking for a sed that does not truncate output... /usr/local/Homebrew/Library/Homebrew/shims/mac/super/sed
  16. checking for gawk... no
  17. checking for mawk... no
  18. checking for nawk... no
  19. checking for awk... awk
  20. checking for libatomic support... no
  21. checking for libitm support... no
  22. checking for libsanitizer support... no
  23. checking for libvtv support... no
  24. checking for libmpx support... no
  25. checking for libhsail-rt support... no
  26. checking for gcc... clang
  27. checking for C compiler default output file name... a.out
  28. checking whether the C compiler works... yes
  29. checking whether we are cross compiling... no
  30. checking for suffix of executables...
  31. checking for suffix of object files... o
  32. checking whether we are using the GNU C compiler... yes
  33. checking whether clang accepts -g... yes
  34. checking for clang option to accept ISO C89... none needed
  35. checking whether we are using the GNU C++ compiler... yes
  36. checking whether clang++ accepts -g... yes
  37. checking whether g++ accepts -static-libstdc++ -static-libgcc... no
  38. checking for gnatbind... no
  39. checking for gnatmake... no
  40. checking whether compiler driver understands Ada... no
  41. checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
  42. checking for objdir... .libs
  43. checking for the correct version of gmp.h... yes
  44. checking for the correct version of mpfr.h... yes
  45. checking for the correct version of mpc.h... yes
  46. checking for the correct version of the gmp/mpfr/mpc libraries... yes
  47. checking for isl 0.15 or later... yes
  48. *** This configuration is not supported in the following subdirectories:
  49.      target-libatomic target-libitm target-libsanitizer target-libvtv target-libmpx target-libquadmath target-libssp target-libstdc++-v3 gnattools gotools target-libada target-libhsail-rt target-libgfortran target-libbacktrace target-libgo target-libffi target-libobjc target-libgomp target-liboffloadmic
  50.     (Any other directories should still work fine.)
  51. rm: conftest.dSYM: is a directory
  52. checking for default BUILD_CONFIG...
  53. checking for --enable-vtable-verify... no
  54. checking for bison... bison -y
  55. checking for bison... bison
  56. checking for gm4... gm4
  57. checking for flex... flex
  58. checking for flex... flex
  59. checking for makeinfo... makeinfo
  60. checking for expect... expect
  61. checking for runtest... no
  62. checking for ar... ar
  63. checking for as... as
  64. checking for dlltool... no
  65. checking for ld... (cached) /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
  66. checking for lipo... lipo
  67. checking for nm... nm
  68. checking for ranlib... ranlib
  69. checking for strip... strip
  70. checking for windres... no
  71. checking for windmc... no
  72. checking for objcopy... no
  73. checking for objdump... objdump
  74. checking for readelf... no
  75. checking for avr-cc... no
  76. checking for avr-gcc... no
  77. checking for avr-c++... no
  78. checking for avr-g++... no
  79. checking for avr-cxx... no
  80. checking for avr-gxx... no
  81. checking for avr-gcc... no
  82. checking for avr-gfortran... no
  83. checking for avr-gccgo... no
  84. checking for ar... no
  85. checking for avr-ar... avr-ar
  86. checking for as... no
  87. checking for avr-as... avr-as
  88. checking for dlltool... no
  89. checking for avr-dlltool... no
  90. checking for ld... no
  91. checking for avr-ld... avr-ld
  92. checking for lipo... no
  93. checking for avr-lipo... no
  94. checking for nm... no
  95. checking for avr-nm... avr-nm
  96. checking for objcopy... no
  97. checking for avr-objcopy... avr-objcopy
  98. checking for objdump... no
  99. checking for avr-objdump... avr-objdump
  100. checking for ranlib... no
  101. checking for avr-ranlib... avr-ranlib
  102. checking for readelf... no
  103. checking for avr-readelf... avr-readelf
  104. checking for strip... no
  105. checking for avr-strip... avr-strip
  106. checking for windres... no
  107. checking for avr-windres... no
  108. checking for windmc... no
  109. checking for avr-windmc... no
  110. checking where to find the target ar... pre-installed
  111. checking where to find the target as... pre-installed
  112. checking where to find the target cc... just compiled
  113. checking where to find the target c++... just compiled
  114. checking where to find the target c++ for libstdc++... just compiled
  115. checking where to find the target dlltool... pre-installed
  116. checking where to find the target gcc... just compiled
  117. checking where to find the target gfortran... pre-installed
  118. checking where to find the target gccgo... pre-installed
  119. checking where to find the target ld... pre-installed
  120. checking where to find the target lipo... pre-installed
  121. checking where to find the target nm... pre-installed
  122. checking where to find the target objcopy... pre-installed
  123. checking where to find the target objdump... pre-installed
  124. checking where to find the target ranlib... pre-installed
  125. checking where to find the target readelf... pre-installed
  126. checking where to find the target strip... pre-installed
  127. checking where to find the target windres... pre-installed
  128. checking where to find the target windmc... pre-installed
  129. checking whether to enable maintainer-specific portions of Makefiles... no
  130. configure: creating ./config.status
  131. config.status: creating Makefile
  132. ==> make
  133. mkdir ./fixincludes
  134. mkdir ./libiberty
  135. mkdir ./lto-plugin
  136. mkdir ./intl
  137. mkdir ./zlib
  138. mkdir build-x86_64-apple-darwin17.7.0
  139. mkdir build-x86_64-apple-darwin17.7.0
  140. mkdir build-x86_64-apple-darwin17.7.0
  141. mkdir: mkdir: build-x86_64-apple-darwin17.7.0: File exists
  142. build-x86_64-apple-darwin17.7.0: File exists
  143. mkdir build-x86_64-apple-darwin17.7.0/libiberty
  144. mkdir build-x86_64-apple-darwin17.7.0/libcpp
  145. mkdir build-x86_64-apple-darwin17.7.0/fixincludes
  146. Configuring in build-x86_64-apple-darwin17.7.0/fixincludes
  147. Configuring in build-x86_64-apple-darwin17.7.0/libcpp
  148. Configuring in build-x86_64-apple-darwin17.7.0/libiberty
  149. Configuring in ./intl
  150. Configuring in ./lto-plugin
  151. Configuring in ./libiberty
  152. Configuring in ./fixincludes
  153. Configuring in ./zlib
  154. configure: creating cache ./config.cache
  155. configure: creating cache ./config.cache
  156. configure: creating cache ./config.cache
  157. checking whether /Applications/Xcode.app/Contents/Developer/usr/bin/make sets $(MAKE)... configure: creating cache ./config.cache
  158. configure: creating cache ./config.cache
  159. configure: creating cache ./config.cache
  160. configure: creating cache ./config.cache
  161. checking whether to enable maintainer-specific portions of Makefiles... no
  162. checking for makeinfo... makeinfo --split-size=5000000
  163. checking whether to enable maintainer-specific portions of Makefiles... no
  164. checking for makeinfo... makeinfo --split-size=5000000
  165. yes
  166. checking for a BSD-compatible install... /usr/bin/install -c
  167. checking whether NLS is requested... no
  168. checking for perl... checking build system type... perl
  169. checking build system type... checking for perl... perl
  170. checking for msgfmt... no
  171. checking for gmsgfmt... :
  172. configure: creating cache ./config.cache
  173. checking for xgettext... checking build system type... no
  174. checking build system type... checking build system type... checking for msgmerge... no
  175. checking for x86_64-apple-darwin17.7.0-gcc... clang
  176. checking build system type... x86_64-apple-darwin17.7.0
  177. checking host system type... x86_64-apple-darwin17.7.0
  178. checking host system type... checking build system type... x86_64-apple-darwin17.7.0
  179. checking host system type... x86_64-apple-darwin17.7.0
  180. checking host system type... x86_64-apple-darwin17.7.0
  181. checking host system type... x86_64-apple-darwin17.7.0
  182. checking host system type... x86_64-apple-darwin17.7.0
  183. checking target system type... x86_64-apple-darwin17.7.0
  184. checking target system type... x86_64-apple-darwin17.7.0
  185. checking host system type... x86_64-apple-darwin17.7.0
  186. checking target system type... x86_64-apple-darwin17.7.0
  187. checking target system type... x86_64-apple-darwin17.7.0
  188. checking for x86_64-apple-darwin17.7.0-ar... ar
  189. x86_64-apple-darwin17.7.0
  190. checking for x86_64-apple-darwin17.7.0-ranlib... ranlib
  191. checking for x86_64-apple-darwin17.7.0-ar... ar
  192. checking whether to install libiberty headers and static library... no
  193. configure: target_header_dir =
  194. checking for x86_64-apple-darwin17.7.0-ranlib... ranlib
  195. checking whether to install libiberty headers and static library... no
  196. checking for x86_64-apple-darwin17.7.0-gcc... configure: target_header_dir =
  197. clang
  198. checking for x86_64-apple-darwin17.7.0-gcc... clang
  199. avr-unknown-none
  200. checking for x86_64-apple-darwin17.7.0-gcc... clang
  201. avr-unknown-none
  202. x86_64-apple-darwin17.7.0
  203. checking target system type... checking for a BSD-compatible install... /usr/bin/install -c
  204. checking whether build environment is sane... avr-unknown-none
  205. avr-unknown-none
  206. checking for x86_64-apple-darwin17.7.0-gcc... clang
  207. checking for a BSD-compatible install... /usr/bin/install -c
  208. checking whether build environment is sane... avr-unknown-none
  209. checking whether /Applications/Xcode.app/Contents/Developer/usr/bin/make sets $(MAKE)... yes
  210. checking for a BSD-compatible install... /usr/bin/install -c
  211. checking for x86_64-apple-darwin17.7.0-gcc... clang
  212. checking for C compiler default output file name... checking for C compiler default output file name... checking for C compiler default output file name... a.out
  213. checking whether the C compiler works... checking for C compiler default output file name... yes
  214. checking whether we are cross compiling... no
  215. checking for suffix of executables... checking for C compiler default output file name... checking for C compiler default output file name... a.out
  216. checking whether the C compiler works... yes
  217. checking whether we are cross compiling... no
  218. checking for suffix of executables... a.out
  219. checking whether the C compiler works... yes
  220. checking whether we are cross compiling... no
  221. checking for suffix of executables...
  222. a.out
  223. checking whether the C compiler works... checking for suffix of object files... yes
  224. checking whether we are cross compiling... no
  225. checking for suffix of executables... a.out
  226. a.out
  227. checking whether the C compiler works... checking whether the C compiler works... yes
  228. yes
  229. checking whether we are cross compiling... no
  230. checking whether we are cross compiling... checking for suffix of executables... no
  231. checking for suffix of executables...
  232. checking for suffix of object files...
  233. checking for suffix of object files... yes
  234. o
  235. checking whether we are using the GNU C compiler... checking for a thread-safe mkdir -p... yes
  236.  
  237. ../../zlib/../install-sh -c -d
  238. checking for gawk... awk
  239. checking whether /Applications/Xcode.app/Contents/Developer/usr/bin/make sets $(MAKE)... checking for suffix of object files... checking for a thread-safe mkdir -p... ../../lto-plugin/../install-sh -c -d
  240. checking for gawk... awk
  241. checking whether /Applications/Xcode.app/Contents/Developer/usr/bin/make sets $(MAKE)... yes
  242.  
  243.  
  244. checking for suffix of object files... checking for suffix of object files... yes
  245. checking whether to enable maintainer-specific portions of Makefiles... no
  246. checking for x86_64-apple-darwin17.7.0-gcc... clang
  247. o
  248. checking whether we are using the GNU C compiler... o
  249. checking whether we are using the GNU C compiler... checking whether to enable maintainer-specific portions of Makefiles... no
  250. checking for style of include used by /Applications/Xcode.app/Contents/Developer/usr/bin/make... GNU
  251. yes
  252. checking whether clang accepts -g... checking for x86_64-apple-darwin17.7.0-gcc... clang
  253. o
  254. checking whether we are using the GNU C compiler... o
  255. checking whether we are using the GNU C compiler... o
  256. checking whether we are using the GNU C compiler... yes
  257. checking whether clang accepts -g... yes
  258. checking whether clang accepts -g... yes
  259. checking for clang option to accept ISO C89... yes
  260. checking whether clang accepts -g... yes
  261. checking whether clang accepts -g... yes
  262. checking whether clang accepts -g... yes
  263. checking for clang option to accept ISO C89... yes
  264. checking for clang option to accept ISO C89... none needed
  265. yes
  266. checking for clang option to accept ISO C89... checking build system type... yes
  267. checking for clang option to accept ISO C89... yes
  268. checking for clang option to accept ISO C89... none needed
  269. checking how to run the C preprocessor... x86_64-apple-darwin17.7.0
  270. checking host system type... none needed
  271. checking how to run the C preprocessor... x86_64-apple-darwin17.7.0
  272. checking for x86_64-apple-darwin17.7.0-ranlib... ranlib
  273. checking for library containing strerror... none needed
  274. checking for C compiler default output file name... none needed
  275. checking how to run the C preprocessor... none needed
  276. checking how to run the C preprocessor... checking for C compiler default output file name... none required
  277. checking how to run the C preprocessor... clang -E
  278. a.out
  279. checking whether the C compiler works... yes
  280. checking whether we are cross compiling... no
  281. checking for suffix of executables... clang -E
  282. a.out
  283. checking whether the C compiler works... clang -E
  284. yes
  285. clang -E
  286. checking whether we are cross compiling... no
  287. checking for suffix of executables...
  288. checking for suffix of object files... clang -E
  289. checking for grep that handles long lines and -e...
  290. checking for suffix of object files... o
  291. checking whether we are using the GNU C compiler... checking whether we are using the GNU C++ compiler... checking for grep that handles long lines and -e... checking for grep that handles long lines and -e... checking for grep that handles long lines and -e... o
  292. checking whether we are using the GNU C compiler... yes
  293. checking whether clang accepts -g... yes
  294. checking whether clang++ accepts -g... /usr/bin/grep
  295. checking for egrep... /usr/bin/grep -E
  296. checking for ANSI C header files... checking for grep that handles long lines and -e... yes
  297. checking whether clang accepts -g... /usr/bin/grep
  298. checking for egrep... /usr/bin/grep -E
  299. checking for ANSI C header files... yes
  300. checking for clang option to accept ISO C89... yes
  301. checking for x86_64-apple-darwin17.7.0-ranlib... ranlib
  302. checking how to run the C preprocessor... /usr/bin/grep
  303. checking for egrep... /usr/bin/grep -E
  304. checking for ANSI C header files... /usr/bin/grep
  305. checking for egrep... /usr/bin/grep -E
  306. checking for ANSI C header files... yes
  307. checking for clang option to accept ISO C89... /usr/bin/grep
  308. checking for egrep... none needed
  309. checking dependency style of clang... /usr/bin/grep -E
  310. checking for ANSI C header files... rm: conftest.dSYM: is a directory
  311. clang -E
  312. none needed
  313. checking for style of include used by /Applications/Xcode.app/Contents/Developer/usr/bin/make... GNU
  314. checking dependency style of clang... rm: conftest.dSYM: is a directory
  315. rm: conftest.dSYM: is a directory
  316. rm: conftest.dSYM: is a directory
  317. rm: conftest.dSYM: is a directory
  318. gcc3
  319. checking how to run the C preprocessor... rm: conftest.dSYM: is a directory
  320. rm: conftest.dSYM: is a directory
  321. rm: conftest.dSYM: is a directory
  322. gcc3
  323. checking how to print strings... printf
  324. checking for a sed that does not truncate output... /usr/local/Homebrew/Library/Homebrew/shims/mac/super/sed
  325. checking for grep that handles long lines and -e... checking for grep that handles long lines and -e... yes
  326. checking for sys/types.h... clang -E
  327. yes
  328. checking for sys/types.h... yes
  329. yes
  330. checking for sys/types.h... checking for sys/types.h... /usr/bin/grep
  331. checking for egrep... yes
  332. /usr/bin/grep -E
  333. checking for fgrep... /usr/bin/grep -F
  334. checking for ld used by clang... checking for sys/stat.h... /usr/bin/grep
  335. checking for egrep... /usr/bin/grep -E
  336. checking for ANSI C header files... yes
  337. yes
  338. checking for an ANSI C-conforming const... yes
  339. yes
  340. checking for sys/stat.h... checking for sys/stat.h... checking for sys/stat.h... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
  341. checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
  342. checking for BSD- or MS-compatible name lister (nm)... nm
  343. checking the name lister (nm) interface... yes
  344. checking for grep that handles long lines and -e... checking for stdlib.h... yes
  345. checking for inline... yes
  346. yes
  347. yes
  348. checking for stdlib.h... checking for stdlib.h... checking for stdlib.h... rm: conftest.dSYM: is a directory
  349. rm: conftest.dSYM: is a directory
  350. BSD nm
  351. checking whether ln -s works... yes
  352. checking the maximum length of command line arguments... 196608
  353. checking whether the shell understands some XSI constructs... yes
  354. checking whether the shell understands "+="... yes
  355. checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
  356. checking for x86_64-apple-darwin17.7.0-objdump... objdump
  357. checking how to recognize dependent libraries... pass_all
  358. checking for x86_64-apple-darwin17.7.0-ar... ar
  359. checking for x86_64-apple-darwin17.7.0-strip... no
  360. checking for strip... strip
  361. checking for x86_64-apple-darwin17.7.0-ranlib... ranlib
  362. checking command to parse nm output from clang object... yes
  363. inline
  364. rm: conftest.dSYM: is a directory
  365. checking for sys/types.h... checking for string.h... /usr/bin/grep
  366. checking for egrep... /usr/bin/grep -E
  367. checking for ANSI C header files... yes
  368. yes
  369. yes
  370. rm: conftest.dSYM: is a directory
  371. checking for string.h... checking for string.h... checking for string.h... yes
  372. yes
  373. checking for sys/stat.h... checking for memory.h... yes
  374. yes
  375. yes
  376. checking for memory.h... checking for memory.h... checking for memory.h... yes
  377. checking for sys/types.h... rm: conftest.dSYM: is a directory
  378. yes
  379. yes
  380. checking for stdlib.h... checking for strings.h... yes
  381. yes
  382. yes
  383. yes
  384. checking for strings.h... rm: conftest.dSYM: is a directory
  385. checking for strings.h... checking for strings.h... checking for sys/stat.h... yes
  386. yes
  387. ok
  388. checking for x86_64-apple-darwin17.7.0-dsymutil... no
  389. checking for dsymutil... dsymutil
  390. checking for x86_64-apple-darwin17.7.0-nmedit... no
  391. checking for nmedit... nmedit
  392. checking for x86_64-apple-darwin17.7.0-lipo... no
  393. checking for lipo... lipo
  394. checking for x86_64-apple-darwin17.7.0-otool... no
  395. checking for otool... otool
  396. checking for x86_64-apple-darwin17.7.0-otool64... no
  397. checking for otool64... no
  398. checking for -single_module linker flag... checking for string.h... checking for inttypes.h... yes
  399. yes
  400. yes
  401. yes
  402. checking for inttypes.h... checking for inttypes.h... checking for inttypes.h... checking for stdlib.h... yes
  403. checking for sys/types.h... yes
  404. checking for -exported_symbols_list linker flag... yes
  405. yes
  406. checking for memory.h... checking for stdint.h... yes
  407. yes
  408. yes
  409. yes
  410. yes
  411. checking for stdint.h... checking for stdint.h... checking for stdint.h... checking for string.h... yes
  412. checking for -force_load linker flag... checking for sys/stat.h... yes
  413. yes
  414. checking for strings.h... checking for unistd.h... yes
  415. yes
  416. yes
  417. yes
  418. checking for memory.h... checking for unistd.h... checking for unistd.h... checking for unistd.h... yes
  419. checking for stdlib.h... yes
  420. yes
  421. checking minix/config.h usability... checking for inttypes.h... yes
  422. yes
  423. yes
  424. yes
  425. no
  426. checking how to run the C preprocessor... checking minix/config.h usability... checking minix/config.h usability... checking minix/config.h usability... checking for strings.h... yes
  427. checking for string.h... yes
  428. no
  429. checking minix/config.h presence... checking for stdint.h... no
  430. checking minix/config.h presence... no
  431. checking minix/config.h presence... yes
  432. no
  433. checking minix/config.h presence... yes
  434. checking for inttypes.h... no
  435. checking for minix/config.h... no
  436. checking whether it is safe to define __EXTENSIONS__... clang -E
  437. checking for memory.h... yes
  438. no
  439. checking for minix/config.h... no
  440. checking whether it is safe to define __EXTENSIONS__... checking for unistd.h... no
  441. checking for minix/config.h... no
  442. checking whether it is safe to define __EXTENSIONS__... no
  443. checking for minix/config.h... no
  444. checking whether it is safe to define __EXTENSIONS__... yes
  445. yes
  446. checking for a sed that does not truncate output... yes
  447. /usr/local/Homebrew/Library/Homebrew/shims/mac/super/sed
  448. checking for stdint.h... checking whether clang supports -W... checking for strings.h... yes
  449. checking for a sed that does not truncate output... yes
  450. /usr/local/Homebrew/Library/Homebrew/shims/mac/super/sed
  451. yes
  452. checking whether clang supports -W... checking for off_t... checking for special C compiler options needed for large files... no
  453. checking for _FILE_OFFSET_BITS value needed for large files... yes
  454. checking for special C compiler options needed for large files... no
  455. checking for _FILE_OFFSET_BITS value needed for large files... yes
  456. yes
  457. checking for ANSI C header files... yes
  458. checking whether clang supports -Wall... checking for inttypes.h... checking for unistd.h... no
  459. yes
  460. checking whether clang supports -Wall... checking whether clang supports -W... no
  461. checking whether clang supports -W... yes
  462. checking whether clang supports -Wwrite-strings... yes
  463. yes
  464. yes
  465. checking minix/config.h usability... checking whether clang supports -Wwrite-strings... yes
  466. checking for stdint.h... checking whether clang supports -Wall... yes
  467. yes
  468. checking for size_t... checking whether clang supports -Wall... yes
  469. checking whether clang supports -Wstrict-prototypes... yes
  470. yes
  471. checking whether clang supports -Wstrict-prototypes... checking whether clang supports -Wwrite-strings... yes
  472. yes
  473. checking whether clang supports -Wwrite-strings... no
  474. checking minix/config.h presence... checking for unistd.h... yes
  475. checking whether clang supports -Wmissing-prototypes... yes
  476. checking whether clang supports -Wmissing-prototypes... yes
  477. yes
  478. checking whether clang supports -Wc++-compat... no
  479. checking for minix/config.h... no
  480. checking whether it is safe to define __EXTENSIONS__... checking whether clang supports -Wc++-compat... yes
  481. yes
  482. checking for working alloca.h... checking minix/config.h usability... yes
  483. checking whether clang supports -Wold-style-definition... yes
  484. yes
  485. checking whether clang supports -Wold-style-definition... yes
  486. checking for sys/types.h... yes
  487. checking whether clang supports -Wstrict-prototypes... checking whether clang supports -Wstrict-prototypes... yes
  488. checking for special C compiler options needed for large files... no
  489. checking for _FILE_OFFSET_BITS value needed for large files... yes
  490. checking for alloca... yes
  491. no
  492. checking minix/config.h presence... checking whether clang supports -Wmissing-format-attribute... yes
  493. checking whether clang supports -Wmissing-format-attribute... yes
  494. yes
  495. checking whether clang supports -Wshadow=local... no
  496. yes
  497. checking whether clang supports -Wshadow=local... checking for aclocal... no
  498. checking for autoconf... no
  499. checking for autoheader... no
  500. checking whether clang supports -W... checking for sys/stat.h... yes
  501. no
  502. checking for minix/config.h... no
  503. checking whether it is safe to define __EXTENSIONS__... yes
  504. checking whether clang supports -Woverlength-strings... checking for stdlib.h... (cached) yes
  505. checking for unistd.h... (cached) yes
  506. yes
  507. checking for getpagesize... checking whether clang supports -Woverlength-strings... yes
  508. checking whether clang supports -pedantic ... yes
  509. yes
  510. checking whether clang supports -pedantic ... checking whether clang supports -Wall... yes
  511. yes
  512. checking whether clang supports -pedantic -Wlong-long... checking for stdlib.h... yes
  513. checking for x86_64-apple-darwin17.7.0-gcc... (cached) clang
  514. yes
  515. checking whether clang supports -pedantic -Wlong-long... yes
  516. checking whether clang and cc understand -c and -o together... yes
  517. checking whether clang and cc understand -c and -o together... yes
  518. yes
  519. checking for working mmap... checking whether clang supports -Wnarrowing... yes
  520. checking for ANSI C header files... (cached) yes
  521. yes
  522. checking stddef.h usability... checking for string.h... yes
  523. checking for ANSI C header files... (cached) yes
  524. checking stddef.h usability... yes
  525. checking whether clang supports -Wwrite-strings... yes
  526. checking whether we are using the GNU C Library 2.1 or newer... yes
  527. checking stddef.h presence... yes
  528. checking for memory.h... yes
  529. yes
  530. checking stddef.h presence... checking whether clang supports -Wmissing-format-attribute... no
  531. checking whether integer division by zero raises SIGFPE... yes
  532. checking for stddef.h... yes
  533. checking for stdlib.h... (cached) yes
  534. checking whether we are using the GNU C compiler... (cached) yes
  535. checking whether clang accepts -g... (cached) yes
  536. checking for clang option to accept ISO C89... (cached) none needed
  537. checking dependency style of clang... (cached) gcc3
  538. checking for special C compiler options needed for large files... no
  539. checking for _FILE_OFFSET_BITS value needed for large files... yes
  540. checking for stddef.h... yes
  541. checking for strings.h... (cached) yes
  542. yes
  543. yes
  544. checking whether clang supports -Wstrict-prototypes... checking for stdlib.h... (cached) yes
  545. checking for unistd.h... (cached) yes
  546. checking for strings.h... checking for strings.h... (cached) yes
  547. checking fcntl.h usability... checking for unistd.h... (cached) yes
  548. no
  549. checking for inttypes.h... checking fcntl.h usability... no
  550. checking whether clang supports -Wall... yes
  551. checking whether clang supports -Wmissing-prototypes... yes
  552. yes
  553. checking fcntl.h presence... yes
  554. yes
  555. checking for an ANSI C-conforming const... checking for an ANSI C-conforming const... checking for inttypes.h... yes
  556. checking for stdint.h... yes
  557. checking fcntl.h presence... yes
  558. checking for -static-libgcc... yes
  559. checking whether clang supports -Wold-style-definition... yes
  560. checking for fcntl.h... yes
  561. yes
  562. checking for inline... yes
  563. checking for inline... checking sys/file.h usability... yes
  564. yes
  565. yes
  566. checking for fcntl.h... yes
  567. checking for unsigned long long... checking for stdint.h... checking sys/file.h usability... no
  568. checking how to print strings... printf
  569. checking for a sed that does not truncate output... /usr/local/Homebrew/Library/Homebrew/shims/mac/super/sed
  570. checking for fgrep... /usr/bin/grep -F
  571. checking for ld used by clang... yes
  572. checking whether clang supports -Wc++-compat... inline
  573. checking whether byte ordering is bigendian... inline
  574. checking whether byte ordering is bigendian... yes
  575. checking sys/file.h presence... yes
  576. yes
  577. checking for inttypes.h... yes
  578. checking sys/file.h presence... checking for unistd.h... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
  579. checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
  580. checking for BSD- or MS-compatible name lister (nm)... nm
  581. checking the name lister (nm) interface... yes
  582. checking whether clang supports -pedantic -Wlong-long... yes
  583. checking for sys/file.h... yes
  584. checking for sys/stat.h... (cached) yes
  585. yes
  586. checking whether the inttypes.h PRIxNN macros are broken... yes
  587. checking for sys/file.h... yes
  588. checking for clearerr_unlocked... yes
  589. checking for sys/stat.h... (cached) yes
  590. checking for dlfcn.h... BSD nm
  591. checking whether ln -s works... yes
  592. checking the maximum length of command line arguments... yes
  593. checking for clearerr_unlocked... 196608
  594. checking whether the shell understands some XSI constructs... yes
  595. checking whether the shell understands "+="... checking whether clang supports -fno-exceptions... yes
  596. checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
  597. checking for x86_64-apple-darwin17.7.0-objdump... objdump
  598. checking how to recognize dependent libraries... pass_all
  599. checking for x86_64-apple-darwin17.7.0-ar... ar
  600. checking for x86_64-apple-darwin17.7.0-strip... no
  601. checking for strip... strip
  602. checking for x86_64-apple-darwin17.7.0-ranlib... ranlib
  603. checking command to parse nm output from clang object... no
  604. checking for ld used by GCC... yes
  605. yes
  606. checking whether clang supports -fno-rtti... yes
  607. checking for feof_unlocked... checking for objdir... yes
  608. .libs
  609. no
  610. checking for a BSD-compatible install... /usr/bin/install -c
  611. no
  612. checking for a BSD-compatible install... /usr/bin/install -c
  613. checking for feof_unlocked... checking for sys/file.h... checking for sys/file.h... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
  614. checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
  615. checking for shared library run path origin... yes
  616. yes
  617. yes
  618. yes
  619. yes
  620. checking for ferror_unlocked... checking for sys/param.h... checking for sys/param.h... checking for ferror_unlocked... done
  621. checking argz.h usability... checking dependency style of clang++... checking if clang supports -fno-rtti -fno-exceptions... yes
  622. yes
  623. yes
  624. ok
  625. checking for limits.h... checking for x86_64-apple-darwin17.7.0-dsymutil... no
  626. checking for dsymutil... checking for limits.h... dsymutil
  627. checking for x86_64-apple-darwin17.7.0-nmedit... no
  628. checking for nmedit... nmedit
  629. checking for x86_64-apple-darwin17.7.0-lipo... no
  630. checking for lipo... lipo
  631. checking for x86_64-apple-darwin17.7.0-otool... no
  632. checking for otool... otool
  633. checking for x86_64-apple-darwin17.7.0-otool64... no
  634. checking for otool64... no
  635. checking for -single_module linker flag... yes
  636. checking for fflush_unlocked... checking for fflush_unlocked... no
  637. checking argz.h presence... gcc3
  638. checking whether time.h and sys/time.h may both be included... yes
  639. checking for clang option to produce PIC... -fno-common -DPIC
  640. checking if clang PIC flag -fno-common -DPIC works... yes
  641. yes
  642. checking for stdlib.h... (cached) yes
  643. checking for stdlib.h... (cached) yes
  644. yes
  645. checking for -exported_symbols_list linker flag... checking for malloc.h... checking for malloc.h... no
  646. checking for fgetc_unlocked... no
  647. no
  648. checking for argz.h... no
  649. checking limits.h usability... checking for fgetc_unlocked... yes
  650. checking whether string.h and strings.h may both be included... yes
  651. checking if clang static flag -static works... no
  652. no
  653. checking for string.h... (cached) yes
  654. checking for string.h... (cached) yes
  655. yes
  656. checking for -force_load linker flag... checking for unistd.h... (cached) yes
  657. checking for unistd.h... (cached) yes
  658. no
  659. checking for fgets_unlocked... checking for strings.h... (cached) yes
  660. yes
  661. checking limits.h presence... checking for strings.h... (cached) yes
  662. no
  663. no
  664. checking if clang supports -c -o file.o... checking for sys/time.h... checking for fgets_unlocked... checking for sys/time.h... yes
  665. checking locale.h usability... yes
  666. checking for limits.h... yes
  667. checking locale.h usability... yes
  668. no
  669. yes
  670. checking for fileno_unlocked... checking for time.h... checking for time.h... no
  671. yes
  672. checking locale.h presence... yes
  673. checking if clang supports -c -o file.o... (cached) yes
  674. checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
  675. checking dynamic linker characteristics... checking for fileno_unlocked... no
  676. checking for dlfcn.h... yes
  677. checking for locale.h... yes
  678. yes
  679. checking locale.h presence... yes
  680. yes
  681. checking fcntl.h usability... yes
  682. checking for sys/resource.h... checking for sys/resource.h... checking for fprintf_unlocked... yes
  683. checking for fprintf_unlocked... yes
  684. checking for objdir... .libs
  685. darwin17.7.0 dyld
  686. checking how to hardcode library paths into programs... immediate
  687. checking whether stripping libraries is possible... yes
  688. checking if libtool supports shared libraries... yes
  689. checking whether to build shared libraries... no
  690. checking whether to build static libraries... yes
  691. checking how to run the C preprocessor... clang -E
  692. yes
  693. checking for locale.h... yes
  694. checking nl_types.h usability... yes
  695. yes
  696. yes
  697. checking fcntl.h presence... checking for sys/stat.h... (cached) yes
  698. checking for sys/stat.h... (cached) yes
  699. checking for sys/mman.h... no
  700. checking for sys/mman.h... checking for fputc_unlocked... no
  701. checking for fputc_unlocked... yes
  702. checking nl_types.h presence... yes
  703. yes
  704. checking for fcntl.h... yes
  705. yes
  706. checking for fcntl.h... checking limits.h usability... checking for fcntl.h... no
  707. checking if clang supports -fno-rtti -fno-exceptions... checking for fputs_unlocked... no
  708. checking for fputs_unlocked... yes
  709. checking for nl_types.h... yes
  710. checking for stdlib.h... (cached) yes
  711. checking malloc.h usability... checking for unistd.h... (cached) yes
  712. yes
  713. yes
  714. checking for getpagesize... yes
  715. checking limits.h presence... checking for alloca.h... yes
  716. checking for clang option to produce PIC... -fno-common -DPIC
  717. checking if clang PIC flag -fno-common -DPIC works... checking for alloca.h... no
  718. checking for fread_unlocked... no
  719. checking for fread_unlocked... no
  720. checking malloc.h presence... yes
  721. checking for limits.h... yes
  722. yes
  723. yes
  724. checking stddef.h usability... yes
  725. checking for working mmap... checking for sys/pstat.h... yes
  726. checking if clang static flag -static works... checking for sys/pstat.h... no
  727. checking for malloc.h... no
  728. no
  729. checking stddef.h usability... checking for fwrite_unlocked... no
  730. checking for fwrite_unlocked... no
  731. checking if clang supports -c -o file.o... yes
  732. checking stddef.h presence... no
  733. no
  734. checking for sys/sysmp.h... checking for sys/sysmp.h... yes
  735. checking for memcpy... yes
  736. checking stddef.h presence... no
  737. yes
  738. checking for stddef.h... yes
  739. checking for getchar_unlocked... no
  740. no
  741. no
  742. checking for stdlib.h... (cached) yes
  743. checking for getchar_unlocked... checking for sys/sysinfo.h... checking for sys/sysinfo.h... yes
  744. checking if clang supports -c -o file.o... (cached) yes
  745. checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
  746. checking dynamic linker characteristics... checking for strings.h... (cached) yes
  747. checking for string.h... (cached) yes
  748. yes
  749. checking for stddef.h... yes
  750. checking sys/file.h usability... checking for stdlib.h... (cached) yes
  751. yes
  752. checking for string.h... (cached) yes
  753. checking for strerror... yes
  754. no
  755. no
  756. checking for unistd.h... (cached) yes
  757. checking for machine/hal_sysinfo.h... checking for machine/hal_sysinfo.h... checking for getc_unlocked... yes
  758. checking sys/param.h usability... checking for getc_unlocked... yes
  759. checking sys/file.h presence... darwin17.7.0 dyld
  760. checking how to hardcode library paths into programs... immediate
  761. checking whether stripping libraries is possible... yes
  762. checking if libtool supports shared libraries... yes
  763. checking whether to build shared libraries... yes
  764. checking whether to build static libraries... yes
  765. checking for int64_t... no
  766. no
  767. checking for sys/table.h... checking for sys/table.h... yes
  768. yes
  769. yes
  770. checking sys/param.h presence... checking for unistd.h... (cached) yes
  771. yes
  772. checking for putchar_unlocked... checking for putchar_unlocked... yes
  773. checking for sys/file.h... yes
  774. checking for unistd.h... (cached) yes
  775. no
  776. no
  777. checking whether byte ordering is bigendian... checking for sys/sysctl.h... checking for sys/sysctl.h... yes
  778. checking for sys/param.h... yes
  779. checking for feof_unlocked... yes
  780. configure: updating cache ./config.cache
  781. configure: creating ./config.status
  782. checking for putc_unlocked... yes
  783. yes
  784. checking for uint64_t... checking for putc_unlocked... yes
  785. yes
  786. checking for sys/systemcfg.h... checking for sys/systemcfg.h... yes
  787. checking for fgets_unlocked... yes
  788. yes
  789. checking for sys/wait.h that is POSIX.1 compatible... yes
  790. checking whether abort is declared... no
  791. no
  792. checking for stdint.h... (cached) yes
  793. checking for stdint.h... (cached) yes
  794. checking whether abort is declared... checking for stdio_ext.h... checking for stdio_ext.h... no
  795. checking for getc_unlocked... no
  796. checking for an ANSI C-conforming const... yes
  797. yes
  798. checking whether asprintf is declared... no
  799. no
  800. checking for process.h... yes
  801. checking for process.h... configure: updating cache ./config.cache
  802. checking whether asprintf is declared... configure: creating ./config.status
  803. yes
  804. yes
  805. checking for inline... checking for getcwd... no
  806. no
  807. checking for sys/prctl.h... checking for sys/prctl.h... yes
  808. checking whether basename is declared... yes
  809. checking whether basename is declared... inline
  810. checking for obstacks... yes
  811. no
  812. checking for sys/wait.h that is POSIX.1 compatible... no
  813. checking for sys/wait.h that is POSIX.1 compatible... checking for getegid... no
  814. no
  815. checking whether errno is declared... no
  816. checking for off_t... checking whether errno is declared... yes
  817. yes
  818. checking whether time.h and sys/time.h may both be included... checking whether time.h and sys/time.h may both be included... yes
  819. checking for geteuid... no
  820. no
  821. checking whether vasprintf is declared... checking whether vasprintf is declared... yes
  822. yes
  823. checking whether errno must be declared... checking whether errno must be declared... yes
  824. checking for getgid... no
  825. checking size of int... yes
  826. checking for size_t... yes
  827. no
  828. checking size of int... yes
  829. checking whether clearerr_unlocked is declared... checking whether clearerr_unlocked is declared... yes
  830. checking for getuid... yes
  831. checking whether feof_unlocked is declared... 4
  832. 4
  833. yes
  834. checking size of long... checking size of long... checking whether feof_unlocked is declared... yes
  835. checking for mempcpy... yes
  836. checking for ssize_t... yes
  837. checking whether ferror_unlocked is declared... yes
  838. 8
  839. 8
  840. checking size of size_t... checking size of size_t... checking whether ferror_unlocked is declared... config.status: creating Makefile
  841. no
  842. checking for munmap... config.status: executing default-1 commands
  843. yes
  844. yes
  845. checking whether fflush_unlocked is declared... checking whether fflush_unlocked is declared... 8
  846. checking for long long... 8
  847. checking for long long... yes
  848. yes
  849. checking for uintptr_t... checking for putenv... config.status: executing depfiles commands
  850. no
  851. no
  852. checking whether fgetc_unlocked is declared... checking whether fgetc_unlocked is declared... config.status: executing libtool commands
  853. yes
  854. checking for setenv... yes
  855. checking size of long long... yes
  856. checking size of long long... no
  857. no
  858. config.status: creating Makefile
  859. checking whether fgets_unlocked is declared... checking whether fgets_unlocked is declared... mkdir ./libbacktrace
  860. Configuring in ./libbacktrace
  861. config.status: creating config.h
  862. yes
  863. checking for ptrdiff_t... config.status: executing depfiles commands
  864. yes
  865. checking for setlocale... 8
  866. 8
  867. config.status: executing libtool commands
  868. checking for a 64-bit type... checking for a 64-bit type... no
  869. no
  870. checking whether fileno_unlocked is declared... checking whether fileno_unlocked is declared... uint64_t
  871. yes
  872. uint64_t
  873. checking for intptr_t... checking for intptr_t... checking for stpcpy... mkdir ./libdecnumber
  874. Configuring in ./libdecnumber
  875. yes
  876. yes
  877. checking whether fprintf_unlocked is declared... checking whether fprintf_unlocked is declared... yes
  878. checking for uint64_t... yes
  879. configure: creating cache ./config.cache
  880. checking for strcasecmp... checking build system type... no
  881. no
  882. checking whether fputc_unlocked is declared... checking whether fputc_unlocked is declared... x86_64-apple-darwin17.7.0
  883. checking host system type... yes
  884. checking whether struct tm is in sys/time.h or time.h... yes
  885. checking for uintptr_t... yes
  886. checking for uintptr_t... x86_64-apple-darwin17.7.0
  887. checking target system type... yes
  888. avr-unknown-none
  889. checking for x86_64-apple-darwin17.7.0-gcc... clang
  890. checking for strdup... no
  891. time.h
  892. checking size of int... checking whether fputs_unlocked is declared... no
  893. checking whether fputs_unlocked is declared... configure: creating cache ./config.cache
  894. checking whether /Applications/Xcode.app/Contents/Developer/usr/bin/make sets $(MAKE)... yes
  895. checking for x86_64-apple-darwin17.7.0-gcc... clang
  896. yes
  897. no
  898. 4
  899. checking for strtoul... yes
  900. checking size of long... checking for ssize_t... checking whether fread_unlocked is declared... yes
  901. checking for ssize_t... no
  902. checking whether fread_unlocked is declared... yes
  903. no
  904. 8
  905. checking for tsearch... checking for clearerr_unlocked... checking whether fwrite_unlocked is declared... no
  906. checking for C compiler default output file name... checking whether fwrite_unlocked is declared... yes
  907. checking for pid_t... yes
  908. yes
  909. checking for pid_t... yes
  910. checking for __argz_count... no
  911. checking for feof_unlocked... checking whether getchar_unlocked is declared... a.out
  912. checking whether the C compiler works... yes
  913. checking whether we are cross compiling... no
  914. checking for suffix of executables... no
  915. checking for C compiler default output file name... checking whether getchar_unlocked is declared... yes
  916. no
  917. checking for __argz_stringify... yes
  918.  
  919. checking for suffix of object files... checking for ferror_unlocked... a.out
  920. checking whether the C compiler works... checking whether getc_unlocked is declared... yes
  921. checking whether we are cross compiling... no
  922. checking for suffix of executables... yes
  923. checking whether getc_unlocked is declared... yes
  924. checking for library containing strerror... yes
  925. checking for library containing strerror... o
  926. checking whether we are using the GNU C compiler... no
  927.  
  928. checking for suffix of object files... yes
  929. checking for __argz_next... yes
  930. checking for fflush_unlocked... checking whether putchar_unlocked is declared... yes
  931. yes
  932. checking whether clang accepts -g... none required
  933. none required
  934. checking whether putchar_unlocked is declared... checking for asprintf... checking for asprintf... o
  935. checking whether we are using the GNU C compiler... no
  936. checking for __fsetlocking... yes
  937. no
  938. checking whether putc_unlocked is declared... checking for fgetc_unlocked... yes
  939. checking for clang option to accept ISO C89... yes
  940. checking whether clang accepts -g... yes
  941. yes
  942. yes
  943. checking whether putc_unlocked is declared... checking for atexit... checking for atexit... yes
  944. checking for an ANSI C-conforming const... no
  945. no
  946. checking for iconv... checking for fgets_unlocked... none needed
  947. checking how to run the C preprocessor... yes
  948. checking for clang option to accept ISO C89... yes
  949. checking for an ANSI C-conforming const... yes
  950. yes
  951. checking for basename... checking for basename... yes
  952. checking sys/mman.h usability... no
  953. checking for fileno_unlocked... none needed
  954. checking for x86_64-apple-darwin17.7.0-ranlib... ranlib
  955. checking for aclocal... no
  956. checking for autoconf... no
  957. checking for autoheader... no
  958. checking whether clang supports -W... yes
  959. checking sys/mman.h usability... clang -E
  960. yes
  961. yes
  962. checking sys/mman.h presence... yes
  963. checking for bcmp... checking for bcmp... yes
  964. yes
  965. checking whether clang supports -Wall... yes
  966. checking how to link with libiconv... -liconv
  967. checking for iconv declaration... checking for fprintf_unlocked... yes
  968. checking sys/mman.h presence... yes
  969. checking for sys/mman.h... yes
  970. checking for mmap... yes
  971. yes
  972. yes
  973. checking whether clang supports -Wwrite-strings... yes
  974. checking for sys/mman.h... yes
  975. checking for mmap... checking for bcopy... checking for bcopy... checking for grep that handles long lines and -e... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  976. checking for nl_langinfo and CODESET... no
  977. checking for fputc_unlocked... yes
  978. checking whether read-only mmap of a plain file works... yes
  979. checking whether mmap from /dev/zero works... no
  980. checking for MAP_ANON(YMOUS)... yes
  981. checking whether clang supports -Wstrict-prototypes... yes
  982. yes
  983. checking whether read-only mmap of a plain file works... yes
  984. checking whether mmap from /dev/zero works... no
  985. checking for MAP_ANON(YMOUS)... yes
  986. checking for bsearch... yes
  987. checking for LC_MESSAGES... checking for bsearch... no
  988. /usr/bin/grep
  989. checking for egrep... yes
  990. checking whether mmap with MAP_ANON(YMOUS) works... yes
  991. checking whether to enable maintainer-specific portions of Makefiles... no
  992. /usr/bin/grep -E
  993. checking for ANSI C header files... checking for fputs_unlocked... configure: updating cache ./config.cache
  994. configure: creating ./config.status
  995. yes
  996. checking whether clang supports -Wmissing-prototypes... yes
  997. checking whether mmap with MAP_ANON(YMOUS) works... yes
  998. checking whether to enable maintainer-specific portions of Makefiles... no
  999. yes
  1000. yes
  1001. yes
  1002. checking for bison... bison
  1003. checking version of bison... 2.3, ok
  1004. checking whether NLS is requested... no
  1005. checking whether to use NLS... no
  1006. checking for aclocal... no
  1007. checking for autoconf... no
  1008. checking for autoheader... no
  1009. checking for bzero... checking for bzero... configure: updating cache ./config.cache
  1010. no
  1011. configure: creating ./config.status
  1012. checking for fread_unlocked... configure: updating cache ./config.cache
  1013. configure: creating ./config.status
  1014. yes
  1015. checking whether clang supports -Wold-style-definition... rm: conftest.dSYM: is a directory
  1016. yes
  1017. yes
  1018. config.status: creating Makefile
  1019. no
  1020. checking for calloc... checking for calloc... checking for fwrite_unlocked... yes
  1021. config.status: creating mkheaders.almost
  1022. checking whether clang supports -Wmissing-format-attribute... config.status: creating config.h
  1023. rm: conftest.dSYM: is a directory
  1024. config.status: creating Makefile
  1025. config.status: creating Makefile
  1026. config.status: creating mkheaders.almost
  1027. yes
  1028. yes
  1029. no
  1030. yes
  1031. config.status: creating config.intl
  1032. checking for getchar_unlocked... checking whether clang supports -Wcast-qual... config.status: creating config.h
  1033. checking for clock... checking for clock... clang -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../zlib      -g -O2 -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../zlib/'`adler32.c
  1034. config.status: creating config.h
  1035. config.status: executing default-1 commands
  1036. yes
  1037. checking for sys/types.h... clang -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../zlib      -g -O2 -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../zlib/'`compress.c
  1038. yes
  1039. checking whether clang supports -pedantic -Wlong-long... clang -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../zlib      -g -O2 -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../zlib/'`crc32.c
  1040. yes
  1041. yes
  1042. yes
  1043. checking for getc_unlocked... checking for ffs... checking for ffs... clang -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../zlib      -g -O2 -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../zlib/'`deflate.c
  1044. yes
  1045. clang -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../zlib      -g -O2 -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../zlib/'`gzread.c
  1046. yes
  1047. checking whether clang supports -fno-lto... checking for sys/stat.h... yes
  1048. yes
  1049. yes
  1050. checking for putchar_unlocked... checking for getcwd... checking for getcwd... make[2]: Nothing to be done for `all'.
  1051. clang -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../zlib      -g -O2 -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../zlib/'`gzclose.c
  1052. yes
  1053. checking how to run the C preprocessor... yes
  1054. checking for stdlib.h... clang -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../zlib      -g -O2 -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../zlib/'`gzwrite.c
  1055. yes
  1056. yes
  1057. yes
  1058. checking for putc_unlocked... checking for getpagesize... clang -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../zlib      -g -O2 -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../zlib/'`gzlib.c
  1059. checking for getpagesize... yes
  1060. checking for string.h... clang -E
  1061. clang -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../zlib      -g -O2 -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../zlib/'`infback.c
  1062. yes
  1063. yes
  1064. yes
  1065. clang -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../zlib      -g -O2 -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../zlib/'`inffast.c
  1066. checking for gettimeofday... checking for gettimeofday... checking whether abort is declared... clang -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../zlib      -g -O2 -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../zlib/'`inflate.c
  1067. yes
  1068. checking for memory.h... yes
  1069. yes
  1070. yes
  1071. checking for index... checking whether asprintf is declared... checking for index... checking for grep that handles long lines and -e... clang -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../zlib      -g -O2 -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../zlib/'`inftrees.c
  1072. yes
  1073. checking for strings.h... clang -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../zlib      -g -O2 -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../zlib/'`trees.c
  1074. yes
  1075. yes
  1076. yes
  1077. checking whether basename is declared... checking for insque... checking for insque... clang -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../zlib      -g -O2 -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../zlib/'`uncompr.c
  1078. /usr/bin/grep
  1079. checking for egrep... /usr/bin/grep -E
  1080. checking for ANSI C header files... yes
  1081. checking for inttypes.h... yes
  1082. yes
  1083. no
  1084. clang -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../zlib      -g -O2 -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../zlib/'`zutil.c
  1085. checking for memchr... checking for memchr... checking whether errno is declared... true "AR_FLAGS=rc" "CC_FOR_BUILD=clang" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "LDFLAGS=-Wl,-no_pie " "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=/Applications/Xcode.app/Contents/Developer/usr/bin/make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local/Cellar/avr-gcc/8.1.0" "infodir=/usr/local/Cellar/avr-gcc/8.1.0/share/info" "libdir=/usr/local/Cellar/avr-gcc/8.1.0/lib/avr-gcc/8" "prefix=/usr/local/Cellar/avr-gcc/8.1.0" "tooldir=/usr/local/Cellar/avr-gcc/8.1.0/avr" "AR=ar" "AS=as" "CC=clang" "CXX=clang++" "LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" "LIBCFLAGS=-g -O2" "NM=nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do # /Applications/Xcode.app/Contents/Developer/usr/bin/make
  1086. yes
  1087. checking for stdint.h... rm: conftest.dSYM: is a directory
  1088. rm -f libz.a
  1089. ar cru libz.a libz_a-adler32.o libz_a-compress.o libz_a-crc32.o libz_a-deflate.o libz_a-gzread.o libz_a-gzclose.o libz_a-gzwrite.o libz_a-gzlib.o libz_a-infback.o libz_a-inffast.o libz_a-inflate.o libz_a-inftrees.o libz_a-trees.o libz_a-uncompr.o libz_a-zutil.o
  1090. ranlib libz.a
  1091. no
  1092. yes
  1093. yes
  1094. checking whether getopt is declared... checking for memcmp... checking for memcmp... yes
  1095. checking for unistd.h... rm: conftest.dSYM: is a directory
  1096. yes
  1097. checking whether vasprintf is declared... yes
  1098. yes
  1099. checking for memcpy... checking for memcpy... yes
  1100. checking minix/config.h usability... yes
  1101. checking for sys/types.h... yes
  1102. checking whether clearerr_unlocked is declared... yes
  1103. yes
  1104. checking for memmem... checking for memmem... no
  1105. checking minix/config.h presence... yes
  1106. checking for sys/stat.h... yes
  1107. checking whether feof_unlocked is declared... no
  1108. checking for minix/config.h... no
  1109. checking whether it is safe to define __EXTENSIONS__... yes
  1110. yes
  1111. checking for memmove... checking for memmove... yes
  1112. checking for stdlib.h... yes
  1113. yes
  1114. checking for a BSD-compatible install... /usr/bin/install -c
  1115. checking whether build environment is sane... checking whether ferror_unlocked is declared... yes
  1116. yes
  1117. checking for mempcpy... checking for mempcpy... yes
  1118. checking for string.h... yes
  1119. checking whether fflush_unlocked is declared... no
  1120. checking for memset... no
  1121. checking for memset... yes
  1122. checking for memory.h... no
  1123. checking whether fgetc_unlocked is declared... yes
  1124. yes
  1125. checking for mkstemps... checking for mkstemps... yes
  1126. checking for strings.h... no
  1127. checking whether fgets_unlocked is declared... yes
  1128. yes
  1129. checking for putenv... checking for putenv... yes
  1130. checking for inttypes.h... no
  1131. checking whether fileno_unlocked is declared... yes
  1132. yes
  1133. checking for random... checking for random... yes
  1134. checking for stdint.h... yes
  1135. checking whether fprintf_unlocked is declared... yes
  1136. yes
  1137. yes
  1138. checking for rename... checking for rename... checking for unistd.h... yes
  1139. checking for a thread-safe mkdir -p... ../../libbacktrace/../install-sh -c -d
  1140. checking for gawk... awk
  1141. checking whether /Applications/Xcode.app/Contents/Developer/usr/bin/make sets $(MAKE)... yes
  1142. checking whether to enable maintainer-specific portions of Makefiles... no
  1143. checking for x86_64-apple-darwin17.7.0-gcc... (cached) clang
  1144. no
  1145. checking whether fputc_unlocked is declared... yes
  1146. yes
  1147. yes
  1148. checking for rindex... checking for rindex... checking ctype.h usability... no
  1149. checking whether fputs_unlocked is declared... yes
  1150. checking ctype.h presence... yes
  1151. yes
  1152. checking for setenv... checking for setenv... yes
  1153. checking for ctype.h... yes
  1154. checking stddef.h usability... no
  1155. checking whether fread_unlocked is declared... yes
  1156. yes
  1157. checking whether we are using the GNU C compiler... (cached) yes
  1158. checking whether clang accepts -g... checking for snprintf... checking for snprintf... (cached) yes
  1159. checking for clang option to accept ISO C89... (cached) none needed
  1160. checking for x86_64-apple-darwin17.7.0-ranlib... ranlib
  1161. checking for gawk... (cached) awk
  1162. checking how to print strings... printf
  1163. checking for a sed that does not truncate output... /usr/local/Homebrew/Library/Homebrew/shims/mac/super/sed
  1164. checking for fgrep... /usr/bin/grep -F
  1165. checking for ld used by clang... yes
  1166. checking stddef.h presence... no
  1167. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
  1168. checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
  1169. checking for BSD- or MS-compatible name lister (nm)... nm
  1170. checking the name lister (nm) interface... checking whether fwrite_unlocked is declared... yes
  1171. yes
  1172. checking for sigsetmask... checking for sigsetmask... yes
  1173. checking for stddef.h... yes
  1174. checking for string.h... (cached) yes
  1175. checking stdio.h usability... BSD nm
  1176. checking whether ln -s works... yes
  1177. checking the maximum length of command line arguments... 196608
  1178. checking whether the shell understands some XSI constructs... yes
  1179. checking whether the shell understands "+="... yes
  1180. no
  1181. checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
  1182. checking for x86_64-apple-darwin17.7.0-objdump... objdump
  1183. checking how to recognize dependent libraries... pass_all
  1184. checking for x86_64-apple-darwin17.7.0-ar... ar
  1185. checking for x86_64-apple-darwin17.7.0-strip... no
  1186. checking for strip... strip
  1187. checking for x86_64-apple-darwin17.7.0-ranlib... (cached) ranlib
  1188. checking command to parse nm output from clang object... checking whether getchar_unlocked is declared... yes
  1189. yes
  1190. checking for stpcpy... checking for stpcpy... yes
  1191. checking stdio.h presence... yes
  1192. checking whether getc_unlocked is declared... yes
  1193. yes
  1194. yes
  1195. checking for stdio.h... yes
  1196. checking for stpncpy... checking for stpncpy... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
  1197. checking whether putchar_unlocked is declared... yes
  1198. yes
  1199. checking for strcasecmp... checking for strcasecmp... ok
  1200. checking for x86_64-apple-darwin17.7.0-dsymutil... no
  1201. checking for dsymutil... dsymutil
  1202. checking for x86_64-apple-darwin17.7.0-nmedit... no
  1203. checking for nmedit... nmedit
  1204. checking for x86_64-apple-darwin17.7.0-lipo... no
  1205. checking for lipo... lipo
  1206. checking for x86_64-apple-darwin17.7.0-otool... no
  1207. checking for otool... otool
  1208. checking for x86_64-apple-darwin17.7.0-otool64... no
  1209. checking for otool64... no
  1210. checking for -single_module linker flag... yes
  1211. yes
  1212. checking for uintptr_t... checking whether putc_unlocked is declared... yes
  1213. yes
  1214. checking for strchr... checking for strchr... yes
  1215. checking for -exported_symbols_list linker flag... yes
  1216. checking for working alloca.h... yes
  1217. yes
  1218. checking for strdup... yes
  1219. checking for int_least32_t... checking for strdup... yes
  1220. checking for -force_load linker flag... yes
  1221. checking for alloca... yes
  1222. yes
  1223. checking for strncasecmp... checking for strncasecmp... yes
  1224. checking for ANSI C header files... (cached) yes
  1225. checking for nl_langinfo and CODESET... yes
  1226. checking for int_fast32_t... no
  1227. checking for dlfcn.h... yes
  1228. yes
  1229. yes
  1230. checking whether NLS is requested... no
  1231. checking for uchar... checking for strndup... checking for strndup... yes
  1232. checking for objdir... .libs
  1233.  
  1234. checking for ld used by GCC... yes
  1235. yes
  1236. yes
  1237. checking for uint64_t... checking for strnlen... checking for strnlen... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
  1238. checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
  1239. checking for shared library run path origin... yes
  1240. yes
  1241. checking for strrchr... checking for strrchr... checking if clang supports -fno-rtti -fno-exceptions... done
  1242. checking for iconv... (cached) no
  1243. yes
  1244. checking what to include in gstdint.h... stdint.h (already complete)
  1245. checking for an ANSI C-conforming const... configure: updating cache ./config.cache
  1246. configure: creating ./config.status
  1247. yes
  1248. checking for clang option to produce PIC... -fno-common -DPIC
  1249. checking if clang PIC flag -fno-common -DPIC works... yes
  1250. yes
  1251. checking for strstr... checking for strstr... yes
  1252. checking for off_t... yes
  1253. checking if clang static flag -static works... yes
  1254. yes
  1255. config.status: creating Makefile
  1256. checking for strtod... checking for strtod... config.status: creating config.h
  1257. config.status: executing depdir commands
  1258. mkdir .deps
  1259. no
  1260. checking if clang supports -c -o file.o... yes
  1261. yes
  1262. checking for strtol... checking for strtol... yes
  1263. checking size of int... yes
  1264. checking if clang supports -c -o file.o... (cached) yes
  1265. checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
  1266. checking dynamic linker characteristics... yes
  1267. yes
  1268. checking for strtoul... checking for strtoul... 4
  1269. checking size of long... darwin17.7.0 dyld
  1270. checking how to hardcode library paths into programs... immediate
  1271. checking whether stripping libraries is possible... yes
  1272. checking if libtool supports shared libraries... yes
  1273. checking whether to build shared libraries... no
  1274. checking whether to build static libraries... yes
  1275. checking for special C compiler options needed for large files... no
  1276. checking for _FILE_OFFSET_BITS value needed for large files... yes
  1277. yes
  1278. checking for strtoll... checking for strtoll... 8
  1279. checking for ANSI C header files... (cached) yes
  1280. checking build system type... no
  1281. checking unwind.h usability... x86_64-apple-darwin17.7.0
  1282. checking host system type... x86_64-apple-darwin17.7.0
  1283. checking target system type... yes
  1284. avr-unknown-none
  1285. yes
  1286. checking for decimal floating point... configure: WARNING: decimal float is not supported for this target, ignored
  1287. dpd
  1288. checking whether byte ordering is bigendian... checking for strtoull... checking for strtoull... yes
  1289. checking unwind.h presence... yes
  1290. yes
  1291. checking for strverscmp... checking for strverscmp... yes
  1292. checking for unwind.h... yes
  1293. checking for _Unwind_Backtrace... no
  1294. no
  1295. yes
  1296. checking for -funwind-tables option... checking for tmpnam... checking for tmpnam... no
  1297. yes
  1298. checking for -frandom-seed=string option... configure: updating cache ./config.cache
  1299. configure: creating ./config.status
  1300. yes
  1301. yes
  1302. checking for vasprintf... checking for vasprintf... yes
  1303. checking whether clang supports -W... yes
  1304. yes
  1305. checking for vfprintf... checking for vfprintf... config.status: creating Makefile
  1306. yes
  1307. checking whether clang supports -Wall... config.status: creating config.h
  1308. config.status: executing gstdint.h commands
  1309. yes
  1310. yes
  1311. yes
  1312. checking whether clang supports -Wwrite-strings... checking for vprintf... checking for vprintf... source='../../libdecnumber/decNumber.c' object='decNumber.o' libtool=no clang  -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  -fno-lto -I../../libdecnumber -I.   -c ../../libdecnumber/decNumber.c
  1313. source='../../libdecnumber/decContext.c' object='decContext.o' libtool=no clang  -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  -fno-lto -I../../libdecnumber -I.   -c ../../libdecnumber/decContext.c
  1314. source='../../libdecnumber/dpd/decimal32.c' object='decimal32.o' libtool=no clang  -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  -fno-lto -I../../libdecnumber -I.   -c ../../libdecnumber/dpd/decimal32.c
  1315. source='../../libdecnumber/dpd/decimal64.c' object='decimal64.o' libtool=no clang  -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  -fno-lto -I../../libdecnumber -I.   -c ../../libdecnumber/dpd/decimal64.c
  1316. source='../../libdecnumber/dpd/decimal128.c' object='decimal128.o' libtool=no clang  -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  -fno-lto -I../../libdecnumber -I.   -c ../../libdecnumber/dpd/decimal128.c
  1317. yes
  1318. checking whether clang supports -Wstrict-prototypes... yes
  1319. yes
  1320. checking for vsnprintf... checking for vsnprintf... yes
  1321. checking whether clang supports -Wmissing-prototypes... yes
  1322. yes
  1323. checking for vsprintf... checking for vsprintf... yes
  1324. checking whether clang supports -Wold-style-definition... yes
  1325. yes
  1326. checking for waitpid... checking for waitpid... yes
  1327. checking whether clang supports -Wmissing-format-attribute... yes
  1328. yes
  1329. checking whether clang supports -Wcast-qual... yes
  1330. checking for setproctitle... checking for setproctitle... yes
  1331. checking for _Unwind_GetIPInfo... no
  1332. no
  1333. checking whether alloca needs Cray hooks... checking whether alloca needs Cray hooks... rm -f libdecnumber.a
  1334. ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o
  1335. ranlib libdecnumber.a
  1336. no
  1337. checking stack direction for C alloca... no
  1338. checking stack direction for C alloca... yes
  1339. checking __sync extensions... yes
  1340. checking __atomic extensions... -1
  1341. -1
  1342. checking for vfork.h... checking for vfork.h... no
  1343. no
  1344. checking for fork... checking for fork... yes
  1345. checking output filetype...
  1346. configure: WARNING: could not determine output file type
  1347. looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
  1348. yes
  1349. checking for vfork... checking for vfork... yes
  1350. yes
  1351. checking for working fork... checking for working fork... yes
  1352. checking for uintptr_t... yes
  1353. yes
  1354. checking for working vfork... (cached) checking for working vfork... yes
  1355. (cached) yes
  1356. checking for _doprnt... checking for _doprnt... yes
  1357. checking for int_least32_t... no
  1358. no
  1359. checking for sys_errlist... checking for sys_errlist... yes
  1360. yes
  1361. checking for sys_nerr... checking for sys_nerr... yes
  1362. checking for int_fast32_t... yes
  1363. yes
  1364. checking for sys_siglist... checking for sys_siglist... yes
  1365. yes
  1366. checking for external symbol _system_configuration... checking for external symbol _system_configuration... yes
  1367. checking for uint64_t... no
  1368. no
  1369. checking for __fsetlocking... checking for __fsetlocking... yes
  1370. checking what to include in gstdint.h... stdint.h (already complete)
  1371. checking sys/mman.h usability... no
  1372. no
  1373. checking for canonicalize_file_name... checking for canonicalize_file_name... yes
  1374. checking sys/mman.h presence... no
  1375. no
  1376. checking for dup3... checking for dup3... yes
  1377. checking for sys/mman.h... yes
  1378. checking for mmap... no
  1379. no
  1380. checking for getrlimit... checking for getrlimit... yes
  1381. yes
  1382. yes
  1383. checking for getrusage... checking for getrusage... checking link.h usability... yes
  1384. yes
  1385. checking for getsysinfo... checking for getsysinfo... no
  1386. checking link.h presence... no
  1387. checking for link.h... no
  1388. checking sys/ldr.h usability... no
  1389. no
  1390. checking for gettimeofday... checking for gettimeofday... (cached) (cached) yes
  1391. yes
  1392. checking for on_exit... checking for on_exit... no
  1393. checking sys/ldr.h presence... no
  1394. no
  1395. checking for psignal... checking for psignal... no
  1396. checking for sys/ldr.h... no
  1397. checking for fcntl... yes
  1398. yes
  1399. checking for pstat_getdynamic... checking for pstat_getdynamic... yes
  1400. checking whether strnlen is declared... no
  1401. no
  1402. checking for pstat_getstatic... checking for pstat_getstatic... yes
  1403. checking for lstat... no
  1404. no
  1405. checking for realpath... checking for realpath... yes
  1406. checking for readlink... yes
  1407. yes
  1408. checking for setrlimit... checking for setrlimit... yes
  1409. checking for getexecname... yes
  1410. yes
  1411. checking for sbrk... checking for sbrk... no
  1412. checking for clock_gettime... yes
  1413. yes
  1414. checking for spawnve... checking for spawnve... yes
  1415. checking whether -pthread is supported... yes
  1416. checking for compress in -lz... no
  1417. no
  1418. checking for spawnvpe... checking for spawnvpe... yes
  1419. checking whether --compress-debug-sections is supported... no
  1420. no
  1421. checking for strerror... checking for strerror... no
  1422. checking for objcopy... no
  1423. checking whether objcopy supports debuglink... /private/tmp/avr-gcc-20180805-47538-1xyruek/gcc-8.1.0/libbacktrace/configure: line 13081: --add-gnu-debuglink=x: command not found
  1424. no
  1425. checking whether tests can run... yes
  1426. yes
  1427. checking for strsignal... checking for strsignal... yes
  1428. yes
  1429. yes
  1430. configure: updating cache ./config.cache
  1431. checking for sysconf... checking for sysconf... configure: creating ./config.status
  1432. yes
  1433. yes
  1434. checking for sysctl... checking for sysctl... yes
  1435. yes
  1436. checking for sysmp... checking for sysmp... no
  1437. no
  1438. checking for table... checking for table... no
  1439. no
  1440. checking for times... checking for times... yes
  1441. yes
  1442. checking for wait3... checking for wait3... yes
  1443. yes
  1444. checking for wait4... checking for wait4... yes
  1445. yes
  1446. checking whether basename is declared... checking whether basename is declared... config.status: creating Makefile
  1447. config.status: creating backtrace-supported.h
  1448. config.status: creating config.h
  1449. config.status: executing libtool commands
  1450. config.status: executing gstdint.h commands
  1451. no
  1452. no
  1453. checking whether ffs is declared... checking whether ffs is declared... config.status: executing default commands
  1454. yes
  1455. yes
  1456. checking whether asprintf is declared... checking whether asprintf is declared... /Applications/Xcode.app/Contents/Developer/usr/bin/make  all-am
  1457. /bin/sh ./libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../libbacktrace  -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc  -funwind-tables -frandom-seed=atomic.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual  -g -O2 -c -o atomic.lo ../../libbacktrace/atomic.c
  1458. /bin/sh ./libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../libbacktrace  -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc  -funwind-tables -frandom-seed=dwarf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual  -g -O2 -c -o dwarf.lo ../../libbacktrace/dwarf.c
  1459. /bin/sh ./libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../libbacktrace  -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc  -funwind-tables -frandom-seed=fileline.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual  -g -O2 -c -o fileline.lo ../../libbacktrace/fileline.c
  1460. /bin/sh ./libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../libbacktrace  -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc  -funwind-tables -frandom-seed=posix.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual  -g -O2 -c -o posix.lo ../../libbacktrace/posix.c
  1461. /bin/sh ./libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../libbacktrace  -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc  -funwind-tables -frandom-seed=print.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual  -g -O2 -c -o print.lo ../../libbacktrace/print.c
  1462. /bin/sh ./libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../libbacktrace  -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc  -funwind-tables -frandom-seed=sort.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual  -g -O2 -c -o sort.lo ../../libbacktrace/sort.c
  1463. libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=atomic.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c ../../libbacktrace/atomic.c -o atomic.o
  1464. libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=fileline.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c ../../libbacktrace/fileline.c -o fileline.o
  1465. libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=dwarf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c ../../libbacktrace/dwarf.c -o dwarf.o
  1466. libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=sort.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c ../../libbacktrace/sort.c -o sort.o
  1467. libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=posix.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c ../../libbacktrace/posix.c -o posix.o
  1468. libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=print.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c ../../libbacktrace/print.c -o print.o
  1469. yes
  1470. yes
  1471. checking whether vasprintf is declared... checking whether vasprintf is declared... /bin/sh ./libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../libbacktrace  -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc  -funwind-tables -frandom-seed=state.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual  -g -O2 -c -o state.lo ../../libbacktrace/state.c
  1472. /bin/sh ./libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../libbacktrace  -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc  -funwind-tables -frandom-seed=backtrace.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual  -g -O2 -c -o backtrace.lo ../../libbacktrace/backtrace.c
  1473. /bin/sh ./libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../libbacktrace  -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc  -funwind-tables -frandom-seed=simple.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual  -g -O2 -c -o simple.lo ../../libbacktrace/simple.c
  1474. /bin/sh ./libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../libbacktrace  -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc  -funwind-tables -frandom-seed=unknown.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual  -g -O2 -c -o unknown.lo ../../libbacktrace/unknown.c
  1475. /bin/sh ./libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../libbacktrace  -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc  -funwind-tables -frandom-seed=mmapio.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual  -g -O2 -c -o mmapio.lo ../../libbacktrace/mmapio.c
  1476. libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=state.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c ../../libbacktrace/state.c -o state.o
  1477. libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=simple.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c ../../libbacktrace/simple.c -o simple.o
  1478. libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=backtrace.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c ../../libbacktrace/backtrace.c -o backtrace.o
  1479. libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=unknown.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c ../../libbacktrace/unknown.c -o unknown.o
  1480. libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmapio.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c ../../libbacktrace/mmapio.c -o mmapio.o
  1481. yes
  1482. yes
  1483. checking whether snprintf is declared... checking whether snprintf is declared... /bin/sh ./libtool --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../libbacktrace  -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc  -funwind-tables -frandom-seed=mmap.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual  -g -O2 -c -o mmap.lo ../../libbacktrace/mmap.c
  1484. true  DO=all multi-do # /Applications/Xcode.app/Contents/Developer/usr/bin/make
  1485. libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmap.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c ../../libbacktrace/mmap.c -o mmap.o
  1486. yes
  1487. yes
  1488. checking whether vsnprintf is declared... checking whether vsnprintf is declared... /bin/sh ./libtool --tag=CC   --mode=link clang -funwind-tables -frandom-seed=libbacktrace.la -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual  -g -O2  -Wl,-no_pie  -o libbacktrace.la  atomic.lo dwarf.lo fileline.lo posix.lo print.lo sort.lo state.lo backtrace.lo simple.lo unknown.lo mmapio.lo mmap.lo -lz
  1489. yes
  1490. yes
  1491. checking whether calloc is declared... checking whether calloc is declared... libtool: link: ar rc .libs/libbacktrace.a  atomic.o dwarf.o fileline.o posix.o print.o sort.o state.o backtrace.o simple.o unknown.o mmapio.o mmap.o
  1492. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libbacktrace.a(atomic.o) has no symbols
  1493. libtool: link: ranlib .libs/libbacktrace.a
  1494. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libbacktrace.a(atomic.o) has no symbols
  1495. libtool: link: ( cd ".libs" && rm -f "libbacktrace.la" && ln -s "../libbacktrace.la" "libbacktrace.la" )
  1496. yes
  1497. yes
  1498. checking whether getenv is declared... checking whether getenv is declared... yes
  1499. yes
  1500. checking whether getopt is declared... checking whether getopt is declared... yes
  1501. yes
  1502. checking whether malloc is declared... checking whether malloc is declared... yes
  1503. yes
  1504. checking whether realloc is declared... checking whether realloc is declared... yes
  1505. yes
  1506. checking whether sbrk is declared... checking whether sbrk is declared... yes
  1507. yes
  1508. checking whether strtol is declared... checking whether strtol is declared... yes
  1509. yes
  1510. checking whether strtoul is declared... checking whether strtoul is declared... yes
  1511. yes
  1512. checking whether strtoll is declared... checking whether strtoll is declared... yes
  1513. yes
  1514. checking whether strtoull is declared... checking whether strtoull is declared... yes
  1515. yes
  1516. checking whether strverscmp is declared... checking whether strverscmp is declared... no
  1517. no
  1518. checking whether strnlen is declared... checking whether strnlen is declared... yes
  1519. yes
  1520. checking whether canonicalize_file_name must be declared... checking whether canonicalize_file_name must be declared... yes
  1521. yes
  1522. checking for stdlib.h... checking for stdlib.h... (cached) (cached) yes
  1523. yes
  1524. checking for unistd.h... checking for unistd.h... (cached) (cached) yes
  1525. yes
  1526. checking for getpagesize... checking for getpagesize... (cached) (cached) yes
  1527. yes
  1528. checking for working mmap... checking for working mmap... yes
  1529. yes
  1530. checking for working strncmp... checking for working strncmp... yes
  1531. yes
  1532. configure: updating cache ./config.cache
  1533. configure: updating cache ./config.cache
  1534. configure: creating ./config.status
  1535. configure: creating ./config.status
  1536. config.status: creating Makefile
  1537. config.status: creating Makefile
  1538. config.status: creating testsuite/Makefile
  1539. config.status: creating testsuite/Makefile
  1540. config.status: creating config.h
  1541. config.status: creating config.h
  1542. config.status: executing default commands
  1543. config.status: executing default commands
  1544. mkdir ./libcpp
  1545. Configuring in ./libcpp
  1546. if [ x"" != x ] && [ ! -d pic ]; then \
  1547.       mkdir pic; \
  1548.     else true; fi
  1549. if [ x"" != x ] && [ ! -d noasan ]; then \
  1550.       mkdir noasan; \
  1551.     else true; fi
  1552. if [ x"-fno-common" != x ] && [ ! -d pic ]; then \
  1553.       mkdir pic; \
  1554.     else true; fi
  1555. if [ x"" != x ] && [ ! -d noasan ]; then \
  1556.       mkdir noasan; \
  1557.     else true; fi
  1558. touch stamp-noasandir
  1559. touch stamp-picdir
  1560. echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o > required-list
  1561. if [ x"" != x ]; then \
  1562.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/regex.c -o pic/regex.o; \
  1563.     else true; fi
  1564. if [ x"" != x ]; then \
  1565.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/cplus-dem.c -o pic/cplus-dem.o; \
  1566.     else true; fi
  1567. if [ x"" != x ]; then \
  1568.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/cp-demangle.c -o pic/cp-demangle.o; \
  1569.     else true; fi
  1570. if [ x"" != x ]; then \
  1571.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/md5.c -o pic/md5.o; \
  1572.     else true; fi
  1573. if [ x"" != x ]; then \
  1574.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/regex.c -o noasan/regex.o; \
  1575.     else true; fi
  1576. if [ x"" != x ]; then \
  1577.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/cplus-dem.c -o noasan/cplus-dem.o; \
  1578.     else true; fi
  1579. if [ x"" != x ]; then \
  1580.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/cp-demangle.c -o noasan/cp-demangle.o; \
  1581.     else true; fi
  1582. touch stamp-noasandir
  1583. if [ x"" != x ]; then \
  1584.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/md5.c -o noasan/md5.o; \
  1585.     else true; fi
  1586. touch stamp-picdir
  1587. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/regex.c -o regex.o
  1588. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/cplus-dem.c -o cplus-dem.o
  1589. echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o > required-list
  1590. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/cp-demangle.c -o cp-demangle.o
  1591. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/md5.c -o md5.o
  1592. if [ x"" != x ]; then \
  1593.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/sha1.c -o pic/sha1.o; \
  1594.     else true; fi
  1595. if [ x"" != x ]; then \
  1596.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/sha1.c -o noasan/sha1.o; \
  1597.     else true; fi
  1598. make[3]: Nothing to be done for `all'.
  1599. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/sha1.c -o sha1.o
  1600. if [ x"" != x ]; then \
  1601.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/alloca.c -o pic/alloca.o; \
  1602.     else true; fi
  1603. if [ x"" != x ]; then \
  1604.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/alloca.c -o noasan/alloca.o; \
  1605.     else true; fi
  1606. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/alloca.c -o alloca.o
  1607. make[3]: Nothing to be done for `all'.
  1608. if [ x"-fno-common" != x ]; then \
  1609.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/regex.c -o pic/regex.o; \
  1610.     else true; fi
  1611. if [ x"-fno-common" != x ]; then \
  1612.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/cplus-dem.c -o pic/cplus-dem.o; \
  1613.     else true; fi
  1614. if [ x"-fno-common" != x ]; then \
  1615.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/cp-demangle.c -o pic/cp-demangle.o; \
  1616.     else true; fi
  1617. if [ x"-fno-common" != x ]; then \
  1618.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/md5.c -o pic/md5.o; \
  1619.     else true; fi
  1620. configure: creating cache ./config.cache
  1621. checking build system type... x86_64-apple-darwin17.7.0
  1622. checking host system type... x86_64-apple-darwin17.7.0
  1623. checking target system type... if [ x"" != x ]; then \
  1624.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/md5.c -o noasan/md5.o; \
  1625.     else true; fi
  1626. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/md5.c -o md5.o
  1627. avr-unknown-none
  1628. checking whether /Applications/Xcode.app/Contents/Developer/usr/bin/make sets $(MAKE)... yes
  1629. checking for a BSD-compatible install... /usr/bin/install -c
  1630. checking for x86_64-apple-darwin17.7.0-gcc... clang
  1631. if [ x"-fno-common" != x ]; then \
  1632.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/sha1.c -o pic/sha1.o; \
  1633.     else true; fi
  1634. if [ x"" != x ]; then \
  1635.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/cplus-dem.c -o noasan/cplus-dem.o; \
  1636.     else true; fi
  1637. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/cplus-dem.c -o cplus-dem.o
  1638. if [ x"" != x ]; then \
  1639.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/argv.c -o pic/argv.o; \
  1640.     else true; fi
  1641. if [ x"" != x ]; then \
  1642.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/argv.c -o noasan/argv.o; \
  1643.     else true; fi
  1644. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/argv.c -o argv.o
  1645. if [ x"" != x ]; then \
  1646.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/sha1.c -o noasan/sha1.o; \
  1647.     else true; fi
  1648. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/sha1.c -o sha1.o
  1649. if [ x"-fno-common" != x ]; then \
  1650.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/alloca.c -o pic/alloca.o; \
  1651.     else true; fi
  1652. checking for C compiler default output file name... if [ x"-fno-common" != x ]; then \
  1653.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/argv.c -o pic/argv.o; \
  1654.     else true; fi
  1655. if [ x"" != x ]; then \
  1656.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/alloca.c -o noasan/alloca.o; \
  1657.     else true; fi
  1658. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/alloca.c -o alloca.o
  1659. a.out
  1660. checking whether the C compiler works... yes
  1661. checking whether we are cross compiling... no
  1662. checking for suffix of executables... if [ x"" != x ]; then \
  1663.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/argv.c -o noasan/argv.o; \
  1664.     else true; fi
  1665. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/argv.c -o argv.o
  1666. if [ x"" != x ]; then \
  1667.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/choose-temp.c -o pic/choose-temp.o; \
  1668.     else true; fi
  1669. if [ x"" != x ]; then \
  1670.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/choose-temp.c -o noasan/choose-temp.o; \
  1671.     else true; fi
  1672. if [ x"-fno-common" != x ]; then \
  1673.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/choose-temp.c -o pic/choose-temp.o; \
  1674.     else true; fi
  1675. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/choose-temp.c -o choose-temp.o
  1676.  
  1677. checking for suffix of object files... if [ x"" != x ]; then \
  1678.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/cp-demangle.c -o noasan/cp-demangle.o; \
  1679.     else true; fi
  1680. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/cp-demangle.c -o cp-demangle.o
  1681. if [ x"" != x ]; then \
  1682.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/concat.c -o pic/concat.o; \
  1683.     else true; fi
  1684. if [ x"" != x ]; then \
  1685.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/concat.c -o noasan/concat.o; \
  1686.     else true; fi
  1687. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/concat.c -o concat.o
  1688. if [ x"" != x ]; then \
  1689.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/regex.c -o noasan/regex.o; \
  1690.     else true; fi
  1691. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/regex.c -o regex.o
  1692. if [ x"" != x ]; then \
  1693.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/choose-temp.c -o noasan/choose-temp.o; \
  1694.     else true; fi
  1695. if [ x"" != x ]; then \
  1696.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/cp-demint.c -o pic/cp-demint.o; \
  1697.     else true; fi
  1698. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/choose-temp.c -o choose-temp.o
  1699. if [ x"" != x ]; then \
  1700.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/cp-demint.c -o noasan/cp-demint.o; \
  1701.     else true; fi
  1702. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/cp-demint.c -o cp-demint.o
  1703. o
  1704. checking whether we are using the GNU C compiler... if [ x"" != x ]; then \
  1705.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/crc32.c -o pic/crc32.o; \
  1706.     else true; fi
  1707. if [ x"" != x ]; then \
  1708.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/crc32.c -o noasan/crc32.o; \
  1709.     else true; fi
  1710. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/crc32.c -o crc32.o
  1711. if [ x"-fno-common" != x ]; then \
  1712.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/concat.c -o pic/concat.o; \
  1713.     else true; fi
  1714. yes
  1715. checking whether clang accepts -g... if [ x"" != x ]; then \
  1716.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/d-demangle.c -o pic/d-demangle.o; \
  1717.     else true; fi
  1718. if [ x"-fno-common" != x ]; then \
  1719.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/cp-demint.c -o pic/cp-demint.o; \
  1720.     else true; fi
  1721. if [ x"" != x ]; then \
  1722.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/d-demangle.c -o noasan/d-demangle.o; \
  1723.     else true; fi
  1724. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/d-demangle.c -o d-demangle.o
  1725. if [ x"-fno-common" != x ]; then \
  1726.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/crc32.c -o pic/crc32.o; \
  1727.     else true; fi
  1728. yes
  1729. checking for clang option to accept ISO C89... if [ x"" != x ]; then \
  1730.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/cp-demint.c -o noasan/cp-demint.o; \
  1731.     else true; fi
  1732. if [ x"" != x ]; then \
  1733.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/concat.c -o noasan/concat.o; \
  1734.     else true; fi
  1735. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/cp-demint.c -o cp-demint.o
  1736. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/concat.c -o concat.o
  1737. if [ x"" != x ]; then \
  1738.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/crc32.c -o noasan/crc32.o; \
  1739.     else true; fi
  1740. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/crc32.c -o crc32.o
  1741. if [ x"" != x ]; then \
  1742.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/dwarfnames.c -o pic/dwarfnames.o; \
  1743.     else true; fi
  1744. if [ x"" != x ]; then \
  1745.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/dwarfnames.c -o noasan/dwarfnames.o; \
  1746.     else true; fi
  1747. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/dwarfnames.c -o dwarfnames.o
  1748. none needed
  1749. if [ x"" != x ]; then \
  1750.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/dyn-string.c -o pic/dyn-string.o; \
  1751.     else true; fi
  1752. if [ x"-fno-common" != x ]; then \
  1753.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/d-demangle.c -o pic/d-demangle.o; \
  1754.     else true; fi
  1755. if [ x"" != x ]; then \
  1756.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/dyn-string.c -o noasan/dyn-string.o; \
  1757.     else true; fi
  1758. if [ x"-fno-common" != x ]; then \
  1759.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/dwarfnames.c -o pic/dwarfnames.o; \
  1760.     else true; fi
  1761. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/dyn-string.c -o dyn-string.o
  1762. if [ x"-fno-common" != x ]; then \
  1763.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/dyn-string.c -o pic/dyn-string.o; \
  1764.     else true; fi
  1765. if [ x"-fno-common" != x ]; then \
  1766.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/fdmatch.c -o pic/fdmatch.o; \
  1767.     else true; fi
  1768. if [ x"" != x ]; then \
  1769.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/fdmatch.c -o pic/fdmatch.o; \
  1770.     else true; fi
  1771. if [ x"" != x ]; then \
  1772.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/fdmatch.c -o noasan/fdmatch.o; \
  1773.     else true; fi
  1774. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/fdmatch.c -o fdmatch.o
  1775. if [ x"" != x ]; then \
  1776.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/dwarfnames.c -o noasan/dwarfnames.o; \
  1777.     else true; fi
  1778. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/dwarfnames.c -o dwarfnames.o
  1779. if [ x"" != x ]; then \
  1780.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/fdmatch.c -o noasan/fdmatch.o; \
  1781.     else true; fi
  1782. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/fdmatch.c -o fdmatch.o
  1783. if [ x"" != x ]; then \
  1784.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/dyn-string.c -o noasan/dyn-string.o; \
  1785.     else true; fi
  1786. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/dyn-string.c -o dyn-string.o
  1787. if [ x"" != x ]; then \
  1788.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/d-demangle.c -o noasan/d-demangle.o; \
  1789.     else true; fi
  1790. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/d-demangle.c -o d-demangle.o
  1791. if [ x"" != x ]; then \
  1792.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/fibheap.c -o pic/fibheap.o; \
  1793.     else true; fi
  1794. if [ x"" != x ]; then \
  1795.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/fibheap.c -o noasan/fibheap.o; \
  1796.     else true; fi
  1797. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/fibheap.c -o fibheap.o
  1798. if [ x"" != x ]; then \
  1799.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/filename_cmp.c -o pic/filename_cmp.o; \
  1800.     else true; fi
  1801. if [ x"" != x ]; then \
  1802.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/filename_cmp.c -o noasan/filename_cmp.o; \
  1803.     else true; fi
  1804. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/filename_cmp.c -o filename_cmp.o
  1805. if [ x"" != x ]; then \
  1806.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/floatformat.c -o pic/floatformat.o; \
  1807.     else true; fi
  1808. if [ x"" != x ]; then \
  1809.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/floatformat.c -o noasan/floatformat.o; \
  1810.     else true; fi
  1811. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/floatformat.c -o floatformat.o
  1812. checking whether we are using the GNU C++ compiler... if [ x"" != x ]; then \
  1813.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/fnmatch.c -o pic/fnmatch.o; \
  1814.     else true; fi
  1815. if [ x"" != x ]; then \
  1816.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/fnmatch.c -o noasan/fnmatch.o; \
  1817.     else true; fi
  1818. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/fnmatch.c -o fnmatch.o
  1819. if [ x"-fno-common" != x ]; then \
  1820.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/fibheap.c -o pic/fibheap.o; \
  1821.     else true; fi
  1822. if [ x"-fno-common" != x ]; then \
  1823.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/filename_cmp.c -o pic/filename_cmp.o; \
  1824.     else true; fi
  1825. yes
  1826. checking whether clang++ accepts -g... if [ x"-fno-common" != x ]; then \
  1827.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/floatformat.c -o pic/floatformat.o; \
  1828.     else true; fi
  1829. if [ x"" != x ]; then \
  1830.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \
  1831.     else true; fi
  1832. if [ x"" != x ]; then \
  1833.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/fopen_unlocked.c -o noasan/fopen_unlocked.o; \
  1834.     else true; fi
  1835. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/fopen_unlocked.c -o fopen_unlocked.o
  1836. if [ x"" != x ]; then \
  1837.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/getopt.c -o pic/getopt.o; \
  1838.     else true; fi
  1839. if [ x"" != x ]; then \
  1840.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/getopt.c -o noasan/getopt.o; \
  1841.     else true; fi
  1842. yes
  1843. checking for x86_64-apple-darwin17.7.0-ranlib... ranlib
  1844. checking how to run the C preprocessor... clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/getopt.c -o getopt.o
  1845. if [ x"" != x ]; then \
  1846.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/filename_cmp.c -o noasan/filename_cmp.o; \
  1847.     else true; fi
  1848. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/filename_cmp.c -o filename_cmp.o
  1849. if [ x"" != x ]; then \
  1850.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/fibheap.c -o noasan/fibheap.o; \
  1851.     else true; fi
  1852. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/fibheap.c -o fibheap.o
  1853. if [ x"" != x ]; then \
  1854.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/floatformat.c -o noasan/floatformat.o; \
  1855.     else true; fi
  1856. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/floatformat.c -o floatformat.o
  1857. if [ x"-fno-common" != x ]; then \
  1858.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/fnmatch.c -o pic/fnmatch.o; \
  1859.     else true; fi
  1860. if [ x"" != x ]; then \
  1861.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/getopt1.c -o pic/getopt1.o; \
  1862.     else true; fi
  1863. if [ x"" != x ]; then \
  1864.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/getopt1.c -o noasan/getopt1.o; \
  1865.     else true; fi
  1866. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/getopt1.c -o getopt1.o
  1867. if [ x"" != x ]; then \
  1868.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/getpwd.c -o pic/getpwd.o; \
  1869.     else true; fi
  1870. if [ x"" != x ]; then \
  1871.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/getpwd.c -o noasan/getpwd.o; \
  1872.     else true; fi
  1873. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/getpwd.c -o getpwd.o
  1874. if [ x"-fno-common" != x ]; then \
  1875.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \
  1876.     else true; fi
  1877. if [ x"" != x ]; then \
  1878.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/fnmatch.c -o noasan/fnmatch.o; \
  1879.     else true; fi
  1880. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/fnmatch.c -o fnmatch.o
  1881. if [ x"-fno-common" != x ]; then \
  1882.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/getopt.c -o pic/getopt.o; \
  1883.     else true; fi
  1884. if [ x"" != x ]; then \
  1885.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/getruntime.c -o pic/getruntime.o; \
  1886.     else true; fi
  1887. if [ x"" != x ]; then \
  1888.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/getruntime.c -o noasan/getruntime.o; \
  1889.     else true; fi
  1890. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/getruntime.c -o getruntime.o
  1891. if [ x"-fno-common" != x ]; then \
  1892.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/getopt1.c -o pic/getopt1.o; \
  1893.     else true; fi
  1894. clang -E
  1895. if [ x"" != x ]; then \
  1896.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/hashtab.c -o pic/hashtab.o; \
  1897.     else true; fi
  1898. if [ x"" != x ]; then \
  1899.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/hashtab.c -o noasan/hashtab.o; \
  1900.     else true; fi
  1901. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/hashtab.c -o hashtab.o
  1902. if [ x"" != x ]; then \
  1903.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/fopen_unlocked.c -o noasan/fopen_unlocked.o; \
  1904.     else true; fi
  1905. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/fopen_unlocked.c -o fopen_unlocked.o
  1906. if [ x"" != x ]; then \
  1907.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/hex.c -o pic/hex.o; \
  1908.     else true; fi
  1909. if [ x"" != x ]; then \
  1910.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/hex.c -o noasan/hex.o; \
  1911.     else true; fi
  1912. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/hex.c -o hex.o
  1913. if [ x"" != x ]; then \
  1914.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/getopt1.c -o noasan/getopt1.o; \
  1915.     else true; fi
  1916. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/getopt1.c -o getopt1.o
  1917. if [ x"-fno-common" != x ]; then \
  1918.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/getpwd.c -o pic/getpwd.o; \
  1919.     else true; fi
  1920. if [ x"" != x ]; then \
  1921.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/getopt.c -o noasan/getopt.o; \
  1922.     else true; fi
  1923. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/getopt.c -o getopt.o
  1924. if [ x"-fno-common" != x ]; then \
  1925.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/getruntime.c -o pic/getruntime.o; \
  1926.     else true; fi
  1927. if [ x"-fno-common" != x ]; then \
  1928.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/hashtab.c -o pic/hashtab.o; \
  1929.     else true; fi
  1930. if [ x"-fno-common" != x ]; then \
  1931.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/hex.c -o pic/hex.o; \
  1932.     else true; fi
  1933. checking for grep that handles long lines and -e... if [ x"-fno-common" != x ]; then \
  1934.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/lbasename.c -o pic/lbasename.o; \
  1935.     else true; fi
  1936. if [ x"" != x ]; then \
  1937.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/getpwd.c -o noasan/getpwd.o; \
  1938.     else true; fi
  1939. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/getpwd.c -o getpwd.o
  1940. if [ x"" != x ]; then \
  1941.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/lbasename.c -o pic/lbasename.o; \
  1942.     else true; fi
  1943. if [ x"" != x ]; then \
  1944.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/lbasename.c -o noasan/lbasename.o; \
  1945.     else true; fi
  1946. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/lbasename.c -o lbasename.o
  1947. if [ x"" != x ]; then \
  1948.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/getruntime.c -o noasan/getruntime.o; \
  1949.     else true; fi
  1950. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/getruntime.c -o getruntime.o
  1951. if [ x"" != x ]; then \
  1952.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/lrealpath.c -o pic/lrealpath.o; \
  1953.     else true; fi
  1954. if [ x"" != x ]; then \
  1955.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/lrealpath.c -o noasan/lrealpath.o; \
  1956.     else true; fi
  1957. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/lrealpath.c -o lrealpath.o
  1958. if [ x"" != x ]; then \
  1959.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/hex.c -o noasan/hex.o; \
  1960.     else true; fi
  1961. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/hex.c -o hex.o
  1962. if [ x"" != x ]; then \
  1963.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/lbasename.c -o noasan/lbasename.o; \
  1964.     else true; fi
  1965. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/lbasename.c -o lbasename.o
  1966. if [ x"" != x ]; then \
  1967.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \
  1968.     else true; fi
  1969. if [ x"" != x ]; then \
  1970.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/make-relative-prefix.c -o noasan/make-relative-prefix.o; \
  1971.     else true; fi
  1972. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/make-relative-prefix.c -o make-relative-prefix.o
  1973. if [ x"-fno-common" != x ]; then \
  1974.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/lrealpath.c -o pic/lrealpath.o; \
  1975.     else true; fi
  1976. if [ x"" != x ]; then \
  1977.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/hashtab.c -o noasan/hashtab.o; \
  1978.     else true; fi
  1979. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/hashtab.c -o hashtab.o
  1980. /usr/bin/grep
  1981. checking for egrep... /usr/bin/grep -E
  1982. checking for ANSI C header files... if [ x"-fno-common" != x ]; then \
  1983.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \
  1984.     else true; fi
  1985. if [ x"" != x ]; then \
  1986.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/make-temp-file.c -o pic/make-temp-file.o; \
  1987.     else true; fi
  1988. if [ x"" != x ]; then \
  1989.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/make-temp-file.c -o noasan/make-temp-file.o; \
  1990.     else true; fi
  1991. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/make-temp-file.c -o make-temp-file.o
  1992. if [ x"-fno-common" != x ]; then \
  1993.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/make-temp-file.c -o pic/make-temp-file.o; \
  1994.     else true; fi
  1995. if [ x"" != x ]; then \
  1996.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/objalloc.c -o pic/objalloc.o; \
  1997.     else true; fi
  1998. if [ x"" != x ]; then \
  1999.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/objalloc.c -o noasan/objalloc.o; \
  2000.     else true; fi
  2001. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/objalloc.c -o objalloc.o
  2002. if [ x"" != x ]; then \
  2003.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/lrealpath.c -o noasan/lrealpath.o; \
  2004.     else true; fi
  2005. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/lrealpath.c -o lrealpath.o
  2006. if [ x"" != x ]; then \
  2007.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/obstack.c -o pic/obstack.o; \
  2008.     else true; fi
  2009. if [ x"" != x ]; then \
  2010.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/obstack.c -o noasan/obstack.o; \
  2011.     else true; fi
  2012. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/obstack.c -o obstack.o
  2013. if [ x"" != x ]; then \
  2014.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/make-temp-file.c -o noasan/make-temp-file.o; \
  2015.     else true; fi
  2016. if [ x"-fno-common" != x ]; then \
  2017.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/objalloc.c -o pic/objalloc.o; \
  2018.     else true; fi
  2019. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/make-temp-file.c -o make-temp-file.o
  2020. if [ x"" != x ]; then \
  2021.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/make-relative-prefix.c -o noasan/make-relative-prefix.o; \
  2022.     else true; fi
  2023. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/make-relative-prefix.c -o make-relative-prefix.o
  2024. if [ x"-fno-common" != x ]; then \
  2025.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/obstack.c -o pic/obstack.o; \
  2026.     else true; fi
  2027. if [ x"" != x ]; then \
  2028.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/partition.c -o pic/partition.o; \
  2029.     else true; fi
  2030. if [ x"" != x ]; then \
  2031.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/partition.c -o noasan/partition.o; \
  2032.     else true; fi
  2033. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/partition.c -o partition.o
  2034. if [ x"" != x ]; then \
  2035.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/pexecute.c -o pic/pexecute.o; \
  2036.     else true; fi
  2037. if [ x"" != x ]; then \
  2038.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/pexecute.c -o noasan/pexecute.o; \
  2039.     else true; fi
  2040. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/pexecute.c -o pexecute.o
  2041. if [ x"-fno-common" != x ]; then \
  2042.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/partition.c -o pic/partition.o; \
  2043.     else true; fi
  2044. rm: conftest.dSYM: is a directory
  2045. if [ x"" != x ]; then \
  2046.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/physmem.c -o pic/physmem.o; \
  2047.     else true; fi
  2048. if [ x"" != x ]; then \
  2049.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/objalloc.c -o noasan/objalloc.o; \
  2050.     else true; fi
  2051. if [ x"" != x ]; then \
  2052.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/physmem.c -o noasan/physmem.o; \
  2053.     else true; fi
  2054. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/objalloc.c -o objalloc.o
  2055. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/physmem.c -o physmem.o
  2056. if [ x"" != x ]; then \
  2057.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/obstack.c -o noasan/obstack.o; \
  2058.     else true; fi
  2059. if [ x"" != x ]; then \
  2060.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/pex-common.c -o pic/pex-common.o; \
  2061.     else true; fi
  2062. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/obstack.c -o obstack.o
  2063. if [ x"" != x ]; then \
  2064.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/pex-common.c -o noasan/pex-common.o; \
  2065.     else true; fi
  2066. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/pex-common.c -o pex-common.o
  2067. if [ x"-fno-common" != x ]; then \
  2068.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/pexecute.c -o pic/pexecute.o; \
  2069.     else true; fi
  2070. if [ x"" != x ]; then \
  2071.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/pex-one.c -o pic/pex-one.o; \
  2072.     else true; fi
  2073. if [ x"" != x ]; then \
  2074.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/pex-one.c -o noasan/pex-one.o; \
  2075.     else true; fi
  2076. rm: conftest.dSYM: is a directory
  2077. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/pex-one.c -o pex-one.o
  2078. if [ x"" != x ]; then \
  2079.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/partition.c -o noasan/partition.o; \
  2080.     else true; fi
  2081. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/partition.c -o partition.o
  2082. if [ x"-fno-common" != x ]; then \
  2083.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/physmem.c -o pic/physmem.o; \
  2084.     else true; fi
  2085. if [ x"" != x ]; then \
  2086.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/pex-unix.c -o pic/pex-unix.o; \
  2087.     else true; fi
  2088. if [ x"" != x ]; then \
  2089.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/pex-unix.c -o noasan/pex-unix.o; \
  2090.     else true; fi
  2091. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/pex-unix.c -o pex-unix.o
  2092. if [ x"" != x ]; then \
  2093.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/vprintf-support.c -o pic/vprintf-support.o; \
  2094.     else true; fi
  2095. if [ x"" != x ]; then \
  2096.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/vprintf-support.c -o noasan/vprintf-support.o; \
  2097.     else true; fi
  2098. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/vprintf-support.c -o vprintf-support.o
  2099. if [ x"" != x ]; then \
  2100.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/rust-demangle.c -o pic/rust-demangle.o; \
  2101.     else true; fi
  2102. if [ x"" != x ]; then \
  2103.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/rust-demangle.c -o noasan/rust-demangle.o; \
  2104.     else true; fi
  2105. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/rust-demangle.c -o rust-demangle.o
  2106. if [ x"" != x ]; then \
  2107.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/pexecute.c -o noasan/pexecute.o; \
  2108.     else true; fi
  2109. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/pexecute.c -o pexecute.o
  2110. if [ x"" != x ]; then \
  2111.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/safe-ctype.c -o pic/safe-ctype.o; \
  2112.     else true; fi
  2113. if [ x"" != x ]; then \
  2114.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/safe-ctype.c -o noasan/safe-ctype.o; \
  2115.     else true; fi
  2116. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/safe-ctype.c -o safe-ctype.o
  2117. if [ x"" != x ]; then \
  2118.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/physmem.c -o noasan/physmem.o; \
  2119.     else true; fi
  2120. if [ x"-fno-common" != x ]; then \
  2121.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/pex-common.c -o pic/pex-common.o; \
  2122.     else true; fi
  2123. yes
  2124. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/physmem.c -o physmem.o
  2125. if [ x"" != x ]; then \
  2126.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/simple-object.c -o pic/simple-object.o; \
  2127.     else true; fi
  2128. if [ x"" != x ]; then \
  2129.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/simple-object.c -o noasan/simple-object.o; \
  2130.     else true; fi
  2131. checking for sys/types.h... clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/simple-object.c -o simple-object.o
  2132. if [ x"-fno-common" != x ]; then \
  2133.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/pex-one.c -o pic/pex-one.o; \
  2134.     else true; fi
  2135. if [ x"" != x ]; then \
  2136.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \
  2137.     else true; fi
  2138. if [ x"" != x ]; then \
  2139.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/simple-object-coff.c -o noasan/simple-object-coff.o; \
  2140.     else true; fi
  2141. if [ x"" != x ]; then \
  2142.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \
  2143.     else true; fi
  2144. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/simple-object-coff.c -o simple-object-coff.o
  2145. if [ x"" != x ]; then \
  2146.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/simple-object-elf.c -o noasan/simple-object-elf.o; \
  2147.     else true; fi
  2148. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/simple-object-elf.c -o simple-object-elf.o
  2149. if [ x"" != x ]; then \
  2150.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \
  2151.     else true; fi
  2152. if [ x"" != x ]; then \
  2153.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/simple-object-mach-o.c -o noasan/simple-object-mach-o.o; \
  2154.     else true; fi
  2155. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/simple-object-mach-o.c -o simple-object-mach-o.o
  2156. if [ x"" != x ]; then \
  2157.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/simple-object-xcoff.c -o pic/simple-object-xcoff.o; \
  2158.     else true; fi
  2159. yes
  2160. if [ x"" != x ]; then \
  2161.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/simple-object-xcoff.c -o noasan/simple-object-xcoff.o; \
  2162.     else true; fi
  2163. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/simple-object-xcoff.c -o simple-object-xcoff.o
  2164. checking for sys/stat.h... if [ x"" != x ]; then \
  2165.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/sort.c -o pic/sort.o; \
  2166.     else true; fi
  2167. if [ x"" != x ]; then \
  2168.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/sort.c -o noasan/sort.o; \
  2169.     else true; fi
  2170. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/sort.c -o sort.o
  2171. if [ x"" != x ]; then \
  2172.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/pex-common.c -o noasan/pex-common.o; \
  2173.     else true; fi
  2174. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/pex-common.c -o pex-common.o
  2175. if [ x"" != x ]; then \
  2176.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/pex-one.c -o noasan/pex-one.o; \
  2177.     else true; fi
  2178. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/pex-one.c -o pex-one.o
  2179. if [ x"-fno-common" != x ]; then \
  2180.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/pex-unix.c -o pic/pex-unix.o; \
  2181.     else true; fi
  2182. yes
  2183. checking for stdlib.h... if [ x"" != x ]; then \
  2184.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/spaces.c -o pic/spaces.o; \
  2185.     else true; fi
  2186. if [ x"" != x ]; then \
  2187.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/spaces.c -o noasan/spaces.o; \
  2188.     else true; fi
  2189. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/spaces.c -o spaces.o
  2190. if [ x"-fno-common" != x ]; then \
  2191.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/vprintf-support.c -o pic/vprintf-support.o; \
  2192.     else true; fi
  2193. if [ x"-fno-common" != x ]; then \
  2194.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/rust-demangle.c -o pic/rust-demangle.o; \
  2195.     else true; fi
  2196. if [ x"" != x ]; then \
  2197.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/splay-tree.c -o pic/splay-tree.o; \
  2198.     else true; fi
  2199. if [ x"-fno-common" != x ]; then \
  2200.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/safe-ctype.c -o pic/safe-ctype.o; \
  2201.     else true; fi
  2202. if [ x"" != x ]; then \
  2203.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/splay-tree.c -o noasan/splay-tree.o; \
  2204.     else true; fi
  2205. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/splay-tree.c -o splay-tree.o
  2206. if [ x"-fno-common" != x ]; then \
  2207.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/simple-object.c -o pic/simple-object.o; \
  2208.     else true; fi
  2209. if [ x"" != x ]; then \
  2210.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/pex-unix.c -o noasan/pex-unix.o; \
  2211.     else true; fi
  2212. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/pex-unix.c -o pex-unix.o
  2213. yes
  2214. if [ x"-fno-common" != x ]; then \
  2215.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \
  2216.     else true; fi
  2217. checking for string.h... if [ x"" != x ]; then \
  2218.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/vprintf-support.c -o noasan/vprintf-support.o; \
  2219.     else true; fi
  2220. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/vprintf-support.c -o vprintf-support.o
  2221. if [ x"" != x ]; then \
  2222.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/safe-ctype.c -o noasan/safe-ctype.o; \
  2223.     else true; fi
  2224. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/safe-ctype.c -o safe-ctype.o
  2225. if [ x"" != x ]; then \
  2226.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/rust-demangle.c -o noasan/rust-demangle.o; \
  2227.     else true; fi
  2228. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/rust-demangle.c -o rust-demangle.o
  2229. if [ x"" != x ]; then \
  2230.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/stack-limit.c -o pic/stack-limit.o; \
  2231.     else true; fi
  2232. if [ x"" != x ]; then \
  2233.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/stack-limit.c -o noasan/stack-limit.o; \
  2234.     else true; fi
  2235. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/stack-limit.c -o stack-limit.o
  2236. if [ x"" != x ]; then \
  2237.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/strerror.c -o pic/strerror.o; \
  2238.     else true; fi
  2239. if [ x"" != x ]; then \
  2240.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/strerror.c -o noasan/strerror.o; \
  2241.     else true; fi
  2242. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/strerror.c -o strerror.o
  2243. yes
  2244. if [ x"" != x ]; then \
  2245.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/simple-object.c -o noasan/simple-object.o; \
  2246.     else true; fi
  2247. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/simple-object.c -o simple-object.o
  2248. if [ x"-fno-common" != x ]; then \
  2249.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \
  2250.     else true; fi
  2251. if [ x"" != x ]; then \
  2252.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/strsignal.c -o pic/strsignal.o; \
  2253.     else true; fi
  2254. if [ x"" != x ]; then \
  2255.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/strsignal.c -o noasan/strsignal.o; \
  2256.     else true; fi
  2257. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/strsignal.c -o strsignal.o
  2258. checking for memory.h... if [ x"" != x ]; then \
  2259.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/simple-object-coff.c -o noasan/simple-object-coff.o; \
  2260.     else true; fi
  2261. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/simple-object-coff.c -o simple-object-coff.o
  2262. if [ x"-fno-common" != x ]; then \
  2263.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \
  2264.     else true; fi
  2265. if [ x"" != x ]; then \
  2266.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/timeval-utils.c -o pic/timeval-utils.o; \
  2267.     else true; fi
  2268. if [ x"" != x ]; then \
  2269.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/timeval-utils.c -o noasan/timeval-utils.o; \
  2270.     else true; fi
  2271. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/timeval-utils.c -o timeval-utils.o
  2272. if [ x"-fno-common" != x ]; then \
  2273.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/simple-object-xcoff.c -o pic/simple-object-xcoff.o; \
  2274.     else true; fi
  2275. if [ x"-fno-common" != x ]; then \
  2276.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/sort.c -o pic/sort.o; \
  2277.     else true; fi
  2278. yes
  2279. if [ x"" != x ]; then \
  2280.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \
  2281.     else true; fi
  2282. if [ x"" != x ]; then \
  2283.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/unlink-if-ordinary.c -o noasan/unlink-if-ordinary.o; \
  2284.     else true; fi
  2285. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o
  2286. checking for strings.h... if [ x"" != x ]; then \
  2287.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/xasprintf.c -o pic/xasprintf.o; \
  2288.     else true; fi
  2289. if [ x"" != x ]; then \
  2290.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/xasprintf.c -o noasan/xasprintf.o; \
  2291.     else true; fi
  2292. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/xasprintf.c -o xasprintf.o
  2293. if [ x"" != x ]; then \
  2294.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/xatexit.c -o pic/xatexit.o; \
  2295.     else true; fi
  2296. if [ x"" != x ]; then \
  2297.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/xatexit.c -o noasan/xatexit.o; \
  2298.     else true; fi
  2299. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/xatexit.c -o xatexit.o
  2300. if [ x"" != x ]; then \
  2301.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/sort.c -o noasan/sort.o; \
  2302.     else true; fi
  2303. if [ x"-fno-common" != x ]; then \
  2304.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/spaces.c -o pic/spaces.o; \
  2305.     else true; fi
  2306. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/sort.c -o sort.o
  2307. if [ x"-fno-common" != x ]; then \
  2308.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/splay-tree.c -o pic/splay-tree.o; \
  2309.     else true; fi
  2310. if [ x"" != x ]; then \
  2311.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/simple-object-xcoff.c -o noasan/simple-object-xcoff.o; \
  2312.     else true; fi
  2313. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/simple-object-xcoff.c -o simple-object-xcoff.o
  2314. if [ x"" != x ]; then \
  2315.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/simple-object-mach-o.c -o noasan/simple-object-mach-o.o; \
  2316.     else true; fi
  2317. if [ x"" != x ]; then \
  2318.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/simple-object-elf.c -o noasan/simple-object-elf.o; \
  2319.     else true; fi
  2320. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/simple-object-mach-o.c -o simple-object-mach-o.o
  2321. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/simple-object-elf.c -o simple-object-elf.o
  2322. yes
  2323. checking for inttypes.h... if [ x"" != x ]; then \
  2324.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/xexit.c -o pic/xexit.o; \
  2325.     else true; fi
  2326. if [ x"" != x ]; then \
  2327.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/xexit.c -o noasan/xexit.o; \
  2328.     else true; fi
  2329. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/xexit.c -o xexit.o
  2330. if [ x"" != x ]; then \
  2331.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/spaces.c -o noasan/spaces.o; \
  2332.     else true; fi
  2333. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/spaces.c -o spaces.o
  2334. if [ x"" != x ]; then \
  2335.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/xmalloc.c -o pic/xmalloc.o; \
  2336.     else true; fi
  2337. if [ x"" != x ]; then \
  2338.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/xmalloc.c -o noasan/xmalloc.o; \
  2339.     else true; fi
  2340. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/xmalloc.c -o xmalloc.o
  2341. yes
  2342. if [ x"" != x ]; then \
  2343.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/splay-tree.c -o noasan/splay-tree.o; \
  2344.     else true; fi
  2345. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/splay-tree.c -o splay-tree.o
  2346. checking for stdint.h... if [ x"-fno-common" != x ]; then \
  2347.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/stack-limit.c -o pic/stack-limit.o; \
  2348.     else true; fi
  2349. if [ x"" != x ]; then \
  2350.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/xmemdup.c -o pic/xmemdup.o; \
  2351.     else true; fi
  2352. if [ x"" != x ]; then \
  2353.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/xstrdup.c -o pic/xstrdup.o; \
  2354.     else true; fi
  2355. if [ x"" != x ]; then \
  2356.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/xmemdup.c -o noasan/xmemdup.o; \
  2357.     else true; fi
  2358. if [ x"" != x ]; then \
  2359.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/xstrdup.c -o noasan/xstrdup.o; \
  2360.     else true; fi
  2361. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/xmemdup.c -o xmemdup.o
  2362. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/xstrdup.c -o xstrdup.o
  2363. if [ x"-fno-common" != x ]; then \
  2364.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/strerror.c -o pic/strerror.o; \
  2365.     else true; fi
  2366. if [ x"" != x ]; then \
  2367.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/xstrerror.c -o pic/xstrerror.o; \
  2368.     else true; fi
  2369. if [ x"" != x ]; then \
  2370.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/xstrerror.c -o noasan/xstrerror.o; \
  2371.     else true; fi
  2372. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/xstrerror.c -o xstrerror.o
  2373. if [ x"" != x ]; then \
  2374.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/xstrndup.c -o pic/xstrndup.o; \
  2375.     else true; fi
  2376. if [ x"" != x ]; then \
  2377.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/xstrndup.c -o noasan/xstrndup.o; \
  2378.     else true; fi
  2379. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/xstrndup.c -o xstrndup.o
  2380. yes
  2381. if [ x"" != x ]; then \
  2382.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/stack-limit.c -o noasan/stack-limit.o; \
  2383.     else true; fi
  2384. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/stack-limit.c -o stack-limit.o
  2385. if [ x"-fno-common" != x ]; then \
  2386.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/strsignal.c -o pic/strsignal.o; \
  2387.     else true; fi
  2388. checking for unistd.h... if [ x"-fno-common" != x ]; then \
  2389.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/timeval-utils.c -o pic/timeval-utils.o; \
  2390.     else true; fi
  2391. if [ x"" != x ]; then \
  2392.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/xvasprintf.c -o pic/xvasprintf.o; \
  2393.     else true; fi
  2394. if [ x"" != x ]; then \
  2395.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/xvasprintf.c -o noasan/xvasprintf.o; \
  2396.     else true; fi
  2397. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/xvasprintf.c -o xvasprintf.o
  2398. if [ x"" != x ]; then \
  2399.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/mempcpy.c -o pic/mempcpy.o; \
  2400.     else true; fi
  2401. if [ x"" != x ]; then \
  2402.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/mempcpy.c -o noasan/mempcpy.o; \
  2403.     else true; fi
  2404. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/mempcpy.c -o mempcpy.o
  2405. if [ x"" != x ]; then \
  2406.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/strerror.c -o noasan/strerror.o; \
  2407.     else true; fi
  2408. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/strerror.c -o strerror.o
  2409. if [ x"" != x ]; then \
  2410.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/strverscmp.c -o pic/strverscmp.o; \
  2411.     else true; fi
  2412. if [ x"" != x ]; then \
  2413.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/strverscmp.c -o noasan/strverscmp.o; \
  2414.     else true; fi
  2415. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/strverscmp.c -o strverscmp.o
  2416. if [ x"" != x ]; then \
  2417.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ../../../libiberty/setproctitle.c -o pic/setproctitle.o; \
  2418.     else true; fi
  2419. if [ x"" != x ]; then \
  2420.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ../../../libiberty/setproctitle.c -o noasan/setproctitle.o; \
  2421.     else true; fi
  2422. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../../libiberty/setproctitle.c -o setproctitle.o
  2423. if [ x"" != x ]; then \
  2424.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/timeval-utils.c -o noasan/timeval-utils.o; \
  2425.     else true; fi
  2426. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/timeval-utils.c -o timeval-utils.o
  2427. yes
  2428. if [ x"-fno-common" != x ]; then \
  2429.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \
  2430.     else true; fi
  2431. if [ x"" != x ]; then \
  2432.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/strsignal.c -o noasan/strsignal.o; \
  2433.     else true; fi
  2434. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/strsignal.c -o strsignal.o
  2435. checking minix/config.h usability... if [ x"-fno-common" != x ]; then \
  2436.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/xasprintf.c -o pic/xasprintf.o; \
  2437.     else true; fi
  2438. if [ x"-fno-common" != x ]; then \
  2439.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/xatexit.c -o pic/xatexit.o; \
  2440.     else true; fi
  2441. if [ x"-fno-common" != x ]; then \
  2442.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/xexit.c -o pic/xexit.o; \
  2443.     else true; fi
  2444. rm -f ./libiberty.a pic/./libiberty.a noasan/./libiberty.a
  2445. ar rc ./libiberty.a \
  2446.       ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./mempcpy.o ./strverscmp.o ./setproctitle.o
  2447. ranlib ./libiberty.a
  2448. if [ x"" != x ]; then \
  2449.       cd pic; \
  2450.       ar rc ./libiberty.a \
  2451.         ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./mempcpy.o ./strverscmp.o ./setproctitle.o; \
  2452.       ranlib ./libiberty.a; \
  2453.       cd ..; \
  2454.     else true; fi; \
  2455.     if [ x"" != x ]; then \
  2456.       cd noasan; \
  2457.       ar rc ./libiberty.a \
  2458.         ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./mempcpy.o ./strverscmp.o ./setproctitle.o; \
  2459.       ranlib ./libiberty.a; \
  2460.       cd ..; \
  2461.     else true; fi
  2462. if [ x"-fno-common" != x ]; then \
  2463.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/xmalloc.c -o pic/xmalloc.o; \
  2464.     else true; fi
  2465. if [ x"-fno-common" != x ]; then \
  2466.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/xmemdup.c -o pic/xmemdup.o; \
  2467.     else true; fi
  2468. if [ x"" != x ]; then \
  2469.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/unlink-if-ordinary.c -o noasan/unlink-if-ordinary.o; \
  2470.     else true; fi
  2471. if [ x"" != x ]; then \
  2472.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/xasprintf.c -o noasan/xasprintf.o; \
  2473.     else true; fi
  2474. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o
  2475. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/xasprintf.c -o xasprintf.o
  2476. no
  2477. checking minix/config.h presence... clang -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
  2478. if [ x"" != x ]; then \
  2479.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/xexit.c -o noasan/xexit.o; \
  2480.     else true; fi
  2481. if [ x"" != x ]; then \
  2482.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/xatexit.c -o noasan/xatexit.o; \
  2483.     else true; fi
  2484. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/xexit.c -o xexit.o
  2485. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/xatexit.c -o xatexit.o
  2486. if [ x"" != x ]; then \
  2487.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/xmemdup.c -o noasan/xmemdup.o; \
  2488.     else true; fi
  2489. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/xmemdup.c -o xmemdup.o
  2490. if [ x"-fno-common" != x ]; then \
  2491.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/xstrdup.c -o pic/xstrdup.o; \
  2492.     else true; fi
  2493. if [ x"" != x ]; then \
  2494.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/xmalloc.c -o noasan/xmalloc.o; \
  2495.     else true; fi
  2496. no
  2497. checking for minix/config.h... no
  2498. checking whether it is safe to define __EXTENSIONS__... clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/xmalloc.c -o xmalloc.o
  2499. clang++  -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include  -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long  -fno-exceptions -fno-rtti -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
  2500. clang -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
  2501. if [ x"-fno-common" != x ]; then \
  2502.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/xstrerror.c -o pic/xstrerror.o; \
  2503.     else true; fi
  2504. clang++  -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include  -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long  -fno-exceptions -fno-rtti -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
  2505. if [ x"" != x ]; then \
  2506.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/xstrdup.c -o noasan/xstrdup.o; \
  2507.     else true; fi
  2508. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/xstrdup.c -o xstrdup.o
  2509. yes
  2510. clang -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
  2511. checking for special C compiler options needed for large files... no
  2512. checking for _FILE_OFFSET_BITS value needed for large files... if [ x"" != x ]; then \
  2513.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/xstrerror.c -o noasan/xstrerror.o; \
  2514.     else true; fi
  2515. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/xstrerror.c -o xstrerror.o
  2516. clang++  -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include  -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long  -fno-exceptions -fno-rtti -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
  2517. clang -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
  2518. no
  2519. checking for aclocal... no
  2520. checking for autoconf... no
  2521. checking for autoheader... no
  2522. checking whether clang supports -W... clang++  -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include  -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long  -fno-exceptions -fno-rtti -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
  2523. if [ x"-fno-common" != x ]; then \
  2524.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/xstrndup.c -o pic/xstrndup.o; \
  2525.     else true; fi
  2526. clang++  -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include  -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long  -fno-exceptions -fno-rtti -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
  2527. yes
  2528. checking whether clang supports -Wall... clang -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
  2529. if [ x"-fno-common" != x ]; then \
  2530.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/xvasprintf.c -o pic/xvasprintf.o; \
  2531.     else true; fi
  2532. clang -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
  2533. if [ x"" != x ]; then \
  2534.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/xstrndup.c -o noasan/xstrndup.o; \
  2535.     else true; fi
  2536. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/xstrndup.c -o xstrndup.o
  2537. yes
  2538. checking whether clang supports -Wnarrowing... if [ x"" != x ]; then \
  2539.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/xvasprintf.c -o noasan/xvasprintf.o; \
  2540.     else true; fi
  2541. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/xvasprintf.c -o xvasprintf.o
  2542. clang++  -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include  -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long  -fno-exceptions -fno-rtti -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
  2543. if [ x"-fno-common" != x ]; then \
  2544.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/mempcpy.c -o pic/mempcpy.o; \
  2545.     else true; fi
  2546. clang -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
  2547. clang++  -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include  -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long  -fno-exceptions -fno-rtti -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
  2548. yes
  2549. checking whether clang supports -Wwrite-strings... srcdir="../../../fixincludes" /bin/sh ../../../fixincludes/mkfixinc.sh avr-unknown-none
  2550. echo "#define LOCALEDIR \"/usr/local/Cellar/avr-gcc/8.1.0/share/locale\"" > localedir.new
  2551. ../../../libcpp/../move-if-change localedir.new localedir.h
  2552. echo timestamp > localedir.hs
  2553. if [ x"-fno-common" != x ]; then \
  2554.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/strverscmp.c -o pic/strverscmp.o; \
  2555.     else true; fi
  2556. if [ x"" != x ]; then \
  2557.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/mempcpy.c -o noasan/mempcpy.o; \
  2558.     else true; fi
  2559. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/mempcpy.c -o mempcpy.o
  2560. sed -e 's/@gcc_version@/8.1.0/' < mkheaders.almost > mkheadersT
  2561. mv -f mkheadersT mkheaders
  2562. clang -g -O2  -o fixincl fixincl.o fixtests.o fixfixes.o server.o procopen.o fixlib.o fixopts.o ../libiberty/libiberty.a
  2563. yes
  2564. if [ x"-fno-common" != x ]; then \
  2565.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common ../../libiberty/setproctitle.c -o pic/setproctitle.o; \
  2566.     else true; fi
  2567. checking whether clang supports -Wmissing-format-attribute... clang++  -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include  -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long  -fno-exceptions -fno-rtti -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
  2568. if [ x"" != x ]; then \
  2569.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/strverscmp.c -o noasan/strverscmp.o; \
  2570.     else true; fi
  2571. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/strverscmp.c -o strverscmp.o
  2572. echo timestamp > full-stamp
  2573. clang++  -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include  -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long  -fno-exceptions -fno-rtti -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
  2574. if [ x"" != x ]; then \
  2575.       clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fno-common  ../../libiberty/setproctitle.c -o noasan/setproctitle.o; \
  2576.     else true; fi
  2577. clang -c -DHAVE_CONFIG_H -g -O2  -I. -I../../libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE ../../libiberty/setproctitle.c -o setproctitle.o
  2578. yes
  2579. checking whether clang supports -Wstrict-prototypes... clang++  -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include  -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long  -fno-exceptions -fno-rtti -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
  2580. rm -f ./libiberty.a pic/./libiberty.a noasan/./libiberty.a
  2581. ar rc ./libiberty.a \
  2582.       ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./mempcpy.o ./strverscmp.o ./setproctitle.o
  2583. ranlib ./libiberty.a
  2584. yes
  2585. clang++  -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include  -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long  -fno-exceptions -fno-rtti -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
  2586. if [ x"-fno-common" != x ]; then \
  2587.       cd pic; \
  2588.       ar rc ./libiberty.a \
  2589.         ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./mempcpy.o ./strverscmp.o ./setproctitle.o; \
  2590.       ranlib ./libiberty.a; \
  2591.       cd ..; \
  2592.     else true; fi; \
  2593.     if [ x"" != x ]; then \
  2594.       cd noasan; \
  2595.       ar rc ./libiberty.a \
  2596.         ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./mempcpy.o ./strverscmp.o ./setproctitle.o; \
  2597.       ranlib ./libiberty.a; \
  2598.       cd ..; \
  2599.     else true; fi
  2600. checking whether clang supports -Wmissing-prototypes... clang++  -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include  -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long  -fno-exceptions -fno-rtti -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
  2601. clang -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
  2602. yes
  2603. checking whether clang supports -Wold-style-definition... /Applications/Xcode.app/Contents/Developer/usr/bin/make  all-am
  2604. /bin/sh ./libtool --tag=CC --tag=disable-static  --mode=compile clang -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
  2605. clang -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
  2606. yes
  2607. libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../lto-plugin -I../../lto-plugin/../include -DHAVE_CONFIG_H -Wall -g -O2 -c ../../lto-plugin/lto-plugin.c  -fno-common -DPIC -o .libs/lto-plugin.o
  2608. checking whether clang supports -Wc++-compat... clang -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
  2609. clang -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
  2610. yes
  2611. checking whether clang supports -pedantic -Wlong-long... clang++  -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include  -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long  -fno-exceptions -fno-rtti -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
  2612. clang++  -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include  -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long  -fno-exceptions -fno-rtti -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
  2613. yes
  2614. checking whether clang supports -fno-exceptions... clang -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
  2615. /bin/sh ./libtool --tag=CC --tag=disable-static  --mode=link clang -Wall -g -O2   -module -bindir /usr/local/Cellar/avr-gcc/8.1.0/libexec/gcc/avr/8.1.0    '-Wl,-no_pie' -o liblto_plugin.la -rpath /usr/local/Cellar/avr-gcc/8.1.0/libexec/gcc/avr/8.1.0 lto-plugin.lo  -Wc,../libiberty/pic/libiberty.a
  2616. clang -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
  2617. clang -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
  2618. srcdir="../../fixincludes" /bin/sh ../../fixincludes/mkfixinc.sh avr-unknown-none
  2619. sed -e 's/@gcc_version@/8.1.0/' < mkheaders.almost > mkheadersT
  2620. mv -f mkheadersT mkheaders
  2621. clang++  -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include  -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long  -fno-exceptions -fno-rtti -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
  2622. yes
  2623. checking whether clang supports -fno-rtti... libtool: link: clang -Wl,-undefined -Wl,dynamic_lookup -o .libs/liblto_plugin.0.so -bundle  .libs/lto-plugin.o    -Wl,-no_pie ../libiberty/pic/libiberty.a  
  2624. clang -g -O2 -Wl,-no_pie  -o fixincl fixincl.o fixtests.o fixfixes.o server.o procopen.o fixlib.o fixopts.o ../libiberty/libiberty.a
  2625. yes
  2626. libtool: link: dsymutil .libs/liblto_plugin.0.so || :
  2627. warning: no debug symbols in executable (-arch x86_64)
  2628. libtool: link: (cd ".libs" && rm -f "liblto_plugin.so" && ln -s "liblto_plugin.0.so" "liblto_plugin.so")
  2629. echo timestamp > full-stamp
  2630. rm -f libcpp.a
  2631. 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
  2632. libtool: link: ( cd ".libs" && rm -f "liblto_plugin.la" && ln -s "../liblto_plugin.la" "liblto_plugin.la" )
  2633. ranlib libcpp.a
  2634. mkdir ../gcc
  2635. libtool: install: /usr/bin/install -c .libs/liblto_plugin.0.so /private/tmp/avr-gcc-20180805-47538-1xyruek/gcc-8.1.0/build/lto-plugin/../gcc/liblto_plugin.0.so
  2636. checking dependency style of clang++... libtool: install: (cd /private/tmp/avr-gcc-20180805-47538-1xyruek/gcc-8.1.0/build/lto-plugin/../gcc && { ln -s -f liblto_plugin.0.so liblto_plugin.so || { rm -f liblto_plugin.so && ln -s liblto_plugin.0.so liblto_plugin.so; }; })
  2637. libtool: install: /usr/bin/install -c .libs/liblto_plugin.lai /private/tmp/avr-gcc-20180805-47538-1xyruek/gcc-8.1.0/build/lto-plugin/../gcc/liblto_plugin.la
  2638. libtool: install: warning: remember to run `libtool --finish /usr/local/Cellar/avr-gcc/8.1.0/libexec/gcc/avr/8.1.0'
  2639. Configuring in ./gcc
  2640. gcc3
  2641. checking whether time.h and sys/time.h may both be included... yes
  2642. checking whether string.h and strings.h may both be included... configure: creating cache ./config.cache
  2643. checking build system type... x86_64-apple-darwin17.7.0
  2644. checking host system type... x86_64-apple-darwin17.7.0
  2645. checking target system type... yes
  2646. checking locale.h usability... avr-unknown-none
  2647. checking LIBRARY_PATH variable... ok
  2648. checking GCC_EXEC_PREFIX variable... ok
  2649. checking whether to place generated files in the source directory... no
  2650. checking whether a default linker was specified... yes (/usr/local/opt/avr-binutils/bin/avr-ld - GNU ld)
  2651. checking whether a default assembler was specified... yes (/usr/local/opt/avr-binutils/bin/avr-as - GNU as)
  2652. checking for x86_64-apple-darwin17.7.0-gcc... clang
  2653. yes
  2654. checking locale.h presence... yes
  2655. checking for locale.h... yes
  2656. checking fcntl.h usability... yes
  2657. checking fcntl.h presence... checking for C compiler default output file name... yes
  2658. checking for fcntl.h... yes
  2659. checking limits.h usability... a.out
  2660. checking whether the C compiler works... yes
  2661. checking whether we are cross compiling... no
  2662. checking for suffix of executables... yes
  2663. checking limits.h presence...
  2664. checking for suffix of object files... yes
  2665. checking for limits.h... yes
  2666. checking stddef.h usability... o
  2667. checking whether we are using the GNU C compiler... yes
  2668. checking stddef.h presence... yes
  2669. checking whether clang accepts -g... yes
  2670. checking for stddef.h... yes
  2671. yes
  2672. checking for stdlib.h... checking for clang option to accept ISO C89... (cached) yes
  2673. checking for strings.h... (cached) yes
  2674. checking for string.h... (cached) yes
  2675. checking sys/file.h usability... none needed
  2676. yes
  2677. checking sys/file.h presence... yes
  2678. checking for sys/file.h... yes
  2679. checking for unistd.h... (cached) yes
  2680. checking whether byte ordering is bigendian... checking whether we are using the GNU C++ compiler... yes
  2681. checking whether clang++ accepts -g... no
  2682. checking for an ANSI C-conforming const... yes
  2683. checking for x86_64-apple-darwin17.7.0-gnatbind... no
  2684. checking for x86_64-apple-darwin17.7.0-gnatmake... no
  2685. checking whether compiler driver understands Ada... yes
  2686. checking for inline... rm: conftest.dSYM: is a directory
  2687. no
  2688. checking how to run the C++ preprocessor... inline
  2689. checking for obstacks... no
  2690. checking for off_t... clang++ -E
  2691. checking for grep that handles long lines and -e... yes
  2692. checking for size_t... /usr/bin/grep
  2693. checking for egrep... /usr/bin/grep -E
  2694. checking for ANSI C header files... yes
  2695. checking for ssize_t... rm: conftest.dSYM: is a directory
  2696. rm: conftest.dSYM: is a directory
  2697. yes
  2698. checking for uintptr_t... yes
  2699. checking for sys/types.h... yes
  2700. checking for sys/stat.h... yes
  2701. checking for ptrdiff_t... yes
  2702. checking for stdlib.h... yes
  2703. yes
  2704. checking for uint64_t... checking for string.h... yes
  2705. yes
  2706. checking whether struct tm is in sys/time.h or time.h... checking for memory.h... time.h
  2707. checking size of int... yes
  2708. checking for strings.h... 4
  2709. yes
  2710. checking size of long... checking for inttypes.h... yes
  2711. checking for stdint.h... 8
  2712. checking for clearerr_unlocked... yes
  2713. yes
  2714. checking for unistd.h... checking for feof_unlocked... yes
  2715. checking minix/config.h usability... yes
  2716. checking for ferror_unlocked... no
  2717. checking minix/config.h presence... yes
  2718. checking for fflush_unlocked... no
  2719. checking for minix/config.h... no
  2720. checking whether it is safe to define __EXTENSIONS__... no
  2721. checking for fgetc_unlocked... yes
  2722. checking how to run the C preprocessor... no
  2723. checking for fgets_unlocked... no
  2724. checking for fileno_unlocked... clang -E
  2725. yes
  2726. checking for fprintf_unlocked... checking for inline... no
  2727. checking for fputc_unlocked... inline
  2728. checking for special C compiler options needed for large files... no
  2729. checking for _FILE_OFFSET_BITS value needed for large files... no
  2730. no
  2731. checking for fputs_unlocked... checking size of void *... no
  2732. checking for fread_unlocked... 8
  2733. checking size of short... no
  2734. checking for fwrite_unlocked... 2
  2735. checking size of int... no
  2736. checking for getchar_unlocked... 4
  2737. checking size of long... yes
  2738. checking for getc_unlocked... 8
  2739. checking for long long... yes
  2740. checking for putchar_unlocked... yes
  2741. checking for putc_unlocked... yes
  2742. checking size of long long... yes
  2743. checking whether abort is declared... 8
  2744. checking for int8_t... yes
  2745. checking whether asprintf is declared... yes
  2746. checking whether basename is declared... yes
  2747. checking for int16_t... no
  2748. checking whether errno is declared... no
  2749. checking whether getopt is declared... yes
  2750. checking for int32_t... yes
  2751. checking whether vasprintf is declared... yes
  2752. checking whether clearerr_unlocked is declared... yes
  2753. checking for int64_t... yes
  2754. checking whether feof_unlocked is declared... yes
  2755. checking whether ferror_unlocked is declared... yes
  2756. checking for long long int... yes
  2757. checking whether fflush_unlocked is declared... no
  2758. checking whether fgetc_unlocked is declared... yes
  2759. checking for intmax_t... no
  2760. checking whether fgets_unlocked is declared... yes
  2761. checking for intptr_t... no
  2762. checking whether fileno_unlocked is declared... yes
  2763. checking whether fprintf_unlocked is declared... yes
  2764. checking for uint8_t... no
  2765. checking whether fputc_unlocked is declared... yes
  2766. checking for uint16_t... no
  2767. checking whether fputs_unlocked is declared... yes
  2768. checking for uint32_t... no
  2769. checking whether fread_unlocked is declared... yes
  2770. checking for uint64_t... no
  2771. checking whether fwrite_unlocked is declared... yes
  2772. checking for unsigned long long int... no
  2773. checking whether getchar_unlocked is declared... yes
  2774. checking for uintmax_t... yes
  2775. checking whether getc_unlocked is declared... yes
  2776. checking whether putchar_unlocked is declared... yes
  2777. checking for uintptr_t... yes
  2778. checking whether putc_unlocked is declared... yes
  2779. checking for working alloca.h... yes
  2780. checking for int64_t underlying type... yes
  2781. checking for alloca... long long
  2782. checking for std::swap in <utility>... yes
  2783. checking for ANSI C header files... (cached) yes
  2784. checking for nl_langinfo and CODESET... yes
  2785. checking whether NLS is requested... no
  2786. checking for uchar... yes
  2787. checking whether clang++ is affected by placement new aliasing bug... yes
  2788. checking whether clang++ supports -W...
  2789. checking for ld used by GCC... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
  2790. checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
  2791. checking for shared library run path origin... yes
  2792. checking whether clang++ supports -Wall... yes
  2793. done
  2794. checking whether clang++ supports -Wnarrowing... checking for iconv... yes
  2795. checking whether clang++ supports -Wwrite-strings... yes
  2796. checking whether clang++ supports -Wcast-qual... yes
  2797. checking how to link with libiconv... -liconv
  2798. checking for iconv declaration... yes
  2799. checking whether clang supports -Wstrict-prototypes... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  2800. yes
  2801. checking whether clang supports -Wmissing-prototypes... configure: updating cache ./config.cache
  2802. configure: creating ./config.status
  2803. yes
  2804. checking whether clang++ supports -Wmissing-format-attribute... config.status: creating Makefile
  2805. yes
  2806. checking whether clang++ supports -Woverloaded-virtual... config.status: creating config.h
  2807. config.status: executing depdir commands
  2808. mkdir .deps
  2809. yes
  2810. checking whether clang supports -Wold-style-definition... clang++  -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long  -fno-exceptions -fno-rtti -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
  2811. clang++  -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long  -fno-exceptions -fno-rtti -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
  2812. clang++  -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long  -fno-exceptions -fno-rtti -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
  2813. clang++  -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long  -fno-exceptions -fno-rtti -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
  2814. clang++  -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long  -fno-exceptions -fno-rtti -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
  2815. clang++  -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long  -fno-exceptions -fno-rtti -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
  2816. clang++  -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long  -fno-exceptions -fno-rtti -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
  2817. yes
  2818. checking whether clang supports -Wc++-compat... echo "#define LOCALEDIR \"/usr/local/Cellar/avr-gcc/8.1.0/share/locale\"" > localedir.new
  2819. ../../libcpp/../move-if-change localedir.new localedir.h
  2820. echo timestamp > localedir.hs
  2821. clang++  -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long  -fno-exceptions -fno-rtti -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
  2822. clang++  -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long  -fno-exceptions -fno-rtti -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
  2823. clang++  -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long  -fno-exceptions -fno-rtti -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
  2824. yes
  2825. checking whether clang++ supports -pedantic -Wlong-long -Wvariadic-macros -Woverlength-strings... yes
  2826. checking whether clang supports -fno-exceptions... clang++  -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long  -fno-exceptions -fno-rtti -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
  2827. clang++  -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long  -fno-exceptions -fno-rtti -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
  2828. yes
  2829. checking whether clang supports -fno-rtti... clang++  -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long  -fno-exceptions -fno-rtti -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
  2830. clang++  -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long  -fno-exceptions -fno-rtti -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
  2831. clang++  -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long  -fno-exceptions -fno-rtti -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
  2832. yes
  2833. checking whether clang supports -fasynchronous-unwind-tables... yes
  2834. checking valgrind.h usability... no
  2835. checking valgrind.h presence... rm -f libcpp.a
  2836. 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
  2837. ranlib libcpp.a
  2838. no
  2839. checking for valgrind.h... no
  2840. checking for VALGRIND_DISCARD in <valgrind/memcheck.h>... no
  2841. checking for VALGRIND_DISCARD in <memcheck.h>... no
  2842. checking for multiarch configuration... no, disabled auto check (cross build configured without --with-sysroot)
  2843. configure: WARNING: decimal float is not supported for this target, ignored
  2844. configure: WARNING: fixed-point is not supported for this target, ignored
  2845. checking whether /Applications/Xcode.app/Contents/Developer/usr/bin/make sets $(MAKE)... yes
  2846. checking for gawk... awk
  2847. checking whether ln -s works... yes
  2848. checking whether ln works... yes
  2849. checking for x86_64-apple-darwin17.7.0-ranlib... ranlib
  2850. checking for a BSD compatible install... /usr/bin/install -c
  2851. checking for cmp's capabilities... gnucompare
  2852. checking for mktemp... yes
  2853. checking for makeinfo... makeinfo --split-size=5000000
  2854. checking for modern makeinfo... yes
  2855. checking for recent Pod::Man... yes
  2856. checking for flex... flex
  2857. checking for bison... bison
  2858. checking for nm... nm
  2859. checking for ar... ar
  2860. checking for sphinx-build... texinfo
  2861. checking for ANSI C header files... (cached) yes
  2862. checking whether time.h and sys/time.h may both be included... yes
  2863. checking whether string.h and strings.h may both be included... yes
  2864. checking for sys/wait.h that is POSIX.1 compatible... yes
  2865. checking whether termios.h defines TIOCGWINSZ... yes
  2866. checking for limits.h... yes
  2867. checking for stddef.h... yes
  2868. checking for string.h... (cached) yes
  2869. checking for strings.h... (cached) yes
  2870. checking for stdlib.h... (cached) yes
  2871. checking for time.h... yes
  2872. checking for iconv.h... yes
  2873. checking for fcntl.h... yes
  2874. checking for ftw.h... yes
  2875. checking for unistd.h... (cached) yes
  2876. checking for sys/file.h... yes
  2877. checking for sys/time.h... yes
  2878. checking for sys/mman.h... yes
  2879. checking for sys/resource.h... yes
  2880. checking for sys/param.h... yes
  2881. checking for sys/times.h... yes
  2882. checking for sys/stat.h... (cached) yes
  2883. checking for direct.h... no
  2884. checking for malloc.h... no
  2885. checking for langinfo.h... yes
  2886. checking for ldfcn.h... no
  2887. checking for locale.h... yes
  2888. checking for wchar.h... yes
  2889. checking for thread.h... no
  2890. checking for pthread.h... yes
  2891. checking for CHAR_BIT... yes
  2892. checking whether byte ordering is bigendian... no
  2893. checking how to run the C++ preprocessor... clang++ -E
  2894. checking for unordered_map... yes
  2895. checking for tr1/unordered_map... no
  2896. checking for ext/hash_map... yes
  2897. checking dependency style of clang++... gcc3
  2898. checking for collect2 libraries... none required
  2899. checking for library containing exc_resume... no
  2900. checking for library containing kstat_open... no
  2901. checking for library containing ldexp... none required
  2902. checking for inttypes.h... yes
  2903. checking for times... yes
  2904. checking for clock... yes
  2905. checking for kill... yes
  2906. checking for getrlimit... yes
  2907. checking for setrlimit... yes
  2908. checking for atoq... no
  2909. checking for popen... yes
  2910. checking for sysconf... yes
  2911. checking for strsignal... yes
  2912. checking for getrusage... yes
  2913. checking for nl_langinfo... yes
  2914. checking for gettimeofday... yes
  2915. checking for mbstowcs... yes
  2916. checking for wcswidth... yes
  2917. checking for mmap... yes
  2918. checking for setlocale... yes
  2919. checking for clearerr_unlocked... yes
  2920. checking for feof_unlocked... yes
  2921. checking for ferror_unlocked... yes
  2922. checking for fflush_unlocked... no
  2923. checking for fgetc_unlocked... no
  2924. checking for fgets_unlocked... no
  2925. checking for fileno_unlocked... yes
  2926. checking for fprintf_unlocked... no
  2927. checking for fputc_unlocked... no
  2928. checking for fputs_unlocked... no
  2929. checking for fread_unlocked... no
  2930. checking for fwrite_unlocked... no
  2931. checking for getchar_unlocked... yes
  2932. checking for getc_unlocked... yes
  2933. checking for putchar_unlocked... yes
  2934. checking for putc_unlocked... yes
  2935. checking for madvise... yes
  2936. checking whether mbstowcs works... yes
  2937. checking for ssize_t... yes
  2938. checking for caddr_t... yes
  2939. checking for sys/mman.h... (cached) yes
  2940. checking for mmap... (cached) yes
  2941. checking whether read-only mmap of a plain file works... yes
  2942. checking whether mmap from /dev/zero works... no
  2943. checking for MAP_ANON(YMOUS)... yes
  2944. checking whether mmap with MAP_ANON(YMOUS) works... yes
  2945. checking for pid_t... yes
  2946. checking for vfork.h... no
  2947. checking for fork... yes
  2948. checking for vfork... yes
  2949. checking for working fork... yes
  2950. checking for working vfork... (cached) yes
  2951. checking for ld used by GCC... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
  2952. checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
  2953. checking for shared library run path origin... done
  2954. checking for iconv... yes
  2955. checking how to link with libiconv... -liconv
  2956. checking for iconv declaration... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  2957. checking for LC_MESSAGES... yes
  2958. checking for nl_langinfo and CODESET... yes
  2959. checking whether basename is declared... no
  2960. checking whether strstr is declared... yes
  2961. checking whether getenv is declared... yes
  2962. checking whether atol is declared... yes
  2963. checking whether atoll is declared... yes
  2964. checking whether asprintf is declared... yes
  2965. checking whether sbrk is declared... yes
  2966. checking whether abort is declared... yes
  2967. checking whether atof is declared... yes
  2968. checking whether getcwd is declared... yes
  2969. checking whether getwd is declared... yes
  2970. checking whether madvise is declared... yes
  2971. checking whether stpcpy is declared... yes
  2972. checking whether strnlen is declared... yes
  2973. checking whether strsignal is declared... yes
  2974. checking whether strverscmp is declared... no
  2975. checking whether strtol is declared... yes
  2976. checking whether strtoul is declared... yes
  2977. checking whether strtoll is declared... yes
  2978. checking whether strtoull is declared... yes
  2979. checking whether setenv is declared... yes
  2980. checking whether unsetenv is declared... yes
  2981. checking whether errno is declared... yes
  2982. checking whether snprintf is declared... yes
  2983. checking whether vsnprintf is declared... yes
  2984. checking whether vasprintf is declared... yes
  2985. checking whether malloc is declared... yes
  2986. checking whether realloc is declared... yes
  2987. checking whether calloc is declared... yes
  2988. checking whether free is declared... yes
  2989. checking whether getopt is declared... yes
  2990. checking whether clock is declared... yes
  2991. checking whether getpagesize is declared... yes
  2992. checking whether ffs is declared... yes
  2993. checking whether clearerr_unlocked is declared... yes
  2994. checking whether feof_unlocked is declared... yes
  2995. checking whether ferror_unlocked is declared... yes
  2996. checking whether fflush_unlocked is declared... no
  2997. checking whether fgetc_unlocked is declared... no
  2998. checking whether fgets_unlocked is declared... no
  2999. checking whether fileno_unlocked is declared... yes
  3000. checking whether fprintf_unlocked is declared... no
  3001. checking whether fputc_unlocked is declared... no
  3002. checking whether fputs_unlocked is declared... no
  3003. checking whether fread_unlocked is declared... no
  3004. checking whether fwrite_unlocked is declared... no
  3005. checking whether getchar_unlocked is declared... yes
  3006. checking whether getc_unlocked is declared... yes
  3007. checking whether putchar_unlocked is declared... yes
  3008. checking whether putc_unlocked is declared... yes
  3009. checking whether getrlimit is declared... yes
  3010. checking whether setrlimit is declared... yes
  3011. checking whether getrusage is declared... yes
  3012. checking whether ldgetname is declared... no
  3013. checking whether times is declared... yes
  3014. checking whether sigaltstack is declared... yes
  3015. checking for struct tms... yes
  3016. checking for clock_t... yes
  3017. checking for F_SETLKW... yes
  3018. checking if mkdir takes one argument... no
  3019. Using `../../gcc/config/avr/avr.c' for machine-specific logic.
  3020. Using `../../gcc/config/avr/avr.md' as machine description file.
  3021. Using the following target machine macro files:
  3022.     ../../gcc/config/elfos.h
  3023.     ../../gcc/config/avr/elf.h
  3024.     ../../gcc/config/avr/avr-arch.h
  3025.     ../../gcc/config/avr/avr.h
  3026.     ../../gcc/config/avr/specs.h
  3027.     ../../gcc/config/dbxelf.h
  3028.     ../../gcc/config/avr/avr-stdint.h
  3029.     ../../gcc/config/avr/avrlibc.h
  3030.     ../../gcc/config/initfini-array.h
  3031.     ../../gcc/config/tm-dwarf2.h
  3032. Using host-darwin.o host-i386-darwin.o for host machine hooks.
  3033. checking whether NLS is requested... no
  3034. checking how to print strings... printf
  3035. checking for a sed that does not truncate output... /usr/local/Homebrew/Library/Homebrew/shims/mac/super/sed
  3036. checking for fgrep... /usr/bin/grep -F
  3037. checking for ld used by clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
  3038. checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
  3039. checking for BSD- or MS-compatible name lister (nm)... nm
  3040. checking the name lister (nm) interface... BSD nm
  3041. checking whether ln -s works... yes
  3042. checking the maximum length of command line arguments... 196608
  3043. checking whether the shell understands some XSI constructs... yes
  3044. checking whether the shell understands "+="... yes
  3045. checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
  3046. checking for x86_64-apple-darwin17.7.0-objdump... objdump
  3047. checking how to recognize dependent libraries... pass_all
  3048. checking for x86_64-apple-darwin17.7.0-ar... (cached) ar
  3049. checking for x86_64-apple-darwin17.7.0-strip... no
  3050. checking for strip... strip
  3051. checking for x86_64-apple-darwin17.7.0-ranlib... (cached) ranlib
  3052. checking command to parse nm output from clang object... ok
  3053. checking for x86_64-apple-darwin17.7.0-dsymutil... no
  3054. checking for dsymutil... dsymutil
  3055. checking for x86_64-apple-darwin17.7.0-nmedit... no
  3056. checking for nmedit... nmedit
  3057. checking for x86_64-apple-darwin17.7.0-lipo... no
  3058. checking for lipo... lipo
  3059. checking for x86_64-apple-darwin17.7.0-otool... no
  3060. checking for otool... otool
  3061. checking for x86_64-apple-darwin17.7.0-otool64... no
  3062. checking for otool64... no
  3063. checking for -single_module linker flag... yes
  3064. checking for -exported_symbols_list linker flag... yes
  3065. checking for -force_load linker flag... no
  3066. checking for dlfcn.h... yes
  3067. checking for objdir... .libs
  3068. checking if clang supports -fno-rtti -fno-exceptions... yes
  3069. checking for clang option to produce PIC... -fno-common -DPIC
  3070. checking if clang PIC flag -fno-common -DPIC works... yes
  3071. checking if clang static flag -static works... no
  3072. checking if clang supports -c -o file.o... yes
  3073. checking if clang supports -c -o file.o... (cached) yes
  3074. checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
  3075. checking dynamic linker characteristics... darwin17.7.0 dyld
  3076. checking how to hardcode library paths into programs... immediate
  3077. checking whether stripping libraries is possible... yes
  3078. checking if libtool supports shared libraries... yes
  3079. checking whether to build shared libraries... no
  3080. checking whether to build static libraries... yes
  3081. checking how to run the C++ preprocessor... clang++ -E
  3082. checking for ld used by clang++... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
  3083. checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
  3084. checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
  3085. checking for clang++ option to produce PIC... -fno-common -DPIC
  3086. checking if clang++ PIC flag -fno-common -DPIC works... yes
  3087. checking if clang++ static flag -static works... no
  3088. checking if clang++ supports -c -o file.o... yes
  3089. checking if clang++ supports -c -o file.o... (cached) yes
  3090. checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
  3091. checking dynamic linker characteristics... darwin17.7.0 dyld
  3092. checking how to hardcode library paths into programs... immediate
  3093. checking what assembler to use... /usr/local/opt/avr-binutils/bin/avr-as
  3094. checking whether we are using gold... no
  3095. checking gold linker with split stack support as non default...
  3096. checking what linker to use... /usr/local/opt/avr-binutils/bin/avr-ld
  3097. checking for avr-nm... /usr/local/opt/avr-binutils/bin/avr-nm
  3098. checking what nm to use... /usr/local/opt/avr-binutils/bin/avr-nm
  3099. checking for avr-objdump... /usr/local/opt/avr-binutils/bin/avr-objdump
  3100. checking what objdump to use... /usr/local/opt/avr-binutils/bin/avr-objdump
  3101. checking for avr-readelf... /usr/local/opt/avr-binutils/bin/avr-readelf
  3102. checking what readelf to use... /usr/local/opt/avr-binutils/bin/avr-readelf
  3103. checking assembler flags...  
  3104. checking assembler for .balign and .p2align... yes
  3105. checking assembler for .p2align with maximum skip... yes
  3106. checking assembler for .literal16... no
  3107. checking assembler for working .subsection -1... yes
  3108. checking assembler for .weak... yes
  3109. checking assembler for .weakref... yes
  3110. checking assembler for .nsubspa comdat... no
  3111. checking assembler for .hidden... yes
  3112. checking linker for .hidden support... yes
  3113. checking linker read-only and read-write section mixing... unknown
  3114. checking for .preinit_array/.init_array/.fini_array support... checking cross compile... guessing... no
  3115. checking assembler for .sleb128 and .uleb128... yes
  3116. checking assembler for cfi directives... yes
  3117. checking assembler for working cfi advance... yes
  3118. checking assembler for cfi personality directive... yes
  3119. checking assembler for cfi sections directive... yes
  3120. checking assembler for eh_frame optimization... yes
  3121. checking assembler for section merging support... yes
  3122. checking assembler for stabs directive... yes
  3123. checking assembler for COMDAT group support (GNU as)... yes
  3124. checking assembler for line table discriminator support... yes
  3125. checking linker -Bstatic/-Bdynamic option... yes
  3126. checking linker --version-script option... yes
  3127. checking linker soname option... yes
  3128. checking linker --demangle support... yes
  3129. checking linker plugin support... 2
  3130. checking assembler for --mlink-relax option... yes
  3131. checking assembler for -mrmw option... yes
  3132. checking assembler for __gcc_isr pseudo instruction... yes
  3133. checking binutils for avrxmega3 .rodata support... yes
  3134. checking assembler for dwarf2 debug_line support... yes
  3135. checking assembler for buggy dwarf2 .file directive... no
  3136. checking assembler for dwarf2 debug_view support... yes
  3137. checking assembler for --gdwarf2 option... yes
  3138. checking assembler for --gstabs option... yes
  3139. checking assembler for --debug-prefix-map option... yes
  3140. checking assembler for compressed debug sections... 2
  3141. checking assembler for .lcomm with alignment... no
  3142. checking for target glibc version... 0.0
  3143. checking assembler for gnu_unique_object... yes
  3144. checking assembler for tolerance to line number 0... yes
  3145. checking support for thin archives... no
  3146. checking linker PT_GNU_EH_FRAME support... no
  3147. checking linker CIEv3 in .eh_frame support... yes
  3148. checking linker position independent executable support... yes
  3149. checking linker PIE support with copy reloc... no
  3150. checking linker EH-compatible garbage collection of sections... no
  3151. checking linker EH garbage collection of sections bug... yes
  3152. checking linker for compressed debug sections... 3
  3153. checking linker --as-needed support... yes
  3154. checking linker mapfile support for clearing hardware capabilities... yes
  3155. checking linker --build-id support... yes
  3156. checking linker *_sol2 emulation support... no
  3157. checking linker --sysroot support... yes
  3158. checking __stack_chk_fail in target C library... yes
  3159. checking sys/sdt.h in the target C library... no
  3160. checking dl_iterate_phdr in target C library... unknown
  3161. checking whether to enable maintainer-specific portions of Makefiles... no
  3162. checking whether to avoid linking multiple front-ends at once... no
  3163. Links are now set up to build a cross-compiler
  3164. from x86_64-apple-darwin17.7.0 to avr-unknown-none.
  3165. checking for exported symbols... yes
  3166. checking for library containing dlopen... none required
  3167. checking for -fPIC -shared... yes
  3168. gcc_driver_version: 8.1.0
  3169. checking for -fno-PIE option... yes
  3170. checking for -no-pie option... yes
  3171. checking linker -z bndplt option... no
  3172. checking linker --push-state/--pop-state options... yes
  3173. configure: updating cache ./config.cache
  3174. configure: creating ./config.status
  3175. config.status: creating as
  3176. config.status: creating collect-ld
  3177. config.status: creating nm
  3178. config.status: creating Makefile
  3179. config.status: creating ada/gcc-interface/Makefile
  3180. config.status: creating ada/Makefile
  3181. config.status: creating auto-host.h
  3182. config.status: linking ../../gcc/config/sol2-clearcapv2.map to clearcap.map
  3183. config.status: executing depdir commands
  3184. mkdir .deps
  3185. config.status: executing gccdepdir commands
  3186. mkdir build
  3187. mkdir build/.deps
  3188. mkdir ada/.deps
  3189. mkdir brig
  3190. mkdir brig/.deps
  3191. mkdir c
  3192. mkdir c/.deps
  3193. mkdir cp
  3194. mkdir cp/.deps
  3195. mkdir fortran
  3196. mkdir fortran/.deps
  3197. mkdir go
  3198. mkdir go/.deps
  3199. mkdir jit
  3200. mkdir jit/.deps
  3201. mkdir lto
  3202. mkdir lto/.deps
  3203. mkdir objc
  3204. mkdir objc/.deps
  3205. mkdir objcp
  3206. mkdir objcp/.deps
  3207. mkdir c-family
  3208. mkdir c-family/.deps
  3209. mkdir common
  3210. mkdir common/.deps
  3211. config.status: executing default commands
  3212. mkdir ./libcc1
  3213. Configuring in ./libcc1
  3214. configure: creating cache ./config.cache
  3215. checking build system type... x86_64-apple-darwin17.7.0
  3216. checking host system type... x86_64-apple-darwin17.7.0
  3217. checking target system type... avr-unknown-none
  3218. checking for x86_64-apple-darwin17.7.0-gcc... clang
  3219. TARGET_CPU_DEFAULT="" \
  3220.     HEADERS="auto-host.h ansidecl.h" DEFINES="" \
  3221.     /bin/sh ../../gcc/mkconfig.sh config.h
  3222. TARGET_CPU_DEFAULT="" \
  3223.     HEADERS="options.h insn-constants.h config/elfos.h config/avr/elf.h config/avr/avr-arch.h config/avr/avr.h config/avr/specs.h config/dbxelf.h config/avr/avr-stdint.h config/avr/avrlibc.h config/initfini-array.h config/tm-dwarf2.h defaults.h" DEFINES="LIBC_GLIBC=1 LIBC_UCLIBC=2 LIBC_BIONIC=3 LIBC_MUSL=4 WITH_AVRLIBC" \
  3224.     /bin/sh ../../gcc/mkconfig.sh tm.h
  3225. TARGET_CPU_DEFAULT="" \
  3226.     HEADERS="config/avr/avr-protos.h tm-preds.h" DEFINES="" \
  3227.     /bin/sh ../../gcc/mkconfig.sh tm_p.h
  3228. TARGET_CPU_DEFAULT="" \
  3229.     HEADERS="auto-host.h ansidecl.h" DEFINES="" \
  3230.     /bin/sh ../../gcc/mkconfig.sh bconfig.h
  3231. clang++ -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include  -I../../gcc/../libcpp/include  \
  3232.     -DBASEVER="\"8.1.0\"" -DDATESTAMP="\"\"" \
  3233.     -DREVISION="\"\"" \
  3234.     -DDEVPHASE="\"\"" -DPKGVERSION="\"(GCC) \"" \
  3235.     -DBUGURL="\"<https://gcc.gnu.org/bugs/>\"" -o build/version.o ../../gcc/version.c
  3236. LC_ALL=C ; export LC_ALL ; \
  3237.     awk -f ../../gcc/opt-gather.awk ../../gcc/ada/gcc-interface/lang.opt ../../gcc/brig/lang.opt ../../gcc/fortran/lang.opt ../../gcc/go/lang.opt ../../gcc/lto/lang.opt ../../gcc/c-family/c.opt ../../gcc/common.opt ../../gcc/config/avr/avr.opt > tmp-optionlist
  3238. /bin/sh ../../gcc/../move-if-change tmp-gi.list gtyp-input.list
  3239. echo "#define BUILDING_GCC_MAJOR `echo 8.1.0 | sed -e 's/^\([0-9]*\).*$/\1/'`" > bversion.h
  3240. if test yes = yes \
  3241.        || test -n ""; then \
  3242.       /bin/sh ../../gcc/genmultilib \
  3243.         "mmcu=avr2/mmcu=avr25/mmcu=avr3/mmcu=avr31/mmcu=avr35/mmcu=avr4/mmcu=avr5/mmcu=avr51/mmcu=avr6/mmcu=avrxmega2/mmcu=avrxmega3/mmcu=avrxmega4/mmcu=avrxmega5/mmcu=avrxmega6/mmcu=avrxmega7/mmcu=avrtiny msp8 mshort-calls" \
  3244.         "avr2 avr25 avr3 avr31 avr35 avr4 avr5 avr51 avr6 avrxmega2 avrxmega3 avrxmega4 avrxmega5 avrxmega6 avrxmega7 avrtiny tiny-stack short-calls" \
  3245.         "" \
  3246.         "" \
  3247.         "" \
  3248.         "" \
  3249.         "" \
  3250.         "msp8 mmcu=avr25 mmcu=avr25/msp8 mmcu=avr3 mmcu=avr31 mmcu=avr35 mmcu=avr4 mmcu=avr5 mmcu=avr51 mmcu=avr6 mmcu=avrxmega2 mmcu=avrxmega3/mshort-calls mmcu=avrxmega3 mmcu=avrxmega4 mmcu=avrxmega5 mmcu=avrxmega6 mmcu=avrxmega7 mmcu=avrtiny" \
  3251.         "" \
  3252.         "" \
  3253.         "yes" \
  3254.         > tmp-mlib.h; \
  3255.     else \
  3256.       /bin/sh ../../gcc/genmultilib '' '' '' '' '' '' '' '' \
  3257.         "" '' no \
  3258.         > tmp-mlib.h; \
  3259.     fi
  3260. lsf="../../gcc/cp/lang-specs.h ../../gcc/lto/lang-specs.h"; for f in $lsf; do \
  3261.         echo "#include \"$f\""; \
  3262.     done | sed 's|../../gcc/||' > tmp-specs.h
  3263. rm -f tmp-all-tree.def
  3264. echo '#include "tree.def"' > tmp-all-tree.def
  3265. echo "#define BUILDING_GCC_MINOR `echo 8.1.0 | sed -e 's/^[0-9]*\.\([0-9]*\).*$/\1/'`" >> bversion.h
  3266. echo timestamp > s-gtyp-input
  3267. awk -f ../../gcc/gen-pass-instances.awk \
  3268.       ../../gcc/passes.def ../../gcc/config/avr/avr-passes.def > pass-instances.def
  3269. echo 'END_OF_BASE_TREE_CODES' >> tmp-all-tree.def
  3270. /bin/sh ../../gcc/../move-if-change tmp-specs.h specs.h
  3271. clang -E ../../gcc/params-list.h | sed 's/^#.*//;/^$/d' > tmp-params.list
  3272. echo '#include "c-family/c-common.def"' >> tmp-all-tree.def
  3273. ltf="../../gcc/ada/gcc-interface/ada-tree.def ../../gcc/cp/cp-tree.def ../../gcc/objc/objc-tree.def"; for f in $ltf; do \
  3274.       echo "#include \"$f\""; \
  3275.     done | sed 's|../../gcc/||' >> tmp-all-tree.def
  3276. echo "#define BUILDING_GCC_PATCHLEVEL `echo 8.1.0 | sed -e 's/^[0-9]*\.[0-9]*\.\([0-9]*\)$/\1/'`" >> bversion.h
  3277. echo timestamp > s-specs
  3278. clang -E ../../gcc/params-options.h | sed 's/^#.*//;/^$/d' > tmp-params.options
  3279. /bin/sh ../../gcc/../move-if-change tmp-all-tree.def all-tree.def
  3280. echo "clang++ -no-pie   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -Wl,-no_pie " > checksum-options.tmp \
  3281.     && ../../gcc/../move-if-change checksum-options.tmp checksum-options
  3282. echo timestamp > s-alltree
  3283. echo "#define BUILDING_GCC_VERSION (BUILDING_GCC_MAJOR * 1000 + BUILDING_GCC_MINOR)" >> bversion.h
  3284. cp ../../gcc/gcc-ar.c gcc-nm.c
  3285. echo timestamp > s-bversion
  3286. cp ../../gcc/gcc-ar.c gcc-ranlib.c
  3287. cp ../../gcc/ginclude/stdfix.h stdfix-gcc.h
  3288. TARGET_CPU_DEFAULT="" \
  3289.     HEADERS="auto-host.h ansidecl.h" DEFINES="USED_FOR_TARGET " \
  3290.     /bin/sh ../../gcc/mkconfig.sh tconfig.h
  3291. (echo "@set version-GCC 8.1.0"; \
  3292.      if [ "" = "experimental" ]; \
  3293.      then echo "@set DEVELOPMENT"; \
  3294.      else echo "@clear DEVELOPMENT"; \
  3295.      fi) > gcc-vers.texiT
  3296. echo @set srcdir /private/tmp/avr-gcc-20180805-47538-1xyruek/gcc-8.1.0/build/gcc/../../gcc >> gcc-vers.texiT
  3297. clang -g -O2 ../../gcc/config/avr/gen-avr-mmcu-texi.c -o gen-avr-mmcu-texi
  3298. if [ -n "(GCC) " ]; then \
  3299.       echo "@set VERSION_PACKAGE (GCC) " >> gcc-vers.texiT; \
  3300.     fi
  3301. echo "@set BUGURL @uref{https://gcc.gnu.org/bugs/}" >> gcc-vers.texiT; \
  3302.     mv -f gcc-vers.texiT gcc-vers.texi
  3303. /bin/sh ../../gcc/../move-if-change tmp-params.list params.list
  3304. clang++ -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include  -I../../gcc/../libcpp/include  \
  3305.         -o build/gengenrtl.o ../../gcc/gengenrtl.c
  3306. /bin/sh ../../gcc/../move-if-change tmp-params.options params.options
  3307. echo timestamp > s-params.list
  3308. clang++ -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include  -I../../gcc/../libcpp/include  \
  3309.         -o build/genhooks.o ../../gcc/genhooks.c
  3310. clang++ -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include  -I../../gcc/../libcpp/include  \
  3311.         -o build/genchecksum.o ../../gcc/genchecksum.c
  3312. echo timestamp > s-params.options
  3313. if [ xinfo = xinfo ]; then \
  3314.         makeinfo --split-size=5000000 --split-size=5000000 --no-split -I . -I ../../gcc/doc \
  3315.             -I ../../gcc/doc/include -o doc/cpp.info ../../gcc/doc/cpp.texi; \
  3316.     fi
  3317. if [ xinfo = xinfo ]; then \
  3318.         makeinfo --split-size=5000000 --split-size=5000000 --no-split -I ../../gcc/doc \
  3319.             -I ../../gcc/doc/include -o doc/gccinstall.info ../../gcc/doc/install.texi; \
  3320.     fi
  3321. if [ xinfo = xinfo ]; then \
  3322.         makeinfo --split-size=5000000 --split-size=5000000 --no-split -I . -I ../../gcc/doc \
  3323.             -I ../../gcc/doc/include -o doc/cppinternals.info ../../gcc/doc/cppinternals.texi; \
  3324.     fi
  3325. echo timestamp > gcc.pod
  3326. perl ../../gcc/../contrib/texi2pod.pl ../../gcc/doc/invoke.texi > gcc.pod
  3327. checking for C compiler default output file name... clang++ -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include  -I../../gcc/../libcpp/include  \
  3328.         -o build/genmodes.o ../../gcc/genmodes.c
  3329. clang++ -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include  -I../../gcc/../libcpp/include  \
  3330.         -o build/errors.o ../../gcc/errors.c
  3331. clang++ -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include  -I../../gcc/../libcpp/include  \
  3332.         -o build/gengtype.o ../../gcc/gengtype.c
  3333. a.out
  3334. checking whether the C compiler works... yes
  3335. clang++ -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings  -Wno-error -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include  -I../../gcc/../libcpp/include  \
  3336.         -o build/gengtype-lex.o ../../gcc/gengtype-lex.c
  3337. checking whether we are cross compiling... no
  3338. checking for suffix of executables... clang++ -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include  -I../../gcc/../libcpp/include  \
  3339.         -o build/gengtype-parse.o ../../gcc/gengtype-parse.c
  3340.  
  3341. checking for suffix of object files... o
  3342. checking whether we are using the GNU C compiler... clang++ -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include  -I../../gcc/../libcpp/include  \
  3343.         -o build/gengtype-state.o ../../gcc/gengtype-state.c
  3344. clang++   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -Wl,-no_pie  -no-pie -o build/gengenrtl \
  3345.         build/gengenrtl.o build/errors.o ../build-x86_64-apple-darwin17.7.0/libiberty/libiberty.a
  3346. yes
  3347. checking whether clang accepts -g... clang++   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -Wl,-no_pie  -no-pie -o build/genhooks \
  3348.         build/genhooks.o build/errors.o ../build-x86_64-apple-darwin17.7.0/libiberty/libiberty.a
  3349. clang++   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -Wl,-no_pie  -no-pie -o build/genchecksum \
  3350.         build/genchecksum.o ../build-x86_64-apple-darwin17.7.0/libiberty/libiberty.a
  3351. ./gen-avr-mmcu-texi > ../../gcc/doc/avr-mmcu.texi
  3352. yes
  3353. checking for clang option to accept ISO C89... build/genhooks -d \
  3354.             ../../gcc/doc/tm.texi.in > tmp-tm.texi
  3355. case `echo X|tr X '\101'` in \
  3356.       A) tr -d '\015' < tmp-tm.texi > tmp2-tm.texi ;; \
  3357.       *) tr -d '\r' < tmp-tm.texi > tmp2-tm.texi ;; \
  3358.     esac
  3359. clang++   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -Wl,-no_pie  -no-pie -o build/genmodes \
  3360.         build/genmodes.o build/errors.o ../build-x86_64-apple-darwin17.7.0/libiberty/libiberty.a
  3361. build/gengenrtl > tmp-genrtl.h
  3362. /bin/sh ../../gcc/../move-if-change tmp-genrtl.h genrtl.h
  3363. echo timestamp > s-genrtl-h
  3364. build/genhooks "Target Hook" \
  3365.                          > tmp-target-hooks-def.h
  3366. /bin/sh ../../gcc/../move-if-change tmp-target-hooks-def.h \
  3367.                          target-hooks-def.h
  3368. echo timestamp > s-target-hooks-def-h
  3369. build/genhooks "Common Target Hook" \
  3370.                          > tmp-common-target-hooks-def.h
  3371. /bin/sh ../../gcc/../move-if-change tmp-common-target-hooks-def.h \
  3372.                          common/common-target-hooks-def.h
  3373. mv tmp2-tm.texi tmp-tm.texi
  3374. /bin/sh ../../gcc/../move-if-change tmp-tm.texi tm.texi
  3375. echo timestamp > s-common-target-hooks-def-h
  3376. build/genhooks "C Target Hook" \
  3377.                          > tmp-c-target-hooks-def.h
  3378. /bin/sh ../../gcc/../move-if-change tmp-c-target-hooks-def.h \
  3379.                          c-family/c-target-hooks-def.h
  3380. if [ xinfo = xinfo ]; then \
  3381.         makeinfo --split-size=5000000 --split-size=5000000 --no-split -I . -I ../../gcc/doc \
  3382.             -I ../../gcc/doc/include -o doc/gcc.info ../../gcc/doc/gcc.texi; \
  3383.     fi
  3384. echo timestamp > s-c-target-hooks-def-h
  3385. echo timestamp > doc/gcc.1
  3386. (pod2man --center="GNU" --release="gcc-8.1.0" --date=2018-05-02 --section=1 gcc.pod > doc/gcc.1.T$$ && \
  3387.         mv -f doc/gcc.1.T$$ doc/gcc.1) || \
  3388.         (rm -f doc/gcc.1.T$$ && exit 1)
  3389. build/genmodes -h > tmp-modes.h
  3390. none needed
  3391. checking how to run the C preprocessor... /bin/sh ../../gcc/../move-if-change tmp-modes.h insn-modes.h
  3392. echo timestamp > s-modes-h
  3393. build/genmodes -i > tmp-modes-inline.h
  3394. /bin/sh ../../gcc/../move-if-change tmp-modes-inline.h \
  3395.       insn-modes-inline.h
  3396. echo timestamp > s-modes-inline-h
  3397. build/genmodes -m > tmp-min-modes.c
  3398. /bin/sh ../../gcc/../move-if-change tmp-min-modes.c min-insn-modes.c
  3399. echo timestamp > s-modes-m
  3400. build/genmodes > tmp-modes.c
  3401. /bin/sh ../../gcc/../move-if-change tmp-modes.c insn-modes.c
  3402. echo timestamp > s-modes
  3403. if [ xinfo = xinfo ]; then \
  3404.         makeinfo --split-size=5000000 --split-size=5000000 --no-split -I . -I ../../gcc/doc \
  3405.             -I ../../gcc/doc/include -o doc/gccint.info ../../gcc/doc/gccint.texi; \
  3406.     fi
  3407. ../../gcc/doc//md.texi:6364: warning: unlikely character [ in @var.
  3408. ../../gcc/doc//md.texi:6364: warning: unlikely character ] in @var.
  3409. clang++ -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include  -I../../gcc/../libcpp/include  \
  3410.         -o build/inchash.o ../../gcc/inchash.c
  3411. clang++ -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include  -I../../gcc/../libcpp/include  \
  3412.         -o build/genenums.o ../../gcc/genenums.c
  3413. clang++ -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include  -I../../gcc/../libcpp/include  \
  3414.         -o build/genmddeps.o ../../gcc/genmddeps.c
  3415. clang -E
  3416. clang++ -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include  -I../../gcc/../libcpp/include  \
  3417.         -o build/read-md.o ../../gcc/read-md.c
  3418. clang++   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -Wl,-no_pie  -no-pie -o build/gengtype \
  3419.         build/gengtype.o build/errors.o build/gengtype-lex.o build/gengtype-parse.o build/gengtype-state.o build/version.o ../build-x86_64-apple-darwin17.7.0/libiberty/libiberty.a
  3420. clang++ -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include  -I../../gcc/../libcpp/include  \
  3421.         -o build/genconstants.o ../../gcc/genconstants.c
  3422. checking for grep that handles long lines and -e... clang++ -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include  -I../../gcc/../libcpp/include  \
  3423.         -o build/min-insn-modes.o min-insn-modes.c
  3424. /bin/sh ../../gcc/../move-if-change tmp-optionlist optionlist
  3425. echo timestamp > s-options
  3426. awk -f ../../gcc/opt-functions.awk -f ../../gcc/opt-read.awk \
  3427.            -f ../../gcc/opth-gen.awk \
  3428.            < optionlist > tmp-options.h
  3429. awk -f ../../gcc/opt-functions.awk -f ../../gcc/opt-read.awk \
  3430.            -f ../../gcc/optc-save-gen.awk \
  3431.            -v header_name="config.h system.h coretypes.h tm.h" < optionlist > options-save.c
  3432. awk -f ../../gcc/opt-functions.awk -f ../../gcc/opt-read.awk \
  3433.            -f ../../gcc/optc-gen.awk \
  3434.            -v header_name="config.h system.h coretypes.h options.h tm.h" < optionlist > options.c
  3435. /usr/bin/grep
  3436. checking for egrep... /usr/bin/grep -E
  3437. checking for ANSI C header files... clang++   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -Wl,-no_pie  -no-pie -o build/genmddeps \
  3438.         build/genmddeps.o build/read-md.o build/errors.o ../build-x86_64-apple-darwin17.7.0/libiberty/libiberty.a
  3439. clang++   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -Wl,-no_pie  -no-pie -o build/genenums \
  3440.         build/genenums.o build/read-md.o build/errors.o ../build-x86_64-apple-darwin17.7.0/libiberty/libiberty.a
  3441. clang++   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -Wl,-no_pie  -no-pie -o build/genconstants \
  3442.         build/genconstants.o build/read-md.o build/errors.o ../build-x86_64-apple-darwin17.7.0/libiberty/libiberty.a
  3443. /bin/sh ../../gcc/../move-if-change tmp-options.h options.h
  3444. echo timestamp > s-options-h
  3445. build/gengtype  \
  3446.                     -S ../../gcc -I gtyp-input.list -w tmp-gtype.state
  3447. build/genmddeps ../../gcc/common.md ../../gcc/config/avr/avr.md > tmp-mddeps
  3448. /bin/sh ../../gcc/../move-if-change tmp-mddeps mddeps.mk
  3449. echo timestamp > s-mddeps
  3450. build/genconstants ../../gcc/common.md ../../gcc/config/avr/avr.md \
  3451.        > tmp-constants.h
  3452. build/genenums ../../gcc/common.md ../../gcc/config/avr/avr.md \
  3453.        > tmp-enums.c
  3454. /bin/sh ../../gcc/../move-if-change tmp-enums.c insn-enums.c
  3455. /bin/sh ../../gcc/../move-if-change tmp-constants.h insn-constants.h
  3456. echo timestamp > s-enums
  3457. echo timestamp > s-constants
  3458. clang++ -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include  -I../../gcc/../libcpp/include  \
  3459.         -o build/gencheck.o ../../gcc/gencheck.c
  3460. rm: conftest.dSYM: is a directory
  3461. rm: conftest.dSYM: is a directory
  3462. /bin/sh ../../gcc/../move-if-change tmp-gtype.state gtype.state
  3463. build/gengtype  \
  3464.                     -r gtype.state
  3465. clang++   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -Wl,-no_pie  -no-pie -o build/gencheck \
  3466.         build/gencheck.o ../build-x86_64-apple-darwin17.7.0/libiberty/libiberty.a
  3467. echo timestamp > s-gtype
  3468. yes
  3469. checking for sys/types.h... clang++ -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include  -I../../gcc/../libcpp/include  \
  3470.         -o build/genopinit.o ../../gcc/genopinit.c
  3471. clang++ -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include  -I../../gcc/../libcpp/include  \
  3472.         -o build/gencfn-macros.o ../../gcc/gencfn-macros.c
  3473. clang++ -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include  -I../../gcc/../libcpp/include  \
  3474.         -o build/genmatch.o ../../gcc/genmatch.c
  3475. clang++ -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include  -I../../gcc/../libcpp/include  \
  3476.         -o build/genattrtab.o ../../gcc/genattrtab.c
  3477. yes
  3478. checking for sys/stat.h... yes
  3479. checking for stdlib.h... clang++ -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include  -I../../gcc/../libcpp/include  \
  3480.         -o build/genautomata.o ../../gcc/genautomata.c
  3481. yes
  3482. clang++ -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include  -I../../gcc/../libcpp/include  \
  3483.         -o build/genemit.o ../../gcc/genemit.c
  3484. checking for string.h... yes
  3485. clang++ -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include  -I../../gcc/../libcpp/include  \
  3486.         -o build/genextract.o ../../gcc/genextract.c
  3487. checking for memory.h... yes
  3488. checking for strings.h... clang++ -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include  -I../../gcc/../libcpp/include  \
  3489.         -o build/genoutput.o ../../gcc/genoutput.c
  3490. yes
  3491. checking for inttypes.h... clang++ -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include  -I../../gcc/../libcpp/include  \
  3492.         -o build/genpeep.o ../../gcc/genpeep.c
  3493. yes
  3494. checking for stdint.h... clang++ -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include  -I../../gcc/../libcpp/include  \
  3495.         -o build/genrecog.o ../../gcc/genrecog.c
  3496. /bin/sh ../../gcc/../move-if-change tmp-mlib.h multilib.h
  3497. echo timestamp > s-mlib
  3498. clang++ -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include  -I../../gcc/../libcpp/include  \
  3499.         -o build/genpreds.o ../../gcc/genpreds.c
  3500. yes
  3501. checking for unistd.h... clang++ -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include  -I../../gcc/../libcpp/include  \
  3502.         -o build/rtl.o ../../gcc/rtl.c
  3503. clang++ -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include  -I../../gcc/../libcpp/include  \
  3504.         -o build/read-rtl.o ../../gcc/read-rtl.c
  3505. yes
  3506. checking minix/config.h usability... no
  3507. checking minix/config.h presence... clang++ -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include  -I../../gcc/../libcpp/include  \
  3508.         -o build/ggc-none.o ../../gcc/ggc-none.c
  3509. no
  3510. checking for minix/config.h... no
  3511. checking whether it is safe to define __EXTENSIONS__... clang++ -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include  -I../../gcc/../libcpp/include  \
  3512.         -o build/vec.o ../../gcc/vec.c
  3513. clang++ -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include  -I../../gcc/../libcpp/include  \
  3514.         -o build/gensupport.o ../../gcc/gensupport.c
  3515. clang++ -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include  -I../../gcc/../libcpp/include  \
  3516.         -o build/print-rtl.o ../../gcc/print-rtl.c
  3517. yes
  3518. checking for a BSD-compatible install... /usr/bin/install -c
  3519. checking whether build environment is sane... clang++ -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include  -I../../gcc/../libcpp/include  \
  3520.         -o build/hash-table.o ../../gcc/hash-table.c
  3521. clang++ -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include  -I../../gcc/../libcpp/include  \
  3522.         -o build/genflags.o ../../gcc/genflags.c
  3523. clang++ -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include  -I../../gcc/../libcpp/include  \
  3524.         -o build/genconditions.o ../../gcc/genconditions.c
  3525. clang++ -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include  -I../../gcc/../libcpp/include  \
  3526.         -o build/genattr.o ../../gcc/genattr.c
  3527. clang++ -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include  -I../../gcc/../libcpp/include  \
  3528.         -o build/genattr-common.o ../../gcc/genattr-common.c
  3529. clang++ -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include  -I../../gcc/../libcpp/include  \
  3530.         -o build/gencodes.o ../../gcc/gencodes.c
  3531. clang++ -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include  -I../../gcc/../libcpp/include  \
  3532.         -o build/genconfig.o ../../gcc/genconfig.c
  3533. yes
  3534. clang++ -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include  -I../../gcc/../libcpp/include  \
  3535.         -o build/gentarget-def.o ../../gcc/gentarget-def.c
  3536. build/gencheck > tmp-check.h
  3537. /bin/sh ../../gcc/../move-if-change tmp-check.h tree-check.h
  3538. checking for a thread-safe mkdir -p... ../../libcc1/../install-sh -c -d
  3539. checking for gawk... awk
  3540. checking whether /Applications/Xcode.app/Contents/Developer/usr/bin/make sets $(MAKE)... echo timestamp > s-check
  3541. clang++   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -Wl,-no_pie  -no-pie -o build/gencfn-macros \
  3542.         build/gencfn-macros.o build/errors.o build/hash-table.o build/vec.o build/ggc-none.o ../build-x86_64-apple-darwin17.7.0/libiberty/libiberty.a
  3543. yes
  3544. checking for style of include used by /Applications/Xcode.app/Contents/Developer/usr/bin/make... GNU
  3545. clang++   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -Wl,-no_pie  -no-pie -o build/genmatch \
  3546.         build/genmatch.o ../build-x86_64-apple-darwin17.7.0/libcpp/libcpp.a build/errors.o build/vec.o build/hash-table.o ../build-x86_64-apple-darwin17.7.0/libiberty/libiberty.a
  3547. checking dependency style of clang... cp doc/gcc.1 doc/g++.1
  3548. clang++   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -Wl,-no_pie  -no-pie -o build/genpreds \
  3549.         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/hash-table.o build/read-md.o build/errors.o ../build-x86_64-apple-darwin17.7.0/libiberty/libiberty.a
  3550. clang++   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -Wl,-no_pie  -no-pie -o build/genflags \
  3551.         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/hash-table.o build/read-md.o build/errors.o ../build-x86_64-apple-darwin17.7.0/libiberty/libiberty.a
  3552. clang++   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -Wl,-no_pie  -no-pie -o build/genconditions \
  3553.         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/hash-table.o build/read-md.o build/errors.o ../build-x86_64-apple-darwin17.7.0/libiberty/libiberty.a
  3554. clang++   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -Wl,-no_pie  -no-pie -o build/genattr \
  3555.         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/hash-table.o build/read-md.o build/errors.o ../build-x86_64-apple-darwin17.7.0/libiberty/libiberty.a
  3556. clang++   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -Wl,-no_pie  -no-pie -o build/genattr-common \
  3557.         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/hash-table.o build/read-md.o build/errors.o ../build-x86_64-apple-darwin17.7.0/libiberty/libiberty.a
  3558. clang++   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -Wl,-no_pie  -no-pie -o build/gencodes \
  3559.         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/hash-table.o build/read-md.o build/errors.o ../build-x86_64-apple-darwin17.7.0/libiberty/libiberty.a
  3560. gcc3
  3561. checking whether to enable maintainer-specific portions of Makefiles... no
  3562. checking how to print strings... clang++   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -Wl,-no_pie  -no-pie -o build/genopinit \
  3563.         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/hash-table.o build/read-md.o build/errors.o ../build-x86_64-apple-darwin17.7.0/libiberty/libiberty.a
  3564. printf
  3565. checking for a sed that does not truncate output... /usr/local/Homebrew/Library/Homebrew/shims/mac/super/sed
  3566. checking for fgrep... /usr/bin/grep -F
  3567. checking for ld used by clang... build/gencfn-macros -c \
  3568.       > tmp-case-cfn-macros.h
  3569. build/gencfn-macros -o \
  3570.       > tmp-cfn-operators.pd
  3571. /bin/sh ../../gcc/../move-if-change tmp-case-cfn-macros.h \
  3572.       case-cfn-macros.h
  3573. /bin/sh ../../gcc/../move-if-change tmp-cfn-operators.pd \
  3574.       cfn-operators.pd
  3575. echo timestamp > s-case-cfn-macros
  3576. echo timestamp > s-cfn-operators
  3577. clang++   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -Wl,-no_pie  -no-pie -o build/genattrtab \
  3578.         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/hash-table.o build/read-md.o build/errors.o ../build-x86_64-apple-darwin17.7.0/libiberty/libiberty.a
  3579. clang++   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -Wl,-no_pie  -no-pie -o build/genautomata \
  3580.         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/hash-table.o build/read-md.o build/errors.o ../build-x86_64-apple-darwin17.7.0/libiberty/libiberty.a -lm
  3581. clang++   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -Wl,-no_pie  -no-pie -o build/genemit \
  3582.         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/hash-table.o build/read-md.o build/errors.o ../build-x86_64-apple-darwin17.7.0/libiberty/libiberty.a
  3583. clang++   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -Wl,-no_pie  -no-pie -o build/genextract \
  3584.         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/hash-table.o build/read-md.o build/errors.o ../build-x86_64-apple-darwin17.7.0/libiberty/libiberty.a
  3585. clang++   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -Wl,-no_pie  -no-pie -o build/genoutput \
  3586.         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/hash-table.o build/read-md.o build/errors.o ../build-x86_64-apple-darwin17.7.0/libiberty/libiberty.a
  3587. clang++   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -Wl,-no_pie  -no-pie -o build/genpeep \
  3588.         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/hash-table.o build/read-md.o build/errors.o ../build-x86_64-apple-darwin17.7.0/libiberty/libiberty.a
  3589. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
  3590. checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
  3591. checking for BSD- or MS-compatible name lister (nm)... nm
  3592. checking the name lister (nm) interface... build/genpreds ../../gcc/common.md ../../gcc/config/avr/avr.md > tmp-preds.c
  3593. clang++   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -Wl,-no_pie  -no-pie -o build/genrecog \
  3594.         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/hash-table.o build/read-md.o build/errors.o build/inchash.o ../build-x86_64-apple-darwin17.7.0/libiberty/libiberty.a
  3595. build/genpreds -h ../../gcc/common.md ../../gcc/config/avr/avr.md > tmp-preds.h
  3596. build/genconditions ../../gcc/common.md ../../gcc/config/avr/avr.md > tmp-condmd.c
  3597. build/genpreds -c ../../gcc/common.md ../../gcc/config/avr/avr.md > tmp-constrs.h
  3598. /bin/sh ../../gcc/../move-if-change tmp-preds.c insn-preds.c
  3599. /bin/sh ../../gcc/../move-if-change tmp-preds.h tm-preds.h
  3600. echo timestamp > s-preds
  3601. /bin/sh ../../gcc/../move-if-change tmp-condmd.c build/gencondmd.c
  3602. clang++   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -Wl,-no_pie  -no-pie -o build/genconfig \
  3603.         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/hash-table.o build/read-md.o build/errors.o ../build-x86_64-apple-darwin17.7.0/libiberty/libiberty.a
  3604. echo timestamp > s-preds-h
  3605. /bin/sh ../../gcc/../move-if-change tmp-constrs.h tm-constrs.h
  3606. echo timestamp > s-conditions
  3607. build/genmatch --gimple ../../gcc/match.pd \
  3608.         > tmp-gimple-match.c
  3609. echo timestamp > s-constrs-h
  3610. clang++ -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include  -I../../gcc/../libcpp/include  \
  3611.         -o build/gencondmd.o build/gencondmd.c
  3612. BSD nm
  3613. checking whether ln -s works... yes
  3614. checking the maximum length of command line arguments... GIMPLE decision tree has 2511 leafs, maximum depth 12 and a total number of 9849 nodes
  3615. 196608
  3616. checking whether the shell understands some XSI constructs... removed 1569 duplicate tails
  3617. yes
  3618. checking whether the shell understands "+="... yes
  3619. checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
  3620. checking for x86_64-apple-darwin17.7.0-objdump... objdump
  3621. checking how to recognize dependent libraries... pass_all
  3622. checking for x86_64-apple-darwin17.7.0-ar... ar
  3623. checking for x86_64-apple-darwin17.7.0-strip... no
  3624. checking for strip... strip
  3625. checking for x86_64-apple-darwin17.7.0-ranlib... ranlib
  3626. checking command to parse nm output from clang object... build/genmatch --generic ../../gcc/match.pd \
  3627.         > tmp-generic-match.c
  3628. clang++   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -Wl,-no_pie  -no-pie -o build/gentarget-def \
  3629.         build/gentarget-def.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/hash-table.o build/read-md.o build/errors.o ../build-x86_64-apple-darwin17.7.0/libiberty/libiberty.a
  3630. GENERIC decision tree has 2457 leafs, maximum depth 12 and a total number of 9600 nodes
  3631. removed 1527 duplicate tails
  3632. /bin/sh ../../gcc/../move-if-change tmp-gimple-match.c \
  3633.                             gimple-match.c
  3634. /bin/sh ../../gcc/../move-if-change tmp-generic-match.c \
  3635.                             generic-match.c
  3636. echo timestamp > s-match
  3637. ok
  3638. checking for x86_64-apple-darwin17.7.0-dsymutil... no
  3639. checking for dsymutil... dsymutil
  3640. checking for x86_64-apple-darwin17.7.0-nmedit... no
  3641. checking for nmedit... nmedit
  3642. checking for x86_64-apple-darwin17.7.0-lipo... no
  3643. checking for lipo... lipo
  3644. checking for x86_64-apple-darwin17.7.0-otool... no
  3645. checking for otool... otool
  3646. checking for x86_64-apple-darwin17.7.0-otool64... no
  3647. checking for otool64... no
  3648. checking for -single_module linker flag... clang++   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -Wl,-no_pie  -no-pie -o build/gencondmd \
  3649.         build/gencondmd.o ../build-x86_64-apple-darwin17.7.0/libiberty/libiberty.a
  3650. build/gencondmd > tmp-cond.md
  3651. /bin/sh ../../gcc/../move-if-change tmp-cond.md insn-conditions.md
  3652. yes
  3653. checking for -exported_symbols_list linker flag... echo timestamp > s-condmd
  3654. build/genflags ../../gcc/common.md ../../gcc/config/avr/avr.md \
  3655.       insn-conditions.md > tmp-flags.h
  3656. build/genattr ../../gcc/common.md ../../gcc/config/avr/avr.md \
  3657.       insn-conditions.md > tmp-attr.h
  3658. build/genattr-common ../../gcc/common.md ../../gcc/config/avr/avr.md \
  3659.       insn-conditions.md > tmp-attr-common.h
  3660. build/gencodes ../../gcc/common.md ../../gcc/config/avr/avr.md \
  3661.       insn-conditions.md > tmp-codes.h
  3662. build/genconfig ../../gcc/common.md ../../gcc/config/avr/avr.md \
  3663.       insn-conditions.md > tmp-config.h
  3664. build/gentarget-def ../../gcc/common.md ../../gcc/config/avr/avr.md \
  3665.       insn-conditions.md > tmp-target-def.h
  3666. build/genopinit ../../gcc/common.md ../../gcc/config/avr/avr.md \
  3667.       insn-conditions.md -htmp-opinit.h -ctmp-opinit.c
  3668. /bin/sh ../../gcc/../move-if-change tmp-opinit.h insn-opinit.h
  3669. /bin/sh ../../gcc/../move-if-change tmp-config.h insn-config.h
  3670. /bin/sh ../../gcc/../move-if-change tmp-codes.h insn-codes.h
  3671. /bin/sh ../../gcc/../move-if-change tmp-attr-common.h insn-attr-common.h
  3672. /bin/sh ../../gcc/../move-if-change tmp-attr.h insn-attr.h
  3673. /bin/sh ../../gcc/../move-if-change tmp-flags.h insn-flags.h
  3674. /bin/sh ../../gcc/../move-if-change tmp-target-def.h insn-target-def.h
  3675. echo timestamp > s-attr-common
  3676. echo timestamp > s-codes
  3677. echo timestamp > s-config
  3678. echo timestamp > s-flags
  3679. /bin/sh ../../gcc/../move-if-change tmp-opinit.c insn-opinit.c
  3680. echo timestamp > s-attr
  3681. build/genattrtab ../../gcc/common.md ../../gcc/config/avr/avr.md insn-conditions.md \
  3682.         -Atmp-attrtab.c -Dtmp-dfatab.c -Ltmp-latencytab.c
  3683. echo timestamp > s-target-def
  3684. build/genautomata ../../gcc/common.md ../../gcc/config/avr/avr.md \
  3685.       insn-conditions.md > tmp-automata.c
  3686. build/genemit ../../gcc/common.md ../../gcc/config/avr/avr.md \
  3687.       insn-conditions.md > tmp-emit.c
  3688. build/genextract ../../gcc/common.md ../../gcc/config/avr/avr.md \
  3689.       insn-conditions.md > tmp-extract.c
  3690. build/genoutput ../../gcc/common.md ../../gcc/config/avr/avr.md \
  3691.       insn-conditions.md > tmp-output.c
  3692. build/genpeep ../../gcc/common.md ../../gcc/config/avr/avr.md \
  3693.       insn-conditions.md > tmp-peep.c
  3694. echo timestamp > s-opinit
  3695. build/genrecog ../../gcc/common.md ../../gcc/config/avr/avr.md \
  3696.       insn-conditions.md > tmp-recog.c
  3697. /bin/sh ../../gcc/../move-if-change tmp-automata.c insn-automata.c
  3698. /bin/sh ../../gcc/../move-if-change tmp-extract.c insn-extract.c
  3699. /bin/sh ../../gcc/../move-if-change tmp-peep.c insn-peep.c
  3700. /bin/sh ../../gcc/../move-if-change tmp-emit.c insn-emit.c
  3701. echo timestamp > s-automata
  3702. echo timestamp > s-extract
  3703. echo timestamp > s-peep
  3704. echo timestamp > s-emit
  3705. clang++ -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include  -I../../gcc/../libcpp/include  \
  3706.         -o build/gcov-iov.o ../../gcc/gcov-iov.c
  3707. /bin/sh ../../gcc/../move-if-change tmp-attrtab.c    insn-attrtab.c
  3708. clang++  ../../gcc/config/avr/gen-avr-mmcu-specs.c -o gen-avr-mmcu-specs -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace
  3709. Statistics for recog:
  3710.   Number of decisions:   5847
  3711.   longest path:            54 (code:    435)
  3712.   longest backtrack:        7 (code:    290)
  3713. Statistics for split_insns:
  3714.   Number of decisions:    825
  3715.   longest path:            30 (code:     73)
  3716.   longest backtrack:        4 (code:    109)
  3717. Statistics for peephole2_insns:
  3718.   Number of decisions:    456
  3719.   longest path:            28 (code:     26)
  3720.   longest backtrack:        2 (code:     88)
  3721. /bin/sh ../../gcc/../move-if-change tmp-dfatab.c     insn-dfatab.c
  3722. /bin/sh ../../gcc/../move-if-change tmp-output.c insn-output.c
  3723. /bin/sh ../../gcc/../move-if-change tmp-latencytab.c insn-latencytab.c
  3724. Shared 4756 out of 11517 states by creating 1685 new states, saving 3071
  3725. echo timestamp > s-output
  3726. echo timestamp > s-attrtab
  3727. /bin/sh ../../gcc/../move-if-change tmp-recog.c insn-recog.c
  3728. echo timestamp > s-recog
  3729. yes
  3730. checking for -force_load linker flag... clang++   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -Wl,-no_pie  -no-pie \
  3731.         build/gcov-iov.o -o build/gcov-iov
  3732. rm -rf device-specs
  3733. mkdir device-specs && cd device-specs &&  ../gen-avr-mmcu-specs
  3734. echo timestamp > s-device-specs
  3735. build/gcov-iov '8.1.0' '' \
  3736.         > tmp-gcov-iov.h
  3737. /bin/sh ../../gcc/../move-if-change tmp-gcov-iov.h gcov-iov.h
  3738. echo timestamp > s-iov
  3739. clang++ -fno-PIE -c  -DIN_GCC_FRONTEND -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -Ic -I../../gcc -I../../gcc/c -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace   -o c/c-lang.o -MT c/c-lang.o -MMD -MP -MF c/.deps/c-lang.TPo ../../gcc/c/c-lang.c
  3740. clang++ -fno-PIE -c  -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -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 -I../../gcc/../libbacktrace   -o c-family/stub-objc.o -MT c-family/stub-objc.o -MMD -MP -MF c-family/.deps/stub-objc.TPo ../../gcc/c-family/stub-objc.c
  3741. clang++ -fno-PIE -c  -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o attribs.o -MT attribs.o -MMD -MP -MF ./.deps/attribs.TPo ../../gcc/attribs.c
  3742. clang++ -fno-PIE -c  -DIN_GCC_FRONTEND -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -Ic -I../../gcc -I../../gcc/c -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace   -o c/c-errors.o -MT c/c-errors.o -MMD -MP -MF c/.deps/c-errors.TPo ../../gcc/c/c-errors.c
  3743. clang++ -fno-PIE -c  -DIN_GCC_FRONTEND -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -Ic -I../../gcc -I../../gcc/c -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace   -o c/c-decl.o -MT c/c-decl.o -MMD -MP -MF c/.deps/c-decl.TPo ../../gcc/c/c-decl.c
  3744. clang++ -fno-PIE -c  -DIN_GCC_FRONTEND -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -Ic -I../../gcc -I../../gcc/c -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace   -o c/c-typeck.o -MT c/c-typeck.o -MMD -MP -MF c/.deps/c-typeck.TPo ../../gcc/c/c-typeck.c
  3745. clang++ -fno-PIE -c  -DIN_GCC_FRONTEND -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -Ic -I../../gcc -I../../gcc/c -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace   -o c/c-convert.o -MT c/c-convert.o -MMD -MP -MF c/.deps/c-convert.TPo ../../gcc/c/c-convert.c
  3746. no
  3747. checking for dlfcn.h... yes
  3748. checking for objdir... .libs
  3749. clang++ -fno-PIE -c  -DIN_GCC_FRONTEND -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -Ic -I../../gcc -I../../gcc/c -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace   -o c/c-aux-info.o -MT c/c-aux-info.o -MMD -MP -MF c/.deps/c-aux-info.TPo ../../gcc/c/c-aux-info.c
  3750. clang++ -fno-PIE -c  -DIN_GCC_FRONTEND -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -Ic -I../../gcc -I../../gcc/c -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace   -o c/c-objc-common.o -MT c/c-objc-common.o -MMD -MP -MF c/.deps/c-objc-common.TPo ../../gcc/c/c-objc-common.c
  3751. clang++ -fno-PIE -c  -DIN_GCC_FRONTEND -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -Ic -I../../gcc -I../../gcc/c -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace   -o c/c-parser.o -MT c/c-parser.o -MMD -MP -MF c/.deps/c-parser.TPo ../../gcc/c/c-parser.c
  3752. clang++ -fno-PIE -c  -DIN_GCC_FRONTEND -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -Ic -I../../gcc -I../../gcc/c -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace   -o c/c-fold.o -MT c/c-fold.o -MMD -MP -MF c/.deps/c-fold.TPo ../../gcc/c/c-fold.c
  3753. checking if clang supports -fno-rtti -fno-exceptions... yes
  3754. checking for clang option to produce PIC... -fno-common -DPIC
  3755. checking if clang PIC flag -fno-common -DPIC works... yes
  3756. checking if clang static flag -static works... clang++ -fno-PIE -c  -DIN_GCC_FRONTEND -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -Ic -I../../gcc -I../../gcc/c -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace   -o c/gimple-parser.o -MT c/gimple-parser.o -MMD -MP -MF c/.deps/gimple-parser.TPo ../../gcc/c/gimple-parser.c
  3757. clang++ -fno-PIE -c  -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -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 -I../../gcc/../libbacktrace   -o c-family/c-common.o -MT c-family/c-common.o -MMD -MP -MF c-family/.deps/c-common.TPo ../../gcc/c-family/c-common.c
  3758. clang++ -fno-PIE -c  -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -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 -I../../gcc/../libbacktrace   -o c-family/c-cppbuiltin.o -MT c-family/c-cppbuiltin.o -MMD -MP -MF c-family/.deps/c-cppbuiltin.TPo ../../gcc/c-family/c-cppbuiltin.c
  3759. no
  3760. checking if clang supports -c -o file.o... clang++ -fno-PIE -c  -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -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 -I../../gcc/../libbacktrace   -o c-family/c-dump.o -MT c-family/c-dump.o -MMD -MP -MF c-family/.deps/c-dump.TPo ../../gcc/c-family/c-dump.c
  3761. yes
  3762. checking if clang supports -c -o file.o... (cached) yes
  3763. checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
  3764. checking dynamic linker characteristics... darwin17.7.0 dyld
  3765. checking how to hardcode library paths into programs... immediate
  3766. checking whether stripping libraries is possible... yes
  3767. checking if libtool supports shared libraries... yes
  3768. checking whether to build shared libraries... yes
  3769. checking whether to build static libraries... no
  3770. clang++ -fno-PIE -c  -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -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 -I../../gcc/../libbacktrace   -o c-family/c-format.o -MT c-family/c-format.o -MMD -MP -MF c-family/.deps/c-format.TPo ../../gcc/c-family/c-format.c
  3771. clang++ -fno-PIE -c  -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -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 -I../../gcc/../libbacktrace   -o c-family/c-gimplify.o -MT c-family/c-gimplify.o -MMD -MP -MF c-family/.deps/c-gimplify.TPo ../../gcc/c-family/c-gimplify.c
  3772. clang++ -fno-PIE -c  -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -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 -I../../gcc/../libbacktrace   -o c-family/c-indentation.o -MT c-family/c-indentation.o -MMD -MP -MF c-family/.deps/c-indentation.TPo ../../gcc/c-family/c-indentation.c
  3773. checking whether we are using the GNU C++ compiler... yes
  3774. checking whether clang++ accepts -g... yes
  3775. checking dependency style of clang++... clang++ -fno-PIE -c  -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -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 -I../../gcc/../libbacktrace   -o c-family/c-lex.o -MT c-family/c-lex.o -MMD -MP -MF c-family/.deps/c-lex.TPo ../../gcc/c-family/c-lex.c
  3776. gcc3
  3777. checking how to run the C++ preprocessor... clang++ -fno-PIE -c  -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -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 -I../../gcc/../libbacktrace   -o c-family/c-omp.o -MT c-family/c-omp.o -MMD -MP -MF c-family/.deps/c-omp.TPo ../../gcc/c-family/c-omp.c
  3778. clang++ -fno-PIE -c  -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND  -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -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 -I../../gcc/../libbacktrace   -o c-family/c-opts.o -MT c-family/c-opts.o -MMD -MP -MF c-family/.deps/c-opts.TPo ../../gcc/c-family/c-opts.c
  3779. clang++ -E
  3780. clang++ -fno-PIE -c  -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -DHOST_MACHINE=\"x86_64-apple-darwin17.7.0\" -DTARGET_MACHINE=\"avr-unknown-none\" -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -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 -I../../gcc/../libbacktrace   -o c-family/c-pch.o -MT c-family/c-pch.o -MMD -MP -MF c-family/.deps/c-pch.TPo ../../gcc/c-family/c-pch.c
  3781. clang++ -fno-PIE -c  -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -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 -I../../gcc/../libbacktrace   -o c-family/c-ppoutput.o -MT c-family/c-ppoutput.o -MMD -MP -MF c-family/.deps/c-ppoutput.TPo ../../gcc/c-family/c-ppoutput.c
  3782. checking for ld used by clang++... clang++ -fno-PIE -c  -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -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 -I../../gcc/../libbacktrace   -o c-family/c-pragma.o -MT c-family/c-pragma.o -MMD -MP -MF c-family/.deps/c-pragma.TPo ../../gcc/c-family/c-pragma.c
  3783. clang++ -fno-PIE -c  -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -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 -I../../gcc/../libbacktrace   -o c-family/c-pretty-print.o -MT c-family/c-pretty-print.o -MMD -MP -MF c-family/.deps/c-pretty-print.TPo ../../gcc/c-family/c-pretty-print.c
  3784. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
  3785. checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
  3786. checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
  3787. checking for clang++ option to produce PIC... -fno-common -DPIC
  3788. checking if clang++ PIC flag -fno-common -DPIC works... clang++ -fno-PIE -c  -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -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 -I../../gcc/../libbacktrace   -o c-family/c-semantics.o -MT c-family/c-semantics.o -MMD -MP -MF c-family/.deps/c-semantics.TPo ../../gcc/c-family/c-semantics.c
  3789. clang++ -fno-PIE -c  -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -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 -I../../gcc/../libbacktrace   -o c-family/c-ada-spec.o -MT c-family/c-ada-spec.o -MMD -MP -MF c-family/.deps/c-ada-spec.TPo ../../gcc/c-family/c-ada-spec.c
  3790. yes
  3791. checking if clang++ static flag -static works... clang++ -fno-PIE -c  -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -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 -I../../gcc/../libbacktrace   -o c-family/c-ubsan.o -MT c-family/c-ubsan.o -MMD -MP -MF c-family/.deps/c-ubsan.TPo ../../gcc/c-family/c-ubsan.c
  3792. no
  3793. checking if clang++ supports -c -o file.o... yes
  3794. checking if clang++ supports -c -o file.o... (cached) yes
  3795. checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
  3796. checking dynamic linker characteristics... darwin17.7.0 dyld
  3797. checking how to hardcode library paths into programs... immediate
  3798. clang++ -fno-PIE -c  -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -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 -I../../gcc/../libbacktrace   -o c-family/known-headers.o -MT c-family/known-headers.o -MMD -MP -MF c-family/.deps/known-headers.TPo ../../gcc/c-family/known-headers.cc
  3799. checking whether basename is declared... clang++ -fno-PIE -c  -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -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 -I../../gcc/../libbacktrace   -o c-family/c-attribs.o -MT c-family/c-attribs.o -MMD -MP -MF c-family/.deps/c-attribs.TPo ../../gcc/c-family/c-attribs.c
  3800. clang++ -fno-PIE -c  -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -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 -I../../gcc/../libbacktrace   -o c-family/c-warn.o -MT c-family/c-warn.o -MMD -MP -MF c-family/.deps/c-warn.TPo ../../gcc/c-family/c-warn.c
  3801. no
  3802. checking whether clang supports -W... clang++ -fno-PIE -c  -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -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 -I../../gcc/../libbacktrace   -o c-family/c-spellcheck.o -MT c-family/c-spellcheck.o -MMD -MP -MF c-family/.deps/c-spellcheck.TPo ../../gcc/c-family/c-spellcheck.cc
  3803. yes
  3804. checking whether clang supports -Wall... clang++ -fno-PIE -c  -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace  ../../gcc/config/avr/avr-c.c
  3805. yes
  3806. clang: error: unsupported option '-print-multi-os-directory'
  3807. checking for socket libraries... checking for connect... clang++ -fno-PIE -c  -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o default-c.o -MT default-c.o -MMD -MP -MF ./.deps/default-c.TPo ../../gcc/config/default-c.c
  3808. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings  -Wno-unused -DHAVE_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../../gcc/../libbacktrace   -o gimple-match.o -MT gimple-match.o -MMD -MP -MF ./.deps/gimple-match.TPo gimple-match.c
  3809. yes
  3810. checking for gethostbyname... clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings  -Wno-unused -DHAVE_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../../gcc/../libbacktrace   -o generic-match.o -MT generic-match.o -MMD -MP -MF ./.deps/generic-match.TPo generic-match.c
  3811. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o insn-attrtab.o -MT insn-attrtab.o -MMD -MP -MF ./.deps/insn-attrtab.TPo insn-attrtab.c
  3812. yes
  3813.  
  3814. checking for exported symbols... clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o insn-automata.o -MT insn-automata.o -MMD -MP -MF ./.deps/insn-automata.TPo insn-automata.c
  3815. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o insn-dfatab.o -MT insn-dfatab.o -MMD -MP -MF ./.deps/insn-dfatab.TPo insn-dfatab.c
  3816. yes
  3817. checking for library containing dlopen... clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o insn-emit.o -MT insn-emit.o -MMD -MP -MF ./.deps/insn-emit.TPo insn-emit.c
  3818. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o insn-extract.o -MT insn-extract.o -MMD -MP -MF ./.deps/insn-extract.TPo insn-extract.c
  3819. none required
  3820. checking for -fPIC -shared... clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o insn-latencytab.o -MT insn-latencytab.o -MMD -MP -MF ./.deps/insn-latencytab.TPo insn-latencytab.c
  3821. yes
  3822. checking for socketpair... clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o insn-modes.o -MT insn-modes.o -MMD -MP -MF ./.deps/insn-modes.TPo insn-modes.c
  3823. yes
  3824. checking for select... clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o insn-opinit.o -MT insn-opinit.o -MMD -MP -MF ./.deps/insn-opinit.TPo insn-opinit.c
  3825. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o insn-output.o -MT insn-output.o -MMD -MP -MF ./.deps/insn-output.TPo insn-output.c
  3826. yes
  3827. checking for fork... clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o insn-peep.o -MT insn-peep.o -MMD -MP -MF ./.deps/insn-peep.TPo insn-peep.c
  3828. yes
  3829. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o insn-preds.o -MT insn-preds.o -MMD -MP -MF ./.deps/insn-preds.TPo insn-preds.c
  3830. configure: updating cache ./config.cache
  3831. configure: creating ./config.status
  3832. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o insn-recog.o -MT insn-recog.o -MMD -MP -MF ./.deps/insn-recog.TPo insn-recog.c
  3833. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o insn-enums.o -MT insn-enums.o -MMD -MP -MF ./.deps/insn-enums.TPo insn-enums.c
  3834. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o ggc-page.o -MT ggc-page.o -MMD -MP -MF ./.deps/ggc-page.TPo ../../gcc/ggc-page.c
  3835. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o alias.o -MT alias.o -MMD -MP -MF ./.deps/alias.TPo ../../gcc/alias.c
  3836. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o alloc-pool.o -MT alloc-pool.o -MMD -MP -MF ./.deps/alloc-pool.TPo ../../gcc/alloc-pool.c
  3837. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o auto-inc-dec.o -MT auto-inc-dec.o -MMD -MP -MF ./.deps/auto-inc-dec.TPo ../../gcc/auto-inc-dec.c
  3838. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o auto-profile.o -MT auto-profile.o -MMD -MP -MF ./.deps/auto-profile.TPo ../../gcc/auto-profile.c
  3839. config.status: creating Makefile
  3840. config.status: creating cc1plugin-config.h
  3841. config.status: executing depfiles commands
  3842. config.status: executing libtool commands
  3843. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o bb-reorder.o -MT bb-reorder.o -MMD -MP -MF ./.deps/bb-reorder.TPo ../../gcc/bb-reorder.c
  3844. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o bitmap.o -MT bitmap.o -MMD -MP -MF ./.deps/bitmap.TPo ../../gcc/bitmap.c
  3845. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o bt-load.o -MT bt-load.o -MMD -MP -MF ./.deps/bt-load.TPo ../../gcc/bt-load.c
  3846. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o builtins.o -MT builtins.o -MMD -MP -MF ./.deps/builtins.TPo ../../gcc/builtins.c
  3847. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o caller-save.o -MT caller-save.o -MMD -MP -MF ./.deps/caller-save.TPo ../../gcc/caller-save.c
  3848. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o calls.o -MT calls.o -MMD -MP -MF ./.deps/calls.TPo ../../gcc/calls.c
  3849. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o ccmp.o -MT ccmp.o -MMD -MP -MF ./.deps/ccmp.TPo ../../gcc/ccmp.c
  3850. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o cfg.o -MT cfg.o -MMD -MP -MF ./.deps/cfg.TPo ../../gcc/cfg.c
  3851. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o cfganal.o -MT cfganal.o -MMD -MP -MF ./.deps/cfganal.TPo ../../gcc/cfganal.c
  3852. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o cfgbuild.o -MT cfgbuild.o -MMD -MP -MF ./.deps/cfgbuild.TPo ../../gcc/cfgbuild.c
  3853. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o cfgcleanup.o -MT cfgcleanup.o -MMD -MP -MF ./.deps/cfgcleanup.TPo ../../gcc/cfgcleanup.c
  3854. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o cfgexpand.o -MT cfgexpand.o -MMD -MP -MF ./.deps/cfgexpand.TPo ../../gcc/cfgexpand.c
  3855. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o cfghooks.o -MT cfghooks.o -MMD -MP -MF ./.deps/cfghooks.TPo ../../gcc/cfghooks.c
  3856. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o cfgloop.o -MT cfgloop.o -MMD -MP -MF ./.deps/cfgloop.TPo ../../gcc/cfgloop.c
  3857. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o cfgloopanal.o -MT cfgloopanal.o -MMD -MP -MF ./.deps/cfgloopanal.TPo ../../gcc/cfgloopanal.c
  3858. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o cfgloopmanip.o -MT cfgloopmanip.o -MMD -MP -MF ./.deps/cfgloopmanip.TPo ../../gcc/cfgloopmanip.c
  3859. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o cfgrtl.o -MT cfgrtl.o -MMD -MP -MF ./.deps/cfgrtl.TPo ../../gcc/cfgrtl.c
  3860. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o symtab.o -MT symtab.o -MMD -MP -MF ./.deps/symtab.TPo ../../gcc/symtab.c
  3861. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o cgraph.o -MT cgraph.o -MMD -MP -MF ./.deps/cgraph.TPo ../../gcc/cgraph.c
  3862. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o cgraphbuild.o -MT cgraphbuild.o -MMD -MP -MF ./.deps/cgraphbuild.TPo ../../gcc/cgraphbuild.c
  3863. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o cgraphunit.o -MT cgraphunit.o -MMD -MP -MF ./.deps/cgraphunit.TPo ../../gcc/cgraphunit.c
  3864. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o cgraphclones.o -MT cgraphclones.o -MMD -MP -MF ./.deps/cgraphclones.TPo ../../gcc/cgraphclones.c
  3865. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o combine.o -MT combine.o -MMD -MP -MF ./.deps/combine.TPo ../../gcc/combine.c
  3866. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o combine-stack-adj.o -MT combine-stack-adj.o -MMD -MP -MF ./.deps/combine-stack-adj.TPo ../../gcc/combine-stack-adj.c
  3867. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o compare-elim.o -MT compare-elim.o -MMD -MP -MF ./.deps/compare-elim.TPo ../../gcc/compare-elim.c
  3868. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o context.o -MT context.o -MMD -MP -MF ./.deps/context.TPo ../../gcc/context.c
  3869. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o convert.o -MT convert.o -MMD -MP -MF ./.deps/convert.TPo ../../gcc/convert.c
  3870. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o coverage.o -MT coverage.o -MMD -MP -MF ./.deps/coverage.TPo ../../gcc/coverage.c
  3871. clang++ -fno-PIE -c  -DGCC_INCLUDE_DIR=\"/usr/local/Cellar/avr-gcc/8.1.0/lib/avr-gcc/8/gcc/avr/8.1.0/include\" -DFIXED_INCLUDE_DIR=\"/usr/local/Cellar/avr-gcc/8.1.0/lib/avr-gcc/8/gcc/avr/8.1.0/include-fixed\" -DGPLUSPLUS_INCLUDE_DIR=\"/usr/local/Cellar/avr-gcc/8.1.0/lib/avr-gcc/8/gcc/avr/8.1.0/../../../../../../avr/include/c++/8.1.0\" -DGPLUSPLUS_INCLUDE_DIR_ADD_SYSROOT=0 -DGPLUSPLUS_TOOL_INCLUDE_DIR=\"/usr/local/Cellar/avr-gcc/8.1.0/lib/avr-gcc/8/gcc/avr/8.1.0/../../../../../../avr/include/c++/8.1.0/avr\" -DGPLUSPLUS_BACKWARD_INCLUDE_DIR=\"/usr/local/Cellar/avr-gcc/8.1.0/lib/avr-gcc/8/gcc/avr/8.1.0/../../../../../../avr/include/c++/8.1.0/backward\" -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" -DCROSS_INCLUDE_DIR=\"/usr/local/Cellar/avr-gcc/8.1.0/lib/avr-gcc/8/gcc/avr/8.1.0/../../../../../../avr/sys-include\" -DTOOL_INCLUDE_DIR=\"/usr/local/Cellar/avr-gcc/8.1.0/lib/avr-gcc/8/gcc/avr/8.1.0/../../../../../../avr/include\" -DNATIVE_SYSTEM_HEADER_DIR=\"/usr/include\" -DPREFIX=\"/usr/local/Cellar/avr-gcc/8.1.0/\" -DSTANDARD_EXEC_PREFIX=\"/usr/local/Cellar/avr-gcc/8.1.0/lib/avr-gcc/8/gcc/\"  -DBASEVER="\"8.1.0\"" -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o cppbuiltin.o -MT cppbuiltin.o -MMD -MP -MF ./.deps/cppbuiltin.TPo ../../gcc/cppbuiltin.c
  3872. clang++ -fno-PIE -c  -DGCC_INCLUDE_DIR=\"/usr/local/Cellar/avr-gcc/8.1.0/lib/avr-gcc/8/gcc/avr/8.1.0/include\" -DFIXED_INCLUDE_DIR=\"/usr/local/Cellar/avr-gcc/8.1.0/lib/avr-gcc/8/gcc/avr/8.1.0/include-fixed\" -DGPLUSPLUS_INCLUDE_DIR=\"/usr/local/Cellar/avr-gcc/8.1.0/lib/avr-gcc/8/gcc/avr/8.1.0/../../../../../../avr/include/c++/8.1.0\" -DGPLUSPLUS_INCLUDE_DIR_ADD_SYSROOT=0 -DGPLUSPLUS_TOOL_INCLUDE_DIR=\"/usr/local/Cellar/avr-gcc/8.1.0/lib/avr-gcc/8/gcc/avr/8.1.0/../../../../../../avr/include/c++/8.1.0/avr\" -DGPLUSPLUS_BACKWARD_INCLUDE_DIR=\"/usr/local/Cellar/avr-gcc/8.1.0/lib/avr-gcc/8/gcc/avr/8.1.0/../../../../../../avr/include/c++/8.1.0/backward\" -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" -DCROSS_INCLUDE_DIR=\"/usr/local/Cellar/avr-gcc/8.1.0/lib/avr-gcc/8/gcc/avr/8.1.0/../../../../../../avr/sys-include\" -DTOOL_INCLUDE_DIR=\"/usr/local/Cellar/avr-gcc/8.1.0/lib/avr-gcc/8/gcc/avr/8.1.0/../../../../../../avr/include\" -DNATIVE_SYSTEM_HEADER_DIR=\"/usr/include\" -DPREFIX=\"/usr/local/Cellar/avr-gcc/8.1.0/\" -DSTANDARD_EXEC_PREFIX=\"/usr/local/Cellar/avr-gcc/8.1.0/lib/avr-gcc/8/gcc/\"  -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o cppdefault.o -MT cppdefault.o -MMD -MP -MF ./.deps/cppdefault.TPo ../../gcc/cppdefault.c
  3873. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o cprop.o -MT cprop.o -MMD -MP -MF ./.deps/cprop.TPo ../../gcc/cprop.c
  3874. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o cse.o -MT cse.o -MMD -MP -MF ./.deps/cse.TPo ../../gcc/cse.c
  3875. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o cselib.o -MT cselib.o -MMD -MP -MF ./.deps/cselib.TPo ../../gcc/cselib.c
  3876. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o data-streamer.o -MT data-streamer.o -MMD -MP -MF ./.deps/data-streamer.TPo ../../gcc/data-streamer.c
  3877. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o data-streamer-in.o -MT data-streamer-in.o -MMD -MP -MF ./.deps/data-streamer-in.TPo ../../gcc/data-streamer-in.c
  3878. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o data-streamer-out.o -MT data-streamer-out.o -MMD -MP -MF ./.deps/data-streamer-out.TPo ../../gcc/data-streamer-out.c
  3879. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o dbxout.o -MT dbxout.o -MMD -MP -MF ./.deps/dbxout.TPo ../../gcc/dbxout.c
  3880. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o dbgcnt.o -MT dbgcnt.o -MMD -MP -MF ./.deps/dbgcnt.TPo ../../gcc/dbgcnt.c
  3881. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o dce.o -MT dce.o -MMD -MP -MF ./.deps/dce.TPo ../../gcc/dce.c
  3882. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o ddg.o -MT ddg.o -MMD -MP -MF ./.deps/ddg.TPo ../../gcc/ddg.c
  3883. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o debug.o -MT debug.o -MMD -MP -MF ./.deps/debug.TPo ../../gcc/debug.c
  3884. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o df-core.o -MT df-core.o -MMD -MP -MF ./.deps/df-core.TPo ../../gcc/df-core.c
  3885. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o df-problems.o -MT df-problems.o -MMD -MP -MF ./.deps/df-problems.TPo ../../gcc/df-problems.c
  3886. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o df-scan.o -MT df-scan.o -MMD -MP -MF ./.deps/df-scan.TPo ../../gcc/df-scan.c
  3887. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings  -Wno-strict-aliasing -DHAVE_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../../gcc/../libbacktrace   -o dfp.o -MT dfp.o -MMD -MP -MF ./.deps/dfp.TPo ../../gcc/dfp.c
  3888. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o dojump.o -MT dojump.o -MMD -MP -MF ./.deps/dojump.TPo ../../gcc/dojump.c
  3889. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o dominance.o -MT dominance.o -MMD -MP -MF ./.deps/dominance.TPo ../../gcc/dominance.c
  3890. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o domwalk.o -MT domwalk.o -MMD -MP -MF ./.deps/domwalk.TPo ../../gcc/domwalk.c
  3891. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o double-int.o -MT double-int.o -MMD -MP -MF ./.deps/double-int.TPo ../../gcc/double-int.c
  3892. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o dse.o -MT dse.o -MMD -MP -MF ./.deps/dse.TPo ../../gcc/dse.c
  3893. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o dumpfile.o -MT dumpfile.o -MMD -MP -MF ./.deps/dumpfile.TPo ../../gcc/dumpfile.c
  3894. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o dwarf2asm.o -MT dwarf2asm.o -MMD -MP -MF ./.deps/dwarf2asm.TPo ../../gcc/dwarf2asm.c
  3895. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o dwarf2cfi.o -MT dwarf2cfi.o -MMD -MP -MF ./.deps/dwarf2cfi.TPo ../../gcc/dwarf2cfi.c
  3896. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o dwarf2out.o -MT dwarf2out.o -MMD -MP -MF ./.deps/dwarf2out.TPo ../../gcc/dwarf2out.c
  3897. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o early-remat.o -MT early-remat.o -MMD -MP -MF ./.deps/early-remat.TPo ../../gcc/early-remat.c
  3898. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o emit-rtl.o -MT emit-rtl.o -MMD -MP -MF ./.deps/emit-rtl.TPo ../../gcc/emit-rtl.c
  3899. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o et-forest.o -MT et-forest.o -MMD -MP -MF ./.deps/et-forest.TPo ../../gcc/et-forest.c
  3900. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o except.o -MT except.o -MMD -MP -MF ./.deps/except.TPo ../../gcc/except.c
  3901. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o explow.o -MT explow.o -MMD -MP -MF ./.deps/explow.TPo ../../gcc/explow.c
  3902. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o expmed.o -MT expmed.o -MMD -MP -MF ./.deps/expmed.TPo ../../gcc/expmed.c
  3903. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o expr.o -MT expr.o -MMD -MP -MF ./.deps/expr.TPo ../../gcc/expr.c
  3904. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o fibonacci_heap.o -MT fibonacci_heap.o -MMD -MP -MF ./.deps/fibonacci_heap.TPo ../../gcc/fibonacci_heap.c
  3905. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o file-prefix-map.o -MT file-prefix-map.o -MMD -MP -MF ./.deps/file-prefix-map.TPo ../../gcc/file-prefix-map.c
  3906. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o final.o -MT final.o -MMD -MP -MF ./.deps/final.TPo ../../gcc/final.c
  3907. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o fixed-value.o -MT fixed-value.o -MMD -MP -MF ./.deps/fixed-value.TPo ../../gcc/fixed-value.c
  3908. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o fold-const.o -MT fold-const.o -MMD -MP -MF ./.deps/fold-const.TPo ../../gcc/fold-const.c
  3909. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o fold-const-call.o -MT fold-const-call.o -MMD -MP -MF ./.deps/fold-const-call.TPo ../../gcc/fold-const-call.c
  3910. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o function.o -MT function.o -MMD -MP -MF ./.deps/function.TPo ../../gcc/function.c
  3911. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o function-tests.o -MT function-tests.o -MMD -MP -MF ./.deps/function-tests.TPo ../../gcc/function-tests.c
  3912. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o fwprop.o -MT fwprop.o -MMD -MP -MF ./.deps/fwprop.TPo ../../gcc/fwprop.c
  3913. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o gcc-rich-location.o -MT gcc-rich-location.o -MMD -MP -MF ./.deps/gcc-rich-location.TPo ../../gcc/gcc-rich-location.c
  3914. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o gcse.o -MT gcse.o -MMD -MP -MF ./.deps/gcse.TPo ../../gcc/gcse.c
  3915. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o gcse-common.o -MT gcse-common.o -MMD -MP -MF ./.deps/gcse-common.TPo ../../gcc/gcse-common.c
  3916. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o ggc-common.o -MT ggc-common.o -MMD -MP -MF ./.deps/ggc-common.TPo ../../gcc/ggc-common.c
  3917. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o ggc-tests.o -MT ggc-tests.o -MMD -MP -MF ./.deps/ggc-tests.TPo ../../gcc/ggc-tests.c
  3918. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o gimple.o -MT gimple.o -MMD -MP -MF ./.deps/gimple.TPo ../../gcc/gimple.c
  3919. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o gimple-builder.o -MT gimple-builder.o -MMD -MP -MF ./.deps/gimple-builder.TPo ../../gcc/gimple-builder.c
  3920. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o gimple-expr.o -MT gimple-expr.o -MMD -MP -MF ./.deps/gimple-expr.TPo ../../gcc/gimple-expr.c
  3921. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o gimple-iterator.o -MT gimple-iterator.o -MMD -MP -MF ./.deps/gimple-iterator.TPo ../../gcc/gimple-iterator.c
  3922. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o gimple-fold.o -MT gimple-fold.o -MMD -MP -MF ./.deps/gimple-fold.TPo ../../gcc/gimple-fold.c
  3923. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o gimple-laddress.o -MT gimple-laddress.o -MMD -MP -MF ./.deps/gimple-laddress.TPo ../../gcc/gimple-laddress.c
  3924. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o gimple-loop-interchange.o -MT gimple-loop-interchange.o -MMD -MP -MF ./.deps/gimple-loop-interchange.TPo ../../gcc/gimple-loop-interchange.cc
  3925. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o gimple-loop-jam.o -MT gimple-loop-jam.o -MMD -MP -MF ./.deps/gimple-loop-jam.TPo ../../gcc/gimple-loop-jam.c
  3926. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o gimple-low.o -MT gimple-low.o -MMD -MP -MF ./.deps/gimple-low.TPo ../../gcc/gimple-low.c
  3927. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o gimple-pretty-print.o -MT gimple-pretty-print.o -MMD -MP -MF ./.deps/gimple-pretty-print.TPo ../../gcc/gimple-pretty-print.c
  3928. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o gimple-ssa-backprop.o -MT gimple-ssa-backprop.o -MMD -MP -MF ./.deps/gimple-ssa-backprop.TPo ../../gcc/gimple-ssa-backprop.c
  3929. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o gimple-ssa-evrp.o -MT gimple-ssa-evrp.o -MMD -MP -MF ./.deps/gimple-ssa-evrp.TPo ../../gcc/gimple-ssa-evrp.c
  3930. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o gimple-ssa-evrp-analyze.o -MT gimple-ssa-evrp-analyze.o -MMD -MP -MF ./.deps/gimple-ssa-evrp-analyze.TPo ../../gcc/gimple-ssa-evrp-analyze.c
  3931. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o gimple-ssa-isolate-paths.o -MT gimple-ssa-isolate-paths.o -MMD -MP -MF ./.deps/gimple-ssa-isolate-paths.TPo ../../gcc/gimple-ssa-isolate-paths.c
  3932. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o gimple-ssa-nonnull-compare.o -MT gimple-ssa-nonnull-compare.o -MMD -MP -MF ./.deps/gimple-ssa-nonnull-compare.TPo ../../gcc/gimple-ssa-nonnull-compare.c
  3933. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o gimple-ssa-split-paths.o -MT gimple-ssa-split-paths.o -MMD -MP -MF ./.deps/gimple-ssa-split-paths.TPo ../../gcc/gimple-ssa-split-paths.c
  3934. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o gimple-ssa-store-merging.o -MT gimple-ssa-store-merging.o -MMD -MP -MF ./.deps/gimple-ssa-store-merging.TPo ../../gcc/gimple-ssa-store-merging.c
  3935. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o gimple-ssa-strength-reduction.o -MT gimple-ssa-strength-reduction.o -MMD -MP -MF ./.deps/gimple-ssa-strength-reduction.TPo ../../gcc/gimple-ssa-strength-reduction.c
  3936. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o gimple-ssa-sprintf.o -MT gimple-ssa-sprintf.o -MMD -MP -MF ./.deps/gimple-ssa-sprintf.TPo ../../gcc/gimple-ssa-sprintf.c
  3937. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o gimple-ssa-warn-alloca.o -MT gimple-ssa-warn-alloca.o -MMD -MP -MF ./.deps/gimple-ssa-warn-alloca.TPo ../../gcc/gimple-ssa-warn-alloca.c
  3938. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o gimple-ssa-warn-restrict.o -MT gimple-ssa-warn-restrict.o -MMD -MP -MF ./.deps/gimple-ssa-warn-restrict.TPo ../../gcc/gimple-ssa-warn-restrict.c
  3939. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o gimple-streamer-in.o -MT gimple-streamer-in.o -MMD -MP -MF ./.deps/gimple-streamer-in.TPo ../../gcc/gimple-streamer-in.c
  3940. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o gimple-streamer-out.o -MT gimple-streamer-out.o -MMD -MP -MF ./.deps/gimple-streamer-out.TPo ../../gcc/gimple-streamer-out.c
  3941. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o gimple-walk.o -MT gimple-walk.o -MMD -MP -MF ./.deps/gimple-walk.TPo ../../gcc/gimple-walk.c
  3942. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o gimplify.o -MT gimplify.o -MMD -MP -MF ./.deps/gimplify.TPo ../../gcc/gimplify.c
  3943. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o gimplify-me.o -MT gimplify-me.o -MMD -MP -MF ./.deps/gimplify-me.TPo ../../gcc/gimplify-me.c
  3944. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o godump.o -MT godump.o -MMD -MP -MF ./.deps/godump.TPo ../../gcc/godump.c
  3945. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o graph.o -MT graph.o -MMD -MP -MF ./.deps/graph.TPo ../../gcc/graph.c
  3946. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o graphds.o -MT graphds.o -MMD -MP -MF ./.deps/graphds.TPo ../../gcc/graphds.c
  3947. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o graphite.o -MT graphite.o -MMD -MP -MF ./.deps/graphite.TPo ../../gcc/graphite.c
  3948. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o graphite-isl-ast-to-gimple.o -MT graphite-isl-ast-to-gimple.o -MMD -MP -MF ./.deps/graphite-isl-ast-to-gimple.TPo ../../gcc/graphite-isl-ast-to-gimple.c
  3949. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o graphite-dependences.o -MT graphite-dependences.o -MMD -MP -MF ./.deps/graphite-dependences.TPo ../../gcc/graphite-dependences.c
  3950. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o graphite-optimize-isl.o -MT graphite-optimize-isl.o -MMD -MP -MF ./.deps/graphite-optimize-isl.TPo ../../gcc/graphite-optimize-isl.c
  3951. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o graphite-poly.o -MT graphite-poly.o -MMD -MP -MF ./.deps/graphite-poly.TPo ../../gcc/graphite-poly.c
  3952. clang++ -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_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../../gcc/../libbacktrace   -o graphite-scop-detection.o -MT graphite-scop-detection.o -MMD -MP -MF ./.deps/graphite-scop-detection.TPo ../../gcc/graphite-scop-detection.c
  3953. ../../gcc/graphite-dependences.c:48:16: error: use of undeclared identifier 'isl_space_get_tuple_id'; did you mean 'isl_map_get_tuple_id'?
  3954.   isl_id *id = isl_space_get_tuple_id (d, isl_dim_in);
  3955.                ^~~~~~~~~~~~~~~~~~~~~~
  3956.                isl_map_get_tuple_id
  3957. /usr/local/include/isl/map.h:102:20: note: 'isl_map_get_tuple_id' declared here
  3958. __isl_give isl_id *isl_map_get_tuple_id(__isl_keep isl_map *map,
  3959.                    ^
  3960. ../../gcc/graphite-dependences.c:48:40: error: cannot initialize a parameter of type 'isl_map *' with an lvalue of type 'isl_space *'
  3961.   isl_id *id = isl_space_get_tuple_id (d, isl_dim_in);
  3962.                                        ^
  3963. /usr/local/include/isl/map.h:102:61: note: passing argument to parameter 'map' here
  3964. __isl_give isl_id *isl_map_get_tuple_id(__isl_keep isl_map *map,
  3965.                                                             ^
  3966. ../../gcc/graphite-dependences.c:51:3: error: use of undeclared identifier 'isl_space_free'
  3967.   isl_space_free (d);
  3968.   ^
  3969. ../../gcc/graphite-dependences.c:141:16: error: use of undeclared identifier 'isl_space_dim'
  3970.   int nb_out = isl_space_dim (space, isl_dim_out);
  3971.                ^
  3972. ../../gcc/graphite-dependences.c:147:3: error: use of undeclared identifier 'isl_space_free'
  3973.   isl_space_free (space);
  3974.   ^
  3975. ../../gcc/graphite-dependences.c:157:11: error: use of undeclared identifier 'isl_space_dim'
  3976.   int n = isl_space_dim (space, isl_dim_out);
  3977.           ^
  3978. ../../gcc/graphite-dependences.c:159:3: error: use of undeclared identifier 'isl_space_free'
  3979.   isl_space_free (space);
  3980.   ^
  3981. ../../gcc/graphite-dependences.c:234:34: error: use of undeclared identifier 'isl_space_range'; did you mean 'isl_map_range'?
  3982.   isl_map *lex = isl_map_lex_le (isl_space_range (space));
  3983.                                  ^~~~~~~~~~~~~~~
  3984.                                  isl_map_range
  3985. /usr/local/include/isl/map.h:497:21: note: 'isl_map_range' declared here
  3986. __isl_give isl_set *isl_map_range(__isl_take isl_map *map);
  3987.                     ^
  3988. ../../gcc/graphite-dependences.c:234:51: error: cannot initialize a parameter of type 'isl_map *' with an lvalue of type 'isl_space *'
  3989.   isl_map *lex = isl_map_lex_le (isl_space_range (space));
  3990.                                                   ^~~~~
  3991. /usr/local/include/isl/map.h:497:55: note: passing argument to parameter 'map' here
  3992. __isl_give isl_set *isl_map_range(__isl_take isl_map *map);
  3993.                                                       ^
  3994. ../../gcc/graphite-optimize-isl.c:58:19: error: use of undeclared identifier 'isl_space_dim'
  3995.   unsigned dims = isl_space_dim (space, isl_dim_set);
  3996. ../../gcc/graphite-dependences.c:266:47: error: use of undeclared identifier 'isl_space_copy'
  3997.   isl_union_map *reads = isl_union_map_empty (isl_space_copy (space));
  3998.                                               ^                  ^
  3999.  
  4000. ../../gcc/graphite-optimize-isl.c:61:3: error: use of undeclared identifier 'isl_space_free'
  4001.   isl_space_free (space);
  4002.   ^
  4003. ../../gcc/graphite-dependences.c:267:53: error: use of undeclared identifier 'isl_space_copy'
  4004.   isl_union_map *must_writes = isl_union_map_empty (isl_space_copy (space));
  4005.                                                     ^
  4006. 11 errors generated.
  4007. make[2]: *** [graphite-dependences.o] Error 1
  4008. make[2]: *** Waiting for unfinished jobs....
  4009. 2 errors generated.
  4010. make[2]: *** [graphite-optimize-isl.o] Error 1
  4011. ../../gcc/graphite-isl-ast-to-gimple.c:83:7: error: use of undeclared identifier 'isl_id_free'
  4012.       isl_id_free (it->first);
  4013.       ^
  4014. ../../gcc/graphite-isl-ast-to-gimple.c:262:3: error: use of undeclared identifier 'isl_id_free'
  4015.   isl_id_free (tmp_isl_id);
  4016.   ^
  4017. ../../gcc/graphite-isl-ast-to-gimple.c:598:5: error: use of undeclared identifier 'isl_id_free'
  4018.     isl_id_free (res->first);
  4019.     ^
  4020. ../../gcc/graphite-isl-ast-to-gimple.c:638:53: error: use of undeclared identifier 'isl_id_get_user'
  4021.       ast_build_info *for_info = (ast_build_info *) isl_id_get_user (id);
  4022.                                                     ^
  4023. ../../gcc/graphite-isl-ast-to-gimple.c:641:7: error: use of undeclared identifier 'isl_id_free'
  4024.       isl_id_free (id);
  4025.       ^
  4026. ../../gcc/graphite-isl-ast-to-gimple.c:802:31: error: use of undeclared identifier 'isl_id_get_user'
  4027.   poly_bb_p pbb = (poly_bb_p) isl_id_get_user (name_id);
  4028.                               ^
  4029. ../../gcc/graphite-isl-ast-to-gimple.c:808:3: error: use of undeclared identifier 'isl_id_free'
  4030.   isl_id_free (name_id);
  4031.   ^
  4032. ../../gcc/graphite-isl-ast-to-gimple.c:1367:19: error: use of undeclared identifier 'isl_space_dim'
  4033.   int dimension = isl_space_dim (schedule_space, isl_dim_out);
  4034.                   ^
  4035. ../../gcc/graphite-isl-ast-to-gimple.c:1371:3: error: use of undeclared identifier 'isl_space_free'
  4036.   isl_space_free (schedule_space);
  4037.   ^
  4038. ../../gcc/graphite-isl-ast-to-gimple.c:1372:16: error: use of undeclared identifier 'isl_id_alloc'; did you mean 'isl_mat_alloc'?
  4039.   isl_id *id = isl_id_alloc (isl_ast_build_get_ctx (build), "", for_info);
  4040.                ^~~~~~~~~~~~
  4041.                isl_mat_alloc
  4042. /usr/local/include/isl/mat.h:28:21: note: 'isl_mat_alloc' declared here
  4043. __isl_give isl_mat *isl_mat_alloc(isl_ctx *ctx,
  4044.                     ^
  4045. ../../gcc/graphite-isl-ast-to-gimple.c:1372:61: error: cannot initialize a parameter of type 'unsigned int' with an lvalue of type 'const char [1]'
  4046.   isl_id *id = isl_id_alloc (isl_ast_build_get_ctx (build), "", for_info);
  4047.                                                             ^~
  4048. /usr/local/include/isl/mat.h:29:11: note: passing argument to parameter 'n_row' here
  4049.         unsigned n_row, unsigned n_col);
  4050.                  ^
  4051. 11 errors generated.
  4052. make[2]: *** [graphite-isl-ast-to-gimple.o] Error 1
  4053. rm gcc.pod
  4054. make[1]: *** [all-gcc] Error 2
  4055. make: *** [all] Error 2
  4056.  
  4057. ==> Formula
  4058. Tap: osx-cross/avr
  4059. Path: /usr/local/Homebrew/Library/Taps/osx-cross/homebrew-avr/avr-gcc.rb
  4060. ==> Configuration
  4061. HOMEBREW_VERSION: 1.7.1
  4062. ORIGIN: https://github.com/Homebrew/brew
  4063. HEAD: d6a245c05110c240e680da594c2cc6038998b82e
  4064. Last commit: 13 days ago
  4065. Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
  4066. Core tap HEAD: 2792778ca306e223ca1b3cf32e6891190ab1370f
  4067. Core tap last commit: 18 hours ago
  4068. HOMEBREW_PREFIX: /usr/local
  4069. HOMEBREW_ENABLE_AUTO_UPDATE_MIGRATION: 1
  4070. CPU: octa-core 64-bit kabylake
  4071. Homebrew Ruby: 2.3.7 => /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby
  4072. Clang: 9.1 build 902
  4073. Git: 2.18.0 => /usr/local/bin/git
  4074. Curl: 7.54.0 => /usr/bin/curl
  4075. Java: N/A
  4076. macOS: 10.13.6-x86_64
  4077. CLT: 9.4.1.0.1.1528165917
  4078. Xcode: 9.4.1
  4079. XQuartz: N/A
  4080. ==> ENV
  4081. HOMEBREW_CC: clang
  4082. HOMEBREW_CXX: clang++
  4083. MAKEFLAGS: -j8
  4084. CMAKE_PREFIX_PATH: /usr/local
  4085. CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
  4086. CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
  4087. PKG_CONFIG_PATH: /usr/local/opt/mpfr/lib/pkgconfig
  4088. PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Homebrew/Library/Homebrew/os/mac/pkgconfig/10.13
  4089. ACLOCAL_PATH: /usr/local/share/aclocal
  4090. PATH: /usr/local/Homebrew/Library/Homebrew/shims/mac/super:/usr/local/opt/avr-binutils/bin:/usr/bin:/bin:/usr/sbin:/sbin
  4091.  
  4092. Error: osx-cross/avr/avr-gcc 8.1.0 did not build
  4093. Logs:
  4094.      /Users/daikiojm/Library/Logs/Homebrew/avr-gcc/00.options.out
  4095.      /Users/daikiojm/Library/Logs/Homebrew/avr-gcc/01.configure.cc
  4096.      /Users/daikiojm/Library/Logs/Homebrew/avr-gcc/02.make.cc
  4097.      /Users/daikiojm/Library/Logs/Homebrew/avr-gcc/01.configure
  4098.      /Users/daikiojm/Library/Logs/Homebrew/avr-gcc/02.make
  4099. If reporting this issue please do so at (not Homebrew/brew or Homebrew/core):
  4100. https://github.com/osx-cross/homebrew-avr/issues
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement