Advertisement
Guest User

config-log

a guest
Oct 23rd, 2020
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.27 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.69. Invocation command line was
  6.  
  7. $ ../configure --target= --prefix=/mnt/lfs/tools --with-glibc-version=2.11 --with-sysroot=/mnt/lfs --with-newlib --without-headers --enable-initfini-array --disable-nls --disable-shared --disable-multilib --disable-decimal-float --disable-threads --disable-libatomic --disable-libgomp --disable-libquadmath --disable-libssp --disable-libvtv --disable-libstdcxx --enable-languages=c,c++
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = vm-deb
  14. uname -m = x86_64
  15. uname -r = 4.19.0-11-amd64
  16. uname -s = Linux
  17. uname -v = #1 SMP Debian 4.19.146-1 (2020-09-17)
  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: /usr/local/bin
  31. PATH: /usr/bin
  32. PATH: /bin
  33. PATH: /usr/local/games
  34. PATH: /usr/games
  35.  
  36.  
  37. ## ----------- ##
  38. ## Core tests. ##
  39. ## ----------- ##
  40.  
  41. configure:2352: checking build system type
  42. configure:2366: result: x86_64-pc-linux-gnu
  43. configure:2413: checking host system type
  44. configure:2426: result: x86_64-pc-linux-gnu
  45. configure:2446: checking target system type
  46. configure:2459: result: x86_64-pc-linux-gnu
  47. configure:2513: checking for a BSD-compatible install
  48. configure:2581: result: /usr/bin/install -c
  49. configure:2592: checking whether ln works
  50. configure:2614: result: yes
  51. configure:2618: checking whether ln -s works
  52. configure:2622: result: yes
  53. configure:2629: checking for a sed that does not truncate output
  54. configure:2693: result: /usr/bin/sed
  55. configure:2702: checking for gawk
  56. configure:2718: found /usr/bin/gawk
  57. configure:2729: result: gawk
  58. configure:3261: checking for libitm support
  59. configure:3271: result: yes
  60. configure:3280: checking for libsanitizer support
  61. configure:3290: result: yes
  62. configure:3319: checking for libhsail-rt support
  63. configure:3331: result: yes
  64. configure:3455: checking for libphobos support
  65. configure:3465: result: yes
  66. configure:4165: checking for gcc
  67. configure:4181: found /usr/bin/gcc
  68. configure:4192: result: gcc
  69. configure:4421: checking for C compiler version
  70. configure:4430: gcc --version >&5
  71. gcc (Debian 8.3.0-6) 8.3.0
  72. Copyright (C) 2018 Free Software Foundation, Inc.
  73. This is free software; see the source for copying conditions. There is NO
  74. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  75.  
  76. configure:4441: $? = 0
  77. configure:4430: gcc -v >&5
  78. Using built-in specs.
  79. COLLECT_GCC=gcc
  80. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/8/lto-wrapper
  81. OFFLOAD_TARGET_NAMES=nvptx-none
  82. OFFLOAD_TARGET_DEFAULT=1
  83. Target: x86_64-linux-gnu
  84. Configured with: ../src/configure -v --with-pkgversion='Debian 8.3.0-6' --with-bugurl=file:///usr/share/doc/gcc-8/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-8 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  85. Thread model: posix
  86. gcc version 8.3.0 (Debian 8.3.0-6)
  87. configure:4441: $? = 0
  88. configure:4430: gcc -V >&5
  89. gcc: error: unrecognized command line option '-V'
  90. gcc: fatal error: no input files
  91. compilation terminated.
  92. configure:4441: $? = 1
  93. configure:4430: gcc -qversion >&5
  94. gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
  95. gcc: fatal error: no input files
  96. compilation terminated.
  97. configure:4441: $? = 1
  98. configure:4461: checking whether the C compiler works
  99. configure:4483: gcc conftest.c >&5
  100. configure:4487: $? = 0
  101. configure:4535: result: yes
  102. configure:4538: checking for C compiler default output file name
  103. configure:4540: result: a.out
  104. configure:4546: checking for suffix of executables
  105. configure:4553: gcc -o conftest conftest.c >&5
  106. configure:4557: $? = 0
  107. configure:4579: result:
  108. configure:4601: checking whether we are cross compiling
  109. configure:4609: gcc -o conftest conftest.c >&5
  110. configure:4613: $? = 0
  111. configure:4620: ./conftest
  112. configure:4624: $? = 0
  113. configure:4612: result: no
  114. configure:4617: checking for suffix of object files
  115. configure:4639: gcc -c conftest.c >&5
  116. configure:4643: $? = 0
  117. configure:4664: result: o
  118. configure:4668: checking whether we are using the GNU C compiler
  119. configure:4687: gcc -c conftest.c >&5
  120. configure:4687: $? = 0
  121. configure:4696: result: yes
  122. configure:4705: checking whether gcc accepts -g
  123. configure:4725: gcc -c -g conftest.c >&5
  124. configure:4725: $? = 0
  125. configure:4766: result: yes
  126. configure:4783: checking for gcc option to accept ISO C89
  127. configure:4846: gcc -c -g -O2 conftest.c >&5
  128. configure:4846: $? = 0
  129. configure:4859: result: none needed
  130. configure:4937: checking for g++
  131. configure:4953: found /usr/bin/g++
  132. configure:4964: result: g++
  133. configure:4991: checking for C++ compiler version
  134. configure:5000: g++ --version >&5
  135. g++ (Debian 8.3.0-6) 8.3.0
  136. Copyright (C) 2018 Free Software Foundation, Inc.
  137. This is free software; see the source for copying conditions. There is NO
  138. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  139.  
  140. configure:5011: $? = 0
  141. configure:5000: g++ -v >&5
  142. Using built-in specs.
  143. COLLECT_GCC=g++
  144. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/8/lto-wrapper
  145. OFFLOAD_TARGET_NAMES=nvptx-none
  146. OFFLOAD_TARGET_DEFAULT=1
  147. Target: x86_64-linux-gnu
  148. Configured with: ../src/configure -v --with-pkgversion='Debian 8.3.0-6' --with-bugurl=file:///usr/share/doc/gcc-8/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-8 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  149. Thread model: posix
  150. gcc version 8.3.0 (Debian 8.3.0-6)
  151. configure:5011: $? = 0
  152. configure:5000: g++ -V >&5
  153. g++: error: unrecognized command line option '-V'
  154. g++: fatal error: no input files
  155. compilation terminated.
  156. configure:5011: $? = 1
  157. configure:5000: g++ -qversion >&5
  158. g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
  159. g++: fatal error: no input files
  160. compilation terminated.
  161. configure:5011: $? = 1
  162. configure:5015: checking whether we are using the GNU C++ compiler
  163. configure:5034: g++ -c conftest.cpp >&5
  164. configure:5034: $? = 0
  165. configure:5043: result: yes
  166. configure:5052: checking whether g++ accepts -g
  167. configure:5072: g++ -c -g conftest.cpp >&5
  168. configure:5072: $? = 0
  169. configure:5113: result: yes
  170. configure:5162: checking whether g++ accepts -static-libstdc++ -static-libgcc
  171. configure:5179: g++ -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.cpp >&5
  172. configure:5179: $? = 0
  173. configure:5180: result: yes
  174. configure:5244: checking for gnatbind
  175. configure:5274: result: no
  176. configure:5336: checking for gnatmake
  177. configure:5366: result: no
  178. configure:5385: checking whether compiler driver understands Ada
  179. configure:5408: result: no
  180. configure:5417: checking how to compare bootstrapped objects
  181. configure:5442: result: cmp --ignore-initial=16 $$f1 $$f2
  182. configure:5502: checking for objdir
  183. configure:5517: result: .libs
  184. configure:6083: checking for isl 0.15 or later
  185. configure:6096: gcc -o conftest -g -O2 -I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp -I$$r/$(HOST_SUBDIR)/mpfr/src -I$$s/mpfr/src -I$$s/mpc/src -lisl -L$$r/$(HOST_SUBDIR)/gmp/.libs -L$$r/$(HOST_SUBDIR)/mpfr/src/.libs -L$$r/$(HOST_SUBDIR)/mpc/src/.libs -lmpc -lmpfr -lgmp conftest.c -lisl -lgmp >&5
  186. conftest.c:10:10: fatal error: isl/schedule.h: No such file or directory
  187. #include <isl/schedule.h>
  188. ^~~~~~~~~~~~~~~~
  189. compilation terminated.
  190. configure:6096: $? = 1
  191. configure: failed program was:
  192. | /* confdefs.h */
  193. | #define PACKAGE_NAME ""
  194. | #define PACKAGE_TARNAME ""
  195. | #define PACKAGE_VERSION ""
  196. | #define PACKAGE_STRING ""
  197. | #define PACKAGE_BUGREPORT ""
  198. | #define PACKAGE_URL ""
  199. | #define LT_OBJDIR ".libs/"
  200. | /* end confdefs.h. */
  201. | #include <isl/schedule.h>
  202. | int
  203. | main ()
  204. | {
  205. | isl_options_set_schedule_serialize_sccs (NULL, 0);
  206. | ;
  207. | return 0;
  208. | }
  209. configure:6103: result: no
  210. configure:6107: result: required isl version is 0.15 or later
  211. configure:7200: checking for default BUILD_CONFIG
  212. configure:7232: result: bootstrap-debug
  213. configure:7237: checking for --enable-vtable-verify
  214. configure:7250: result: no
  215. configure:7863: checking for bison
  216. configure:7879: found /usr/bin/bison
  217. configure:7890: result: bison -y
  218. configure:7910: checking for bison
  219. configure:7926: found /usr/bin/bison
  220. configure:7937: result: bison
  221. configure:7957: checking for gm4
  222. configure:7987: result: no
  223. configure:7957: checking for gnum4
  224. configure:7987: result: no
  225. configure:7957: checking for m4
  226. configure:7973: found /usr/bin/m4
  227. configure:7984: result: m4
  228. configure:8004: checking for flex
  229. configure:8034: result: no
  230. configure:8004: checking for lex
  231. configure:8034: result: no
  232. configure:8052: checking for flex
  233. configure:8082: result: no
  234. configure:8099: checking for makeinfo
  235. configure:8115: found /usr/bin/makeinfo
  236. configure:8126: result: makeinfo
  237. configure:8160: checking for expect
  238. configure:8190: result: no
  239. configure:8209: checking for runtest
  240. configure:8239: result: no
  241. configure:8354: checking for ar
  242. configure:8370: found /usr/bin/ar
  243. configure:8381: result: ar
  244. configure:8495: checking for as
  245. configure:8511: found /usr/bin/as
  246. configure:8522: result: as
  247. configure:8636: checking for dlltool
  248. configure:8666: result: no
  249. configure:8777: checking for ld
  250. configure:8793: found /usr/bin/ld
  251. configure:8804: result: ld
  252. configure:8918: checking for lipo
  253. configure:8948: result: no
  254. configure:9059: checking for nm
  255. configure:9075: found /usr/bin/nm
  256. configure:9086: result: nm
  257. configure:9200: checking for ranlib
  258. configure:9216: found /usr/bin/ranlib
  259. configure:9227: result: ranlib
  260. configure:9336: checking for strip
  261. configure:9352: found /usr/bin/strip
  262. configure:9363: result: strip
  263. configure:9472: checking for windres
  264. configure:9502: result: no
  265. configure:9613: checking for windmc
  266. configure:9643: result: no
  267. configure:9754: checking for objcopy
  268. configure:9770: found /usr/bin/objcopy
  269. configure:9781: result: objcopy
  270. configure:9895: checking for objdump
  271. configure:9911: found /usr/bin/objdump
  272. configure:9922: result: objdump
  273. configure:10036: checking for otool
  274. configure:10066: result: no
  275. configure:10177: checking for readelf
  276. configure:10193: found /usr/bin/readelf
  277. configure:10204: result: readelf
  278. configure:10357: checking for cc
  279. configure:10373: found /usr/bin/cc
  280. configure:10384: result: cc
  281. configure:10518: checking for c++
  282. configure:10534: found /usr/bin/c++
  283. configure:10545: result: c++
  284. configure:10679: checking for gcc
  285. configure:10695: found /usr/bin/gcc
  286. configure:10706: result: gcc
  287. configure:10835: checking for gfortran
  288. configure:10865: result: no
  289. configure:10996: checking for gccgo
  290. configure:11026: result: no
  291. configure:11157: checking for gdc
  292. configure:11187: result: no
  293. configure:11248: checking for ar
  294. configure:11266: found /mnt/lfs/tools/x86_64-pc-linux-gnu/bin/ar
  295. configure:11278: result: /mnt/lfs/tools/x86_64-pc-linux-gnu/bin/ar
  296. configure:11478: checking for as
  297. configure:11496: found /mnt/lfs/tools/x86_64-pc-linux-gnu/bin/as
  298. configure:11508: result: /mnt/lfs/tools/x86_64-pc-linux-gnu/bin/as
  299. configure:11708: checking for dlltool
  300. configure:11741: result: no
  301. configure:11858: checking for dlltool
  302. configure:11888: result: no
  303. configure:11938: checking for ld
  304. configure:11956: found /mnt/lfs/tools/x86_64-pc-linux-gnu/bin/ld
  305. configure:11968: result: /mnt/lfs/tools/x86_64-pc-linux-gnu/bin/ld
  306. configure:12168: checking for lipo
  307. configure:12201: result: no
  308. configure:12318: checking for lipo
  309. configure:12348: result: no
  310. configure:12398: checking for nm
  311. configure:12416: found /mnt/lfs/tools/x86_64-pc-linux-gnu/bin/nm
  312. configure:12428: result: /mnt/lfs/tools/x86_64-pc-linux-gnu/bin/nm
  313. configure:12628: checking for objcopy
  314. configure:12646: found /mnt/lfs/tools/x86_64-pc-linux-gnu/bin/objcopy
  315. configure:12658: result: /mnt/lfs/tools/x86_64-pc-linux-gnu/bin/objcopy
  316. configure:12858: checking for objdump
  317. configure:12876: found /mnt/lfs/tools/x86_64-pc-linux-gnu/bin/objdump
  318. configure:12888: result: /mnt/lfs/tools/x86_64-pc-linux-gnu/bin/objdump
  319. configure:13088: checking for otool
  320. configure:13121: result: no
  321. configure:13238: checking for otool
  322. configure:13268: result: no
  323. configure:13318: checking for ranlib
  324. configure:13336: found /mnt/lfs/tools/x86_64-pc-linux-gnu/bin/ranlib
  325. configure:13348: result: /mnt/lfs/tools/x86_64-pc-linux-gnu/bin/ranlib
  326. configure:13548: checking for readelf
  327. configure:13566: found /mnt/lfs/tools/x86_64-pc-linux-gnu/bin/readelf
  328. configure:13578: result: /mnt/lfs/tools/x86_64-pc-linux-gnu/bin/readelf
  329. configure:13778: checking for strip
  330. configure:13796: found /mnt/lfs/tools/x86_64-pc-linux-gnu/bin/strip
  331. configure:13808: result: /mnt/lfs/tools/x86_64-pc-linux-gnu/bin/strip
  332. configure:14008: checking for windres
  333. configure:14041: result: no
  334. configure:14158: checking for windres
  335. configure:14188: result: no
  336. configure:14238: checking for windmc
  337. configure:14271: result: no
  338. configure:14388: checking for windmc
  339. configure:14418: result: no
  340. configure:14446: checking where to find the target ar
  341. configure:14474: result: pre-installed in /mnt/lfs/tools/x86_64-pc-linux-gnu/bin
  342. configure:14488: checking where to find the target as
  343. configure:14516: result: pre-installed in /mnt/lfs/tools/x86_64-pc-linux-gnu/bin
  344. configure:14530: checking where to find the target cc
  345. configure:14553: result: just compiled
  346. configure:14572: checking where to find the target c++
  347. configure:14598: result: just compiled
  348. configure:14617: checking where to find the target c++ for libstdc++
  349. configure:14643: result: just compiled
  350. configure:14662: checking where to find the target dlltool
  351. configure:14695: result: host tool
  352. configure:14704: checking where to find the target gcc
  353. configure:14727: result: just compiled
  354. configure:14746: checking where to find the target gfortran
  355. configure:14782: result: host tool
  356. configure:14791: checking where to find the target gccgo
  357. configure:14827: result: host tool
  358. configure:14836: checking where to find the target gdc
  359. configure:14872: result: host tool
  360. configure:14881: checking where to find the target ld
  361. configure:14909: result: pre-installed in /mnt/lfs/tools/x86_64-pc-linux-gnu/bin
  362. configure:14923: checking where to find the target lipo
  363. configure:14945: result: host tool
  364. configure:14954: checking where to find the target nm
  365. configure:14982: result: pre-installed in /mnt/lfs/tools/x86_64-pc-linux-gnu/bin
  366. configure:14996: checking where to find the target objcopy
  367. configure:15024: result: pre-installed in /mnt/lfs/tools/x86_64-pc-linux-gnu/bin
  368. configure:15038: checking where to find the target objdump
  369. configure:15066: result: pre-installed in /mnt/lfs/tools/x86_64-pc-linux-gnu/bin
  370. configure:15080: checking where to find the target otool
  371. configure:15102: result: host tool
  372. configure:15111: checking where to find the target ranlib
  373. configure:15139: result: pre-installed in /mnt/lfs/tools/x86_64-pc-linux-gnu/bin
  374. configure:15153: checking where to find the target readelf
  375. configure:15181: result: pre-installed in /mnt/lfs/tools/x86_64-pc-linux-gnu/bin
  376. configure:15195: checking where to find the target strip
  377. configure:15223: result: pre-installed in /mnt/lfs/tools/x86_64-pc-linux-gnu/bin
  378. configure:15237: checking where to find the target windres
  379. configure:15270: result: host tool
  380. configure:15279: checking where to find the target windmc
  381. configure:15312: result: host tool
  382. configure:15349: checking whether to enable maintainer-specific portions of Makefiles
  383. configure:15358: result: no
  384. configure:15593: creating ./config.status
  385.  
  386. ## ---------------------- ##
  387. ## Running config.status. ##
  388. ## ---------------------- ##
  389.  
  390. This file was extended by config.status, which was
  391. generated by GNU Autoconf 2.69. Invocation command line was
  392.  
  393. CONFIG_FILES =
  394. CONFIG_HEADERS =
  395. CONFIG_LINKS =
  396. CONFIG_COMMANDS =
  397. $ ./config.status
  398.  
  399. on vm-deb
  400.  
  401. config.status:1015: creating Makefile
  402.  
  403. ## ---------------- ##
  404. ## Cache variables. ##
  405. ## ---------------- ##
  406.  
  407. ac_cv_build=x86_64-pc-linux-gnu
  408. ac_cv_c_compiler_gnu=yes
  409. ac_cv_cxx_compiler_gnu=yes
  410. ac_cv_env_AR_FOR_TARGET_set=
  411. ac_cv_env_AR_FOR_TARGET_value=
  412. ac_cv_env_AR_set=
  413. ac_cv_env_AR_value=
  414. ac_cv_env_AS_FOR_TARGET_set=
  415. ac_cv_env_AS_FOR_TARGET_value=
  416. ac_cv_env_AS_set=
  417. ac_cv_env_AS_value=
  418. ac_cv_env_CCC_set=
  419. ac_cv_env_CCC_value=
  420. ac_cv_env_CC_FOR_TARGET_set=
  421. ac_cv_env_CC_FOR_TARGET_value=
  422. ac_cv_env_CC_set=
  423. ac_cv_env_CC_value=
  424. ac_cv_env_CFLAGS_set=
  425. ac_cv_env_CFLAGS_value=
  426. ac_cv_env_CPPFLAGS_set=
  427. ac_cv_env_CPPFLAGS_value=
  428. ac_cv_env_CXXFLAGS_set=
  429. ac_cv_env_CXXFLAGS_value=
  430. ac_cv_env_CXX_FOR_TARGET_set=
  431. ac_cv_env_CXX_FOR_TARGET_value=
  432. ac_cv_env_CXX_set=
  433. ac_cv_env_CXX_value=
  434. ac_cv_env_DLLTOOL_FOR_TARGET_set=
  435. ac_cv_env_DLLTOOL_FOR_TARGET_value=
  436. ac_cv_env_DLLTOOL_set=
  437. ac_cv_env_DLLTOOL_value=
  438. ac_cv_env_GCC_FOR_TARGET_set=
  439. ac_cv_env_GCC_FOR_TARGET_value=
  440. ac_cv_env_GDC_FOR_TARGET_set=
  441. ac_cv_env_GDC_FOR_TARGET_value=
  442. ac_cv_env_GFORTRAN_FOR_TARGET_set=
  443. ac_cv_env_GFORTRAN_FOR_TARGET_value=
  444. ac_cv_env_GOC_FOR_TARGET_set=
  445. ac_cv_env_GOC_FOR_TARGET_value=
  446. ac_cv_env_LDFLAGS_set=
  447. ac_cv_env_LDFLAGS_value=
  448. ac_cv_env_LD_FOR_TARGET_set=
  449. ac_cv_env_LD_FOR_TARGET_value=
  450. ac_cv_env_LD_set=
  451. ac_cv_env_LD_value=
  452. ac_cv_env_LIBS_set=
  453. ac_cv_env_LIBS_value=
  454. ac_cv_env_LIPO_FOR_TARGET_set=
  455. ac_cv_env_LIPO_FOR_TARGET_value=
  456. ac_cv_env_LIPO_set=
  457. ac_cv_env_LIPO_value=
  458. ac_cv_env_NM_FOR_TARGET_set=
  459. ac_cv_env_NM_FOR_TARGET_value=
  460. ac_cv_env_NM_set=
  461. ac_cv_env_NM_value=
  462. ac_cv_env_OBJCOPY_FOR_TARGET_set=
  463. ac_cv_env_OBJCOPY_FOR_TARGET_value=
  464. ac_cv_env_OBJCOPY_set=
  465. ac_cv_env_OBJCOPY_value=
  466. ac_cv_env_OBJDUMP_FOR_TARGET_set=
  467. ac_cv_env_OBJDUMP_FOR_TARGET_value=
  468. ac_cv_env_OBJDUMP_set=
  469. ac_cv_env_OBJDUMP_value=
  470. ac_cv_env_OTOOL_FOR_TARGET_set=
  471. ac_cv_env_OTOOL_FOR_TARGET_value=
  472. ac_cv_env_OTOOL_set=
  473. ac_cv_env_OTOOL_value=
  474. ac_cv_env_RANLIB_FOR_TARGET_set=
  475. ac_cv_env_RANLIB_FOR_TARGET_value=
  476. ac_cv_env_RANLIB_set=
  477. ac_cv_env_RANLIB_value=
  478. ac_cv_env_READELF_FOR_TARGET_set=
  479. ac_cv_env_READELF_FOR_TARGET_value=
  480. ac_cv_env_READELF_set=
  481. ac_cv_env_READELF_value=
  482. ac_cv_env_STRIP_FOR_TARGET_set=
  483. ac_cv_env_STRIP_FOR_TARGET_value=
  484. ac_cv_env_STRIP_set=
  485. ac_cv_env_STRIP_value=
  486. ac_cv_env_WINDMC_FOR_TARGET_set=
  487. ac_cv_env_WINDMC_FOR_TARGET_value=
  488. ac_cv_env_WINDMC_set=
  489. ac_cv_env_WINDMC_value=
  490. ac_cv_env_WINDRES_FOR_TARGET_set=
  491. ac_cv_env_WINDRES_FOR_TARGET_value=
  492. ac_cv_env_WINDRES_set=
  493. ac_cv_env_WINDRES_value=
  494. ac_cv_env_build_alias_set=
  495. ac_cv_env_build_alias_value=
  496. ac_cv_env_build_configargs_set=
  497. ac_cv_env_build_configargs_value=
  498. ac_cv_env_host_alias_set=
  499. ac_cv_env_host_alias_value=
  500. ac_cv_env_host_configargs_set=
  501. ac_cv_env_host_configargs_value=
  502. ac_cv_env_target_alias_set=set
  503. ac_cv_env_target_alias_value=
  504. ac_cv_env_target_configargs_set=
  505. ac_cv_env_target_configargs_value=
  506. ac_cv_host=x86_64-pc-linux-gnu
  507. ac_cv_objext=o
  508. ac_cv_path_AR_FOR_TARGET=/mnt/lfs/tools/x86_64-pc-linux-gnu/bin/ar
  509. ac_cv_path_AS_FOR_TARGET=/mnt/lfs/tools/x86_64-pc-linux-gnu/bin/as
  510. ac_cv_path_LD_FOR_TARGET=/mnt/lfs/tools/x86_64-pc-linux-gnu/bin/ld
  511. ac_cv_path_NM_FOR_TARGET=/mnt/lfs/tools/x86_64-pc-linux-gnu/bin/nm
  512. ac_cv_path_OBJCOPY_FOR_TARGET=/mnt/lfs/tools/x86_64-pc-linux-gnu/bin/objcopy
  513. ac_cv_path_OBJDUMP_FOR_TARGET=/mnt/lfs/tools/x86_64-pc-linux-gnu/bin/objdump
  514. ac_cv_path_RANLIB_FOR_TARGET=/mnt/lfs/tools/x86_64-pc-linux-gnu/bin/ranlib
  515. ac_cv_path_READELF_FOR_TARGET=/mnt/lfs/tools/x86_64-pc-linux-gnu/bin/readelf
  516. ac_cv_path_SED=/usr/bin/sed
  517. ac_cv_path_STRIP_FOR_TARGET=/mnt/lfs/tools/x86_64-pc-linux-gnu/bin/strip
  518. ac_cv_path_install='/usr/bin/install -c'
  519. ac_cv_prog_AR=ar
  520. ac_cv_prog_AS=as
  521. ac_cv_prog_AWK=gawk
  522. ac_cv_prog_BISON=bison
  523. ac_cv_prog_CC_FOR_TARGET=cc
  524. ac_cv_prog_CXX_FOR_TARGET=c++
  525. ac_cv_prog_GCC_FOR_TARGET=gcc
  526. ac_cv_prog_LD=ld
  527. ac_cv_prog_M4=m4
  528. ac_cv_prog_MAKEINFO=makeinfo
  529. ac_cv_prog_NM=nm
  530. ac_cv_prog_OBJCOPY=objcopy
  531. ac_cv_prog_OBJDUMP=objdump
  532. ac_cv_prog_RANLIB=ranlib
  533. ac_cv_prog_READELF=readelf
  534. ac_cv_prog_STRIP=strip
  535. ac_cv_prog_YACC='bison -y'
  536. ac_cv_prog_ac_ct_CC=gcc
  537. ac_cv_prog_ac_ct_CXX=g++
  538. ac_cv_prog_cc_c89=
  539. ac_cv_prog_cc_g=yes
  540. ac_cv_prog_cxx_g=yes
  541. ac_cv_target=x86_64-pc-linux-gnu
  542. acx_cv_cc_gcc_supports_ada=no
  543. acx_cv_prog_LN=ln
  544. gcc_cv_isl=no
  545. gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
  546. gcc_cv_tool_dirs=/mnt/lfs/tools/libexec/gcc/x86_64-pc-linux-gnu/10.2.0:/mnt/lfs/tools/libexec/gcc/x86_64-pc-linux-gnu:/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0:/usr/lib/gcc/x86_64-pc-linux-gnu:/mnt/lfs/tools/x86_64-pc-linux-gnu/bin/x86_64-pc-linux-gnu/10.2.0:/mnt/lfs/tools/x86_64-pc-linux-gnu/bin:
  547. gcc_cv_tool_prefix=/mnt/lfs/tools
  548. lt_cv_objdir=.libs
  549.  
  550. ## ----------------- ##
  551. ## Output variables. ##
  552. ## ----------------- ##
  553.  
  554. AR='ar'
  555. AR_FOR_BUILD='$(AR)'
  556. AR_FOR_TARGET='/mnt/lfs/tools/x86_64-pc-linux-gnu/bin/ar'
  557. AS='as'
  558. AS_FOR_BUILD='$(AS)'
  559. AS_FOR_TARGET='/mnt/lfs/tools/x86_64-pc-linux-gnu/bin/as'
  560. AWK='gawk'
  561. BISON='bison'
  562. BUILD_CONFIG='bootstrap-debug'
  563. CC='gcc'
  564. CC_FOR_BUILD='$(CC)'
  565. CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
  566. CFLAGS='-g -O2'
  567. CFLAGS_FOR_BUILD='-g -O2'
  568. CFLAGS_FOR_TARGET='-g -O2'
  569. COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
  570. COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
  571. COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'
  572. CONFIGURE_GDB_TK=''
  573. CPPFLAGS=''
  574. CXX='g++ -std=gnu++98'
  575. CXXFLAGS='-g -O2'
  576. CXXFLAGS_FOR_BUILD='-g -O2'
  577. CXXFLAGS_FOR_TARGET='-g -O2'
  578. CXX_FOR_BUILD='$(CXX)'
  579. CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xg++ -B$$r/$(HOST_SUBDIR)/gcc/ -nostdinc++ `if test -f $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags; then $(SHELL) $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags --build-includes; else echo -funconfigured-libstdc++-v3 ; fi` -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/libsupc++/.libs'
  580. DEBUG_PREFIX_CFLAGS_FOR_TARGET=''
  581. DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DLT_OBJDIR=\".libs/\"'
  582. DLLTOOL='dlltool'
  583. DLLTOOL_FOR_BUILD='$(DLLTOOL)'
  584. DLLTOOL_FOR_TARGET='$(DLLTOOL)'
  585. ECHO_C=''
  586. ECHO_N='-n'
  587. ECHO_T=''
  588. EXEEXT=''
  589. EXPECT='expect'
  590. FLAGS_FOR_TARGET=' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
  591. FLEX='/mnt/lfs/sources/gcc-10.2.0/missing flex'
  592. GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
  593. GCC_SHLIB_SUBDIR=''
  594. GDB_TK=''
  595. GDC_FOR_BUILD='$(GDC)'
  596. GDC_FOR_TARGET='$(GDC)'
  597. GFORTRAN_FOR_BUILD='$(GFORTRAN)'
  598. GFORTRAN_FOR_TARGET='$(GFORTRAN)'
  599. GNATBIND='no'
  600. GNATMAKE='no'
  601. GOC_FOR_BUILD='$(GOC)'
  602. GOC_FOR_TARGET='$(GOC)'
  603. INSTALL_DATA='${INSTALL} -m 644'
  604. INSTALL_GDB_TK=''
  605. INSTALL_PROGRAM='${INSTALL}'
  606. INSTALL_SCRIPT='${INSTALL}'
  607. LD='ld'
  608. LDFLAGS=''
  609. LDFLAGS_FOR_BUILD=''
  610. LDFLAGS_FOR_TARGET=''
  611. LD_FOR_BUILD='$(LD)'
  612. LD_FOR_TARGET='/mnt/lfs/tools/x86_64-pc-linux-gnu/bin/ld'
  613. LEX='/mnt/lfs/sources/gcc-10.2.0/missing flex'
  614. LIBOBJS=''
  615. LIBS=''
  616. LIPO='lipo'
  617. LIPO_FOR_TARGET='$(LIPO)'
  618. LN='ln'
  619. LN_S='ln -s'
  620. LTLIBOBJS=''
  621. M4='m4'
  622. MAINT='#'
  623. MAINTAINER_MODE_FALSE=''
  624. MAINTAINER_MODE_TRUE='#'
  625. MAKEINFO='makeinfo'
  626. NM='nm'
  627. NM_FOR_BUILD='$(NM)'
  628. NM_FOR_TARGET='/mnt/lfs/tools/x86_64-pc-linux-gnu/bin/nm'
  629. OBJCOPY='objcopy'
  630. OBJCOPY_FOR_TARGET='/mnt/lfs/tools/x86_64-pc-linux-gnu/bin/objcopy'
  631. OBJDUMP='objdump'
  632. OBJDUMP_FOR_TARGET='/mnt/lfs/tools/x86_64-pc-linux-gnu/bin/objdump'
  633. OBJEXT='o'
  634. OTOOL='otool'
  635. OTOOL_FOR_TARGET='$(OTOOL)'
  636. PACKAGE_BUGREPORT=''
  637. PACKAGE_NAME=''
  638. PACKAGE_STRING=''
  639. PACKAGE_TARNAME=''
  640. PACKAGE_URL=''
  641. PACKAGE_VERSION=''
  642. PATH_SEPARATOR=':'
  643. RANLIB='ranlib'
  644. RANLIB_FOR_BUILD='$(RANLIB)'
  645. RANLIB_FOR_TARGET='/mnt/lfs/tools/x86_64-pc-linux-gnu/bin/ranlib'
  646. RAW_CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -shared-libgcc -B$$r/$(HOST_SUBDIR)/gcc -nostdinc++ -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/libsupc++/.libs'
  647. READELF='readelf'
  648. READELF_FOR_TARGET='/mnt/lfs/tools/x86_64-pc-linux-gnu/bin/readelf'
  649. RPATH_ENVVAR='LD_LIBRARY_PATH'
  650. RUNTEST='runtest'
  651. SED='/usr/bin/sed'
  652. SHELL='/bin/sh'
  653. STRIP='strip'
  654. STRIP_FOR_TARGET='/mnt/lfs/tools/x86_64-pc-linux-gnu/bin/strip'
  655. SYSROOT_CFLAGS_FOR_TARGET=''
  656. TOPLEVEL_CONFIGURE_ARGUMENTS='../configure --target= --prefix=/mnt/lfs/tools --with-glibc-version=2.11 --with-sysroot=/mnt/lfs --with-newlib --without-headers --enable-initfini-array --disable-nls --disable-shared --disable-multilib --disable-decimal-float --disable-threads --disable-libatomic --disable-libgomp --disable-libquadmath --disable-libssp --disable-libvtv --disable-libstdcxx --enable-languages=c,c++'
  657. WINDMC='windmc'
  658. WINDMC_FOR_BUILD='$(WINDMC)'
  659. WINDMC_FOR_TARGET='$(WINDMC)'
  660. WINDRES='windres'
  661. WINDRES_FOR_BUILD='$(WINDRES)'
  662. WINDRES_FOR_TARGET='$(WINDRES)'
  663. YACC='bison -y'
  664. ac_ct_CC='gcc'
  665. ac_ct_CXX='g++'
  666. bindir='${exec_prefix}/bin'
  667. build='x86_64-pc-linux-gnu'
  668. build_alias=''
  669. build_configargs=' --cache-file=./config.cache '\''--prefix=/mnt/lfs/tools'\'' '\''--with-glibc-version=2.11'\'' '\''--with-sysroot=/mnt/lfs'\'' '\''--with-newlib'\'' '\''--without-headers'\'' '\''--enable-initfini-array'\'' '\''--disable-nls'\'' '\''--disable-shared'\'' '\''--disable-multilib'\'' '\''--disable-decimal-float'\'' '\''--disable-threads'\'' '\''--disable-libatomic'\'' '\''--disable-libgomp'\'' '\''--disable-libquadmath'\'' '\''--disable-libssp'\'' '\''--disable-libvtv'\'' '\''--disable-libstdcxx'\'' '\''--enable-languages=c,c++,lto'\'' --program-transform-name='\''s,y,y,'\'' --disable-option-checking'
  670. build_configdirs=' libiberty libcpp fixincludes'
  671. build_cpu='x86_64'
  672. build_libsubdir='build-x86_64-pc-linux-gnu'
  673. build_noncanonical='x86_64-pc-linux-gnu'
  674. build_os='linux-gnu'
  675. build_subdir='build-x86_64-pc-linux-gnu'
  676. build_tooldir='${exec_prefix}/x86_64-pc-linux-gnu'
  677. build_vendor='pc'
  678. compare_exclusions='gcc/cc*-checksum$(objext) | gcc/ada/*tools/*'
  679. configdirs=' intl libiberty zlib libbacktrace libcpp libdecnumber gmp mpfr mpc fixincludes gcc libcc1 lto-plugin'
  680. datadir='${datarootdir}'
  681. datarootdir='${prefix}/share'
  682. do_compare='cmp --ignore-initial=16 $$f1 $$f2'
  683. docdir='${datarootdir}/doc/${PACKAGE}'
  684. dvidir='${docdir}'
  685. exec_prefix='${prefix}'
  686. extra_host_libiberty_configure_flags='--enable-shared'
  687. extra_host_zlib_configure_flags=''
  688. extra_isl_gmp_configure_flags='--with-gmp-builddir=$$r/$(HOST_SUBDIR)/gmp'
  689. extra_liboffloadmic_configure_flags=''
  690. extra_linker_plugin_configure_flags=''
  691. extra_linker_plugin_flags=''
  692. extra_mpc_gmp_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/.libs'
  693. extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr/src --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/src/.libs'
  694. extra_mpfr_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/.libs'
  695. get_gcc_base_ver='cat'
  696. gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp -I$$r/$(HOST_SUBDIR)/mpfr/src -I$$s/mpfr/src -I$$s/mpc/src '
  697. gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/.libs -L$$r/$(HOST_SUBDIR)/mpfr/src/.libs -L$$r/$(HOST_SUBDIR)/mpc/src/.libs -lmpc -lmpfr -lgmp'
  698. host='x86_64-pc-linux-gnu'
  699. host_alias=''
  700. host_configargs=' --cache-file=./config.cache '\''--prefix=/mnt/lfs/tools'\'' '\''--with-glibc-version=2.11'\'' '\''--with-sysroot=/mnt/lfs'\'' '\''--with-newlib'\'' '\''--without-headers'\'' '\''--enable-initfini-array'\'' '\''--disable-nls'\'' '\''--disable-shared'\'' '\''--disable-multilib'\'' '\''--disable-decimal-float'\'' '\''--disable-threads'\'' '\''--disable-libatomic'\'' '\''--disable-libgomp'\'' '\''--disable-libquadmath'\'' '\''--disable-libssp'\'' '\''--disable-libvtv'\'' '\''--disable-libstdcxx'\'' '\''--enable-languages=c,c++,lto'\'' --program-transform-name='\''s,y,y,'\'' --disable-option-checking'
  701. host_cpu='x86_64'
  702. host_noncanonical='x86_64-pc-linux-gnu'
  703. host_os='linux-gnu'
  704. host_shared='no'
  705. host_subdir='.'
  706. host_vendor='pc'
  707. htmldir='${docdir}'
  708. includedir='${prefix}/include'
  709. infodir='${datarootdir}/info'
  710. islinc=''
  711. isllibs=''
  712. libdir='${exec_prefix}/lib'
  713. libexecdir='${exec_prefix}/libexec'
  714. localedir='${datarootdir}/locale'
  715. localstatedir='${prefix}/var'
  716. mandir='${datarootdir}/man'
  717. oldincludedir='/usr/include'
  718. pdfdir='${docdir}'
  719. poststage1_ldflags='-static-libstdc++ -static-libgcc'
  720. poststage1_libs=''
  721. prefix='/mnt/lfs/tools'
  722. program_transform_name='s,y,y,'
  723. psdir='${docdir}'
  724. sbindir='${exec_prefix}/sbin'
  725. sharedstatedir='${prefix}/com'
  726. stage1_cflags='-g'
  727. stage1_checking='--enable-checking=yes,types'
  728. stage1_languages='c,c++,lto'
  729. stage1_ldflags='-static-libstdc++ -static-libgcc'
  730. stage1_libs=''
  731. stage2_werror_flag=''
  732. sysconfdir='${prefix}/etc'
  733. target='x86_64-pc-linux-gnu'
  734. target_alias=''
  735. target_configargs='--cache-file=./config.cache '\''--prefix=/mnt/lfs/tools'\'' '\''--with-glibc-version=2.11'\'' '\''--with-sysroot=/mnt/lfs'\'' '\''--with-newlib'\'' '\''--without-headers'\'' '\''--enable-initfini-array'\'' '\''--disable-nls'\'' '\''--disable-shared'\'' '\''--disable-multilib'\'' '\''--disable-decimal-float'\'' '\''--disable-threads'\'' '\''--disable-libatomic'\'' '\''--disable-libgomp'\'' '\''--disable-libquadmath'\'' '\''--disable-libssp'\'' '\''--disable-libvtv'\'' '\''--disable-libstdcxx'\'' '\''--enable-languages=c,c++,lto'\'' --program-transform-name='\''s,y,y,'\'' --disable-option-checking'
  736. target_configdirs=' libgcc'
  737. target_cpu='x86_64'
  738. target_noncanonical='x86_64-pc-linux-gnu'
  739. target_os='linux-gnu'
  740. target_subdir='x86_64-pc-linux-gnu'
  741. target_vendor='pc'
  742. tooldir='${exec_prefix}/x86_64-pc-linux-gnu'
  743.  
  744. ## ------------------- ##
  745. ## File substitutions. ##
  746. ## ------------------- ##
  747.  
  748. alphaieee_frag='/dev/null'
  749. host_makefile_frag='/dev/null'
  750. ospace_frag='/dev/null'
  751. serialization_dependencies='serdep.tmp'
  752. target_makefile_frag='../config/mt-gnu'
  753.  
  754. ## ----------- ##
  755. ## confdefs.h. ##
  756. ## ----------- ##
  757.  
  758. /* confdefs.h */
  759. #define PACKAGE_NAME ""
  760. #define PACKAGE_TARNAME ""
  761. #define PACKAGE_VERSION ""
  762. #define PACKAGE_STRING ""
  763. #define PACKAGE_BUGREPORT ""
  764. #define PACKAGE_URL ""
  765. #define LT_OBJDIR ".libs/"
  766.  
  767. configure: exit 0
  768.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement