Guest User

config.log - binutils

a guest
Aug 26th, 2015
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.92 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. $ ../binutils-2.25.1/configure --prefix=/tools --with-sysroot=/mnt/lfs --with-lib-path=/tools/lib --target=x86_64-lfs-linux-gnu --disable-nls --disable-werror
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = pc
  14. uname -m = x86_64
  15. uname -r = 4.1.6-1-ARCH
  16. uname -s = Linux
  17. uname -v = #1 SMP PREEMPT Mon Aug 17 08:52:28 CEST 2015
  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:2322: checking build system type
  40. configure:2336: result: x86_64-unknown-linux-gnu
  41. configure:2383: checking host system type
  42. configure:2396: result: x86_64-unknown-linux-gnu
  43. configure:2416: checking target system type
  44. configure:2429: result: x86_64-lfs-linux-gnu
  45. configure:2483: checking for a BSD-compatible install
  46. configure:2551: result: /bin/install -c
  47. configure:2562: checking whether ln works
  48. configure:2584: result: yes
  49. configure:2588: checking whether ln -s works
  50. configure:2592: result: yes
  51. configure:2599: checking for a sed that does not truncate output
  52. configure:2663: result: /bin/sed
  53. configure:2672: checking for gawk
  54. configure:2688: found /bin/gawk
  55. configure:2699: result: gawk
  56. configure:3981: checking for gcc
  57. configure:3997: found /bin/gcc
  58. configure:4008: result: gcc
  59. configure:4237: checking for C compiler version
  60. configure:4246: gcc --version >&5
  61. gcc (GCC) 5.2.0
  62. Copyright (C) 2015 Free Software Foundation, Inc.
  63. This is free software; see the source for copying conditions. There is NO
  64. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  65.  
  66. configure:4257: $? = 0
  67. configure:4246: gcc -v >&5
  68. Using built-in specs.
  69. COLLECT_GCC=gcc
  70. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/lto-wrapper
  71. Target: x86_64-unknown-linux-gnu
  72. Configured with: /build/gcc/src/gcc-5.2.0/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release --with-default-libstdcxx-abi=gcc4-compatible
  73. Thread model: posix
  74. gcc version 5.2.0 (GCC)
  75. configure:4257: $? = 0
  76. configure:4246: gcc -V >&5
  77. gcc: error: unrecognized command line option '-V'
  78. gcc: fatal error: no input files
  79. compilation terminated.
  80. configure:4257: $? = 1
  81. configure:4246: gcc -qversion >&5
  82. gcc: error: unrecognized command line option '-qversion'
  83. gcc: fatal error: no input files
  84. compilation terminated.
  85. configure:4257: $? = 1
  86. configure:4277: checking for C compiler default output file name
  87. configure:4299: gcc conftest.c >&5
  88. configure:4303: $? = 0
  89. configure:4340: result: a.out
  90. configure:4356: checking whether the C compiler works
  91. configure:4365: ./a.out
  92. configure:4369: $? = 0
  93. configure:4384: result: yes
  94. configure:4391: checking whether we are cross compiling
  95. configure:4393: result: no
  96. configure:4396: checking for suffix of executables
  97. configure:4403: gcc -o conftest conftest.c >&5
  98. configure:4407: $? = 0
  99. configure:4429: result:
  100. configure:4435: checking for suffix of object files
  101. configure:4457: gcc -c conftest.c >&5
  102. configure:4461: $? = 0
  103. configure:4482: result: o
  104. configure:4486: checking whether we are using the GNU C compiler
  105. configure:4505: gcc -c conftest.c >&5
  106. configure:4505: $? = 0
  107. configure:4514: result: yes
  108. configure:4523: checking whether gcc accepts -g
  109. configure:4543: gcc -c -g conftest.c >&5
  110. configure:4543: $? = 0
  111. configure:4584: result: yes
  112. configure:4601: checking for gcc option to accept ISO C89
  113. configure:4665: gcc -c -g -O2 conftest.c >&5
  114. configure:4665: $? = 0
  115. configure:4678: result: none needed
  116. configure:4756: checking for g++
  117. configure:4772: found /bin/g++
  118. configure:4783: result: g++
  119. configure:4810: checking for C++ compiler version
  120. configure:4819: g++ --version >&5
  121. g++ (GCC) 5.2.0
  122. Copyright (C) 2015 Free Software Foundation, Inc.
  123. This is free software; see the source for copying conditions. There is NO
  124. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  125.  
  126. configure:4830: $? = 0
  127. configure:4819: g++ -v >&5
  128. Using built-in specs.
  129. COLLECT_GCC=g++
  130. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/lto-wrapper
  131. Target: x86_64-unknown-linux-gnu
  132. Configured with: /build/gcc/src/gcc-5.2.0/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release --with-default-libstdcxx-abi=gcc4-compatible
  133. Thread model: posix
  134. gcc version 5.2.0 (GCC)
  135. configure:4830: $? = 0
  136. configure:4819: g++ -V >&5
  137. g++: error: unrecognized command line option '-V'
  138. g++: fatal error: no input files
  139. compilation terminated.
  140. configure:4830: $? = 1
  141. configure:4819: g++ -qversion >&5
  142. g++: error: unrecognized command line option '-qversion'
  143. g++: fatal error: no input files
  144. compilation terminated.
  145. configure:4830: $? = 1
  146. configure:4834: checking whether we are using the GNU C++ compiler
  147. configure:4853: g++ -c conftest.cpp >&5
  148. configure:4853: $? = 0
  149. configure:4862: result: yes
  150. configure:4871: checking whether g++ accepts -g
  151. configure:4891: g++ -c -g conftest.cpp >&5
  152. configure:4891: $? = 0
  153. configure:4932: result: yes
  154. configure:4981: checking whether g++ accepts -static-libstdc++ -static-libgcc
  155. configure:4998: g++ -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.cpp >&5
  156. configure:4998: $? = 0
  157. configure:4999: result: yes
  158. configure:5063: checking for gnatbind
  159. configure:5093: result: no
  160. configure:5155: checking for gnatmake
  161. configure:5185: result: no
  162. configure:5204: checking whether compiler driver understands Ada
  163. configure:5227: result: no
  164. configure:5236: checking how to compare bootstrapped objects
  165. configure:5261: result: cmp --ignore-initial=16 $$f1 $$f2
  166. configure:5315: checking for objdir
  167. configure:5330: result: .libs
  168. configure:5902: checking for version 0.10 of ISL
  169. configure:5921: gcc -o conftest -g -O2 conftest.c -lisl >&5
  170. conftest.c:10:25: fatal error: isl/version.h: No such file or directory
  171. compilation terminated.
  172. configure:5921: $? = 1
  173. configure: program exited with status 1
  174. configure: failed program was:
  175. | /* confdefs.h */
  176. | #define PACKAGE_NAME ""
  177. | #define PACKAGE_TARNAME ""
  178. | #define PACKAGE_VERSION ""
  179. | #define PACKAGE_STRING ""
  180. | #define PACKAGE_BUGREPORT ""
  181. | #define PACKAGE_URL ""
  182. | #define LT_OBJDIR ".libs/"
  183. | /* end confdefs.h. */
  184. | #include <isl/version.h>
  185. | #include <string.h>
  186. | int
  187. | main ()
  188. | {
  189. | if (strncmp (isl_version (), "isl-0.10", strlen ("isl-0.10")) != 0)
  190. | return 1;
  191. |
  192. | ;
  193. | return 0;
  194. | }
  195. configure:5930: result: no
  196. configure:5950: checking for version 0.11 of ISL
  197. configure:5969: gcc -o conftest -g -O2 conftest.c -lisl >&5
  198. conftest.c:10:25: fatal error: isl/version.h: No such file or directory
  199. compilation terminated.
  200. configure:5969: $? = 1
  201. configure: program exited with status 1
  202. configure: failed program was:
  203. | /* confdefs.h */
  204. | #define PACKAGE_NAME ""
  205. | #define PACKAGE_TARNAME ""
  206. | #define PACKAGE_VERSION ""
  207. | #define PACKAGE_STRING ""
  208. | #define PACKAGE_BUGREPORT ""
  209. | #define PACKAGE_URL ""
  210. | #define LT_OBJDIR ".libs/"
  211. | /* end confdefs.h. */
  212. | #include <isl/version.h>
  213. | #include <string.h>
  214. | int
  215. | main ()
  216. | {
  217. | if (strncmp (isl_version (), "isl-0.11", strlen ("isl-0.11")) != 0)
  218. | return 1;
  219. |
  220. | ;
  221. | return 0;
  222. | }
  223. configure:5978: result: no
  224. configure:5998: checking for version 0.12 of ISL
  225. configure:6017: gcc -o conftest -g -O2 conftest.c -lisl >&5
  226. conftest.c:10:25: fatal error: isl/version.h: No such file or directory
  227. compilation terminated.
  228. configure:6017: $? = 1
  229. configure: program exited with status 1
  230. configure: failed program was:
  231. | /* confdefs.h */
  232. | #define PACKAGE_NAME ""
  233. | #define PACKAGE_TARNAME ""
  234. | #define PACKAGE_VERSION ""
  235. | #define PACKAGE_STRING ""
  236. | #define PACKAGE_BUGREPORT ""
  237. | #define PACKAGE_URL ""
  238. | #define LT_OBJDIR ".libs/"
  239. | /* end confdefs.h. */
  240. | #include <isl/version.h>
  241. | #include <string.h>
  242. | int
  243. | main ()
  244. | {
  245. | if (strncmp (isl_version (), "isl-0.12", strlen ("isl-0.12")) != 0)
  246. | return 1;
  247. |
  248. | ;
  249. | return 0;
  250. | }
  251. configure:6026: result: no
  252. configure:7123: checking for default BUILD_CONFIG
  253. configure:7155: result:
  254. configure:7160: checking for --enable-vtable-verify
  255. configure:7173: result: no
  256. configure:7762: checking for bison
  257. configure:7778: found /bin/bison
  258. configure:7789: result: bison -y
  259. configure:7809: checking for bison
  260. configure:7825: found /bin/bison
  261. configure:7836: result: bison
  262. configure:7856: checking for gm4
  263. configure:7886: result: no
  264. configure:7856: checking for gnum4
  265. configure:7886: result: no
  266. configure:7856: checking for m4
  267. configure:7872: found /bin/m4
  268. configure:7883: result: m4
  269. configure:7903: checking for flex
  270. configure:7919: found /bin/flex
  271. configure:7930: result: flex
  272. configure:7951: checking for flex
  273. configure:7967: found /bin/flex
  274. configure:7978: result: flex
  275. configure:7998: checking for makeinfo
  276. configure:8014: found /bin/makeinfo
  277. configure:8025: result: makeinfo
  278. configure:8059: checking for expect
  279. configure:8089: result: no
  280. configure:8108: checking for runtest
  281. configure:8138: result: no
  282. configure:8253: checking for ar
  283. configure:8269: found /bin/ar
  284. configure:8280: result: ar
  285. configure:8394: checking for as
  286. configure:8410: found /bin/as
  287. configure:8421: result: as
  288. configure:8535: checking for dlltool
  289. configure:8565: result: no
  290. configure:8676: checking for ld
  291. configure:8692: found /bin/ld
  292. configure:8703: result: ld
  293. configure:8817: checking for lipo
  294. configure:8847: result: no
  295. configure:8958: checking for nm
  296. configure:8974: found /bin/nm
  297. configure:8985: result: nm
  298. configure:9099: checking for ranlib
  299. configure:9115: found /bin/ranlib
  300. configure:9126: result: ranlib
  301. configure:9235: checking for strip
  302. configure:9251: found /bin/strip
  303. configure:9262: result: strip
  304. configure:9371: checking for windres
  305. configure:9401: result: no
  306. configure:9512: checking for windmc
  307. configure:9542: result: no
  308. configure:9653: checking for objcopy
  309. configure:9669: found /bin/objcopy
  310. configure:9680: result: objcopy
  311. configure:9794: checking for objdump
  312. configure:9810: found /bin/objdump
  313. configure:9821: result: objdump
  314. configure:9935: checking for readelf
  315. configure:9951: found /bin/readelf
  316. configure:9962: result: readelf
  317. configure:10076: checking for x86_64-lfs-linux-gnu-cc
  318. configure:10106: result: no
  319. configure:10076: checking for x86_64-lfs-linux-gnu-gcc
  320. configure:10106: result: no
  321. configure:10237: checking for x86_64-lfs-linux-gnu-c++
  322. configure:10267: result: no
  323. configure:10237: checking for x86_64-lfs-linux-gnu-g++
  324. configure:10267: result: no
  325. configure:10237: checking for x86_64-lfs-linux-gnu-cxx
  326. configure:10267: result: no
  327. configure:10237: checking for x86_64-lfs-linux-gnu-gxx
  328. configure:10267: result: no
  329. configure:10398: checking for x86_64-lfs-linux-gnu-gcc
  330. configure:10428: result: no
  331. configure:10554: checking for x86_64-lfs-linux-gnu-gcj
  332. configure:10584: result: no
  333. configure:10715: checking for x86_64-lfs-linux-gnu-gfortran
  334. configure:10745: result: no
  335. configure:10876: checking for x86_64-lfs-linux-gnu-gccgo
  336. configure:10906: result: no
  337. configure:11117: checking for x86_64-lfs-linux-gnu-ar
  338. configure:11147: result: no
  339. configure:11347: checking for x86_64-lfs-linux-gnu-as
  340. configure:11377: result: no
  341. configure:11577: checking for x86_64-lfs-linux-gnu-dlltool
  342. configure:11607: result: no
  343. configure:11807: checking for x86_64-lfs-linux-gnu-ld
  344. configure:11837: result: no
  345. configure:12037: checking for x86_64-lfs-linux-gnu-lipo
  346. configure:12067: result: no
  347. configure:12267: checking for x86_64-lfs-linux-gnu-nm
  348. configure:12297: result: no
  349. configure:12497: checking for x86_64-lfs-linux-gnu-objdump
  350. configure:12527: result: no
  351. configure:12727: checking for x86_64-lfs-linux-gnu-ranlib
  352. configure:12757: result: no
  353. configure:12957: checking for x86_64-lfs-linux-gnu-readelf
  354. configure:12987: result: no
  355. configure:13187: checking for x86_64-lfs-linux-gnu-strip
  356. configure:13217: result: no
  357. configure:13417: checking for x86_64-lfs-linux-gnu-windres
  358. configure:13447: result: no
  359. configure:13647: checking for x86_64-lfs-linux-gnu-windmc
  360. configure:13677: result: no
  361. configure:13744: checking where to find the target ar
  362. configure:13767: result: just compiled
  363. configure:13786: checking where to find the target as
  364. configure:13809: result: just compiled
  365. configure:13828: checking where to find the target cc
  366. configure:13865: result: pre-installed
  367. configure:13870: checking where to find the target c++
  368. configure:13910: result: pre-installed
  369. configure:13915: checking where to find the target c++ for libstdc++
  370. configure:13955: result: pre-installed
  371. configure:13960: checking where to find the target dlltool
  372. configure:13983: result: just compiled
  373. configure:14002: checking where to find the target gcc
  374. configure:14039: result: pre-installed
  375. configure:14044: checking where to find the target gcj
  376. configure:14084: result: pre-installed
  377. configure:14089: checking where to find the target gfortran
  378. configure:14129: result: pre-installed
  379. configure:14134: checking where to find the target gccgo
  380. configure:14174: result: pre-installed
  381. configure:14179: checking where to find the target ld
  382. configure:14202: result: just compiled
  383. configure:14221: checking where to find the target lipo
  384. configure:14247: result: pre-installed
  385. configure:14252: checking where to find the target nm
  386. configure:14275: result: just compiled
  387. configure:14294: checking where to find the target objdump
  388. configure:14317: result: just compiled
  389. configure:14336: checking where to find the target ranlib
  390. configure:14359: result: just compiled
  391. configure:14378: checking where to find the target readelf
  392. configure:14401: result: just compiled
  393. configure:14420: checking where to find the target strip
  394. configure:14443: result: just compiled
  395. configure:14462: checking where to find the target windres
  396. configure:14485: result: just compiled
  397. configure:14504: checking where to find the target windmc
  398. configure:14527: result: just compiled
  399. configure:14574: checking whether to enable maintainer-specific portions of Makefiles
  400. configure:14583: result: no
  401. configure:14804: creating ./config.status
  402.  
  403. ## ---------------------- ##
  404. ## Running config.status. ##
  405. ## ---------------------- ##
  406.  
  407. This file was extended by config.status, which was
  408. generated by GNU Autoconf 2.64. Invocation command line was
  409.  
  410. CONFIG_FILES =
  411. CONFIG_HEADERS =
  412. CONFIG_LINKS =
  413. CONFIG_COMMANDS =
  414. $ ./config.status
  415.  
  416. on pc
  417.  
  418. config.status:938: creating Makefile
  419.  
  420. ## ---------------- ##
  421. ## Cache variables. ##
  422. ## ---------------- ##
  423.  
  424. ac_cv_build=x86_64-unknown-linux-gnu
  425. ac_cv_c_compiler_gnu=yes
  426. ac_cv_cxx_compiler_gnu=yes
  427. ac_cv_env_AR_FOR_TARGET_set=
  428. ac_cv_env_AR_FOR_TARGET_value=
  429. ac_cv_env_AR_set=
  430. ac_cv_env_AR_value=
  431. ac_cv_env_AS_FOR_TARGET_set=
  432. ac_cv_env_AS_FOR_TARGET_value=
  433. ac_cv_env_AS_set=
  434. ac_cv_env_AS_value=
  435. ac_cv_env_CCC_set=
  436. ac_cv_env_CCC_value=
  437. ac_cv_env_CC_FOR_TARGET_set=
  438. ac_cv_env_CC_FOR_TARGET_value=
  439. ac_cv_env_CC_set=
  440. ac_cv_env_CC_value=
  441. ac_cv_env_CFLAGS_set=
  442. ac_cv_env_CFLAGS_value=
  443. ac_cv_env_CPPFLAGS_set=
  444. ac_cv_env_CPPFLAGS_value=
  445. ac_cv_env_CXXFLAGS_set=
  446. ac_cv_env_CXXFLAGS_value=
  447. ac_cv_env_CXX_FOR_TARGET_set=
  448. ac_cv_env_CXX_FOR_TARGET_value=
  449. ac_cv_env_CXX_set=
  450. ac_cv_env_CXX_value=
  451. ac_cv_env_DLLTOOL_FOR_TARGET_set=
  452. ac_cv_env_DLLTOOL_FOR_TARGET_value=
  453. ac_cv_env_DLLTOOL_set=
  454. ac_cv_env_DLLTOOL_value=
  455. ac_cv_env_GCC_FOR_TARGET_set=
  456. ac_cv_env_GCC_FOR_TARGET_value=
  457. ac_cv_env_GCJ_FOR_TARGET_set=
  458. ac_cv_env_GCJ_FOR_TARGET_value=
  459. ac_cv_env_GFORTRAN_FOR_TARGET_set=
  460. ac_cv_env_GFORTRAN_FOR_TARGET_value=
  461. ac_cv_env_GOC_FOR_TARGET_set=
  462. ac_cv_env_GOC_FOR_TARGET_value=
  463. ac_cv_env_LDFLAGS_set=
  464. ac_cv_env_LDFLAGS_value=
  465. ac_cv_env_LD_FOR_TARGET_set=
  466. ac_cv_env_LD_FOR_TARGET_value=
  467. ac_cv_env_LD_set=
  468. ac_cv_env_LD_value=
  469. ac_cv_env_LIBS_set=
  470. ac_cv_env_LIBS_value=
  471. ac_cv_env_LIPO_FOR_TARGET_set=
  472. ac_cv_env_LIPO_FOR_TARGET_value=
  473. ac_cv_env_LIPO_set=
  474. ac_cv_env_LIPO_value=
  475. ac_cv_env_NM_FOR_TARGET_set=
  476. ac_cv_env_NM_FOR_TARGET_value=
  477. ac_cv_env_NM_set=
  478. ac_cv_env_NM_value=
  479. ac_cv_env_OBJCOPY_set=
  480. ac_cv_env_OBJCOPY_value=
  481. ac_cv_env_OBJDUMP_FOR_TARGET_set=
  482. ac_cv_env_OBJDUMP_FOR_TARGET_value=
  483. ac_cv_env_OBJDUMP_set=
  484. ac_cv_env_OBJDUMP_value=
  485. ac_cv_env_RANLIB_FOR_TARGET_set=
  486. ac_cv_env_RANLIB_FOR_TARGET_value=
  487. ac_cv_env_RANLIB_set=
  488. ac_cv_env_RANLIB_value=
  489. ac_cv_env_READELF_FOR_TARGET_set=
  490. ac_cv_env_READELF_FOR_TARGET_value=
  491. ac_cv_env_READELF_set=
  492. ac_cv_env_READELF_value=
  493. ac_cv_env_STRIP_FOR_TARGET_set=
  494. ac_cv_env_STRIP_FOR_TARGET_value=
  495. ac_cv_env_STRIP_set=
  496. ac_cv_env_STRIP_value=
  497. ac_cv_env_WINDMC_FOR_TARGET_set=
  498. ac_cv_env_WINDMC_FOR_TARGET_value=
  499. ac_cv_env_WINDMC_set=
  500. ac_cv_env_WINDMC_value=
  501. ac_cv_env_WINDRES_FOR_TARGET_set=
  502. ac_cv_env_WINDRES_FOR_TARGET_value=
  503. ac_cv_env_WINDRES_set=
  504. ac_cv_env_WINDRES_value=
  505. ac_cv_env_build_alias_set=
  506. ac_cv_env_build_alias_value=
  507. ac_cv_env_build_configargs_set=
  508. ac_cv_env_build_configargs_value=
  509. ac_cv_env_host_alias_set=
  510. ac_cv_env_host_alias_value=
  511. ac_cv_env_host_configargs_set=
  512. ac_cv_env_host_configargs_value=
  513. ac_cv_env_target_alias_set=set
  514. ac_cv_env_target_alias_value=x86_64-lfs-linux-gnu
  515. ac_cv_env_target_configargs_set=
  516. ac_cv_env_target_configargs_value=
  517. ac_cv_host=x86_64-unknown-linux-gnu
  518. ac_cv_objext=o
  519. ac_cv_path_SED=/bin/sed
  520. ac_cv_path_install='/bin/install -c'
  521. ac_cv_prog_AR=ar
  522. ac_cv_prog_AS=as
  523. ac_cv_prog_AWK=gawk
  524. ac_cv_prog_BISON=bison
  525. ac_cv_prog_FLEX=flex
  526. ac_cv_prog_LD=ld
  527. ac_cv_prog_LEX=flex
  528. ac_cv_prog_M4=m4
  529. ac_cv_prog_MAKEINFO=makeinfo
  530. ac_cv_prog_NM=nm
  531. ac_cv_prog_OBJCOPY=objcopy
  532. ac_cv_prog_OBJDUMP=objdump
  533. ac_cv_prog_RANLIB=ranlib
  534. ac_cv_prog_READELF=readelf
  535. ac_cv_prog_STRIP=strip
  536. ac_cv_prog_YACC='bison -y'
  537. ac_cv_prog_ac_ct_CC=gcc
  538. ac_cv_prog_ac_ct_CXX=g++
  539. ac_cv_prog_cc_c89=
  540. ac_cv_prog_cc_g=yes
  541. ac_cv_prog_cxx_g=yes
  542. ac_cv_target=x86_64-lfs-linux-gnu
  543. acx_cv_cc_gcc_supports_ada=no
  544. acx_cv_prog_LN=ln
  545. gcc_cv_isl=no
  546. gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
  547. gcc_cv_tool_dirs=
  548. gcc_cv_tool_prefix=/tools
  549. lt_cv_objdir=.libs
  550.  
  551. ## ----------------- ##
  552. ## Output variables. ##
  553. ## ----------------- ##
  554.  
  555. AR='ar'
  556. AR_FOR_BUILD='$(AR)'
  557. AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
  558. AS='as'
  559. AS_FOR_BUILD='$(AS)'
  560. AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
  561. AWK='gawk'
  562. BISON='bison'
  563. BUILD_CONFIG=''
  564. CC='gcc'
  565. CC_FOR_BUILD='$(CC)'
  566. CC_FOR_TARGET='x86_64-lfs-linux-gnu-cc'
  567. CFLAGS='-g -O2'
  568. CFLAGS_FOR_BUILD='-g -O2'
  569. CFLAGS_FOR_TARGET='-g -O2'
  570. COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
  571. COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
  572. COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
  573. CONFIGURE_GDB_TK=''
  574. CPPFLAGS=''
  575. CXX='g++'
  576. CXXFLAGS='-g -O2'
  577. CXXFLAGS_FOR_BUILD='-g -O2'
  578. CXXFLAGS_FOR_TARGET='-g -O2'
  579. CXX_FOR_BUILD='$(CXX)'
  580. CXX_FOR_TARGET='x86_64-lfs-linux-gnu-c++'
  581. DEBUG_PREFIX_CFLAGS_FOR_TARGET=''
  582. DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DLT_OBJDIR=\".libs/\"'
  583. DLLTOOL='dlltool'
  584. DLLTOOL_FOR_BUILD='$(DLLTOOL)'
  585. DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
  586. ECHO_C=''
  587. ECHO_N='-n'
  588. ECHO_T=''
  589. EXEEXT=''
  590. EXPECT='expect'
  591. EXTRA_CONFIGARGS_LIBJAVA='--disable-static'
  592. FLAGS_FOR_TARGET=' -L$$r/$(HOST_SUBDIR)/ld'
  593. FLEX='flex'
  594. GCC_FOR_TARGET='x86_64-lfs-linux-gnu-gcc'
  595. GCC_SHLIB_SUBDIR=''
  596. GCJ_FOR_BUILD='$(GCJ)'
  597. GCJ_FOR_TARGET='x86_64-lfs-linux-gnu-gcj'
  598. GDB_TK=''
  599. GFORTRAN_FOR_BUILD='$(GFORTRAN)'
  600. GFORTRAN_FOR_TARGET='x86_64-lfs-linux-gnu-gfortran'
  601. GNATBIND='no'
  602. GNATMAKE='no'
  603. GOC_FOR_BUILD='$(GOC)'
  604. GOC_FOR_TARGET='x86_64-lfs-linux-gnu-gccgo'
  605. INSTALL_DATA='${INSTALL} -m 644'
  606. INSTALL_GDB_TK=''
  607. INSTALL_PROGRAM='${INSTALL}'
  608. INSTALL_SCRIPT='${INSTALL}'
  609. LD='ld'
  610. LDFLAGS=''
  611. LDFLAGS_FOR_BUILD=''
  612. LDFLAGS_FOR_TARGET=''
  613. LD_FOR_BUILD='$(LD)'
  614. LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
  615. LEX='flex'
  616. LIBOBJS=''
  617. LIBS=''
  618. LIPO='lipo'
  619. LIPO_FOR_TARGET='x86_64-lfs-linux-gnu-lipo'
  620. LN='ln'
  621. LN_S='ln -s'
  622. LTLIBOBJS=''
  623. M4='m4'
  624. MAINT='#'
  625. MAINTAINER_MODE_FALSE=''
  626. MAINTAINER_MODE_TRUE='#'
  627. MAKEINFO='makeinfo'
  628. NM='nm'
  629. NM_FOR_BUILD='$(NM)'
  630. NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
  631. OBJCOPY='objcopy'
  632. OBJDUMP='objdump'
  633. OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
  634. OBJEXT='o'
  635. PACKAGE_BUGREPORT=''
  636. PACKAGE_NAME=''
  637. PACKAGE_STRING=''
  638. PACKAGE_TARNAME=''
  639. PACKAGE_URL=''
  640. PACKAGE_VERSION=''
  641. PATH_SEPARATOR=':'
  642. RANLIB='ranlib'
  643. RANLIB_FOR_BUILD='$(RANLIB)'
  644. RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
  645. RAW_CXX_FOR_TARGET='x86_64-lfs-linux-gnu-c++'
  646. READELF='readelf'
  647. READELF_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/readelf'
  648. RPATH_ENVVAR='LD_LIBRARY_PATH'
  649. RUNTEST='runtest'
  650. SED='/bin/sed'
  651. SHELL='/bin/sh'
  652. STRIP='strip'
  653. STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip-new'
  654. SYSROOT_CFLAGS_FOR_TARGET=''
  655. TOPLEVEL_CONFIGURE_ARGUMENTS='../binutils-2.25.1/configure --prefix=/tools --with-sysroot=/mnt/lfs --with-lib-path=/tools/lib --target=x86_64-lfs-linux-gnu --disable-nls --disable-werror'
  656. WINDMC='windmc'
  657. WINDMC_FOR_BUILD='$(WINDMC)'
  658. WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
  659. WINDRES='windres'
  660. WINDRES_FOR_BUILD='$(WINDRES)'
  661. WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
  662. YACC='bison -y'
  663. ac_ct_CC='gcc'
  664. ac_ct_CXX='g++'
  665. bindir='${exec_prefix}/bin'
  666. build='x86_64-unknown-linux-gnu'
  667. build_alias=''
  668. build_configargs=' --cache-file=../config.cache '\''--prefix=/tools'\'' '\''--with-sysroot=/mnt/lfs'\'' '\''--with-lib-path=/tools/lib'\'' '\''--disable-nls'\'' '\''--disable-werror'\'' --program-transform-name='\''s&^&x86_64-lfs-linux-gnu-&'\'' --disable-option-checking'
  669. build_configdirs=' libiberty'
  670. build_cpu='x86_64'
  671. build_libsubdir='build-x86_64-unknown-linux-gnu'
  672. build_noncanonical='x86_64-unknown-linux-gnu'
  673. build_os='linux-gnu'
  674. build_subdir='build-x86_64-unknown-linux-gnu'
  675. build_tooldir='${exec_prefix}/x86_64-lfs-linux-gnu'
  676. build_vendor='unknown'
  677. clooginc=''
  678. clooglibs=''
  679. compare_exclusions='gcc/cc*-checksum$(objext) | gcc/ada/*tools/*'
  680. configdirs=' intl libiberty opcodes bfd binutils gas ld gprof etc'
  681. datadir='${datarootdir}'
  682. datarootdir='${prefix}/share'
  683. do_compare='cmp --ignore-initial=16 $$f1 $$f2'
  684. docdir='${datarootdir}/doc/${PACKAGE}'
  685. dvidir='${docdir}'
  686. exec_prefix='${prefix}'
  687. extra_host_libiberty_configure_flags=''
  688. extra_isl_gmp_configure_flags=''
  689. extra_mpc_gmp_configure_flags=''
  690. extra_mpc_mpfr_configure_flags=''
  691. extra_mpfr_configure_flags=''
  692. gmpinc=''
  693. gmplibs='-lmpc -lmpfr -lgmp'
  694. host='x86_64-unknown-linux-gnu'
  695. host_alias=''
  696. host_configargs=' --cache-file=./config.cache --with-gnu-as --with-gnu-ld --with-system-zlib '\''--prefix=/tools'\'' '\''--with-sysroot=/mnt/lfs'\'' '\''--with-lib-path=/tools/lib'\'' '\''--disable-nls'\'' '\''--disable-werror'\'' --program-transform-name='\''s&^&x86_64-lfs-linux-gnu-&'\'' --disable-option-checking'
  697. host_cpu='x86_64'
  698. host_noncanonical='x86_64-unknown-linux-gnu'
  699. host_os='linux-gnu'
  700. host_shared='no'
  701. host_subdir='.'
  702. host_vendor='unknown'
  703. htmldir='${docdir}'
  704. includedir='${prefix}/include'
  705. infodir='${datarootdir}/info'
  706. islinc=''
  707. libdir='${exec_prefix}/lib'
  708. libexecdir='${exec_prefix}/libexec'
  709. localedir='${datarootdir}/locale'
  710. localstatedir='${prefix}/var'
  711. mandir='${datarootdir}/man'
  712. oldincludedir='/usr/include'
  713. pdfdir='${docdir}'
  714. poststage1_ldflags='-static-libstdc++ -static-libgcc'
  715. poststage1_libs=''
  716. prefix='/tools'
  717. program_transform_name='s&^&x86_64-lfs-linux-gnu-&'
  718. psdir='${docdir}'
  719. sbindir='${exec_prefix}/sbin'
  720. sharedstatedir='${prefix}/com'
  721. stage1_cflags='-g'
  722. stage1_checking='--enable-checking=yes,types'
  723. stage1_languages=',c,'
  724. stage1_ldflags='-static-libstdc++ -static-libgcc'
  725. stage1_libs=''
  726. stage2_werror_flag=''
  727. sysconfdir='${prefix}/etc'
  728. target='x86_64-lfs-linux-gnu'
  729. target_alias='x86_64-lfs-linux-gnu'
  730. target_configargs='--cache-file=./config.cache --enable-multilib --with-cross-host=x86_64-unknown-linux-gnu '\''--prefix=/tools'\'' '\''--with-sysroot=/mnt/lfs'\'' '\''--with-lib-path=/tools/lib'\'' '\''--disable-nls'\'' '\''--disable-werror'\'' --program-transform-name='\''s&^&x86_64-lfs-linux-gnu-&'\'' --disable-option-checking'
  731. target_configdirs=''
  732. target_cpu='x86_64'
  733. target_noncanonical='x86_64-lfs-linux-gnu'
  734. target_os='linux-gnu'
  735. target_subdir='x86_64-lfs-linux-gnu'
  736. target_vendor='lfs'
  737. tooldir='${exec_prefix}/x86_64-lfs-linux-gnu'
  738.  
  739. ## ------------------- ##
  740. ## File substitutions. ##
  741. ## ------------------- ##
  742.  
  743. alphaieee_frag='/dev/null'
  744. host_makefile_frag='/dev/null'
  745. ospace_frag='/dev/null'
  746. serialization_dependencies='serdep.tmp'
  747. target_makefile_frag='../binutils-2.25.1/config/mt-gnu'
  748.  
  749. ## ----------- ##
  750. ## confdefs.h. ##
  751. ## ----------- ##
  752.  
  753. /* confdefs.h */
  754. #define PACKAGE_NAME ""
  755. #define PACKAGE_TARNAME ""
  756. #define PACKAGE_VERSION ""
  757. #define PACKAGE_STRING ""
  758. #define PACKAGE_BUGREPORT ""
  759. #define PACKAGE_URL ""
  760. #define LT_OBJDIR ".libs/"
  761.  
  762. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment