Advertisement
Guest User

config.log gcc

a guest
Jan 2nd, 2012
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 40.56 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by configure, which was
  5. generated by GNU Autoconf 2.64. Invocation command line was
  6.  
  7. $ ../gcc-4.5.2/configure --target=sh-elf --prefix=/home/wes/Dreamcast/dc/toolchain/sh-elf --without-headers --with-newlib --enable-languages=c --disable-libssp --disable-tls --with-multilib-list=m4-single-only,m4-nofpu,m4 --with-endian=little --with-cpu=m4-single-only
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = ubuntu
  14. uname -m = x86_64
  15. uname -r = 3.0.0-12-generic
  16. uname -s = Linux
  17. uname -v = #20-Ubuntu SMP Fri Oct 7 14:56:25 UTC 2011
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /home/wes/Dreamcast/dc/toolchain/sh-elf/bin
  31. PATH: /home/wes/Dreamcast/dc/toolchain/arm-elf/bin
  32. PATH: /usr/local/sbin
  33. PATH: /usr/local/bin
  34. PATH: /usr/sbin
  35. PATH: /usr/bin
  36. PATH: /sbin
  37. PATH: /bin
  38. PATH: /usr/X11R6/bin
  39.  
  40.  
  41. ## ----------- ##
  42. ## Core tests. ##
  43. ## ----------- ##
  44.  
  45. configure:2429: checking build system type
  46. configure:2443: result: x86_64-unknown-linux-gnu
  47. configure:2490: checking host system type
  48. configure:2503: result: x86_64-unknown-linux-gnu
  49. configure:2523: checking target system type
  50. configure:2536: result: sh-unknown-elf
  51. configure:2590: checking for a BSD-compatible install
  52. configure:2658: result: /usr/bin/install -c
  53. configure:2669: checking whether ln works
  54. configure:2691: result: yes
  55. configure:2695: checking whether ln -s works
  56. configure:2699: result: yes
  57. configure:2706: checking for a sed that does not truncate output
  58. configure:2770: result: /bin/sed
  59. configure:2779: checking for gawk
  60. configure:2795: found /usr/bin/gawk
  61. configure:2806: result: gawk
  62. configure:4039: checking for gcc
  63. configure:4055: found /usr/bin/gcc
  64. configure:4066: result: gcc
  65. configure:4295: checking for C compiler version
  66. configure:4304: gcc --version >&5
  67. gcc (Ubuntu/Linaro 4.6.1-9ubuntu3) 4.6.1
  68. Copyright (C) 2011 Free Software Foundation, Inc.
  69. This is free software; see the source for copying conditions. There is NO
  70. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  71.  
  72. configure:4315: $? = 0
  73. configure:4304: gcc -v >&5
  74. Using built-in specs.
  75. COLLECT_GCC=gcc
  76. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6.1/lto-wrapper
  77. Target: x86_64-linux-gnu
  78. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.1-9ubuntu3' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++,go --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  79. Thread model: posix
  80. gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3)
  81. configure:4315: $? = 0
  82. configure:4304: gcc -V >&5
  83. gcc: error: unrecognized option '-V'
  84. gcc: fatal error: no input files
  85. compilation terminated.
  86. configure:4315: $? = 4
  87. configure:4304: gcc -qversion >&5
  88. gcc: error: unrecognized option '-qversion'
  89. gcc: fatal error: no input files
  90. compilation terminated.
  91. configure:4315: $? = 4
  92. configure:4335: checking for C compiler default output file name
  93. configure:4357: gcc conftest.c >&5
  94. configure:4361: $? = 0
  95. configure:4398: result: a.out
  96. configure:4414: checking whether the C compiler works
  97. configure:4423: ./a.out
  98. configure:4427: $? = 0
  99. configure:4442: result: yes
  100. configure:4449: checking whether we are cross compiling
  101. configure:4451: result: no
  102. configure:4454: checking for suffix of executables
  103. configure:4461: gcc -o conftest conftest.c >&5
  104. configure:4465: $? = 0
  105. configure:4487: result:
  106. configure:4493: checking for suffix of object files
  107. configure:4515: gcc -c conftest.c >&5
  108. configure:4519: $? = 0
  109. configure:4540: result: o
  110. configure:4544: checking whether we are using the GNU C compiler
  111. configure:4563: gcc -c conftest.c >&5
  112. configure:4563: $? = 0
  113. configure:4572: result: yes
  114. configure:4581: checking whether gcc accepts -g
  115. configure:4601: gcc -c -g conftest.c >&5
  116. configure:4601: $? = 0
  117. configure:4642: result: yes
  118. configure:4659: checking for gcc option to accept ISO C89
  119. configure:4723: gcc -c -g -O2 conftest.c >&5
  120. configure:4723: $? = 0
  121. configure:4736: result: none needed
  122. configure:4814: checking for g++
  123. configure:4830: found /usr/bin/g++
  124. configure:4841: result: g++
  125. configure:4868: checking for C++ compiler version
  126. configure:4877: g++ --version >&5
  127. g++ (Ubuntu/Linaro 4.6.1-9ubuntu3) 4.6.1
  128. Copyright (C) 2011 Free Software Foundation, Inc.
  129. This is free software; see the source for copying conditions. There is NO
  130. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  131.  
  132. configure:4888: $? = 0
  133. configure:4877: g++ -v >&5
  134. Using built-in specs.
  135. COLLECT_GCC=g++
  136. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6.1/lto-wrapper
  137. Target: x86_64-linux-gnu
  138. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.1-9ubuntu3' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++,go --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  139. Thread model: posix
  140. gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3)
  141. configure:4888: $? = 0
  142. configure:4877: g++ -V >&5
  143. g++: error: unrecognized option '-V'
  144. g++: fatal error: no input files
  145. compilation terminated.
  146. configure:4888: $? = 4
  147. configure:4877: g++ -qversion >&5
  148. g++: error: unrecognized option '-qversion'
  149. g++: fatal error: no input files
  150. compilation terminated.
  151. configure:4888: $? = 4
  152. configure:4892: checking whether we are using the GNU C++ compiler
  153. configure:4911: g++ -c conftest.cpp >&5
  154. configure:4911: $? = 0
  155. configure:4920: result: yes
  156. configure:4929: checking whether g++ accepts -g
  157. configure:4949: g++ -c -g conftest.cpp >&5
  158. configure:4949: $? = 0
  159. configure:4990: result: yes
  160. configure:5079: checking for gnatbind
  161. configure:5109: result: no
  162. configure:5171: checking for gnatmake
  163. configure:5201: result: no
  164. configure:5220: checking whether compiler driver understands Ada
  165. configure:5243: result: no
  166. configure:5252: checking how to compare bootstrapped objects
  167. configure:5277: result: cmp --ignore-initial=16 $$f1 $$f2
  168. configure:5293: checking for objdir
  169. configure:5308: result: .libs
  170. configure:5474: checking for the correct version of gmp.h
  171. configure:5494: gcc -c -g -O2 conftest.c >&5
  172. configure:5494: $? = 0
  173. configure:5512: gcc -c -g -O2 conftest.c >&5
  174. configure:5512: $? = 0
  175. configure:5513: result: yes
  176. configure:5529: checking for the correct version of mpfr.h
  177. configure:5547: gcc -c -g -O2 conftest.c >&5
  178. configure:5547: $? = 0
  179. configure:5564: gcc -c -g -O2 conftest.c >&5
  180. configure:5564: $? = 0
  181. configure:5565: result: yes
  182. configure:5582: checking for the correct version of mpc.h
  183. configure:5599: gcc -c -g -O2 conftest.c >&5
  184. configure:5599: $? = 0
  185. configure:5615: gcc -c -g -O2 conftest.c >&5
  186. configure:5615: $? = 0
  187. configure:5616: result: yes
  188. configure:5634: checking for the correct version of the gmp/mpfr/mpc libraries
  189. configure:5665: gcc -o conftest -g -O2 conftest.c -lmpc -lmpfr -lgmp >&5
  190. configure:5665: $? = 0
  191. configure:5666: result: yes
  192. configure:5841: checking for version 0.10 of PPL
  193. configure:5858: gcc -c -g -O2 conftest.c >&5
  194. conftest.c:10:19: fatal error: ppl_c.h: No such file or directory
  195. compilation terminated.
  196. configure:5858: $? = 1
  197. configure: failed program was:
  198. | /* confdefs.h */
  199. | #define PACKAGE_NAME ""
  200. | #define PACKAGE_TARNAME ""
  201. | #define PACKAGE_VERSION ""
  202. | #define PACKAGE_STRING ""
  203. | #define PACKAGE_BUGREPORT ""
  204. | #define PACKAGE_URL ""
  205. | #define LT_OBJDIR ".libs/"
  206. | /* end confdefs.h. */
  207. | #include "ppl_c.h"
  208. | int
  209. | main ()
  210. | {
  211. |
  212. | #if PPL_VERSION_MAJOR != 0 || PPL_VERSION_MINOR != 10
  213. | choke me
  214. | #endif
  215. |
  216. | ;
  217. | return 0;
  218. | }
  219. configure:5862: result: no
  220. configure:6004: checking how to run the C preprocessor
  221. configure:6035: gcc -E conftest.c
  222. configure:6035: $? = 0
  223. configure:6049: gcc -E conftest.c
  224. conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
  225. compilation terminated.
  226. configure:6049: $? = 1
  227. configure: failed program was:
  228. | /* confdefs.h */
  229. | #define PACKAGE_NAME ""
  230. | #define PACKAGE_TARNAME ""
  231. | #define PACKAGE_VERSION ""
  232. | #define PACKAGE_STRING ""
  233. | #define PACKAGE_BUGREPORT ""
  234. | #define PACKAGE_URL ""
  235. | #define LT_OBJDIR ".libs/"
  236. | /* end confdefs.h. */
  237. | #include <ac_nonexistent.h>
  238. configure:6074: result: gcc -E
  239. configure:6094: gcc -E conftest.c
  240. configure:6094: $? = 0
  241. configure:6108: gcc -E conftest.c
  242. conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
  243. compilation terminated.
  244. configure:6108: $? = 1
  245. configure: failed program was:
  246. | /* confdefs.h */
  247. | #define PACKAGE_NAME ""
  248. | #define PACKAGE_TARNAME ""
  249. | #define PACKAGE_VERSION ""
  250. | #define PACKAGE_STRING ""
  251. | #define PACKAGE_BUGREPORT ""
  252. | #define PACKAGE_URL ""
  253. | #define LT_OBJDIR ".libs/"
  254. | /* end confdefs.h. */
  255. | #include <ac_nonexistent.h>
  256. configure:6137: checking for grep that handles long lines and -e
  257. configure:6195: result: /bin/grep
  258. configure:6200: checking for egrep
  259. configure:6262: result: /bin/grep -E
  260. configure:6267: checking for ANSI C header files
  261. configure:6287: gcc -c -g -O2 conftest.c >&5
  262. configure:6287: $? = 0
  263. configure:6360: gcc -o conftest -g -O2 conftest.c >&5
  264. configure:6360: $? = 0
  265. configure:6360: ./conftest
  266. configure:6360: $? = 0
  267. configure:6371: result: yes
  268. configure:6384: checking for sys/types.h
  269. configure:6384: gcc -c -g -O2 conftest.c >&5
  270. configure:6384: $? = 0
  271. configure:6384: result: yes
  272. configure:6384: checking for sys/stat.h
  273. configure:6384: gcc -c -g -O2 conftest.c >&5
  274. configure:6384: $? = 0
  275. configure:6384: result: yes
  276. configure:6384: checking for stdlib.h
  277. configure:6384: gcc -c -g -O2 conftest.c >&5
  278. configure:6384: $? = 0
  279. configure:6384: result: yes
  280. configure:6384: checking for string.h
  281. configure:6384: gcc -c -g -O2 conftest.c >&5
  282. configure:6384: $? = 0
  283. configure:6384: result: yes
  284. configure:6384: checking for memory.h
  285. configure:6384: gcc -c -g -O2 conftest.c >&5
  286. configure:6384: $? = 0
  287. configure:6384: result: yes
  288. configure:6384: checking for strings.h
  289. configure:6384: gcc -c -g -O2 conftest.c >&5
  290. configure:6384: $? = 0
  291. configure:6384: result: yes
  292. configure:6384: checking for inttypes.h
  293. configure:6384: gcc -c -g -O2 conftest.c >&5
  294. configure:6384: $? = 0
  295. configure:6384: result: yes
  296. configure:6384: checking for stdint.h
  297. configure:6384: gcc -c -g -O2 conftest.c >&5
  298. configure:6384: $? = 0
  299. configure:6384: result: yes
  300. configure:6384: checking for unistd.h
  301. configure:6384: gcc -c -g -O2 conftest.c >&5
  302. configure:6384: $? = 0
  303. configure:6384: result: yes
  304. configure:6475: checking libelf.h usability
  305. configure:6475: gcc -c -g -O2 -I/usr/include/libelf -I/usr/include/libelf conftest.c >&5
  306. conftest.c:53:20: fatal error: libelf.h: No such file or directory
  307. compilation terminated.
  308. configure:6475: $? = 1
  309. configure: failed program was:
  310. | /* confdefs.h */
  311. | #define PACKAGE_NAME ""
  312. | #define PACKAGE_TARNAME ""
  313. | #define PACKAGE_VERSION ""
  314. | #define PACKAGE_STRING ""
  315. | #define PACKAGE_BUGREPORT ""
  316. | #define PACKAGE_URL ""
  317. | #define LT_OBJDIR ".libs/"
  318. | #define STDC_HEADERS 1
  319. | #define HAVE_SYS_TYPES_H 1
  320. | #define HAVE_SYS_STAT_H 1
  321. | #define HAVE_STDLIB_H 1
  322. | #define HAVE_STRING_H 1
  323. | #define HAVE_MEMORY_H 1
  324. | #define HAVE_STRINGS_H 1
  325. | #define HAVE_INTTYPES_H 1
  326. | #define HAVE_STDINT_H 1
  327. | #define HAVE_UNISTD_H 1
  328. | /* end confdefs.h. */
  329. | #include <stdio.h>
  330. | #ifdef HAVE_SYS_TYPES_H
  331. | # include <sys/types.h>
  332. | #endif
  333. | #ifdef HAVE_SYS_STAT_H
  334. | # include <sys/stat.h>
  335. | #endif
  336. | #ifdef STDC_HEADERS
  337. | # include <stdlib.h>
  338. | # include <stddef.h>
  339. | #else
  340. | # ifdef HAVE_STDLIB_H
  341. | # include <stdlib.h>
  342. | # endif
  343. | #endif
  344. | #ifdef HAVE_STRING_H
  345. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  346. | # include <memory.h>
  347. | # endif
  348. | # include <string.h>
  349. | #endif
  350. | #ifdef HAVE_STRINGS_H
  351. | # include <strings.h>
  352. | #endif
  353. | #ifdef HAVE_INTTYPES_H
  354. | # include <inttypes.h>
  355. | #endif
  356. | #ifdef HAVE_STDINT_H
  357. | # include <stdint.h>
  358. | #endif
  359. | #ifdef HAVE_UNISTD_H
  360. | # include <unistd.h>
  361. | #endif
  362. | #include <libelf.h>
  363. configure:6475: result: no
  364. configure:6475: checking libelf.h presence
  365. configure:6475: gcc -E -I/usr/include/libelf conftest.c
  366. conftest.c:20:20: fatal error: libelf.h: No such file or directory
  367. compilation terminated.
  368. configure:6475: $? = 1
  369. configure: failed program was:
  370. | /* confdefs.h */
  371. | #define PACKAGE_NAME ""
  372. | #define PACKAGE_TARNAME ""
  373. | #define PACKAGE_VERSION ""
  374. | #define PACKAGE_STRING ""
  375. | #define PACKAGE_BUGREPORT ""
  376. | #define PACKAGE_URL ""
  377. | #define LT_OBJDIR ".libs/"
  378. | #define STDC_HEADERS 1
  379. | #define HAVE_SYS_TYPES_H 1
  380. | #define HAVE_SYS_STAT_H 1
  381. | #define HAVE_STDLIB_H 1
  382. | #define HAVE_STRING_H 1
  383. | #define HAVE_MEMORY_H 1
  384. | #define HAVE_STRINGS_H 1
  385. | #define HAVE_INTTYPES_H 1
  386. | #define HAVE_STDINT_H 1
  387. | #define HAVE_UNISTD_H 1
  388. | /* end confdefs.h. */
  389. | #include <libelf.h>
  390. configure:6475: result: no
  391. configure:6475: checking for libelf.h
  392. configure:6475: result: no
  393. configure:6487: checking gelf.h usability
  394. configure:6487: gcc -c -g -O2 -I/usr/include/libelf -I/usr/include/libelf conftest.c >&5
  395. conftest.c:53:18: fatal error: gelf.h: No such file or directory
  396. compilation terminated.
  397. configure:6487: $? = 1
  398. configure: failed program was:
  399. | /* confdefs.h */
  400. | #define PACKAGE_NAME ""
  401. | #define PACKAGE_TARNAME ""
  402. | #define PACKAGE_VERSION ""
  403. | #define PACKAGE_STRING ""
  404. | #define PACKAGE_BUGREPORT ""
  405. | #define PACKAGE_URL ""
  406. | #define LT_OBJDIR ".libs/"
  407. | #define STDC_HEADERS 1
  408. | #define HAVE_SYS_TYPES_H 1
  409. | #define HAVE_SYS_STAT_H 1
  410. | #define HAVE_STDLIB_H 1
  411. | #define HAVE_STRING_H 1
  412. | #define HAVE_MEMORY_H 1
  413. | #define HAVE_STRINGS_H 1
  414. | #define HAVE_INTTYPES_H 1
  415. | #define HAVE_STDINT_H 1
  416. | #define HAVE_UNISTD_H 1
  417. | /* end confdefs.h. */
  418. | #include <stdio.h>
  419. | #ifdef HAVE_SYS_TYPES_H
  420. | # include <sys/types.h>
  421. | #endif
  422. | #ifdef HAVE_SYS_STAT_H
  423. | # include <sys/stat.h>
  424. | #endif
  425. | #ifdef STDC_HEADERS
  426. | # include <stdlib.h>
  427. | # include <stddef.h>
  428. | #else
  429. | # ifdef HAVE_STDLIB_H
  430. | # include <stdlib.h>
  431. | # endif
  432. | #endif
  433. | #ifdef HAVE_STRING_H
  434. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  435. | # include <memory.h>
  436. | # endif
  437. | # include <string.h>
  438. | #endif
  439. | #ifdef HAVE_STRINGS_H
  440. | # include <strings.h>
  441. | #endif
  442. | #ifdef HAVE_INTTYPES_H
  443. | # include <inttypes.h>
  444. | #endif
  445. | #ifdef HAVE_STDINT_H
  446. | # include <stdint.h>
  447. | #endif
  448. | #ifdef HAVE_UNISTD_H
  449. | # include <unistd.h>
  450. | #endif
  451. | #include <gelf.h>
  452. configure:6487: result: no
  453. configure:6487: checking gelf.h presence
  454. configure:6487: gcc -E -I/usr/include/libelf conftest.c
  455. conftest.c:20:18: fatal error: gelf.h: No such file or directory
  456. compilation terminated.
  457. configure:6487: $? = 1
  458. configure: failed program was:
  459. | /* confdefs.h */
  460. | #define PACKAGE_NAME ""
  461. | #define PACKAGE_TARNAME ""
  462. | #define PACKAGE_VERSION ""
  463. | #define PACKAGE_STRING ""
  464. | #define PACKAGE_BUGREPORT ""
  465. | #define PACKAGE_URL ""
  466. | #define LT_OBJDIR ".libs/"
  467. | #define STDC_HEADERS 1
  468. | #define HAVE_SYS_TYPES_H 1
  469. | #define HAVE_SYS_STAT_H 1
  470. | #define HAVE_STDLIB_H 1
  471. | #define HAVE_STRING_H 1
  472. | #define HAVE_MEMORY_H 1
  473. | #define HAVE_STRINGS_H 1
  474. | #define HAVE_INTTYPES_H 1
  475. | #define HAVE_STDINT_H 1
  476. | #define HAVE_UNISTD_H 1
  477. | /* end confdefs.h. */
  478. | #include <gelf.h>
  479. configure:6487: result: no
  480. configure:6487: checking for gelf.h
  481. configure:6487: result: no
  482. configure:6500: checking libelf/libelf.h usability
  483. configure:6500: gcc -c -g -O2 -I/usr/include/libelf -I/usr/include/libelf conftest.c >&5
  484. conftest.c:53:27: fatal error: libelf/libelf.h: No such file or directory
  485. compilation terminated.
  486. configure:6500: $? = 1
  487. configure: failed program was:
  488. | /* confdefs.h */
  489. | #define PACKAGE_NAME ""
  490. | #define PACKAGE_TARNAME ""
  491. | #define PACKAGE_VERSION ""
  492. | #define PACKAGE_STRING ""
  493. | #define PACKAGE_BUGREPORT ""
  494. | #define PACKAGE_URL ""
  495. | #define LT_OBJDIR ".libs/"
  496. | #define STDC_HEADERS 1
  497. | #define HAVE_SYS_TYPES_H 1
  498. | #define HAVE_SYS_STAT_H 1
  499. | #define HAVE_STDLIB_H 1
  500. | #define HAVE_STRING_H 1
  501. | #define HAVE_MEMORY_H 1
  502. | #define HAVE_STRINGS_H 1
  503. | #define HAVE_INTTYPES_H 1
  504. | #define HAVE_STDINT_H 1
  505. | #define HAVE_UNISTD_H 1
  506. | /* end confdefs.h. */
  507. | #include <stdio.h>
  508. | #ifdef HAVE_SYS_TYPES_H
  509. | # include <sys/types.h>
  510. | #endif
  511. | #ifdef HAVE_SYS_STAT_H
  512. | # include <sys/stat.h>
  513. | #endif
  514. | #ifdef STDC_HEADERS
  515. | # include <stdlib.h>
  516. | # include <stddef.h>
  517. | #else
  518. | # ifdef HAVE_STDLIB_H
  519. | # include <stdlib.h>
  520. | # endif
  521. | #endif
  522. | #ifdef HAVE_STRING_H
  523. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  524. | # include <memory.h>
  525. | # endif
  526. | # include <string.h>
  527. | #endif
  528. | #ifdef HAVE_STRINGS_H
  529. | # include <strings.h>
  530. | #endif
  531. | #ifdef HAVE_INTTYPES_H
  532. | # include <inttypes.h>
  533. | #endif
  534. | #ifdef HAVE_STDINT_H
  535. | # include <stdint.h>
  536. | #endif
  537. | #ifdef HAVE_UNISTD_H
  538. | # include <unistd.h>
  539. | #endif
  540. | #include <libelf/libelf.h>
  541. configure:6500: result: no
  542. configure:6500: checking libelf/libelf.h presence
  543. configure:6500: gcc -E -I/usr/include/libelf conftest.c
  544. conftest.c:20:27: fatal error: libelf/libelf.h: No such file or directory
  545. compilation terminated.
  546. configure:6500: $? = 1
  547. configure: failed program was:
  548. | /* confdefs.h */
  549. | #define PACKAGE_NAME ""
  550. | #define PACKAGE_TARNAME ""
  551. | #define PACKAGE_VERSION ""
  552. | #define PACKAGE_STRING ""
  553. | #define PACKAGE_BUGREPORT ""
  554. | #define PACKAGE_URL ""
  555. | #define LT_OBJDIR ".libs/"
  556. | #define STDC_HEADERS 1
  557. | #define HAVE_SYS_TYPES_H 1
  558. | #define HAVE_SYS_STAT_H 1
  559. | #define HAVE_STDLIB_H 1
  560. | #define HAVE_STRING_H 1
  561. | #define HAVE_MEMORY_H 1
  562. | #define HAVE_STRINGS_H 1
  563. | #define HAVE_INTTYPES_H 1
  564. | #define HAVE_STDINT_H 1
  565. | #define HAVE_UNISTD_H 1
  566. | /* end confdefs.h. */
  567. | #include <libelf/libelf.h>
  568. configure:6500: result: no
  569. configure:6500: checking for libelf/libelf.h
  570. configure:6500: result: no
  571. configure:6512: checking libelf/gelf.h usability
  572. configure:6512: gcc -c -g -O2 -I/usr/include/libelf -I/usr/include/libelf conftest.c >&5
  573. conftest.c:53:25: fatal error: libelf/gelf.h: No such file or directory
  574. compilation terminated.
  575. configure:6512: $? = 1
  576. configure: failed program was:
  577. | /* confdefs.h */
  578. | #define PACKAGE_NAME ""
  579. | #define PACKAGE_TARNAME ""
  580. | #define PACKAGE_VERSION ""
  581. | #define PACKAGE_STRING ""
  582. | #define PACKAGE_BUGREPORT ""
  583. | #define PACKAGE_URL ""
  584. | #define LT_OBJDIR ".libs/"
  585. | #define STDC_HEADERS 1
  586. | #define HAVE_SYS_TYPES_H 1
  587. | #define HAVE_SYS_STAT_H 1
  588. | #define HAVE_STDLIB_H 1
  589. | #define HAVE_STRING_H 1
  590. | #define HAVE_MEMORY_H 1
  591. | #define HAVE_STRINGS_H 1
  592. | #define HAVE_INTTYPES_H 1
  593. | #define HAVE_STDINT_H 1
  594. | #define HAVE_UNISTD_H 1
  595. | /* end confdefs.h. */
  596. | #include <stdio.h>
  597. | #ifdef HAVE_SYS_TYPES_H
  598. | # include <sys/types.h>
  599. | #endif
  600. | #ifdef HAVE_SYS_STAT_H
  601. | # include <sys/stat.h>
  602. | #endif
  603. | #ifdef STDC_HEADERS
  604. | # include <stdlib.h>
  605. | # include <stddef.h>
  606. | #else
  607. | # ifdef HAVE_STDLIB_H
  608. | # include <stdlib.h>
  609. | # endif
  610. | #endif
  611. | #ifdef HAVE_STRING_H
  612. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  613. | # include <memory.h>
  614. | # endif
  615. | # include <string.h>
  616. | #endif
  617. | #ifdef HAVE_STRINGS_H
  618. | # include <strings.h>
  619. | #endif
  620. | #ifdef HAVE_INTTYPES_H
  621. | # include <inttypes.h>
  622. | #endif
  623. | #ifdef HAVE_STDINT_H
  624. | # include <stdint.h>
  625. | #endif
  626. | #ifdef HAVE_UNISTD_H
  627. | # include <unistd.h>
  628. | #endif
  629. | #include <libelf/gelf.h>
  630. configure:6512: result: no
  631. configure:6512: checking libelf/gelf.h presence
  632. configure:6512: gcc -E -I/usr/include/libelf conftest.c
  633. conftest.c:20:25: fatal error: libelf/gelf.h: No such file or directory
  634. compilation terminated.
  635. configure:6512: $? = 1
  636. configure: failed program was:
  637. | /* confdefs.h */
  638. | #define PACKAGE_NAME ""
  639. | #define PACKAGE_TARNAME ""
  640. | #define PACKAGE_VERSION ""
  641. | #define PACKAGE_STRING ""
  642. | #define PACKAGE_BUGREPORT ""
  643. | #define PACKAGE_URL ""
  644. | #define LT_OBJDIR ".libs/"
  645. | #define STDC_HEADERS 1
  646. | #define HAVE_SYS_TYPES_H 1
  647. | #define HAVE_SYS_STAT_H 1
  648. | #define HAVE_STDLIB_H 1
  649. | #define HAVE_STRING_H 1
  650. | #define HAVE_MEMORY_H 1
  651. | #define HAVE_STRINGS_H 1
  652. | #define HAVE_INTTYPES_H 1
  653. | #define HAVE_STDINT_H 1
  654. | #define HAVE_UNISTD_H 1
  655. | /* end confdefs.h. */
  656. | #include <libelf/gelf.h>
  657. configure:6512: result: no
  658. configure:6512: checking for libelf/gelf.h
  659. configure:6512: result: no
  660. configure:7654: checking for default BUILD_CONFIG
  661. configure:7686: result:
  662. configure:8128: checking for bison
  663. configure:8158: result: no
  664. configure:8128: checking for byacc
  665. configure:8158: result: no
  666. configure:8128: checking for yacc
  667. configure:8158: result: no
  668. configure:8176: checking for bison
  669. configure:8206: result: no
  670. configure:8223: checking for gm4
  671. configure:8253: result: no
  672. configure:8223: checking for gnum4
  673. configure:8253: result: no
  674. configure:8223: checking for m4
  675. configure:8253: result: no
  676. configure:8270: checking for flex
  677. configure:8300: result: no
  678. configure:8270: checking for lex
  679. configure:8300: result: no
  680. configure:8318: checking for flex
  681. configure:8348: result: no
  682. configure:8365: checking for makeinfo
  683. configure:8381: found /usr/bin/makeinfo
  684. configure:8392: result: makeinfo
  685. configure:8426: checking for expect
  686. configure:8456: result: no
  687. configure:8475: checking for runtest
  688. configure:8505: result: no
  689. configure:8620: checking for ar
  690. configure:8636: found /usr/bin/ar
  691. configure:8647: result: ar
  692. configure:8761: checking for as
  693. configure:8777: found /usr/bin/as
  694. configure:8788: result: as
  695. configure:8902: checking for dlltool
  696. configure:8932: result: no
  697. configure:9043: checking for ld
  698. configure:9059: found /usr/bin/ld
  699. configure:9070: result: ld
  700. configure:9184: checking for lipo
  701. configure:9214: result: no
  702. configure:9325: checking for nm
  703. configure:9341: found /usr/bin/nm
  704. configure:9352: result: nm
  705. configure:9466: checking for ranlib
  706. configure:9482: found /usr/bin/ranlib
  707. configure:9493: result: ranlib
  708. configure:9602: checking for strip
  709. configure:9618: found /usr/bin/strip
  710. configure:9629: result: strip
  711. configure:9738: checking for windres
  712. configure:9768: result: no
  713. configure:9879: checking for windmc
  714. configure:9909: result: no
  715. configure:10020: checking for objcopy
  716. configure:10036: found /usr/bin/objcopy
  717. configure:10047: result: objcopy
  718. configure:10161: checking for objdump
  719. configure:10177: found /usr/bin/objdump
  720. configure:10188: result: objdump
  721. configure:10302: checking for sh-elf-cc
  722. configure:10332: result: no
  723. configure:10302: checking for sh-elf-gcc
  724. configure:10332: result: no
  725. configure:10463: checking for sh-elf-c++
  726. configure:10493: result: no
  727. configure:10463: checking for sh-elf-g++
  728. configure:10493: result: no
  729. configure:10463: checking for sh-elf-cxx
  730. configure:10493: result: no
  731. configure:10463: checking for sh-elf-gxx
  732. configure:10493: result: no
  733. configure:10624: checking for sh-elf-gcc
  734. configure:10654: result: no
  735. configure:10780: checking for sh-elf-gcj
  736. configure:10810: result: no
  737. configure:10941: checking for sh-elf-gfortran
  738. configure:10971: result: no
  739. configure:11071: checking for ar
  740. configure:11089: found /home/wes/Dreamcast/dc/toolchain/sh-elf/sh-elf/bin/ar
  741. configure:11101: result: /home/wes/Dreamcast/dc/toolchain/sh-elf/sh-elf/bin/ar
  742. configure:11301: checking for as
  743. configure:11319: found /home/wes/Dreamcast/dc/toolchain/sh-elf/sh-elf/bin/as
  744. configure:11331: result: /home/wes/Dreamcast/dc/toolchain/sh-elf/sh-elf/bin/as
  745. configure:11531: checking for dlltool
  746. configure:11564: result: no
  747. configure:11642: checking for sh-elf-dlltool
  748. configure:11672: result: no
  749. configure:11761: checking for ld
  750. configure:11779: found /home/wes/Dreamcast/dc/toolchain/sh-elf/sh-elf/bin/ld
  751. configure:11791: result: /home/wes/Dreamcast/dc/toolchain/sh-elf/sh-elf/bin/ld
  752. configure:11991: checking for lipo
  753. configure:12024: result: no
  754. configure:12102: checking for sh-elf-lipo
  755. configure:12132: result: no
  756. configure:12221: checking for nm
  757. configure:12239: found /home/wes/Dreamcast/dc/toolchain/sh-elf/sh-elf/bin/nm
  758. configure:12251: result: /home/wes/Dreamcast/dc/toolchain/sh-elf/sh-elf/bin/nm
  759. configure:12451: checking for objdump
  760. configure:12469: found /home/wes/Dreamcast/dc/toolchain/sh-elf/sh-elf/bin/objdump
  761. configure:12481: result: /home/wes/Dreamcast/dc/toolchain/sh-elf/sh-elf/bin/objdump
  762. configure:12681: checking for ranlib
  763. configure:12699: found /home/wes/Dreamcast/dc/toolchain/sh-elf/sh-elf/bin/ranlib
  764. configure:12711: result: /home/wes/Dreamcast/dc/toolchain/sh-elf/sh-elf/bin/ranlib
  765. configure:12911: checking for strip
  766. configure:12929: found /home/wes/Dreamcast/dc/toolchain/sh-elf/sh-elf/bin/strip
  767. configure:12941: result: /home/wes/Dreamcast/dc/toolchain/sh-elf/sh-elf/bin/strip
  768. configure:13141: checking for windres
  769. configure:13174: result: no
  770. configure:13252: checking for sh-elf-windres
  771. configure:13282: result: no
  772. configure:13371: checking for windmc
  773. configure:13404: result: no
  774. configure:13482: checking for sh-elf-windmc
  775. configure:13512: result: no
  776. configure:13579: checking where to find the target ar
  777. configure:13607: result: pre-installed in /home/wes/Dreamcast/dc/toolchain/sh-elf/sh-elf/bin
  778. configure:13621: checking where to find the target as
  779. configure:13649: result: pre-installed in /home/wes/Dreamcast/dc/toolchain/sh-elf/sh-elf/bin
  780. configure:13663: checking where to find the target cc
  781. configure:13686: result: just compiled
  782. configure:13705: checking where to find the target c++
  783. configure:13745: result: pre-installed
  784. configure:13750: checking where to find the target c++ for libstdc++
  785. configure:13790: result: pre-installed
  786. configure:13795: checking where to find the target dlltool
  787. configure:13832: result: pre-installed
  788. configure:13837: checking where to find the target gcc
  789. configure:13860: result: just compiled
  790. configure:13879: checking where to find the target gcj
  791. configure:13919: result: pre-installed
  792. configure:13924: checking where to find the target gfortran
  793. configure:13964: result: pre-installed
  794. configure:13969: checking where to find the target ld
  795. configure:13997: result: pre-installed in /home/wes/Dreamcast/dc/toolchain/sh-elf/sh-elf/bin
  796. configure:14011: checking where to find the target lipo
  797. configure:14037: result: pre-installed
  798. configure:14042: checking where to find the target nm
  799. configure:14070: result: pre-installed in /home/wes/Dreamcast/dc/toolchain/sh-elf/sh-elf/bin
  800. configure:14084: checking where to find the target objdump
  801. configure:14112: result: pre-installed in /home/wes/Dreamcast/dc/toolchain/sh-elf/sh-elf/bin
  802. configure:14126: checking where to find the target ranlib
  803. configure:14154: result: pre-installed in /home/wes/Dreamcast/dc/toolchain/sh-elf/sh-elf/bin
  804. configure:14168: checking where to find the target strip
  805. configure:14196: result: pre-installed in /home/wes/Dreamcast/dc/toolchain/sh-elf/sh-elf/bin
  806. configure:14210: checking where to find the target windres
  807. configure:14247: result: pre-installed
  808. configure:14252: checking where to find the target windmc
  809. configure:14289: result: pre-installed
  810. configure:14322: checking whether to enable maintainer-specific portions of Makefiles
  811. configure:14331: result: no
  812. configure:14364: checking whether -fkeep-inline-functions is supported
  813. configure:14383: gcc -c -g -O2 -fkeep-inline-functions conftest.c >&5
  814. configure:14383: $? = 0
  815. configure:14384: result: yes
  816. configure:14581: creating ./config.status
  817.  
  818. ## ---------------------- ##
  819. ## Running config.status. ##
  820. ## ---------------------- ##
  821.  
  822. This file was extended by config.status, which was
  823. generated by GNU Autoconf 2.64. Invocation command line was
  824.  
  825. CONFIG_FILES =
  826. CONFIG_HEADERS =
  827. CONFIG_LINKS =
  828. CONFIG_COMMANDS =
  829. $ ./config.status
  830.  
  831. on ubuntu
  832.  
  833. config.status:941: creating Makefile
  834.  
  835. ## ---------------- ##
  836. ## Cache variables. ##
  837. ## ---------------- ##
  838.  
  839. ac_cv_build=x86_64-unknown-linux-gnu
  840. ac_cv_c_compiler_gnu=yes
  841. ac_cv_cxx_compiler_gnu=yes
  842. ac_cv_env_AR_FOR_TARGET_set=
  843. ac_cv_env_AR_FOR_TARGET_value=
  844. ac_cv_env_AR_set=
  845. ac_cv_env_AR_value=
  846. ac_cv_env_AS_FOR_TARGET_set=
  847. ac_cv_env_AS_FOR_TARGET_value=
  848. ac_cv_env_AS_set=
  849. ac_cv_env_AS_value=
  850. ac_cv_env_CCC_set=
  851. ac_cv_env_CCC_value=
  852. ac_cv_env_CC_FOR_TARGET_set=
  853. ac_cv_env_CC_FOR_TARGET_value=
  854. ac_cv_env_CC_set=
  855. ac_cv_env_CC_value=
  856. ac_cv_env_CFLAGS_set=
  857. ac_cv_env_CFLAGS_value=
  858. ac_cv_env_CPPFLAGS_set=
  859. ac_cv_env_CPPFLAGS_value=
  860. ac_cv_env_CPP_set=
  861. ac_cv_env_CPP_value=
  862. ac_cv_env_CXXFLAGS_set=
  863. ac_cv_env_CXXFLAGS_value=
  864. ac_cv_env_CXX_FOR_TARGET_set=
  865. ac_cv_env_CXX_FOR_TARGET_value=
  866. ac_cv_env_CXX_set=
  867. ac_cv_env_CXX_value=
  868. ac_cv_env_DLLTOOL_FOR_TARGET_set=
  869. ac_cv_env_DLLTOOL_FOR_TARGET_value=
  870. ac_cv_env_DLLTOOL_set=
  871. ac_cv_env_DLLTOOL_value=
  872. ac_cv_env_GCC_FOR_TARGET_set=
  873. ac_cv_env_GCC_FOR_TARGET_value=
  874. ac_cv_env_GCJ_FOR_TARGET_set=
  875. ac_cv_env_GCJ_FOR_TARGET_value=
  876. ac_cv_env_GFORTRAN_FOR_TARGET_set=
  877. ac_cv_env_GFORTRAN_FOR_TARGET_value=
  878. ac_cv_env_LDFLAGS_set=
  879. ac_cv_env_LDFLAGS_value=
  880. ac_cv_env_LD_FOR_TARGET_set=
  881. ac_cv_env_LD_FOR_TARGET_value=
  882. ac_cv_env_LD_set=
  883. ac_cv_env_LD_value=
  884. ac_cv_env_LIBS_set=
  885. ac_cv_env_LIBS_value=
  886. ac_cv_env_LIPO_FOR_TARGET_set=
  887. ac_cv_env_LIPO_FOR_TARGET_value=
  888. ac_cv_env_LIPO_set=
  889. ac_cv_env_LIPO_value=
  890. ac_cv_env_NM_FOR_TARGET_set=
  891. ac_cv_env_NM_FOR_TARGET_value=
  892. ac_cv_env_NM_set=
  893. ac_cv_env_NM_value=
  894. ac_cv_env_OBJCOPY_set=
  895. ac_cv_env_OBJCOPY_value=
  896. ac_cv_env_OBJDUMP_FOR_TARGET_set=
  897. ac_cv_env_OBJDUMP_FOR_TARGET_value=
  898. ac_cv_env_OBJDUMP_set=
  899. ac_cv_env_OBJDUMP_value=
  900. ac_cv_env_RANLIB_FOR_TARGET_set=
  901. ac_cv_env_RANLIB_FOR_TARGET_value=
  902. ac_cv_env_RANLIB_set=
  903. ac_cv_env_RANLIB_value=
  904. ac_cv_env_STRIP_FOR_TARGET_set=
  905. ac_cv_env_STRIP_FOR_TARGET_value=
  906. ac_cv_env_STRIP_set=
  907. ac_cv_env_STRIP_value=
  908. ac_cv_env_WINDMC_FOR_TARGET_set=
  909. ac_cv_env_WINDMC_FOR_TARGET_value=
  910. ac_cv_env_WINDMC_set=
  911. ac_cv_env_WINDMC_value=
  912. ac_cv_env_WINDRES_FOR_TARGET_set=
  913. ac_cv_env_WINDRES_FOR_TARGET_value=
  914. ac_cv_env_WINDRES_set=
  915. ac_cv_env_WINDRES_value=
  916. ac_cv_env_build_alias_set=
  917. ac_cv_env_build_alias_value=
  918. ac_cv_env_host_alias_set=
  919. ac_cv_env_host_alias_value=
  920. ac_cv_env_target_alias_set=set
  921. ac_cv_env_target_alias_value=sh-elf
  922. ac_cv_header_gelf_h=no
  923. ac_cv_header_inttypes_h=yes
  924. ac_cv_header_libelf_gelf_h=no
  925. ac_cv_header_libelf_h=no
  926. ac_cv_header_libelf_libelf_h=no
  927. ac_cv_header_memory_h=yes
  928. ac_cv_header_stdc=yes
  929. ac_cv_header_stdint_h=yes
  930. ac_cv_header_stdlib_h=yes
  931. ac_cv_header_string_h=yes
  932. ac_cv_header_strings_h=yes
  933. ac_cv_header_sys_stat_h=yes
  934. ac_cv_header_sys_types_h=yes
  935. ac_cv_header_unistd_h=yes
  936. ac_cv_host=x86_64-unknown-linux-gnu
  937. ac_cv_objext=o
  938. ac_cv_path_AR_FOR_TARGET=/home/wes/Dreamcast/dc/toolchain/sh-elf/sh-elf/bin/ar
  939. ac_cv_path_AS_FOR_TARGET=/home/wes/Dreamcast/dc/toolchain/sh-elf/sh-elf/bin/as
  940. ac_cv_path_EGREP='/bin/grep -E'
  941. ac_cv_path_GREP=/bin/grep
  942. ac_cv_path_LD_FOR_TARGET=/home/wes/Dreamcast/dc/toolchain/sh-elf/sh-elf/bin/ld
  943. ac_cv_path_NM_FOR_TARGET=/home/wes/Dreamcast/dc/toolchain/sh-elf/sh-elf/bin/nm
  944. ac_cv_path_OBJDUMP_FOR_TARGET=/home/wes/Dreamcast/dc/toolchain/sh-elf/sh-elf/bin/objdump
  945. ac_cv_path_RANLIB_FOR_TARGET=/home/wes/Dreamcast/dc/toolchain/sh-elf/sh-elf/bin/ranlib
  946. ac_cv_path_SED=/bin/sed
  947. ac_cv_path_STRIP_FOR_TARGET=/home/wes/Dreamcast/dc/toolchain/sh-elf/sh-elf/bin/strip
  948. ac_cv_path_install='/usr/bin/install -c'
  949. ac_cv_prog_AR=ar
  950. ac_cv_prog_AS=as
  951. ac_cv_prog_AWK=gawk
  952. ac_cv_prog_CPP='gcc -E'
  953. ac_cv_prog_LD=ld
  954. ac_cv_prog_MAKEINFO=makeinfo
  955. ac_cv_prog_NM=nm
  956. ac_cv_prog_OBJCOPY=objcopy
  957. ac_cv_prog_OBJDUMP=objdump
  958. ac_cv_prog_RANLIB=ranlib
  959. ac_cv_prog_STRIP=strip
  960. ac_cv_prog_ac_ct_CC=gcc
  961. ac_cv_prog_ac_ct_CXX=g++
  962. ac_cv_prog_cc_c89=
  963. ac_cv_prog_cc_g=yes
  964. ac_cv_prog_cxx_g=yes
  965. ac_cv_target=sh-unknown-elf
  966. acx_cv_cc_gcc_supports_ada=no
  967. acx_cv_prog_LN=ln
  968. gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
  969. gcc_cv_tool_dirs=/home/wes/Dreamcast/dc/toolchain/sh-elf/libexec/gcc/sh-elf/4.5.2:/home/wes/Dreamcast/dc/toolchain/sh-elf/libexec/gcc/sh-elf:/usr/lib/gcc/sh-elf/4.5.2:/usr/lib/gcc/sh-elf:/home/wes/Dreamcast/dc/toolchain/sh-elf/sh-elf/bin/sh-elf/4.5.2:/home/wes/Dreamcast/dc/toolchain/sh-elf/sh-elf/bin:
  970. gcc_cv_tool_prefix=/home/wes/Dreamcast/dc/toolchain/sh-elf
  971. lt_cv_objdir=.libs
  972.  
  973. ## ----------------- ##
  974. ## Output variables. ##
  975. ## ----------------- ##
  976.  
  977. AR='ar'
  978. AR_FOR_BUILD='$(AR)'
  979. AR_FOR_TARGET='/home/wes/Dreamcast/dc/toolchain/sh-elf/sh-elf/bin/ar'
  980. AS='as'
  981. AS_FOR_BUILD='$(AS)'
  982. AS_FOR_TARGET='/home/wes/Dreamcast/dc/toolchain/sh-elf/sh-elf/bin/as'
  983. AWK='gawk'
  984. BISON='/home/wes/kos/kos/utils/dc-chain/gcc-4.5.2/missing bison'
  985. BUILD_CONFIG=''
  986. CC='gcc'
  987. CC_FOR_BUILD='$(CC)'
  988. CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
  989. CFLAGS='-g -O2'
  990. CFLAGS_FOR_BUILD='-g -O2'
  991. CFLAGS_FOR_TARGET='-g -O2'
  992. COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
  993. COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
  994. COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'
  995. CONFIGURE_GDB_TK=''
  996. CPP='gcc -E'
  997. CPPFLAGS=''
  998. CXX='g++'
  999. CXXFLAGS='-g -O2'
  1000. CXXFLAGS_FOR_BUILD='-g -O2'
  1001. CXXFLAGS_FOR_TARGET='-g -O2'
  1002. CXX_FOR_BUILD='$(CXX)'
  1003. CXX_FOR_TARGET='sh-elf-c++'
  1004. DEBUG_PREFIX_CFLAGS_FOR_TARGET=''
  1005. DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DLT_OBJDIR=\".libs/\" -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'
  1006. DLLTOOL='dlltool'
  1007. DLLTOOL_FOR_BUILD='$(DLLTOOL)'
  1008. DLLTOOL_FOR_TARGET='sh-elf-dlltool'
  1009. ECHO_C=''
  1010. ECHO_N='-n'
  1011. ECHO_T=''
  1012. EGREP='/bin/grep -E'
  1013. EXEEXT=''
  1014. EXPECT='expect'
  1015. FLAGS_FOR_TARGET=' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
  1016. FLEX='/home/wes/kos/kos/utils/dc-chain/gcc-4.5.2/missing flex'
  1017. GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
  1018. GCC_SHLIB_SUBDIR=''
  1019. GCJ_FOR_BUILD='$(GCJ)'
  1020. GCJ_FOR_TARGET='sh-elf-gcj'
  1021. GDB_TK=''
  1022. GFORTRAN_FOR_BUILD='$(GFORTRAN)'
  1023. GFORTRAN_FOR_TARGET='sh-elf-gfortran'
  1024. GNATBIND='no'
  1025. GNATMAKE='no'
  1026. GREP='/bin/grep'
  1027. INSTALL_DATA='${INSTALL} -m 644'
  1028. INSTALL_GDB_TK=''
  1029. INSTALL_PROGRAM='${INSTALL}'
  1030. INSTALL_SCRIPT='${INSTALL}'
  1031. LD='ld'
  1032. LDFLAGS=''
  1033. LDFLAGS_FOR_BUILD=''
  1034. LD_FOR_BUILD='$(LD)'
  1035. LD_FOR_TARGET='/home/wes/Dreamcast/dc/toolchain/sh-elf/sh-elf/bin/ld'
  1036. LEX='/home/wes/kos/kos/utils/dc-chain/gcc-4.5.2/missing flex'
  1037. LIBOBJS=''
  1038. LIBS=''
  1039. LIPO='lipo'
  1040. LIPO_FOR_TARGET='sh-elf-lipo'
  1041. LN='ln'
  1042. LN_S='ln -s'
  1043. LTLIBOBJS=''
  1044. M4='/home/wes/kos/kos/utils/dc-chain/gcc-4.5.2/missing m4'
  1045. MAINT='#'
  1046. MAINTAINER_MODE_FALSE=''
  1047. MAINTAINER_MODE_TRUE='#'
  1048. MAKEINFO='makeinfo'
  1049. NM='nm'
  1050. NM_FOR_BUILD='$(NM)'
  1051. NM_FOR_TARGET='/home/wes/Dreamcast/dc/toolchain/sh-elf/sh-elf/bin/nm'
  1052. OBJCOPY='objcopy'
  1053. OBJDUMP='objdump'
  1054. OBJDUMP_FOR_TARGET='/home/wes/Dreamcast/dc/toolchain/sh-elf/sh-elf/bin/objdump'
  1055. OBJEXT='o'
  1056. PACKAGE_BUGREPORT=''
  1057. PACKAGE_NAME=''
  1058. PACKAGE_STRING=''
  1059. PACKAGE_TARNAME=''
  1060. PACKAGE_URL=''
  1061. PACKAGE_VERSION=''
  1062. PATH_SEPARATOR=':'
  1063. RANLIB='ranlib'
  1064. RANLIB_FOR_BUILD='$(RANLIB)'
  1065. RANLIB_FOR_TARGET='/home/wes/Dreamcast/dc/toolchain/sh-elf/sh-elf/bin/ranlib'
  1066. RAW_CXX_FOR_TARGET='sh-elf-c++'
  1067. RPATH_ENVVAR='LD_LIBRARY_PATH'
  1068. RUNTEST='runtest'
  1069. SED='/bin/sed'
  1070. SHELL='/bin/bash'
  1071. STRIP='strip'
  1072. STRIP_FOR_TARGET='/home/wes/Dreamcast/dc/toolchain/sh-elf/sh-elf/bin/strip'
  1073. SYSROOT_CFLAGS_FOR_TARGET=''
  1074. TOPLEVEL_CONFIGURE_ARGUMENTS='../gcc-4.5.2/configure --target=sh-elf --prefix=/home/wes/Dreamcast/dc/toolchain/sh-elf --without-headers --with-newlib --enable-languages=c --disable-libssp --disable-tls --with-multilib-list=m4-single-only,m4-nofpu,m4 --with-endian=little --with-cpu=m4-single-only'
  1075. WINDMC='windmc'
  1076. WINDMC_FOR_BUILD='$(WINDMC)'
  1077. WINDMC_FOR_TARGET='sh-elf-windmc'
  1078. WINDRES='windres'
  1079. WINDRES_FOR_BUILD='$(WINDRES)'
  1080. WINDRES_FOR_TARGET='sh-elf-windres'
  1081. YACC='/home/wes/kos/kos/utils/dc-chain/gcc-4.5.2/missing bison -y'
  1082. ac_ct_CC='gcc'
  1083. ac_ct_CXX='g++'
  1084. bindir='${exec_prefix}/bin'
  1085. build='x86_64-unknown-linux-gnu'
  1086. build_alias=''
  1087. build_configargs='--cache-file=../config.cache '\''--prefix=/home/wes/Dreamcast/dc/toolchain/sh-elf'\'' '\''--without-headers'\'' '\''--with-newlib'\'' '\''--disable-libssp'\'' '\''--disable-tls'\'' '\''--with-multilib-list=m4-single-only,m4-nofpu,m4'\'' '\''--with-endian=little'\'' '\''--with-cpu=m4-single-only'\'' '\''--enable-languages=c'\'' --program-transform-name='\''s&^&sh-elf-&'\'' --disable-option-checking'
  1088. build_configdirs=' libiberty fixincludes'
  1089. build_cpu='x86_64'
  1090. build_libsubdir='build-x86_64-unknown-linux-gnu'
  1091. build_noncanonical='x86_64-unknown-linux-gnu'
  1092. build_os='linux-gnu'
  1093. build_subdir='build-x86_64-unknown-linux-gnu'
  1094. build_tooldir='${exec_prefix}/sh-elf'
  1095. build_vendor='unknown'
  1096. clooginc=''
  1097. clooglibs=''
  1098. compare_exclusions='gcc/cc*-checksum$(objext) | gcc/ada/*tools/*'
  1099. config_shell='/bin/bash'
  1100. configdirs=' intl libiberty zlib libcpp libdecnumber fixincludes gcc'
  1101. datadir='${datarootdir}'
  1102. datarootdir='${prefix}/share'
  1103. do_compare='cmp --ignore-initial=16 $$f1 $$f2'
  1104. docdir='${datarootdir}/doc/${PACKAGE}'
  1105. dvidir='${docdir}'
  1106. exec_prefix='${prefix}'
  1107. extra_host_libiberty_configure_flags=''
  1108. extra_mpc_gmp_configure_flags=''
  1109. extra_mpc_mpfr_configure_flags=''
  1110. extra_mpfr_configure_flags=''
  1111. gmpinc=''
  1112. gmplibs='-lmpc -lmpfr -lgmp'
  1113. host='x86_64-unknown-linux-gnu'
  1114. host_alias=''
  1115. host_configargs='--cache-file=./config.cache '\''--prefix=/home/wes/Dreamcast/dc/toolchain/sh-elf'\'' '\''--without-headers'\'' '\''--with-newlib'\'' '\''--disable-libssp'\'' '\''--disable-tls'\'' '\''--with-multilib-list=m4-single-only,m4-nofpu,m4'\'' '\''--with-endian=little'\'' '\''--with-cpu=m4-single-only'\'' '\''--enable-languages=c'\'' --program-transform-name='\''s&^&sh-elf-&'\'' --disable-option-checking'
  1116. host_cpu='x86_64'
  1117. host_noncanonical='x86_64-unknown-linux-gnu'
  1118. host_os='linux-gnu'
  1119. host_subdir='.'
  1120. host_vendor='unknown'
  1121. htmldir='${docdir}'
  1122. includedir='${prefix}/include'
  1123. infodir='${datarootdir}/info'
  1124. libdir='${exec_prefix}/lib'
  1125. libelfinc=''
  1126. libelflibs=''
  1127. libexecdir='${exec_prefix}/libexec'
  1128. localedir='${datarootdir}/locale'
  1129. localstatedir='${prefix}/var'
  1130. mandir='${datarootdir}/man'
  1131. oldincludedir='/usr/include'
  1132. pdfdir='${docdir}'
  1133. poststage1_ldflags=''
  1134. poststage1_libs=''
  1135. pplinc=''
  1136. ppllibs=''
  1137. prefix='/home/wes/Dreamcast/dc/toolchain/sh-elf'
  1138. program_transform_name='s&^&sh-elf-&'
  1139. psdir='${docdir}'
  1140. sbindir='${exec_prefix}/sbin'
  1141. sharedstatedir='${prefix}/com'
  1142. stage1_cflags='-g -fkeep-inline-functions'
  1143. stage1_checking='--enable-checking=yes,types'
  1144. stage1_languages='c'
  1145. stage1_ldflags=''
  1146. stage1_libs=''
  1147. stage2_werror_flag=''
  1148. sysconfdir='${prefix}/etc'
  1149. target='sh-unknown-elf'
  1150. target_alias='sh-elf'
  1151. target_configargs='--cache-file=./config.cache --enable-multilib --with-cross-host=x86_64-unknown-linux-gnu '\''--prefix=/home/wes/Dreamcast/dc/toolchain/sh-elf'\'' '\''--without-headers'\'' '\''--with-newlib'\'' '\''--disable-libssp'\'' '\''--disable-tls'\'' '\''--with-multilib-list=m4-single-only,m4-nofpu,m4'\'' '\''--with-endian=little'\'' '\''--with-cpu=m4-single-only'\'' '\''--enable-languages=c'\'' --program-transform-name='\''s&^&sh-elf-&'\'' --disable-option-checking'
  1152. target_configdirs=' libgcc'
  1153. target_cpu='sh'
  1154. target_noncanonical='sh-elf'
  1155. target_os='elf'
  1156. target_subdir='sh-elf'
  1157. target_vendor='unknown'
  1158. tooldir='${exec_prefix}/sh-elf'
  1159.  
  1160. ## ------------------- ##
  1161. ## File substitutions. ##
  1162. ## ------------------- ##
  1163.  
  1164. alphaieee_frag='/dev/null'
  1165. host_makefile_frag='/dev/null'
  1166. ospace_frag='/dev/null'
  1167. serialization_dependencies='serdep.tmp'
  1168. target_makefile_frag='/dev/null'
  1169.  
  1170. ## ----------- ##
  1171. ## confdefs.h. ##
  1172. ## ----------- ##
  1173.  
  1174. /* confdefs.h */
  1175. #define PACKAGE_NAME ""
  1176. #define PACKAGE_TARNAME ""
  1177. #define PACKAGE_VERSION ""
  1178. #define PACKAGE_STRING ""
  1179. #define PACKAGE_BUGREPORT ""
  1180. #define PACKAGE_URL ""
  1181. #define LT_OBJDIR ".libs/"
  1182. #define STDC_HEADERS 1
  1183. #define HAVE_SYS_TYPES_H 1
  1184. #define HAVE_SYS_STAT_H 1
  1185. #define HAVE_STDLIB_H 1
  1186. #define HAVE_STRING_H 1
  1187. #define HAVE_MEMORY_H 1
  1188. #define HAVE_STRINGS_H 1
  1189. #define HAVE_INTTYPES_H 1
  1190. #define HAVE_STDINT_H 1
  1191. #define HAVE_UNISTD_H 1
  1192.  
  1193. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement