Advertisement
xcelleratr

config.log

Nov 2nd, 2017
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.97 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. $ ../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 = lagoon
  14. uname -m = x86_64
  15. uname -r = 4.13.10-30.current
  16. uname -s = Linux
  17. uname -v = #1 SMP Fri Oct 27 14:01:45 UTC 2017
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = x86_64
  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:2301: checking build system type
  40. configure:2315: result: x86_64-pc-linux-gnu
  41. configure:2362: checking host system type
  42. configure:2375: result: x86_64-pc-linux-gnu
  43. configure:2395: checking target system type
  44. configure:2408: result: x86_64-lfs-linux-gnu
  45. configure:2462: checking for a BSD-compatible install
  46. configure:2530: result: /usr/bin/install -c
  47. configure:2541: checking whether ln works
  48. configure:2563: result: yes
  49. configure:2567: checking whether ln -s works
  50. configure:2571: result: yes
  51. configure:2578: checking for a sed that does not truncate output
  52. configure:2642: result: /bin/sed
  53. configure:2651: checking for gawk
  54. configure:2667: found /usr/bin/gawk
  55. configure:2678: result: gawk
  56. configure:4014: checking for gcc
  57. configure:4030: found /usr/bin/gcc
  58. configure:4041: result: gcc
  59. configure:4270: checking for C compiler version
  60. configure:4279: gcc --version >&5
  61. gcc (Solus) 6.4.0
  62. Copyright (C) 2017 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:4290: $? = 0
  67. configure:4279: gcc -v >&5
  68. Using built-in specs.
  69. COLLECT_GCC=gcc
  70. COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-solus-linux/6.4.0/lto-wrapper
  71. Target: x86_64-solus-linux
  72. Configured with: ../gcc-6.4.0/configure --prefix=/usr --with-pkgversion=Solus --libdir=/usr/lib64 --libexecdir=/usr/lib64 --with-system-zlib --enable-shared --enable-threads=posix --enable-gnu-indirect-function --enable-__cxa_atexit --enable-plugin --enable-gold --enable-ld=default --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --enable-lto --with-bugurl=https://dev.solus-project.com/ --with-arch_32=i686 --enable-linker-build-id --build=x86_64-solus-linux --target=x86_64-solus-linux --enable-languages=c,c++,fortran
  73. Thread model: posix
  74. gcc version 6.4.0 (Solus)
  75. configure:4290: $? = 0
  76. configure:4279: gcc -V >&5
  77. gcc: error: unrecognized command line option '-V'
  78. gcc: fatal error: no input files
  79. compilation terminated.
  80. configure:4290: $? = 1
  81. configure:4279: gcc -qversion >&5
  82. gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
  83. gcc: fatal error: no input files
  84. compilation terminated.
  85. configure:4290: $? = 1
  86. configure:4310: checking for C compiler default output file name
  87. configure:4332: gcc conftest.c >&5
  88. configure:4336: $? = 0
  89. configure:4373: result: a.out
  90. configure:4389: checking whether the C compiler works
  91. configure:4398: ./a.out
  92. configure:4402: $? = 0
  93. configure:4417: result: yes
  94. configure:4424: checking whether we are cross compiling
  95. configure:4426: result: no
  96. configure:4429: checking for suffix of executables
  97. configure:4436: gcc -o conftest conftest.c >&5
  98. configure:4440: $? = 0
  99. configure:4462: result:
  100. configure:4468: checking for suffix of object files
  101. configure:4490: gcc -c conftest.c >&5
  102. configure:4494: $? = 0
  103. configure:4515: result: o
  104. configure:4519: checking whether we are using the GNU C compiler
  105. configure:4538: gcc -c conftest.c >&5
  106. configure:4538: $? = 0
  107. configure:4547: result: yes
  108. configure:4556: checking whether gcc accepts -g
  109. configure:4576: gcc -c -g conftest.c >&5
  110. configure:4576: $? = 0
  111. configure:4617: result: yes
  112. configure:4634: checking for gcc option to accept ISO C89
  113. configure:4698: gcc -c -g -O2 conftest.c >&5
  114. configure:4698: $? = 0
  115. configure:4711: result: none needed
  116. configure:4789: checking for g++
  117. configure:4805: found /usr/bin/g++
  118. configure:4816: result: g++
  119. configure:4843: checking for C++ compiler version
  120. configure:4852: g++ --version >&5
  121. g++ (Solus) 6.4.0
  122. Copyright (C) 2017 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:4863: $? = 0
  127. configure:4852: g++ -v >&5
  128. Using built-in specs.
  129. COLLECT_GCC=g++
  130. COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-solus-linux/6.4.0/lto-wrapper
  131. Target: x86_64-solus-linux
  132. Configured with: ../gcc-6.4.0/configure --prefix=/usr --with-pkgversion=Solus --libdir=/usr/lib64 --libexecdir=/usr/lib64 --with-system-zlib --enable-shared --enable-threads=posix --enable-gnu-indirect-function --enable-__cxa_atexit --enable-plugin --enable-gold --enable-ld=default --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --enable-lto --with-bugurl=https://dev.solus-project.com/ --with-arch_32=i686 --enable-linker-build-id --build=x86_64-solus-linux --target=x86_64-solus-linux --enable-languages=c,c++,fortran
  133. Thread model: posix
  134. gcc version 6.4.0 (Solus)
  135. configure:4863: $? = 0
  136. configure:4852: g++ -V >&5
  137. g++: error: unrecognized command line option '-V'
  138. g++: fatal error: no input files
  139. compilation terminated.
  140. configure:4863: $? = 1
  141. configure:4852: g++ -qversion >&5
  142. g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
  143. g++: fatal error: no input files
  144. compilation terminated.
  145. configure:4863: $? = 1
  146. configure:4867: checking whether we are using the GNU C++ compiler
  147. configure:4886: g++ -c conftest.cpp >&5
  148. configure:4886: $? = 0
  149. configure:4895: result: yes
  150. configure:4904: checking whether g++ accepts -g
  151. configure:4924: g++ -c -g conftest.cpp >&5
  152. configure:4924: $? = 0
  153. configure:4965: result: yes
  154. configure:5014: checking whether g++ accepts -static-libstdc++ -static-libgcc
  155. configure:5031: g++ -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.cpp >&5
  156. configure:5031: $? = 0
  157. configure:5032: result: yes
  158. configure:5096: checking for gnatbind
  159. configure:5126: result: no
  160. configure:5188: checking for gnatmake
  161. configure:5218: result: no
  162. configure:5237: checking whether compiler driver understands Ada
  163. configure:5260: result: no
  164. configure:5269: checking how to compare bootstrapped objects
  165. configure:5294: result: cmp --ignore-initial=16 $$f1 $$f2
  166. configure:5354: checking for objdir
  167. configure:5369: result: .libs
  168. configure:5917: checking for isl 0.16, 0.15, or deprecated 0.14
  169. configure:5930: gcc -o conftest -g -O2 -lisl -lmpc -lmpfr -lgmp conftest.c -lisl -lgmp >&5
  170. conftest.c:10:21: fatal error: isl/ctx.h: No such file or directory
  171. #include <isl/ctx.h>
  172. ^
  173. compilation terminated.
  174. configure:5930: $? = 1
  175. configure: failed program was:
  176. | /* confdefs.h */
  177. | #define PACKAGE_NAME ""
  178. | #define PACKAGE_TARNAME ""
  179. | #define PACKAGE_VERSION ""
  180. | #define PACKAGE_STRING ""
  181. | #define PACKAGE_BUGREPORT ""
  182. | #define PACKAGE_URL ""
  183. | #define LT_OBJDIR ".libs/"
  184. | /* end confdefs.h. */
  185. | #include <isl/ctx.h>
  186. | int
  187. | main ()
  188. | {
  189. | isl_ctx_get_max_operations (isl_ctx_alloc ());
  190. | ;
  191. | return 0;
  192. | }
  193. configure:5937: result: no
  194. configure:5941: result: recommended isl version is 0.16 or 0.15, the minimum required isl version 0.14 is deprecated
  195. configure:5945: checking for isl 0.16 or 0.15
  196. configure:5958: gcc -o conftest -g -O2 -lisl -lmpc -lmpfr -lgmp conftest.c -lisl -lgmp >&5
  197. conftest.c:10:26: fatal error: isl/schedule.h: No such file or directory
  198. #include <isl/schedule.h>
  199. ^
  200. compilation terminated.
  201. configure:5958: $? = 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/schedule.h>
  213. | int
  214. | main ()
  215. | {
  216. | isl_options_set_schedule_serialize_sccs (NULL, 0);
  217. | ;
  218. | return 0;
  219. | }
  220. configure:5965: result: no
  221. configure:6979: checking for default BUILD_CONFIG
  222. configure:7011: result:
  223. configure:7016: checking for --enable-vtable-verify
  224. configure:7029: result: no
  225. configure:7629: checking for bison
  226. configure:7645: found /usr/bin/bison
  227. configure:7656: result: bison -y
  228. configure:7676: checking for bison
  229. configure:7692: found /usr/bin/bison
  230. configure:7703: result: bison
  231. configure:7723: checking for gm4
  232. configure:7753: result: no
  233. configure:7723: checking for gnum4
  234. configure:7753: result: no
  235. configure:7723: checking for m4
  236. configure:7739: found /usr/bin/m4
  237. configure:7750: result: m4
  238. configure:7770: checking for flex
  239. configure:7800: result: no
  240. configure:7770: checking for lex
  241. configure:7800: result: no
  242. configure:7818: checking for flex
  243. configure:7848: result: no
  244. configure:7865: checking for makeinfo
  245. configure:7881: found /usr/bin/makeinfo
  246. configure:7892: result: makeinfo
  247. configure:7926: checking for expect
  248. configure:7956: result: no
  249. configure:7975: checking for runtest
  250. configure:8005: result: no
  251. configure:8120: checking for ar
  252. configure:8136: found /usr/bin/ar
  253. configure:8147: result: ar
  254. configure:8261: checking for as
  255. configure:8277: found /usr/bin/as
  256. configure:8288: result: as
  257. configure:8402: checking for dlltool
  258. configure:8432: result: no
  259. configure:8543: checking for ld
  260. configure:8559: found /usr/bin/ld
  261. configure:8570: result: ld
  262. configure:8684: checking for lipo
  263. configure:8714: result: no
  264. configure:8825: checking for nm
  265. configure:8841: found /usr/bin/nm
  266. configure:8852: result: nm
  267. configure:8966: checking for ranlib
  268. configure:8982: found /usr/bin/ranlib
  269. configure:8993: result: ranlib
  270. configure:9102: checking for strip
  271. configure:9118: found /usr/bin/strip
  272. configure:9129: result: strip
  273. configure:9238: checking for windres
  274. configure:9268: result: no
  275. configure:9379: checking for windmc
  276. configure:9409: result: no
  277. configure:9520: checking for objcopy
  278. configure:9536: found /usr/bin/objcopy
  279. configure:9547: result: objcopy
  280. configure:9661: checking for objdump
  281. configure:9677: found /usr/bin/objdump
  282. configure:9688: result: objdump
  283. configure:9802: checking for readelf
  284. configure:9818: found /usr/bin/readelf
  285. configure:9829: result: readelf
  286. configure:9943: checking for x86_64-lfs-linux-gnu-cc
  287. configure:9973: result: no
  288. configure:9943: checking for x86_64-lfs-linux-gnu-gcc
  289. configure:9973: result: no
  290. configure:10104: checking for x86_64-lfs-linux-gnu-c++
  291. configure:10134: result: no
  292. configure:10104: checking for x86_64-lfs-linux-gnu-g++
  293. configure:10134: result: no
  294. configure:10104: checking for x86_64-lfs-linux-gnu-cxx
  295. configure:10134: result: no
  296. configure:10104: checking for x86_64-lfs-linux-gnu-gxx
  297. configure:10134: result: no
  298. configure:10265: checking for x86_64-lfs-linux-gnu-gcc
  299. configure:10295: result: no
  300. configure:10421: checking for x86_64-lfs-linux-gnu-gfortran
  301. configure:10451: result: no
  302. configure:10582: checking for x86_64-lfs-linux-gnu-gccgo
  303. configure:10612: result: no
  304. configure:10823: checking for x86_64-lfs-linux-gnu-ar
  305. configure:10853: result: no
  306. configure:11053: checking for x86_64-lfs-linux-gnu-as
  307. configure:11083: result: no
  308. configure:11283: checking for x86_64-lfs-linux-gnu-dlltool
  309. configure:11313: result: no
  310. configure:11513: checking for x86_64-lfs-linux-gnu-ld
  311. configure:11543: result: no
  312. configure:11743: checking for x86_64-lfs-linux-gnu-lipo
  313. configure:11773: result: no
  314. configure:11973: checking for x86_64-lfs-linux-gnu-nm
  315. configure:12003: result: no
  316. configure:12203: checking for x86_64-lfs-linux-gnu-objcopy
  317. configure:12233: result: no
  318. configure:12433: checking for x86_64-lfs-linux-gnu-objdump
  319. configure:12463: result: no
  320. configure:12663: checking for x86_64-lfs-linux-gnu-ranlib
  321. configure:12693: result: no
  322. configure:12893: checking for x86_64-lfs-linux-gnu-readelf
  323. configure:12923: result: no
  324. configure:13123: checking for x86_64-lfs-linux-gnu-strip
  325. configure:13153: result: no
  326. configure:13353: checking for x86_64-lfs-linux-gnu-windres
  327. configure:13383: result: no
  328. configure:13583: checking for x86_64-lfs-linux-gnu-windmc
  329. configure:13613: result: no
  330. configure:13680: checking where to find the target ar
  331. configure:13703: result: just compiled
  332. configure:13722: checking where to find the target as
  333. configure:13745: result: just compiled
  334. configure:13764: checking where to find the target cc
  335. configure:13801: result: pre-installed
  336. configure:13806: checking where to find the target c++
  337. configure:13846: result: pre-installed
  338. configure:13851: checking where to find the target c++ for libstdc++
  339. configure:13891: result: pre-installed
  340. configure:13896: checking where to find the target dlltool
  341. configure:13919: result: just compiled
  342. configure:13938: checking where to find the target gcc
  343. configure:13975: result: pre-installed
  344. configure:13980: checking where to find the target gfortran
  345. configure:14020: result: pre-installed
  346. configure:14025: checking where to find the target gccgo
  347. configure:14065: result: pre-installed
  348. configure:14070: checking where to find the target ld
  349. configure:14093: result: just compiled
  350. configure:14112: checking where to find the target lipo
  351. configure:14138: result: pre-installed
  352. configure:14143: checking where to find the target nm
  353. configure:14166: result: just compiled
  354. configure:14185: checking where to find the target objcopy
  355. configure:14208: result: just compiled
  356. configure:14227: checking where to find the target objdump
  357. configure:14250: result: just compiled
  358. configure:14269: checking where to find the target ranlib
  359. configure:14292: result: just compiled
  360. configure:14311: checking where to find the target readelf
  361. configure:14334: result: just compiled
  362. configure:14353: checking where to find the target strip
  363. configure:14376: result: just compiled
  364. configure:14395: checking where to find the target windres
  365. configure:14418: result: just compiled
  366. configure:14437: checking where to find the target windmc
  367. configure:14460: result: just compiled
  368. configure:14507: checking whether to enable maintainer-specific portions of Makefiles
  369. configure:14516: result: no
  370. configure:14774: creating ./config.status
  371.  
  372. ## ---------------------- ##
  373. ## Running config.status. ##
  374. ## ---------------------- ##
  375.  
  376. This file was extended by config.status, which was
  377. generated by GNU Autoconf 2.64. Invocation command line was
  378.  
  379. CONFIG_FILES =
  380. CONFIG_HEADERS =
  381. CONFIG_LINKS =
  382. CONFIG_COMMANDS =
  383. $ ./config.status
  384.  
  385. on lagoon
  386.  
  387. config.status:943: creating Makefile
  388.  
  389. ## ---------------- ##
  390. ## Cache variables. ##
  391. ## ---------------- ##
  392.  
  393. ac_cv_build=x86_64-pc-linux-gnu
  394. ac_cv_c_compiler_gnu=yes
  395. ac_cv_cxx_compiler_gnu=yes
  396. ac_cv_env_AR_FOR_TARGET_set=
  397. ac_cv_env_AR_FOR_TARGET_value=
  398. ac_cv_env_AR_set=
  399. ac_cv_env_AR_value=
  400. ac_cv_env_AS_FOR_TARGET_set=
  401. ac_cv_env_AS_FOR_TARGET_value=
  402. ac_cv_env_AS_set=
  403. ac_cv_env_AS_value=
  404. ac_cv_env_CCC_set=
  405. ac_cv_env_CCC_value=
  406. ac_cv_env_CC_FOR_TARGET_set=
  407. ac_cv_env_CC_FOR_TARGET_value=
  408. ac_cv_env_CC_set=
  409. ac_cv_env_CC_value=
  410. ac_cv_env_CFLAGS_set=
  411. ac_cv_env_CFLAGS_value=
  412. ac_cv_env_CPPFLAGS_set=
  413. ac_cv_env_CPPFLAGS_value=
  414. ac_cv_env_CXXFLAGS_set=
  415. ac_cv_env_CXXFLAGS_value=
  416. ac_cv_env_CXX_FOR_TARGET_set=
  417. ac_cv_env_CXX_FOR_TARGET_value=
  418. ac_cv_env_CXX_set=
  419. ac_cv_env_CXX_value=
  420. ac_cv_env_DLLTOOL_FOR_TARGET_set=
  421. ac_cv_env_DLLTOOL_FOR_TARGET_value=
  422. ac_cv_env_DLLTOOL_set=
  423. ac_cv_env_DLLTOOL_value=
  424. ac_cv_env_GCC_FOR_TARGET_set=
  425. ac_cv_env_GCC_FOR_TARGET_value=
  426. ac_cv_env_GFORTRAN_FOR_TARGET_set=
  427. ac_cv_env_GFORTRAN_FOR_TARGET_value=
  428. ac_cv_env_GOC_FOR_TARGET_set=
  429. ac_cv_env_GOC_FOR_TARGET_value=
  430. ac_cv_env_LDFLAGS_set=
  431. ac_cv_env_LDFLAGS_value=
  432. ac_cv_env_LD_FOR_TARGET_set=
  433. ac_cv_env_LD_FOR_TARGET_value=
  434. ac_cv_env_LD_set=
  435. ac_cv_env_LD_value=
  436. ac_cv_env_LIBS_set=
  437. ac_cv_env_LIBS_value=
  438. ac_cv_env_LIPO_FOR_TARGET_set=
  439. ac_cv_env_LIPO_FOR_TARGET_value=
  440. ac_cv_env_LIPO_set=
  441. ac_cv_env_LIPO_value=
  442. ac_cv_env_NM_FOR_TARGET_set=
  443. ac_cv_env_NM_FOR_TARGET_value=
  444. ac_cv_env_NM_set=
  445. ac_cv_env_NM_value=
  446. ac_cv_env_OBJCOPY_FOR_TARGET_set=
  447. ac_cv_env_OBJCOPY_FOR_TARGET_value=
  448. ac_cv_env_OBJCOPY_set=
  449. ac_cv_env_OBJCOPY_value=
  450. ac_cv_env_OBJDUMP_FOR_TARGET_set=
  451. ac_cv_env_OBJDUMP_FOR_TARGET_value=
  452. ac_cv_env_OBJDUMP_set=
  453. ac_cv_env_OBJDUMP_value=
  454. ac_cv_env_RANLIB_FOR_TARGET_set=
  455. ac_cv_env_RANLIB_FOR_TARGET_value=
  456. ac_cv_env_RANLIB_set=
  457. ac_cv_env_RANLIB_value=
  458. ac_cv_env_READELF_FOR_TARGET_set=
  459. ac_cv_env_READELF_FOR_TARGET_value=
  460. ac_cv_env_READELF_set=
  461. ac_cv_env_READELF_value=
  462. ac_cv_env_STRIP_FOR_TARGET_set=
  463. ac_cv_env_STRIP_FOR_TARGET_value=
  464. ac_cv_env_STRIP_set=
  465. ac_cv_env_STRIP_value=
  466. ac_cv_env_WINDMC_FOR_TARGET_set=
  467. ac_cv_env_WINDMC_FOR_TARGET_value=
  468. ac_cv_env_WINDMC_set=
  469. ac_cv_env_WINDMC_value=
  470. ac_cv_env_WINDRES_FOR_TARGET_set=
  471. ac_cv_env_WINDRES_FOR_TARGET_value=
  472. ac_cv_env_WINDRES_set=
  473. ac_cv_env_WINDRES_value=
  474. ac_cv_env_build_alias_set=
  475. ac_cv_env_build_alias_value=
  476. ac_cv_env_build_configargs_set=
  477. ac_cv_env_build_configargs_value=
  478. ac_cv_env_host_alias_set=
  479. ac_cv_env_host_alias_value=
  480. ac_cv_env_host_configargs_set=
  481. ac_cv_env_host_configargs_value=
  482. ac_cv_env_target_alias_set=set
  483. ac_cv_env_target_alias_value=x86_64-lfs-linux-gnu
  484. ac_cv_env_target_configargs_set=
  485. ac_cv_env_target_configargs_value=
  486. ac_cv_host=x86_64-pc-linux-gnu
  487. ac_cv_objext=o
  488. ac_cv_path_SED=/bin/sed
  489. ac_cv_path_install='/usr/bin/install -c'
  490. ac_cv_prog_AR=ar
  491. ac_cv_prog_AS=as
  492. ac_cv_prog_AWK=gawk
  493. ac_cv_prog_BISON=bison
  494. ac_cv_prog_LD=ld
  495. ac_cv_prog_M4=m4
  496. ac_cv_prog_MAKEINFO=makeinfo
  497. ac_cv_prog_NM=nm
  498. ac_cv_prog_OBJCOPY=objcopy
  499. ac_cv_prog_OBJDUMP=objdump
  500. ac_cv_prog_RANLIB=ranlib
  501. ac_cv_prog_READELF=readelf
  502. ac_cv_prog_STRIP=strip
  503. ac_cv_prog_YACC='bison -y'
  504. ac_cv_prog_ac_ct_CC=gcc
  505. ac_cv_prog_ac_ct_CXX=g++
  506. ac_cv_prog_cc_c89=
  507. ac_cv_prog_cc_g=yes
  508. ac_cv_prog_cxx_g=yes
  509. ac_cv_target=x86_64-lfs-linux-gnu
  510. acx_cv_cc_gcc_supports_ada=no
  511. acx_cv_prog_LN=ln
  512. gcc_cv_isl=no
  513. gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
  514. gcc_cv_tool_dirs=
  515. gcc_cv_tool_prefix=/tools
  516. lt_cv_objdir=.libs
  517.  
  518. ## ----------------- ##
  519. ## Output variables. ##
  520. ## ----------------- ##
  521.  
  522. AR='ar'
  523. AR_FOR_BUILD='$(AR)'
  524. AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
  525. AS='as'
  526. AS_FOR_BUILD='$(AS)'
  527. AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
  528. AWK='gawk'
  529. BISON='bison'
  530. BUILD_CONFIG=''
  531. CC='gcc'
  532. CC_FOR_BUILD='$(CC)'
  533. CC_FOR_TARGET='x86_64-lfs-linux-gnu-cc'
  534. CFLAGS='-g -O2'
  535. CFLAGS_FOR_BUILD='-g -O2'
  536. CFLAGS_FOR_TARGET='-g -O2'
  537. COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
  538. COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
  539. COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
  540. CONFIGURE_GDB_TK=''
  541. CPPFLAGS=''
  542. CXX='g++'
  543. CXXFLAGS='-g -O2'
  544. CXXFLAGS_FOR_BUILD='-g -O2'
  545. CXXFLAGS_FOR_TARGET='-g -O2'
  546. CXX_FOR_BUILD='$(CXX)'
  547. CXX_FOR_TARGET='x86_64-lfs-linux-gnu-c++'
  548. DEBUG_PREFIX_CFLAGS_FOR_TARGET=''
  549. DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DLT_OBJDIR=\".libs/\"'
  550. DLLTOOL='dlltool'
  551. DLLTOOL_FOR_BUILD='$(DLLTOOL)'
  552. DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
  553. ECHO_C=''
  554. ECHO_N='-n'
  555. ECHO_T=''
  556. EXEEXT=''
  557. EXPECT='expect'
  558. FLAGS_FOR_TARGET=' -L$$r/$(HOST_SUBDIR)/ld'
  559. FLEX='/mnt/lfs/sources/binutils-2.29/missing flex'
  560. GCC_FOR_TARGET='x86_64-lfs-linux-gnu-gcc'
  561. GCC_SHLIB_SUBDIR=''
  562. GDB_TK=''
  563. GFORTRAN_FOR_BUILD='$(GFORTRAN)'
  564. GFORTRAN_FOR_TARGET='x86_64-lfs-linux-gnu-gfortran'
  565. GNATBIND='no'
  566. GNATMAKE='no'
  567. GOC_FOR_BUILD='$(GOC)'
  568. GOC_FOR_TARGET='x86_64-lfs-linux-gnu-gccgo'
  569. INSTALL_DATA='${INSTALL} -m 644'
  570. INSTALL_GDB_TK=''
  571. INSTALL_PROGRAM='${INSTALL}'
  572. INSTALL_SCRIPT='${INSTALL}'
  573. LD='ld'
  574. LDFLAGS=''
  575. LDFLAGS_FOR_BUILD=''
  576. LDFLAGS_FOR_TARGET=''
  577. LD_FOR_BUILD='$(LD)'
  578. LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
  579. LEX='/mnt/lfs/sources/binutils-2.29/missing flex'
  580. LIBOBJS=''
  581. LIBS=''
  582. LIPO='lipo'
  583. LIPO_FOR_TARGET='x86_64-lfs-linux-gnu-lipo'
  584. LN='ln'
  585. LN_S='ln -s'
  586. LTLIBOBJS=''
  587. M4='m4'
  588. MAINT='#'
  589. MAINTAINER_MODE_FALSE=''
  590. MAINTAINER_MODE_TRUE='#'
  591. MAKEINFO='makeinfo'
  592. NM='nm'
  593. NM_FOR_BUILD='$(NM)'
  594. NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
  595. OBJCOPY='objcopy'
  596. OBJCOPY_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objcopy'
  597. OBJDUMP='objdump'
  598. OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
  599. OBJEXT='o'
  600. PACKAGE_BUGREPORT=''
  601. PACKAGE_NAME=''
  602. PACKAGE_STRING=''
  603. PACKAGE_TARNAME=''
  604. PACKAGE_URL=''
  605. PACKAGE_VERSION=''
  606. PATH_SEPARATOR=':'
  607. RANLIB='ranlib'
  608. RANLIB_FOR_BUILD='$(RANLIB)'
  609. RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
  610. RAW_CXX_FOR_TARGET='x86_64-lfs-linux-gnu-c++'
  611. READELF='readelf'
  612. READELF_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/readelf'
  613. RPATH_ENVVAR='LD_LIBRARY_PATH'
  614. RUNTEST='runtest'
  615. SED='/bin/sed'
  616. SHELL='/bin/sh'
  617. STRIP='strip'
  618. STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip-new'
  619. SYSROOT_CFLAGS_FOR_TARGET=''
  620. TOPLEVEL_CONFIGURE_ARGUMENTS='../configure --prefix=/tools --with-sysroot=/mnt/lfs --with-lib-path=/tools/lib --target=x86_64-lfs-linux-gnu --disable-nls --disable-werror'
  621. WINDMC='windmc'
  622. WINDMC_FOR_BUILD='$(WINDMC)'
  623. WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
  624. WINDRES='windres'
  625. WINDRES_FOR_BUILD='$(WINDRES)'
  626. WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
  627. YACC='bison -y'
  628. ac_ct_CC='gcc'
  629. ac_ct_CXX='g++'
  630. bindir='${exec_prefix}/bin'
  631. build='x86_64-pc-linux-gnu'
  632. build_alias=''
  633. 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'
  634. build_configdirs=' libiberty'
  635. build_cpu='x86_64'
  636. build_libsubdir='build-x86_64-pc-linux-gnu'
  637. build_noncanonical='x86_64-pc-linux-gnu'
  638. build_os='linux-gnu'
  639. build_subdir='build-x86_64-pc-linux-gnu'
  640. build_tooldir='${exec_prefix}/x86_64-lfs-linux-gnu'
  641. build_vendor='pc'
  642. compare_exclusions='gcc/cc*-checksum$(objext) | gcc/ada/*tools/*'
  643. configdirs=' intl libiberty opcodes bfd zlib binutils gas ld gprof etc'
  644. datadir='${datarootdir}'
  645. datarootdir='${prefix}/share'
  646. do_compare='cmp --ignore-initial=16 $$f1 $$f2'
  647. docdir='${datarootdir}/doc/${PACKAGE}'
  648. dvidir='${docdir}'
  649. exec_prefix='${prefix}'
  650. extra_host_libiberty_configure_flags=''
  651. extra_host_zlib_configure_flags=''
  652. extra_isl_gmp_configure_flags=''
  653. extra_liboffloadmic_configure_flags=''
  654. extra_linker_plugin_configure_flags=''
  655. extra_linker_plugin_flags=''
  656. extra_mpc_gmp_configure_flags=''
  657. extra_mpc_mpfr_configure_flags=''
  658. extra_mpfr_configure_flags=''
  659. gmpinc=''
  660. gmplibs='-lmpc -lmpfr -lgmp'
  661. host='x86_64-pc-linux-gnu'
  662. host_alias=''
  663. host_configargs=' --cache-file=./config.cache --with-gnu-as --with-gnu-ld '\''--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'
  664. host_cpu='x86_64'
  665. host_noncanonical='x86_64-pc-linux-gnu'
  666. host_os='linux-gnu'
  667. host_shared='no'
  668. host_subdir='.'
  669. host_vendor='pc'
  670. htmldir='${docdir}'
  671. includedir='${prefix}/include'
  672. infodir='${datarootdir}/info'
  673. islinc=''
  674. isllibs=''
  675. islver=''
  676. libdir='${exec_prefix}/lib'
  677. libexecdir='${exec_prefix}/libexec'
  678. localedir='${datarootdir}/locale'
  679. localstatedir='${prefix}/var'
  680. mandir='${datarootdir}/man'
  681. oldincludedir='/usr/include'
  682. pdfdir='${docdir}'
  683. poststage1_ldflags='-static-libstdc++ -static-libgcc'
  684. poststage1_libs=''
  685. prefix='/tools'
  686. program_transform_name='s&^&x86_64-lfs-linux-gnu-&'
  687. psdir='${docdir}'
  688. sbindir='${exec_prefix}/sbin'
  689. sharedstatedir='${prefix}/com'
  690. stage1_cflags='-g'
  691. stage1_checking='--enable-checking=yes,types'
  692. stage1_languages=',c,'
  693. stage1_ldflags='-static-libstdc++ -static-libgcc'
  694. stage1_libs=''
  695. stage2_werror_flag=''
  696. sysconfdir='${prefix}/etc'
  697. target='x86_64-lfs-linux-gnu'
  698. target_alias='x86_64-lfs-linux-gnu'
  699. target_configargs='--cache-file=./config.cache --enable-multilib --with-cross-host=x86_64-pc-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'
  700. target_configdirs=''
  701. target_cpu='x86_64'
  702. target_noncanonical='x86_64-lfs-linux-gnu'
  703. target_os='linux-gnu'
  704. target_subdir='x86_64-lfs-linux-gnu'
  705. target_vendor='lfs'
  706. tooldir='${exec_prefix}/x86_64-lfs-linux-gnu'
  707.  
  708. ## ------------------- ##
  709. ## File substitutions. ##
  710. ## ------------------- ##
  711.  
  712. alphaieee_frag='/dev/null'
  713. host_makefile_frag='/dev/null'
  714. ospace_frag='/dev/null'
  715. serialization_dependencies='serdep.tmp'
  716. target_makefile_frag='../config/mt-gnu'
  717.  
  718. ## ----------- ##
  719. ## confdefs.h. ##
  720. ## ----------- ##
  721.  
  722. /* confdefs.h */
  723. #define PACKAGE_NAME ""
  724. #define PACKAGE_TARNAME ""
  725. #define PACKAGE_VERSION ""
  726. #define PACKAGE_STRING ""
  727. #define PACKAGE_BUGREPORT ""
  728. #define PACKAGE_URL ""
  729. #define LT_OBJDIR ".libs/"
  730.  
  731. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement