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.7.1/configure --target=i686-lfs-linux-gnu --prefix=/tools --with-sysroot=/mnt/lfs --with-newlib --without-headers --with-local-prefix=/tools --with-native-system-header-dir=/tools/include --disable-nls --disable-shared --disable-multilib --disable-decimal-float --disable-threads --disable-libmudflap --disable-libssp --disable-libgomp --disable-libquadmath --enable-languages=c --with-mpfr-include=/mnt/lfs/sources/gcc-build/../gcc-4.7.1/mpfr/src --with-mpfr-lib=/mnt/lfs/sources/gcc-build/mpfr/src/.libs
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = naggappan-Compaq-515
  14. uname -m = i686
  15. uname -r = 3.5.0-17-generic
  16. uname -s = Linux
  17. uname -v = #28-Ubuntu SMP Tue Oct 9 19:32:08 UTC 2012
  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: /tools/bin
  31. PATH: /bin
  32. PATH: /usr/bin
  33.  
  34.  
  35. ## ----------- ##
  36. ## Core tests. ##
  37. ## ----------- ##
  38.  
  39. configure:2237: checking build system type
  40. configure:2251: result: i686-pc-linux-gnu
  41. configure:2298: checking host system type
  42. configure:2311: result: i686-pc-linux-gnu
  43. configure:2331: checking target system type
  44. configure:2344: result: i686-lfs-linux-gnu
  45. configure:2398: checking for a BSD-compatible install
  46. configure:2466: result: /usr/bin/install -c
  47. configure:2477: checking whether ln works
  48. configure:2499: result: yes
  49. configure:2503: checking whether ln -s works
  50. configure:2507: result: yes
  51. configure:2514: checking for a sed that does not truncate output
  52. configure:2578: result: /bin/sed
  53. configure:2587: checking for gawk
  54. configure:2603: found /usr/bin/gawk
  55. configure:2614: result: gawk
  56. configure:3070: checking for libitm support
  57. configure:3080: result: yes
  58. configure:3769: checking for gcc
  59. configure:3785: found /usr/bin/gcc
  60. configure:3796: result: gcc
  61. configure:4025: checking for C compiler version
  62. configure:4034: gcc --version >&5
  63. gcc (Ubuntu/Linaro 4.7.2-2ubuntu1) 4.7.2
  64. Copyright (C) 2012 Free Software Foundation, Inc.
  65. This is free software; see the source for copying conditions. There is NO
  66. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  67.  
  68. configure:4045: $? = 0
  69. configure:4034: gcc -v >&5
  70. Using built-in specs.
  71. COLLECT_GCC=gcc
  72. COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.7/lto-wrapper
  73. Target: i686-linux-gnu
  74. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.7.2-2ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --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.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
  75. Thread model: posix
  76. gcc version 4.7.2 (Ubuntu/Linaro 4.7.2-2ubuntu1)
  77. configure:4045: $? = 0
  78. configure:4034: gcc -V >&5
  79. gcc: error: unrecognized command line option '-V'
  80. gcc: fatal error: no input files
  81. compilation terminated.
  82. configure:4045: $? = 4
  83. configure:4034: gcc -qversion >&5
  84. gcc: error: unrecognized command line option '-qversion'
  85. gcc: fatal error: no input files
  86. compilation terminated.
  87. configure:4045: $? = 4
  88. configure:4065: checking for C compiler default output file name
  89. configure:4087: gcc conftest.c >&5
  90. configure:4091: $? = 0
  91. configure:4128: result: a.out
  92. configure:4144: checking whether the C compiler works
  93. configure:4153: ./a.out
  94. configure:4157: $? = 0
  95. configure:4172: result: yes
  96. configure:4179: checking whether we are cross compiling
  97. configure:4181: result: no
  98. configure:4184: checking for suffix of executables
  99. configure:4191: gcc -o conftest conftest.c >&5
  100. configure:4195: $? = 0
  101. configure:4217: result:
  102. configure:4223: checking for suffix of object files
  103. configure:4245: gcc -c conftest.c >&5
  104. configure:4249: $? = 0
  105. configure:4270: result: o
  106. configure:4274: checking whether we are using the GNU C compiler
  107. configure:4293: gcc -c conftest.c >&5
  108. configure:4293: $? = 0
  109. configure:4302: result: yes
  110. configure:4311: checking whether gcc accepts -g
  111. configure:4331: gcc -c -g conftest.c >&5
  112. configure:4331: $? = 0
  113. configure:4372: result: yes
  114. configure:4389: checking for gcc option to accept ISO C89
  115. configure:4453: gcc -c -g -O2 conftest.c >&5
  116. configure:4453: $? = 0
  117. configure:4466: result: none needed
  118. configure:4544: checking for g++
  119. configure:4574: result: no
  120. configure:4544: checking for c++
  121. configure:4574: result: no
  122. configure:4544: checking for gpp
  123. configure:4574: result: no
  124. configure:4544: checking for aCC
  125. configure:4574: result: no
  126. configure:4544: checking for CC
  127. configure:4574: result: no
  128. configure:4544: checking for cxx
  129. configure:4574: result: no
  130. configure:4544: checking for cc++
  131. configure:4574: result: no
  132. configure:4544: checking for cl.exe
  133. configure:4574: result: no
  134. configure:4544: checking for FCC
  135. configure:4574: result: no
  136. configure:4544: checking for KCC
  137. configure:4574: result: no
  138. configure:4544: checking for RCC
  139. configure:4574: result: no
  140. configure:4544: checking for xlC_r
  141. configure:4574: result: no
  142. configure:4544: checking for xlC
  143. configure:4574: result: no
  144. configure:4598: checking for C++ compiler version
  145. configure:4607: g++ --version >&5
  146. ../gcc-4.7.1/configure: line 4609: g++: command not found
  147. configure:4618: $? = 127
  148. configure:4607: g++ -v >&5
  149. ../gcc-4.7.1/configure: line 4609: g++: command not found
  150. configure:4618: $? = 127
  151. configure:4607: g++ -V >&5
  152. ../gcc-4.7.1/configure: line 4609: g++: command not found
  153. configure:4618: $? = 127
  154. configure:4607: g++ -qversion >&5
  155. ../gcc-4.7.1/configure: line 4609: g++: command not found
  156. configure:4618: $? = 127
  157. configure:4622: checking whether we are using the GNU C++ compiler
  158. configure:4641: g++ -c conftest.cpp >&5
  159. ../gcc-4.7.1/configure: line 1754: g++: command not found
  160. configure:4641: $? = 127
  161. configure: failed program was:
  162. | /* confdefs.h */
  163. | #define PACKAGE_NAME ""
  164. | #define PACKAGE_TARNAME ""
  165. | #define PACKAGE_VERSION ""
  166. | #define PACKAGE_STRING ""
  167. | #define PACKAGE_BUGREPORT ""
  168. | #define PACKAGE_URL ""
  169. | /* end confdefs.h. */
  170. |
  171. | int
  172. | main ()
  173. | {
  174. | #ifndef __GNUC__
  175. | choke me
  176. | #endif
  177. |
  178. | ;
  179. | return 0;
  180. | }
  181. configure:4650: result: no
  182. configure:4659: checking whether g++ accepts -g
  183. configure:4679: g++ -c -g conftest.cpp >&5
  184. ../gcc-4.7.1/configure: line 1754: g++: command not found
  185. configure:4679: $? = 127
  186. configure: failed program was:
  187. | /* confdefs.h */
  188. | #define PACKAGE_NAME ""
  189. | #define PACKAGE_TARNAME ""
  190. | #define PACKAGE_VERSION ""
  191. | #define PACKAGE_STRING ""
  192. | #define PACKAGE_BUGREPORT ""
  193. | #define PACKAGE_URL ""
  194. | /* end confdefs.h. */
  195. |
  196. | int
  197. | main ()
  198. | {
  199. |
  200. | ;
  201. | return 0;
  202. | }
  203. configure:4694: g++ -c conftest.cpp >&5
  204. ../gcc-4.7.1/configure: line 1754: g++: command not found
  205. configure:4694: $? = 127
  206. configure: failed program was:
  207. | /* confdefs.h */
  208. | #define PACKAGE_NAME ""
  209. | #define PACKAGE_TARNAME ""
  210. | #define PACKAGE_VERSION ""
  211. | #define PACKAGE_STRING ""
  212. | #define PACKAGE_BUGREPORT ""
  213. | #define PACKAGE_URL ""
  214. | /* end confdefs.h. */
  215. |
  216. | int
  217. | main ()
  218. | {
  219. |
  220. | ;
  221. | return 0;
  222. | }
  223. configure:4710: g++ -c -g conftest.cpp >&5
  224. ../gcc-4.7.1/configure: line 1754: g++: command not found
  225. configure:4710: $? = 127
  226. configure: failed program was:
  227. | /* confdefs.h */
  228. | #define PACKAGE_NAME ""
  229. | #define PACKAGE_TARNAME ""
  230. | #define PACKAGE_VERSION ""
  231. | #define PACKAGE_STRING ""
  232. | #define PACKAGE_BUGREPORT ""
  233. | #define PACKAGE_URL ""
  234. | /* end confdefs.h. */
  235. |
  236. | int
  237. | main ()
  238. | {
  239. |
  240. | ;
  241. | return 0;
  242. | }
  243. configure:4720: result: no
  244. configure:4809: checking for gnatbind
  245. configure:4839: result: no
  246. configure:4901: checking for gnatmake
  247. configure:4931: result: no
  248. configure:4950: checking whether compiler driver understands Ada
  249. configure:4973: result: no
  250. configure:4982: checking how to compare bootstrapped objects
  251. configure:5007: result: cmp --ignore-initial=16 $$f1 $$f2
  252. configure:5079: checking for objdir
  253. configure:5094: result: .libs
  254. configure:5636: checking for PWL_handle_timeout in -lpwl
  255. configure:5661: gcc -o conftest -g -O2 conftest.c -lpwl -lstdc++ -lm >&5
  256. /usr/bin/ld: cannot find -lpwl
  257. /usr/bin/ld: cannot find -lstdc++
  258. collect2: error: ld returned 1 exit status
  259. configure:5661: $? = 1
  260. configure: failed program was:
  261. | /* confdefs.h */
  262. | #define PACKAGE_NAME ""
  263. | #define PACKAGE_TARNAME ""
  264. | #define PACKAGE_VERSION ""
  265. | #define PACKAGE_STRING ""
  266. | #define PACKAGE_BUGREPORT ""
  267. | #define PACKAGE_URL ""
  268. | #define LT_OBJDIR ".libs/"
  269. | /* end confdefs.h. */
  270. |
  271. | /* Override any GCC internal prototype to avoid an error.
  272. | Use char because int might match the return type of a GCC
  273. | builtin and then its argument prototype would still apply. */
  274. | #ifdef __cplusplus
  275. | extern "C"
  276. | #endif
  277. | char PWL_handle_timeout ();
  278. | int
  279. | main ()
  280. | {
  281. | return PWL_handle_timeout ();
  282. | ;
  283. | return 0;
  284. | }
  285. configure:5670: result: no
  286. configure:5684: checking for version 0.11 (revision 0 or later) of PPL
  287. configure:5701: gcc -c -g -O2 -I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp -I/mnt/lfs/sources/gcc-build/../gcc-4.7.1/mpfr/src -I$$s/mpc/src conftest.c >&5
  288. conftest.c:10:19: fatal error: ppl_c.h: No such file or directory
  289. compilation terminated.
  290. configure:5701: $? = 1
  291. configure: failed program was:
  292. | /* confdefs.h */
  293. | #define PACKAGE_NAME ""
  294. | #define PACKAGE_TARNAME ""
  295. | #define PACKAGE_VERSION ""
  296. | #define PACKAGE_STRING ""
  297. | #define PACKAGE_BUGREPORT ""
  298. | #define PACKAGE_URL ""
  299. | #define LT_OBJDIR ".libs/"
  300. | /* end confdefs.h. */
  301. | #include "ppl_c.h"
  302. | int
  303. | main ()
  304. | {
  305. |
  306. | #if PPL_VERSION_MAJOR != 0 || PPL_VERSION_MINOR < 11
  307. | choke me
  308. | #endif
  309. |
  310. | ;
  311. | return 0;
  312. | }
  313. configure:5705: result: no
  314. configure:7019: checking for default BUILD_CONFIG
  315. configure:7051: result:
  316. configure:7540: checking for bison
  317. configure:7556: found /usr/bin/bison
  318. configure:7567: result: bison -y
  319. configure:7587: checking for bison
  320. configure:7603: found /usr/bin/bison
  321. configure:7614: result: bison
  322. configure:7634: checking for gm4
  323. configure:7664: result: no
  324. configure:7634: checking for gnum4
  325. configure:7664: result: no
  326. configure:7634: checking for m4
  327. configure:7650: found /usr/bin/m4
  328. configure:7661: result: m4
  329. configure:7681: checking for flex
  330. configure:7711: result: no
  331. configure:7681: checking for lex
  332. configure:7711: result: no
  333. configure:7729: checking for flex
  334. configure:7759: result: no
  335. configure:7776: checking for makeinfo
  336. configure:7792: found /usr/bin/makeinfo
  337. configure:7803: result: makeinfo
  338. configure:7837: checking for expect
  339. configure:7867: result: no
  340. configure:7886: checking for runtest
  341. configure:7916: result: no
  342. configure:8031: checking for ar
  343. configure:8047: found /usr/bin/ar
  344. configure:8058: result: ar
  345. configure:8172: checking for as
  346. configure:8188: found /usr/bin/as
  347. configure:8199: result: as
  348. configure:8313: checking for dlltool
  349. configure:8343: result: no
  350. configure:8454: checking for ld
  351. configure:8470: found /usr/bin/ld
  352. configure:8481: result: ld
  353. configure:8595: checking for lipo
  354. configure:8625: result: no
  355. configure:8736: checking for nm
  356. configure:8752: found /usr/bin/nm
  357. configure:8763: result: nm
  358. configure:8877: checking for ranlib
  359. configure:8893: found /usr/bin/ranlib
  360. configure:8904: result: ranlib
  361. configure:9013: checking for strip
  362. configure:9029: found /usr/bin/strip
  363. configure:9040: result: strip
  364. configure:9149: checking for windres
  365. configure:9179: result: no
  366. configure:9290: checking for windmc
  367. configure:9320: result: no
  368. configure:9431: checking for objcopy
  369. configure:9447: found /usr/bin/objcopy
  370. configure:9458: result: objcopy
  371. configure:9572: checking for objdump
  372. configure:9588: found /usr/bin/objdump
  373. configure:9599: result: objdump
  374. configure:9713: checking for readelf
  375. configure:9729: found /usr/bin/readelf
  376. configure:9740: result: readelf
  377. configure:9854: checking for i686-lfs-linux-gnu-cc
  378. configure:9884: result: no
  379. configure:9854: checking for i686-lfs-linux-gnu-gcc
  380. configure:9884: result: no
  381. configure:10015: checking for i686-lfs-linux-gnu-c++
  382. configure:10045: result: no
  383. configure:10015: checking for i686-lfs-linux-gnu-g++
  384. configure:10045: result: no
  385. configure:10015: checking for i686-lfs-linux-gnu-cxx
  386. configure:10045: result: no
  387. configure:10015: checking for i686-lfs-linux-gnu-gxx
  388. configure:10045: result: no
  389. configure:10176: checking for i686-lfs-linux-gnu-gcc
  390. configure:10206: result: no
  391. configure:10332: checking for i686-lfs-linux-gnu-gcj
  392. configure:10362: result: no
  393. configure:10493: checking for i686-lfs-linux-gnu-gfortran
  394. configure:10523: result: no
  395. configure:10654: checking for i686-lfs-linux-gnu-gccgo
  396. configure:10684: result: no
  397. configure:10784: checking for ar
  398. configure:10817: result: no
  399. configure:10895: checking for i686-lfs-linux-gnu-ar
  400. configure:10925: result: no
  401. configure:11014: checking for as
  402. configure:11047: result: no
  403. configure:11125: checking for i686-lfs-linux-gnu-as
  404. configure:11155: result: no
  405. configure:11244: checking for dlltool
  406. configure:11277: result: no
  407. configure:11355: checking for i686-lfs-linux-gnu-dlltool
  408. configure:11385: result: no
  409. configure:11474: checking for ld
  410. configure:11507: result: no
  411. configure:11585: checking for i686-lfs-linux-gnu-ld
  412. configure:11615: result: no
  413. configure:11704: checking for lipo
  414. configure:11737: result: no
  415. configure:11815: checking for i686-lfs-linux-gnu-lipo
  416. configure:11845: result: no
  417. configure:11934: checking for nm
  418. configure:11967: result: no
  419. configure:12045: checking for i686-lfs-linux-gnu-nm
  420. configure:12075: result: no
  421. configure:12164: checking for objdump
  422. configure:12197: result: no
  423. configure:12275: checking for i686-lfs-linux-gnu-objdump
  424. configure:12305: result: no
  425. configure:12394: checking for ranlib
  426. configure:12427: result: no
  427. configure:12505: checking for i686-lfs-linux-gnu-ranlib
  428. configure:12535: result: no
  429. configure:12624: checking for readelf
  430. configure:12657: result: no
  431. configure:12735: checking for i686-lfs-linux-gnu-readelf
  432. configure:12765: result: no
  433. configure:12854: checking for strip
  434. configure:12887: result: no
  435. configure:12965: checking for i686-lfs-linux-gnu-strip
  436. configure:12995: result: no
  437. configure:13084: checking for windres
  438. configure:13117: result: no
  439. configure:13195: checking for i686-lfs-linux-gnu-windres
  440. configure:13225: result: no
  441. configure:13314: checking for windmc
  442. configure:13347: result: no
  443. configure:13425: checking for i686-lfs-linux-gnu-windmc
  444. configure:13455: result: no
  445. configure:13522: checking where to find the target ar
  446. configure:13559: result: pre-installed
  447. configure:13564: checking where to find the target as
  448. configure:13601: result: pre-installed
  449. configure:13606: checking where to find the target cc
  450. configure:13629: result: just compiled
  451. configure:13648: checking where to find the target c++
  452. configure:13688: result: pre-installed
  453. configure:13693: checking where to find the target c++ for libstdc++
  454. configure:13733: result: pre-installed
  455. configure:13738: checking where to find the target dlltool
  456. configure:13775: result: pre-installed
  457. configure:13780: checking where to find the target gcc
  458. configure:13803: result: just compiled
  459. configure:13822: checking where to find the target gcj
  460. configure:13862: result: pre-installed
  461. configure:13867: checking where to find the target gfortran
  462. configure:13907: result: pre-installed
  463. configure:13912: checking where to find the target gccgo
  464. configure:13952: result: pre-installed
  465. configure:13957: checking where to find the target ld
  466. configure:13994: result: pre-installed
  467. configure:13999: checking where to find the target lipo
  468. configure:14025: result: pre-installed
  469. configure:14030: checking where to find the target nm
  470. configure:14067: result: pre-installed
  471. configure:14072: checking where to find the target objdump
  472. configure:14109: result: pre-installed
  473. configure:14114: checking where to find the target ranlib
  474. configure:14151: result: pre-installed
  475. configure:14156: checking where to find the target readelf
  476. configure:14193: result: pre-installed
  477. configure:14198: checking where to find the target strip
  478. configure:14235: result: pre-installed
  479. configure:14240: checking where to find the target windres
  480. configure:14277: result: pre-installed
  481. configure:14282: checking where to find the target windmc
  482. configure:14319: result: pre-installed
  483. configure:14352: checking whether to enable maintainer-specific portions of Makefiles
  484. configure:14361: result: no
  485. configure:14394: checking whether -fkeep-inline-functions is supported
  486. configure:14413: gcc -c -g -O2 -fkeep-inline-functions conftest.c >&5
  487. configure:14413: $? = 0
  488. configure:14414: result: yes
  489. configure:14620: creating ./config.status
  490.  
  491. ## ---------------------- ##
  492. ## Running config.status. ##
  493. ## ---------------------- ##
  494.  
  495. This file was extended by config.status, which was
  496. generated by GNU Autoconf 2.64. Invocation command line was
  497.  
  498. CONFIG_FILES =
  499. CONFIG_HEADERS =
  500. CONFIG_LINKS =
  501. CONFIG_COMMANDS =
  502. $ ./config.status
  503.  
  504. on naggappan-Compaq-515
  505.  
  506. config.status:964: creating Makefile
  507.  
  508. ## ---------------- ##
  509. ## Cache variables. ##
  510. ## ---------------- ##
  511.  
  512. ac_cv_build=i686-pc-linux-gnu
  513. ac_cv_c_compiler_gnu=yes
  514. ac_cv_cxx_compiler_gnu=no
  515. ac_cv_env_AR_FOR_TARGET_set=
  516. ac_cv_env_AR_FOR_TARGET_value=
  517. ac_cv_env_AR_set=
  518. ac_cv_env_AR_value=
  519. ac_cv_env_AS_FOR_TARGET_set=
  520. ac_cv_env_AS_FOR_TARGET_value=
  521. ac_cv_env_AS_set=
  522. ac_cv_env_AS_value=
  523. ac_cv_env_CCC_set=
  524. ac_cv_env_CCC_value=
  525. ac_cv_env_CC_FOR_TARGET_set=
  526. ac_cv_env_CC_FOR_TARGET_value=
  527. ac_cv_env_CC_set=
  528. ac_cv_env_CC_value=
  529. ac_cv_env_CFLAGS_set=
  530. ac_cv_env_CFLAGS_value=
  531. ac_cv_env_CPPFLAGS_set=
  532. ac_cv_env_CPPFLAGS_value=
  533. ac_cv_env_CXXFLAGS_set=
  534. ac_cv_env_CXXFLAGS_value=
  535. ac_cv_env_CXX_FOR_TARGET_set=
  536. ac_cv_env_CXX_FOR_TARGET_value=
  537. ac_cv_env_CXX_set=
  538. ac_cv_env_CXX_value=
  539. ac_cv_env_DLLTOOL_FOR_TARGET_set=
  540. ac_cv_env_DLLTOOL_FOR_TARGET_value=
  541. ac_cv_env_DLLTOOL_set=
  542. ac_cv_env_DLLTOOL_value=
  543. ac_cv_env_GCC_FOR_TARGET_set=
  544. ac_cv_env_GCC_FOR_TARGET_value=
  545. ac_cv_env_GCJ_FOR_TARGET_set=
  546. ac_cv_env_GCJ_FOR_TARGET_value=
  547. ac_cv_env_GFORTRAN_FOR_TARGET_set=
  548. ac_cv_env_GFORTRAN_FOR_TARGET_value=
  549. ac_cv_env_GOC_FOR_TARGET_set=
  550. ac_cv_env_GOC_FOR_TARGET_value=
  551. ac_cv_env_LDFLAGS_set=
  552. ac_cv_env_LDFLAGS_value=
  553. ac_cv_env_LD_FOR_TARGET_set=
  554. ac_cv_env_LD_FOR_TARGET_value=
  555. ac_cv_env_LD_set=
  556. ac_cv_env_LD_value=
  557. ac_cv_env_LIBS_set=
  558. ac_cv_env_LIBS_value=
  559. ac_cv_env_LIPO_FOR_TARGET_set=
  560. ac_cv_env_LIPO_FOR_TARGET_value=
  561. ac_cv_env_LIPO_set=
  562. ac_cv_env_LIPO_value=
  563. ac_cv_env_NM_FOR_TARGET_set=
  564. ac_cv_env_NM_FOR_TARGET_value=
  565. ac_cv_env_NM_set=
  566. ac_cv_env_NM_value=
  567. ac_cv_env_OBJCOPY_set=
  568. ac_cv_env_OBJCOPY_value=
  569. ac_cv_env_OBJDUMP_FOR_TARGET_set=
  570. ac_cv_env_OBJDUMP_FOR_TARGET_value=
  571. ac_cv_env_OBJDUMP_set=
  572. ac_cv_env_OBJDUMP_value=
  573. ac_cv_env_RANLIB_FOR_TARGET_set=
  574. ac_cv_env_RANLIB_FOR_TARGET_value=
  575. ac_cv_env_RANLIB_set=
  576. ac_cv_env_RANLIB_value=
  577. ac_cv_env_READELF_FOR_TARGET_set=
  578. ac_cv_env_READELF_FOR_TARGET_value=
  579. ac_cv_env_READELF_set=
  580. ac_cv_env_READELF_value=
  581. ac_cv_env_STRIP_FOR_TARGET_set=
  582. ac_cv_env_STRIP_FOR_TARGET_value=
  583. ac_cv_env_STRIP_set=
  584. ac_cv_env_STRIP_value=
  585. ac_cv_env_WINDMC_FOR_TARGET_set=
  586. ac_cv_env_WINDMC_FOR_TARGET_value=
  587. ac_cv_env_WINDMC_set=
  588. ac_cv_env_WINDMC_value=
  589. ac_cv_env_WINDRES_FOR_TARGET_set=
  590. ac_cv_env_WINDRES_FOR_TARGET_value=
  591. ac_cv_env_WINDRES_set=
  592. ac_cv_env_WINDRES_value=
  593. ac_cv_env_build_alias_set=
  594. ac_cv_env_build_alias_value=
  595. ac_cv_env_build_configargs_set=
  596. ac_cv_env_build_configargs_value=
  597. ac_cv_env_host_alias_set=
  598. ac_cv_env_host_alias_value=
  599. ac_cv_env_host_configargs_set=
  600. ac_cv_env_host_configargs_value=
  601. ac_cv_env_target_alias_set=set
  602. ac_cv_env_target_alias_value=i686-lfs-linux-gnu
  603. ac_cv_env_target_configargs_set=
  604. ac_cv_env_target_configargs_value=
  605. ac_cv_host=i686-pc-linux-gnu
  606. ac_cv_lib_pwl_PWL_handle_timeout=no
  607. ac_cv_objext=o
  608. ac_cv_path_SED=/bin/sed
  609. ac_cv_path_install='/usr/bin/install -c'
  610. ac_cv_prog_AR=ar
  611. ac_cv_prog_AS=as
  612. ac_cv_prog_AWK=gawk
  613. ac_cv_prog_BISON=bison
  614. ac_cv_prog_LD=ld
  615. ac_cv_prog_M4=m4
  616. ac_cv_prog_MAKEINFO=makeinfo
  617. ac_cv_prog_NM=nm
  618. ac_cv_prog_OBJCOPY=objcopy
  619. ac_cv_prog_OBJDUMP=objdump
  620. ac_cv_prog_RANLIB=ranlib
  621. ac_cv_prog_READELF=readelf
  622. ac_cv_prog_STRIP=strip
  623. ac_cv_prog_YACC='bison -y'
  624. ac_cv_prog_ac_ct_CC=gcc
  625. ac_cv_prog_cc_c89=
  626. ac_cv_prog_cc_g=yes
  627. ac_cv_prog_cxx_g=no
  628. ac_cv_target=i686-lfs-linux-gnu
  629. acx_cv_cc_gcc_supports_ada=no
  630. acx_cv_prog_LN=ln
  631. gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
  632. gcc_cv_tool_dirs=/tools/libexec/gcc/i686-lfs-linux-gnu/4.7.1:/tools/libexec/gcc/i686-lfs-linux-gnu:/usr/lib/gcc/i686-lfs-linux-gnu/4.7.1:/usr/lib/gcc/i686-lfs-linux-gnu:/tools/i686-lfs-linux-gnu/bin/i686-lfs-linux-gnu/4.7.1:/tools/i686-lfs-linux-gnu/bin:
  633. gcc_cv_tool_prefix=/tools
  634. lt_cv_objdir=.libs
  635.  
  636. ## ----------------- ##
  637. ## Output variables. ##
  638. ## ----------------- ##
  639.  
  640. AR='ar'
  641. AR_FOR_BUILD='$(AR)'
  642. AR_FOR_TARGET='i686-lfs-linux-gnu-ar'
  643. AS='as'
  644. AS_FOR_BUILD='$(AS)'
  645. AS_FOR_TARGET='i686-lfs-linux-gnu-as'
  646. AWK='gawk'
  647. BISON='bison'
  648. BUILD_CONFIG=''
  649. CC='gcc'
  650. CC_FOR_BUILD='$(CC)'
  651. CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
  652. CFLAGS='-g -O2'
  653. CFLAGS_FOR_BUILD='-g -O2'
  654. CFLAGS_FOR_TARGET='-g -O2'
  655. COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
  656. COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
  657. COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'
  658. CONFIGURE_GDB_TK=''
  659. CPPFLAGS=''
  660. CXX='g++'
  661. CXXFLAGS=''
  662. CXXFLAGS_FOR_BUILD=''
  663. CXXFLAGS_FOR_TARGET='-g '
  664. CXX_FOR_BUILD='$(CXX)'
  665. CXX_FOR_TARGET='i686-lfs-linux-gnu-c++'
  666. DEBUG_PREFIX_CFLAGS_FOR_TARGET=''
  667. DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DLT_OBJDIR=\".libs/\"'
  668. DLLTOOL='dlltool'
  669. DLLTOOL_FOR_BUILD='$(DLLTOOL)'
  670. DLLTOOL_FOR_TARGET='i686-lfs-linux-gnu-dlltool'
  671. ECHO_C=''
  672. ECHO_N='-n'
  673. ECHO_T=''
  674. EXEEXT=''
  675. EXPECT='expect'
  676. EXTRA_CONFIGARGS_LIBJAVA='--disable-static'
  677. FLAGS_FOR_TARGET=' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
  678. FLEX='/mnt/lfs/sources/gcc-4.7.1/missing flex'
  679. GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
  680. GCC_SHLIB_SUBDIR=''
  681. GCJ_FOR_BUILD='$(GCJ)'
  682. GCJ_FOR_TARGET='i686-lfs-linux-gnu-gcj'
  683. GDB_TK=''
  684. GFORTRAN_FOR_BUILD='$(GFORTRAN)'
  685. GFORTRAN_FOR_TARGET='i686-lfs-linux-gnu-gfortran'
  686. GNATBIND='no'
  687. GNATMAKE='no'
  688. GOC_FOR_BUILD='$(GOC)'
  689. GOC_FOR_TARGET='i686-lfs-linux-gnu-gccgo'
  690. INSTALL_DATA='${INSTALL} -m 644'
  691. INSTALL_GDB_TK=''
  692. INSTALL_PROGRAM='${INSTALL}'
  693. INSTALL_SCRIPT='${INSTALL}'
  694. LD='ld'
  695. LDFLAGS=''
  696. LDFLAGS_FOR_BUILD=''
  697. LDFLAGS_FOR_TARGET=''
  698. LD_FOR_BUILD='$(LD)'
  699. LD_FOR_TARGET='i686-lfs-linux-gnu-ld'
  700. LEX='/mnt/lfs/sources/gcc-4.7.1/missing flex'
  701. LIBOBJS=''
  702. LIBS=''
  703. LIPO='lipo'
  704. LIPO_FOR_TARGET='i686-lfs-linux-gnu-lipo'
  705. LN='ln'
  706. LN_S='ln -s'
  707. LTLIBOBJS=''
  708. M4='m4'
  709. MAINT='#'
  710. MAINTAINER_MODE_FALSE=''
  711. MAINTAINER_MODE_TRUE='#'
  712. MAKEINFO='makeinfo'
  713. NM='nm'
  714. NM_FOR_BUILD='$(NM)'
  715. NM_FOR_TARGET='i686-lfs-linux-gnu-nm'
  716. OBJCOPY='objcopy'
  717. OBJDUMP='objdump'
  718. OBJDUMP_FOR_TARGET='i686-lfs-linux-gnu-objdump'
  719. OBJEXT='o'
  720. PACKAGE_BUGREPORT=''
  721. PACKAGE_NAME=''
  722. PACKAGE_STRING=''
  723. PACKAGE_TARNAME=''
  724. PACKAGE_URL=''
  725. PACKAGE_VERSION=''
  726. PATH_SEPARATOR=':'
  727. POSTSTAGE1_CONFIGURE_FLAGS='--enable-build-with-cxx'
  728. RANLIB='ranlib'
  729. RANLIB_FOR_BUILD='$(RANLIB)'
  730. RANLIB_FOR_TARGET='i686-lfs-linux-gnu-ranlib'
  731. RAW_CXX_FOR_TARGET='i686-lfs-linux-gnu-c++'
  732. READELF='readelf'
  733. READELF_FOR_TARGET='i686-lfs-linux-gnu-readelf'
  734. RPATH_ENVVAR='LD_LIBRARY_PATH'
  735. RUNTEST='runtest'
  736. SED='/bin/sed'
  737. SHELL='/bin/sh'
  738. STRIP='strip'
  739. STRIP_FOR_TARGET='i686-lfs-linux-gnu-strip'
  740. SYSROOT_CFLAGS_FOR_TARGET=''
  741. TOPLEVEL_CONFIGURE_ARGUMENTS='../gcc-4.7.1/configure --target=i686-lfs-linux-gnu --prefix=/tools --with-sysroot=/mnt/lfs --with-newlib --without-headers --with-local-prefix=/tools --with-native-system-header-dir=/tools/include --disable-nls --disable-shared --disable-multilib --disable-decimal-float --disable-threads --disable-libmudflap --disable-libssp --disable-libgomp --disable-libquadmath --enable-languages=c --with-mpfr-include=/mnt/lfs/sources/gcc-build/../gcc-4.7.1/mpfr/src --with-mpfr-lib=/mnt/lfs/sources/gcc-build/mpfr/src/.libs'
  742. WINDMC='windmc'
  743. WINDMC_FOR_BUILD='$(WINDMC)'
  744. WINDMC_FOR_TARGET='i686-lfs-linux-gnu-windmc'
  745. WINDRES='windres'
  746. WINDRES_FOR_BUILD='$(WINDRES)'
  747. WINDRES_FOR_TARGET='i686-lfs-linux-gnu-windres'
  748. YACC='bison -y'
  749. ac_ct_CC='gcc'
  750. ac_ct_CXX=''
  751. bindir='${exec_prefix}/bin'
  752. build='i686-pc-linux-gnu'
  753. build_alias=''
  754. build_configargs=' --cache-file=../config.cache '\''--prefix=/tools'\'' '\''--with-sysroot=/mnt/lfs'\'' '\''--with-newlib'\'' '\''--without-headers'\'' '\''--with-local-prefix=/tools'\'' '\''--with-native-system-header-dir=/tools/include'\'' '\''--disable-nls'\'' '\''--disable-shared'\'' '\''--disable-multilib'\'' '\''--disable-decimal-float'\'' '\''--disable-threads'\'' '\''--disable-libmudflap'\'' '\''--disable-libssp'\'' '\''--disable-libgomp'\'' '\''--disable-libquadmath'\'' '\''--with-mpfr-include=/mnt/lfs/sources/gcc-build/../gcc-4.7.1/mpfr/src'\'' '\''--with-mpfr-lib=/mnt/lfs/sources/gcc-build/mpfr/src/.libs'\'' '\''--enable-languages=c,lto'\'' --program-transform-name='\''s&^&i686-lfs-linux-gnu-&'\'' --disable-option-checking'
  755. build_configdirs=' libiberty fixincludes'
  756. build_cpu='i686'
  757. build_libsubdir='build-i686-pc-linux-gnu'
  758. build_noncanonical='i686-pc-linux-gnu'
  759. build_os='linux-gnu'
  760. build_subdir='build-i686-pc-linux-gnu'
  761. build_tooldir='${exec_prefix}/i686-lfs-linux-gnu'
  762. build_vendor='pc'
  763. clooginc=''
  764. clooglibs=''
  765. compare_exclusions='gcc/cc*-checksum$(objext) | gcc/ada/*tools/*'
  766. configdirs=' intl libiberty zlib libcpp libdecnumber gmp mpfr mpc fixincludes gcc lto-plugin'
  767. datadir='${datarootdir}'
  768. datarootdir='${prefix}/share'
  769. do_compare='cmp --ignore-initial=16 $$f1 $$f2'
  770. docdir='${datarootdir}/doc/${PACKAGE}'
  771. dvidir='${docdir}'
  772. exec_prefix='${prefix}'
  773. extra_host_libiberty_configure_flags='--enable-shared'
  774. extra_mpc_gmp_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/.libs'
  775. extra_mpc_mpfr_configure_flags=''
  776. extra_mpfr_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/.libs'
  777. gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp -I/mnt/lfs/sources/gcc-build/../gcc-4.7.1/mpfr/src -I$$s/mpc/src '
  778. gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/.libs -L/mnt/lfs/sources/gcc-build/mpfr/src/.libs -L$$r/$(HOST_SUBDIR)/mpc/src/.libs -lmpc -lmpfr -lgmp'
  779. host='i686-pc-linux-gnu'
  780. host_alias=''
  781. host_configargs=' --cache-file=./config.cache '\''--prefix=/tools'\'' '\''--with-sysroot=/mnt/lfs'\'' '\''--with-newlib'\'' '\''--without-headers'\'' '\''--with-local-prefix=/tools'\'' '\''--with-native-system-header-dir=/tools/include'\'' '\''--disable-nls'\'' '\''--disable-shared'\'' '\''--disable-multilib'\'' '\''--disable-decimal-float'\'' '\''--disable-threads'\'' '\''--disable-libmudflap'\'' '\''--disable-libssp'\'' '\''--disable-libgomp'\'' '\''--disable-libquadmath'\'' '\''--with-mpfr-include=/mnt/lfs/sources/gcc-build/../gcc-4.7.1/mpfr/src'\'' '\''--with-mpfr-lib=/mnt/lfs/sources/gcc-build/mpfr/src/.libs'\'' '\''--enable-languages=c,lto'\'' --program-transform-name='\''s&^&i686-lfs-linux-gnu-&'\'' --disable-option-checking'
  782. host_cpu='i686'
  783. host_noncanonical='i686-pc-linux-gnu'
  784. host_os='linux-gnu'
  785. host_subdir='.'
  786. host_vendor='pc'
  787. htmldir='${docdir}'
  788. includedir='${prefix}/include'
  789. infodir='${datarootdir}/info'
  790. libdir='${exec_prefix}/lib'
  791. libexecdir='${exec_prefix}/libexec'
  792. localedir='${datarootdir}/locale'
  793. localstatedir='${prefix}/var'
  794. mandir='${datarootdir}/man'
  795. oldincludedir='/usr/include'
  796. pdfdir='${docdir}'
  797. poststage1_ldflags='-static-libstdc++ -static-libgcc'
  798. poststage1_libs=''
  799. pplinc=''
  800. ppllibs=''
  801. prefix='/tools'
  802. program_transform_name='s&^&i686-lfs-linux-gnu-&'
  803. psdir='${docdir}'
  804. sbindir='${exec_prefix}/sbin'
  805. sharedstatedir='${prefix}/com'
  806. stage1_cflags='-g -fkeep-inline-functions'
  807. stage1_checking='--enable-checking=yes,types'
  808. stage1_languages='c,lto'
  809. stage1_ldflags=''
  810. stage1_libs=''
  811. stage2_werror_flag=''
  812. sysconfdir='${prefix}/etc'
  813. target='i686-lfs-linux-gnu'
  814. target_alias='i686-lfs-linux-gnu'
  815. target_configargs='--cache-file=./config.cache --with-cross-host=i686-pc-linux-gnu '\''--prefix=/tools'\'' '\''--with-sysroot=/mnt/lfs'\'' '\''--with-newlib'\'' '\''--without-headers'\'' '\''--with-local-prefix=/tools'\'' '\''--with-native-system-header-dir=/tools/include'\'' '\''--disable-nls'\'' '\''--disable-shared'\'' '\''--disable-multilib'\'' '\''--disable-decimal-float'\'' '\''--disable-threads'\'' '\''--disable-libmudflap'\'' '\''--disable-libssp'\'' '\''--disable-libgomp'\'' '\''--disable-libquadmath'\'' '\''--enable-languages=c,lto'\'' --program-transform-name='\''s&^&i686-lfs-linux-gnu-&'\'' --disable-option-checking'
  816. target_configdirs=' libgcc'
  817. target_cpu='i686'
  818. target_noncanonical='i686-lfs-linux-gnu'
  819. target_os='linux-gnu'
  820. target_subdir='i686-lfs-linux-gnu'
  821. target_vendor='lfs'
  822. tooldir='${exec_prefix}/i686-lfs-linux-gnu'
  823.  
  824. ## ------------------- ##
  825. ## File substitutions. ##
  826. ## ------------------- ##
  827.  
  828. alphaieee_frag='/dev/null'
  829. host_makefile_frag='/dev/null'
  830. ospace_frag='/dev/null'
  831. serialization_dependencies='serdep.tmp'
  832. target_makefile_frag='../gcc-4.7.1/config/mt-gnu'
  833.  
  834. ## ----------- ##
  835. ## confdefs.h. ##
  836. ## ----------- ##
  837.  
  838. /* confdefs.h */
  839. #define PACKAGE_NAME ""
  840. #define PACKAGE_TARNAME ""
  841. #define PACKAGE_VERSION ""
  842. #define PACKAGE_STRING ""
  843. #define PACKAGE_BUGREPORT ""
  844. #define PACKAGE_URL ""
  845. #define LT_OBJDIR ".libs/"
  846.  
  847. configure: exit 0