Advertisement
Guest User

Untitled

a guest
Jul 28th, 2022
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.57 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. $ ../source/configure --prefix=/root/source/gcc/9.5.0/build/../install --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-languages=c,c++,d --target=i586-pc-linux-gnu --disable-multilib --with-multilib-list=m32 --with-arch-32=pentium3
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = thinclientsource
  14. uname -m = i686
  15. uname -r = 5.15.0-41-generic
  16. uname -s = Linux
  17. uname -v = #44-Ubuntu SMP Wed Jun 22 14:20:53 UTC 2022
  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: /usr/local/sbin
  31. PATH: /usr/sbin
  32. PATH: /sbin
  33. PATH: /usr/local/bin
  34. PATH: /usr/bin
  35. PATH: /bin
  36. PATH: /root/bin
  37. PATH: /ts/bin
  38. PATH: /opt/meld/bin
  39.  
  40.  
  41. ## ----------- ##
  42. ## Core tests. ##
  43. ## ----------- ##
  44.  
  45. configure:2352: checking build system type
  46. configure:2366: result: i686-pc-linux-gnu
  47. configure:2413: checking host system type
  48. configure:2426: result: i686-pc-linux-gnu
  49. configure:2446: checking target system type
  50. configure:2459: result: i586-pc-linux-gnu
  51. configure:2513: checking for a BSD-compatible install
  52. configure:2581: result: /usr/bin/install -c
  53. configure:2592: checking whether ln works
  54. configure:2614: result: yes
  55. configure:2618: checking whether ln -s works
  56. configure:2622: result: yes
  57. configure:2629: checking for a sed that does not truncate output
  58. configure:2693: result: /bin/sed
  59. configure:2702: checking for gawk
  60. configure:2718: found /usr/bin/gawk
  61. configure:2729: result: gawk
  62. configure:3223: checking for libatomic support
  63. configure:3233: result: yes
  64. configure:3261: checking for libitm support
  65. configure:3271: result: yes
  66. configure:3280: checking for libsanitizer support
  67. configure:3290: result: yes
  68. configure:3299: checking for libvtv support
  69. configure:3309: result: yes
  70. configure:3319: checking for libhsail-rt support
  71. configure:3331: result: yes
  72. configure:3410: checking for libphobos support
  73. configure:3420: result: yes
  74. configure:4081: checking for gcc
  75. configure:4097: found /usr/bin/gcc
  76. configure:4108: result: gcc
  77. configure:4337: checking for C compiler version
  78. configure:4346: gcc --version >&5
  79. gcc (Thinstation) 5.3.0
  80. Copyright (C) 2015 Free Software Foundation, Inc.
  81. This is free software; see the source for copying conditions. There is NO
  82. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  83.  
  84. configure:4357: $? = 0
  85. configure:4346: gcc -v >&5
  86. Using built-in specs.
  87. COLLECT_GCC=gcc
  88. COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-pc-linux-gnu/5.3.0/lto-wrapper
  89. Target: i686-pc-linux-gnu
  90. Configured with: ../gcc-5.3.0/configure --prefix=/usr --mandir=/usr/man --libexecdir=/usr/lib --enable-languages=c,c++,objc --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-shared --disable-nls --with-x=no --with-system-zlib --enable-multilib --with-pkgversion=Thinstation
  91. Thread model: posix
  92. gcc version 5.3.0 (Thinstation)
  93. configure:4357: $? = 0
  94. configure:4346: gcc -V >&5
  95. gcc: error: unrecognized command line option '-V'
  96. gcc: fatal error: no input files
  97. compilation terminated.
  98. configure:4357: $? = 1
  99. configure:4346: gcc -qversion >&5
  100. gcc: error: unrecognized command line option '-qversion'
  101. gcc: fatal error: no input files
  102. compilation terminated.
  103. configure:4357: $? = 1
  104. configure:4377: checking whether the C compiler works
  105. configure:4399: gcc conftest.c >&5
  106. configure:4403: $? = 0
  107. configure:4451: result: yes
  108. configure:4454: checking for C compiler default output file name
  109. configure:4456: result: a.out
  110. configure:4462: checking for suffix of executables
  111. configure:4469: gcc -o conftest conftest.c >&5
  112. configure:4473: $? = 0
  113. configure:4495: result:
  114. configure:4517: checking whether we are cross compiling
  115. configure:4525: gcc -o conftest conftest.c >&5
  116. configure:4529: $? = 0
  117. configure:4536: ./conftest
  118. configure:4540: $? = 0
  119. configure:4555: result: no
  120. configure:4560: checking for suffix of object files
  121. configure:4582: gcc -c conftest.c >&5
  122. configure:4586: $? = 0
  123. configure:4607: result: o
  124. configure:4611: checking whether we are using the GNU C compiler
  125. configure:4630: gcc -c conftest.c >&5
  126. configure:4630: $? = 0
  127. configure:4639: result: yes
  128. configure:4648: checking whether gcc accepts -g
  129. configure:4668: gcc -c -g conftest.c >&5
  130. configure:4668: $? = 0
  131. configure:4709: result: yes
  132. configure:4726: checking for gcc option to accept ISO C89
  133. configure:4789: gcc -c -g -O2 conftest.c >&5
  134. configure:4789: $? = 0
  135. configure:4802: result: none needed
  136. configure:4880: checking for g++
  137. configure:4896: found /usr/bin/g++
  138. configure:4907: result: g++
  139. configure:4934: checking for C++ compiler version
  140. configure:4943: g++ --version >&5
  141. g++ (Thinstation) 5.3.0
  142. Copyright (C) 2015 Free Software Foundation, Inc.
  143. This is free software; see the source for copying conditions. There is NO
  144. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  145.  
  146. configure:4954: $? = 0
  147. configure:4943: g++ -v >&5
  148. Using built-in specs.
  149. COLLECT_GCC=g++
  150. COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-pc-linux-gnu/5.3.0/lto-wrapper
  151. Target: i686-pc-linux-gnu
  152. Configured with: ../gcc-5.3.0/configure --prefix=/usr --mandir=/usr/man --libexecdir=/usr/lib --enable-languages=c,c++,objc --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-shared --disable-nls --with-x=no --with-system-zlib --enable-multilib --with-pkgversion=Thinstation
  153. Thread model: posix
  154. gcc version 5.3.0 (Thinstation)
  155. configure:4954: $? = 0
  156. configure:4943: g++ -V >&5
  157. g++: error: unrecognized command line option '-V'
  158. g++: fatal error: no input files
  159. compilation terminated.
  160. configure:4954: $? = 1
  161. configure:4943: g++ -qversion >&5
  162. g++: error: unrecognized command line option '-qversion'
  163. g++: fatal error: no input files
  164. compilation terminated.
  165. configure:4954: $? = 1
  166. configure:4958: checking whether we are using the GNU C++ compiler
  167. configure:4977: g++ -c conftest.cpp >&5
  168. configure:4977: $? = 0
  169. configure:4986: result: yes
  170. configure:4995: checking whether g++ accepts -g
  171. configure:5015: g++ -c -g conftest.cpp >&5
  172. configure:5015: $? = 0
  173. configure:5056: result: yes
  174. configure:5105: checking whether g++ accepts -static-libstdc++ -static-libgcc
  175. configure:5122: g++ -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.cpp >&5
  176. configure:5122: $? = 0
  177. configure:5123: result: yes
  178. configure:5187: checking for gnatbind
  179. configure:5217: result: no
  180. configure:5279: checking for gnatmake
  181. configure:5309: result: no
  182. configure:5328: checking whether compiler driver understands Ada
  183. configure:5351: result: no
  184. configure:5360: checking how to compare bootstrapped objects
  185. configure:5385: result: cmp --ignore-initial=16 $$f1 $$f2
  186. configure:5445: checking for objdir
  187. configure:5460: result: .libs
  188. configure:5991: WARNING: using in-tree isl, disabling version check
  189. configure:7125: checking for default BUILD_CONFIG
  190. configure:7157: result:
  191. configure:7162: checking for --enable-vtable-verify
  192. configure:7175: result: no
  193. configure:7776: checking for bison
  194. configure:7792: found /usr/bin/bison
  195. configure:7803: result: bison -y
  196. configure:7823: checking for bison
  197. configure:7839: found /usr/bin/bison
  198. configure:7850: result: bison
  199. configure:7870: checking for gm4
  200. configure:7900: result: no
  201. configure:7870: checking for gnum4
  202. configure:7900: result: no
  203. configure:7870: checking for m4
  204. configure:7886: found /usr/bin/m4
  205. configure:7897: result: m4
  206. configure:7917: checking for flex
  207. configure:7933: found /usr/bin/flex
  208. configure:7944: result: flex
  209. configure:7965: checking for flex
  210. configure:7981: found /usr/bin/flex
  211. configure:7992: result: flex
  212. configure:8012: checking for makeinfo
  213. configure:8028: found /usr/bin/makeinfo
  214. configure:8039: result: makeinfo
  215. configure:8073: checking for expect
  216. configure:8103: result: no
  217. configure:8122: checking for runtest
  218. configure:8152: result: no
  219. configure:8267: checking for ar
  220. configure:8283: found /usr/bin/ar
  221. configure:8294: result: ar
  222. configure:8408: checking for as
  223. configure:8424: found /usr/bin/as
  224. configure:8435: result: as
  225. configure:8549: checking for dlltool
  226. configure:8579: result: no
  227. configure:8690: checking for ld
  228. configure:8706: found /usr/bin/ld
  229. configure:8717: result: ld
  230. configure:8831: checking for lipo
  231. configure:8861: result: no
  232. configure:8972: checking for nm
  233. configure:8988: found /usr/bin/nm
  234. configure:8999: result: nm
  235. configure:9113: checking for ranlib
  236. configure:9129: found /usr/bin/ranlib
  237. configure:9140: result: ranlib
  238. configure:9249: checking for strip
  239. configure:9265: found /usr/bin/strip
  240. configure:9276: result: strip
  241. configure:9385: checking for windres
  242. configure:9415: result: no
  243. configure:9526: checking for windmc
  244. configure:9556: result: no
  245. configure:9667: checking for objcopy
  246. configure:9683: found /usr/bin/objcopy
  247. configure:9694: result: objcopy
  248. configure:9808: checking for objdump
  249. configure:9824: found /usr/bin/objdump
  250. configure:9835: result: objdump
  251. configure:9949: checking for otool
  252. configure:9979: result: no
  253. configure:10090: checking for readelf
  254. configure:10106: found /usr/bin/readelf
  255. configure:10117: result: readelf
  256. configure:10231: checking for i586-pc-linux-gnu-cc
  257. configure:10261: result: no
  258. configure:10231: checking for i586-pc-linux-gnu-gcc
  259. configure:10261: result: no
  260. configure:10392: checking for i586-pc-linux-gnu-c++
  261. configure:10422: result: no
  262. configure:10392: checking for i586-pc-linux-gnu-g++
  263. configure:10422: result: no
  264. configure:10392: checking for i586-pc-linux-gnu-cxx
  265. configure:10422: result: no
  266. configure:10392: checking for i586-pc-linux-gnu-gxx
  267. configure:10422: result: no
  268. configure:10553: checking for i586-pc-linux-gnu-gcc
  269. configure:10583: result: no
  270. configure:10709: checking for i586-pc-linux-gnu-gfortran
  271. configure:10739: result: no
  272. configure:10870: checking for i586-pc-linux-gnu-gccgo
  273. configure:10900: result: no
  274. configure:11031: checking for i586-pc-linux-gnu-gdc
  275. configure:11061: result: no
  276. configure:11161: checking for ar
  277. configure:11194: result: no
  278. configure:11272: checking for i586-pc-linux-gnu-ar
  279. configure:11302: result: no
  280. configure:11391: checking for as
  281. configure:11424: result: no
  282. configure:11502: checking for i586-pc-linux-gnu-as
  283. configure:11532: result: no
  284. configure:11621: checking for dlltool
  285. configure:11654: result: no
  286. configure:11732: checking for i586-pc-linux-gnu-dlltool
  287. configure:11762: result: no
  288. configure:11851: checking for ld
  289. configure:11884: result: no
  290. configure:11962: checking for i586-pc-linux-gnu-ld
  291. configure:11992: result: no
  292. configure:12081: checking for lipo
  293. configure:12114: result: no
  294. configure:12192: checking for i586-pc-linux-gnu-lipo
  295. configure:12222: result: no
  296. configure:12311: checking for nm
  297. configure:12344: result: no
  298. configure:12422: checking for i586-pc-linux-gnu-nm
  299. configure:12452: result: no
  300. configure:12541: checking for objcopy
  301. configure:12574: result: no
  302. configure:12652: checking for i586-pc-linux-gnu-objcopy
  303. configure:12682: result: no
  304. configure:12771: checking for objdump
  305. configure:12804: result: no
  306. configure:12882: checking for i586-pc-linux-gnu-objdump
  307. configure:12912: result: no
  308. configure:13001: checking for otool
  309. configure:13034: result: no
  310. configure:13112: checking for i586-pc-linux-gnu-otool
  311. configure:13142: result: no
  312. configure:13231: checking for ranlib
  313. configure:13264: result: no
  314. configure:13342: checking for i586-pc-linux-gnu-ranlib
  315. configure:13372: result: no
  316. configure:13461: checking for readelf
  317. configure:13494: result: no
  318. configure:13572: checking for i586-pc-linux-gnu-readelf
  319. configure:13602: result: no
  320. configure:13691: checking for strip
  321. configure:13724: result: no
  322. configure:13802: checking for i586-pc-linux-gnu-strip
  323. configure:13832: result: no
  324. configure:13921: checking for windres
  325. configure:13954: result: no
  326. configure:14032: checking for i586-pc-linux-gnu-windres
  327. configure:14062: result: no
  328. configure:14151: checking for windmc
  329. configure:14184: result: no
  330. configure:14262: checking for i586-pc-linux-gnu-windmc
  331. configure:14292: result: no
  332. configure:14359: checking where to find the target ar
  333. configure:14396: result: pre-installed
  334. configure:14401: checking where to find the target as
  335. configure:14438: result: pre-installed
  336. configure:14443: checking where to find the target cc
  337. configure:14466: result: just compiled
  338. configure:14485: checking where to find the target c++
  339. configure:14511: result: just compiled
  340. configure:14530: checking where to find the target c++ for libstdc++
  341. configure:14556: result: just compiled
  342. configure:14575: checking where to find the target dlltool
  343. configure:14612: result: pre-installed
  344. configure:14617: checking where to find the target gcc
  345. configure:14640: result: just compiled
  346. configure:14659: checking where to find the target gfortran
  347. configure:14699: result: pre-installed
  348. configure:14704: checking where to find the target gccgo
  349. configure:14744: result: pre-installed
  350. configure:14749: checking where to find the target gdc
  351. configure:14775: result: just compiled
  352. configure:14794: checking where to find the target ld
  353. configure:14831: result: pre-installed
  354. configure:14836: checking where to find the target lipo
  355. configure:14862: result: pre-installed
  356. configure:14867: checking where to find the target nm
  357. configure:14904: result: pre-installed
  358. configure:14909: checking where to find the target objcopy
  359. configure:14946: result: pre-installed
  360. configure:14951: checking where to find the target objdump
  361. configure:14988: result: pre-installed
  362. configure:14993: checking where to find the target otool
  363. configure:15019: result: pre-installed
  364. configure:15024: checking where to find the target ranlib
  365. configure:15061: result: pre-installed
  366. configure:15066: checking where to find the target readelf
  367. configure:15103: result: pre-installed
  368. configure:15108: checking where to find the target strip
  369. configure:15145: result: pre-installed
  370. configure:15150: checking where to find the target windres
  371. configure:15187: result: pre-installed
  372. configure:15192: checking where to find the target windmc
  373. configure:15229: result: pre-installed
  374. configure:15262: checking whether to enable maintainer-specific portions of Makefiles
  375. configure:15271: result: no
  376. configure:15514: creating ./config.status
  377.  
  378. ## ---------------------- ##
  379. ## Running config.status. ##
  380. ## ---------------------- ##
  381.  
  382. This file was extended by config.status, which was
  383. generated by GNU Autoconf 2.69. Invocation command line was
  384.  
  385. CONFIG_FILES =
  386. CONFIG_HEADERS =
  387. CONFIG_LINKS =
  388. CONFIG_COMMANDS =
  389. $ ./config.status
  390.  
  391. on thinclientsource
  392.  
  393. config.status:1087: creating Makefile
  394.  
  395. ## ---------------- ##
  396. ## Cache variables. ##
  397. ## ---------------- ##
  398.  
  399. ac_cv_build=i686-pc-linux-gnu
  400. ac_cv_c_compiler_gnu=yes
  401. ac_cv_cxx_compiler_gnu=yes
  402. ac_cv_env_AR_FOR_TARGET_set=
  403. ac_cv_env_AR_FOR_TARGET_value=
  404. ac_cv_env_AR_set=
  405. ac_cv_env_AR_value=
  406. ac_cv_env_AS_FOR_TARGET_set=
  407. ac_cv_env_AS_FOR_TARGET_value=
  408. ac_cv_env_AS_set=
  409. ac_cv_env_AS_value=
  410. ac_cv_env_CCC_set=
  411. ac_cv_env_CCC_value=
  412. ac_cv_env_CC_FOR_TARGET_set=
  413. ac_cv_env_CC_FOR_TARGET_value=
  414. ac_cv_env_CC_set=
  415. ac_cv_env_CC_value=
  416. ac_cv_env_CFLAGS_set=
  417. ac_cv_env_CFLAGS_value=
  418. ac_cv_env_CPPFLAGS_set=
  419. ac_cv_env_CPPFLAGS_value=
  420. ac_cv_env_CXXFLAGS_set=
  421. ac_cv_env_CXXFLAGS_value=
  422. ac_cv_env_CXX_FOR_TARGET_set=
  423. ac_cv_env_CXX_FOR_TARGET_value=
  424. ac_cv_env_CXX_set=
  425. ac_cv_env_CXX_value=
  426. ac_cv_env_DLLTOOL_FOR_TARGET_set=
  427. ac_cv_env_DLLTOOL_FOR_TARGET_value=
  428. ac_cv_env_DLLTOOL_set=
  429. ac_cv_env_DLLTOOL_value=
  430. ac_cv_env_GCC_FOR_TARGET_set=
  431. ac_cv_env_GCC_FOR_TARGET_value=
  432. ac_cv_env_GDC_FOR_TARGET_set=
  433. ac_cv_env_GDC_FOR_TARGET_value=
  434. ac_cv_env_GFORTRAN_FOR_TARGET_set=
  435. ac_cv_env_GFORTRAN_FOR_TARGET_value=
  436. ac_cv_env_GOC_FOR_TARGET_set=
  437. ac_cv_env_GOC_FOR_TARGET_value=
  438. ac_cv_env_LDFLAGS_set=
  439. ac_cv_env_LDFLAGS_value=
  440. ac_cv_env_LD_FOR_TARGET_set=
  441. ac_cv_env_LD_FOR_TARGET_value=
  442. ac_cv_env_LD_set=
  443. ac_cv_env_LD_value=
  444. ac_cv_env_LIBS_set=
  445. ac_cv_env_LIBS_value=
  446. ac_cv_env_LIPO_FOR_TARGET_set=
  447. ac_cv_env_LIPO_FOR_TARGET_value=
  448. ac_cv_env_LIPO_set=
  449. ac_cv_env_LIPO_value=
  450. ac_cv_env_NM_FOR_TARGET_set=
  451. ac_cv_env_NM_FOR_TARGET_value=
  452. ac_cv_env_NM_set=
  453. ac_cv_env_NM_value=
  454. ac_cv_env_OBJCOPY_FOR_TARGET_set=
  455. ac_cv_env_OBJCOPY_FOR_TARGET_value=
  456. ac_cv_env_OBJCOPY_set=
  457. ac_cv_env_OBJCOPY_value=
  458. ac_cv_env_OBJDUMP_FOR_TARGET_set=
  459. ac_cv_env_OBJDUMP_FOR_TARGET_value=
  460. ac_cv_env_OBJDUMP_set=
  461. ac_cv_env_OBJDUMP_value=
  462. ac_cv_env_OTOOL_FOR_TARGET_set=
  463. ac_cv_env_OTOOL_FOR_TARGET_value=
  464. ac_cv_env_OTOOL_set=
  465. ac_cv_env_OTOOL_value=
  466. ac_cv_env_RANLIB_FOR_TARGET_set=
  467. ac_cv_env_RANLIB_FOR_TARGET_value=
  468. ac_cv_env_RANLIB_set=
  469. ac_cv_env_RANLIB_value=
  470. ac_cv_env_READELF_FOR_TARGET_set=
  471. ac_cv_env_READELF_FOR_TARGET_value=
  472. ac_cv_env_READELF_set=
  473. ac_cv_env_READELF_value=
  474. ac_cv_env_STRIP_FOR_TARGET_set=
  475. ac_cv_env_STRIP_FOR_TARGET_value=
  476. ac_cv_env_STRIP_set=
  477. ac_cv_env_STRIP_value=
  478. ac_cv_env_WINDMC_FOR_TARGET_set=
  479. ac_cv_env_WINDMC_FOR_TARGET_value=
  480. ac_cv_env_WINDMC_set=
  481. ac_cv_env_WINDMC_value=
  482. ac_cv_env_WINDRES_FOR_TARGET_set=
  483. ac_cv_env_WINDRES_FOR_TARGET_value=
  484. ac_cv_env_WINDRES_set=
  485. ac_cv_env_WINDRES_value=
  486. ac_cv_env_build_alias_set=
  487. ac_cv_env_build_alias_value=
  488. ac_cv_env_build_configargs_set=
  489. ac_cv_env_build_configargs_value=
  490. ac_cv_env_host_alias_set=
  491. ac_cv_env_host_alias_value=
  492. ac_cv_env_host_configargs_set=
  493. ac_cv_env_host_configargs_value=
  494. ac_cv_env_target_alias_set=set
  495. ac_cv_env_target_alias_value=i586-pc-linux-gnu
  496. ac_cv_env_target_configargs_set=
  497. ac_cv_env_target_configargs_value=
  498. ac_cv_host=i686-pc-linux-gnu
  499. ac_cv_objext=o
  500. ac_cv_path_SED=/bin/sed
  501. ac_cv_path_install='/usr/bin/install -c'
  502. ac_cv_prog_AR=ar
  503. ac_cv_prog_AS=as
  504. ac_cv_prog_AWK=gawk
  505. ac_cv_prog_BISON=bison
  506. ac_cv_prog_FLEX=flex
  507. ac_cv_prog_LD=ld
  508. ac_cv_prog_LEX=flex
  509. ac_cv_prog_M4=m4
  510. ac_cv_prog_MAKEINFO=makeinfo
  511. ac_cv_prog_NM=nm
  512. ac_cv_prog_OBJCOPY=objcopy
  513. ac_cv_prog_OBJDUMP=objdump
  514. ac_cv_prog_RANLIB=ranlib
  515. ac_cv_prog_READELF=readelf
  516. ac_cv_prog_STRIP=strip
  517. ac_cv_prog_YACC='bison -y'
  518. ac_cv_prog_ac_ct_CC=gcc
  519. ac_cv_prog_ac_ct_CXX=g++
  520. ac_cv_prog_cc_c89=
  521. ac_cv_prog_cc_g=yes
  522. ac_cv_prog_cxx_g=yes
  523. ac_cv_target=i586-pc-linux-gnu
  524. acx_cv_cc_gcc_supports_ada=no
  525. acx_cv_prog_LN=ln
  526. gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
  527. gcc_cv_tool_dirs=/root/source/gcc/9.5.0/build/../install/libexec/gcc/i586-pc-linux-gnu/9.5.0:/root/source/gcc/9.5.0/build/../install/libexec/gcc/i586-pc-linux-gnu:/usr/lib/gcc/i586-pc-linux-gnu/9.5.0:/usr/lib/gcc/i586-pc-linux-gnu:/root/source/gcc/9.5.0/build/../install/i586-pc-linux-gnu/bin/i586-pc-linux-gnu/9.5.0:/root/source/gcc/9.5.0/build/../install/i586-pc-linux-gnu/bin:
  528. gcc_cv_tool_prefix=/root/source/gcc/9.5.0/build/../install
  529. lt_cv_objdir=.libs
  530.  
  531. ## ----------------- ##
  532. ## Output variables. ##
  533. ## ----------------- ##
  534.  
  535. AR='ar'
  536. AR_FOR_BUILD='$(AR)'
  537. AR_FOR_TARGET='i586-pc-linux-gnu-ar'
  538. AS='as'
  539. AS_FOR_BUILD='$(AS)'
  540. AS_FOR_TARGET='i586-pc-linux-gnu-as'
  541. AWK='gawk'
  542. BISON='bison'
  543. BUILD_CONFIG=''
  544. CC='gcc'
  545. CC_FOR_BUILD='$(CC)'
  546. CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
  547. CFLAGS='-g -O2'
  548. CFLAGS_FOR_BUILD='-g -O2'
  549. CFLAGS_FOR_TARGET='-g -O2'
  550. COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
  551. COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
  552. COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'
  553. CONFIGURE_GDB_TK=''
  554. CPPFLAGS=''
  555. CXX='g++'
  556. CXXFLAGS='-g -O2'
  557. CXXFLAGS_FOR_BUILD='-g -O2'
  558. CXXFLAGS_FOR_TARGET='-g -O2'
  559. CXX_FOR_BUILD='$(CXX)'
  560. 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'
  561. DEBUG_PREFIX_CFLAGS_FOR_TARGET=''
  562. DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DLT_OBJDIR=\".libs/\"'
  563. DLLTOOL='dlltool'
  564. DLLTOOL_FOR_BUILD='$(DLLTOOL)'
  565. DLLTOOL_FOR_TARGET='i586-pc-linux-gnu-dlltool'
  566. ECHO_C=''
  567. ECHO_N='-n'
  568. ECHO_T=''
  569. EXEEXT=''
  570. EXPECT='expect'
  571. FLAGS_FOR_TARGET=' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
  572. FLEX='flex'
  573. GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
  574. GCC_SHLIB_SUBDIR=''
  575. GDB_TK=''
  576. GDC_FOR_BUILD='$(GDC)'
  577. GDC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gdc -B$$r/$(HOST_SUBDIR)/gcc/'
  578. GFORTRAN_FOR_BUILD='$(GFORTRAN)'
  579. GFORTRAN_FOR_TARGET='i586-pc-linux-gnu-gfortran'
  580. GNATBIND='no'
  581. GNATMAKE='no'
  582. GOC_FOR_BUILD='$(GOC)'
  583. GOC_FOR_TARGET='i586-pc-linux-gnu-gccgo'
  584. INSTALL_DATA='${INSTALL} -m 644'
  585. INSTALL_GDB_TK=''
  586. INSTALL_PROGRAM='${INSTALL}'
  587. INSTALL_SCRIPT='${INSTALL}'
  588. LD='ld'
  589. LDFLAGS=''
  590. LDFLAGS_FOR_BUILD=''
  591. LDFLAGS_FOR_TARGET=''
  592. LD_FOR_BUILD='$(LD)'
  593. LD_FOR_TARGET='i586-pc-linux-gnu-ld'
  594. LEX='flex'
  595. LIBOBJS=''
  596. LIBS=''
  597. LIPO='lipo'
  598. LIPO_FOR_TARGET='i586-pc-linux-gnu-lipo'
  599. LN='ln'
  600. LN_S='ln -s'
  601. LTLIBOBJS=''
  602. M4='m4'
  603. MAINT='#'
  604. MAINTAINER_MODE_FALSE=''
  605. MAINTAINER_MODE_TRUE='#'
  606. MAKEINFO='makeinfo'
  607. NM='nm'
  608. NM_FOR_BUILD='$(NM)'
  609. NM_FOR_TARGET='i586-pc-linux-gnu-nm'
  610. OBJCOPY='objcopy'
  611. OBJCOPY_FOR_TARGET='i586-pc-linux-gnu-objcopy'
  612. OBJDUMP='objdump'
  613. OBJDUMP_FOR_TARGET='i586-pc-linux-gnu-objdump'
  614. OBJEXT='o'
  615. OTOOL='otool'
  616. OTOOL_FOR_TARGET='i586-pc-linux-gnu-otool'
  617. PACKAGE_BUGREPORT=''
  618. PACKAGE_NAME=''
  619. PACKAGE_STRING=''
  620. PACKAGE_TARNAME=''
  621. PACKAGE_URL=''
  622. PACKAGE_VERSION=''
  623. PATH_SEPARATOR=':'
  624. RANLIB='ranlib'
  625. RANLIB_FOR_BUILD='$(RANLIB)'
  626. RANLIB_FOR_TARGET='i586-pc-linux-gnu-ranlib'
  627. 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'
  628. READELF='readelf'
  629. READELF_FOR_TARGET='i586-pc-linux-gnu-readelf'
  630. RPATH_ENVVAR='LD_LIBRARY_PATH'
  631. RUNTEST='runtest'
  632. SED='/bin/sed'
  633. SHELL='/bin/sh'
  634. STRIP='strip'
  635. STRIP_FOR_TARGET='i586-pc-linux-gnu-strip'
  636. SYSROOT_CFLAGS_FOR_TARGET=''
  637. TOPLEVEL_CONFIGURE_ARGUMENTS='../source/configure --prefix=/root/source/gcc/9.5.0/build/../install --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-languages=c,c++,d --target=i586-pc-linux-gnu --disable-multilib --with-multilib-list=m32 --with-arch-32=pentium3'
  638. WINDMC='windmc'
  639. WINDMC_FOR_BUILD='$(WINDMC)'
  640. WINDMC_FOR_TARGET='i586-pc-linux-gnu-windmc'
  641. WINDRES='windres'
  642. WINDRES_FOR_BUILD='$(WINDRES)'
  643. WINDRES_FOR_TARGET='i586-pc-linux-gnu-windres'
  644. YACC='bison -y'
  645. ac_ct_CC='gcc'
  646. ac_ct_CXX='g++'
  647. bindir='${exec_prefix}/bin'
  648. build='i686-pc-linux-gnu'
  649. build_alias=''
  650. build_configargs=' --cache-file=./config.cache '\''--prefix=/root/source/gcc/9.5.0/build/../install'\'' '\''--enable-shared'\'' '\''--enable-threads=posix'\'' '\''--enable-__cxa_atexit'\'' '\''--enable-clocale=gnu'\'' '\''--disable-multilib'\'' '\''--with-multilib-list=m32'\'' '\''--with-arch-32=pentium3'\'' '\''--enable-languages=c,c++,d,lto'\'' --program-transform-name='\''s&^&i586-pc-linux-gnu-&'\'' --disable-option-checking'
  651. build_configdirs=' libiberty libcpp fixincludes'
  652. build_cpu='i686'
  653. build_libsubdir='build-i686-pc-linux-gnu'
  654. build_noncanonical='i686-pc-linux-gnu'
  655. build_os='linux-gnu'
  656. build_subdir='build-i686-pc-linux-gnu'
  657. build_tooldir='${exec_prefix}/i586-pc-linux-gnu'
  658. build_vendor='pc'
  659. compare_exclusions='gcc/cc*-checksum$(objext) | gcc/ada/*tools/*'
  660. configdirs=' intl libiberty zlib libbacktrace libcpp libdecnumber gmp mpfr mpc isl fixincludes gcc libcc1 lto-plugin'
  661. datadir='${datarootdir}'
  662. datarootdir='${prefix}/share'
  663. do_compare='cmp --ignore-initial=16 $$f1 $$f2'
  664. docdir='${datarootdir}/doc/${PACKAGE}'
  665. dvidir='${docdir}'
  666. exec_prefix='${prefix}'
  667. extra_host_libiberty_configure_flags='--enable-shared'
  668. extra_host_zlib_configure_flags=''
  669. extra_isl_gmp_configure_flags='--with-gmp-builddir=$$r/$(HOST_SUBDIR)/gmp'
  670. extra_liboffloadmic_configure_flags=''
  671. extra_linker_plugin_configure_flags=''
  672. extra_linker_plugin_flags=''
  673. extra_mpc_gmp_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/.libs'
  674. extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr/src --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/src/.libs'
  675. extra_mpfr_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/.libs'
  676. get_gcc_base_ver='cat'
  677. gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp -I$$r/$(HOST_SUBDIR)/mpfr/src -I$$s/mpfr/src -I$$s/mpc/src '
  678. gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/.libs -L$$r/$(HOST_SUBDIR)/mpfr/src/.libs -L$$r/$(HOST_SUBDIR)/mpc/src/.libs -lmpc -lmpfr -lgmp'
  679. host='i686-pc-linux-gnu'
  680. host_alias=''
  681. host_configargs=' --cache-file=./config.cache '\''--prefix=/root/source/gcc/9.5.0/build/../install'\'' '\''--enable-shared'\'' '\''--enable-threads=posix'\'' '\''--enable-__cxa_atexit'\'' '\''--enable-clocale=gnu'\'' '\''--disable-multilib'\'' '\''--with-multilib-list=m32'\'' '\''--with-arch-32=pentium3'\'' '\''--enable-languages=c,c++,d,lto'\'' --program-transform-name='\''s&^&i586-pc-linux-gnu-&'\'' --disable-option-checking'
  682. host_cpu='i686'
  683. host_noncanonical='i686-pc-linux-gnu'
  684. host_os='linux-gnu'
  685. host_shared='no'
  686. host_subdir='.'
  687. host_vendor='pc'
  688. htmldir='${docdir}'
  689. includedir='${prefix}/include'
  690. infodir='${datarootdir}/info'
  691. islinc='-I$$r/$(HOST_SUBDIR)/isl/include -I$$s/isl/include'
  692. isllibs='-L$$r/$(HOST_SUBDIR)/isl/.libs -lisl'
  693. libdir='${exec_prefix}/lib'
  694. libexecdir='${exec_prefix}/libexec'
  695. localedir='${datarootdir}/locale'
  696. localstatedir='${prefix}/var'
  697. mandir='${datarootdir}/man'
  698. oldincludedir='/usr/include'
  699. pdfdir='${docdir}'
  700. poststage1_ldflags='-static-libstdc++ -static-libgcc'
  701. poststage1_libs=''
  702. prefix='/root/source/gcc/9.5.0/build/../install'
  703. program_transform_name='s&^&i586-pc-linux-gnu-&'
  704. psdir='${docdir}'
  705. sbindir='${exec_prefix}/sbin'
  706. sharedstatedir='${prefix}/com'
  707. stage1_cflags='-g'
  708. stage1_checking='--enable-checking=yes,types'
  709. stage1_languages='c,c++,lto'
  710. stage1_ldflags='-static-libstdc++ -static-libgcc'
  711. stage1_libs=''
  712. stage2_werror_flag=''
  713. sysconfdir='${prefix}/etc'
  714. target='i586-pc-linux-gnu'
  715. target_alias='i586-pc-linux-gnu'
  716. target_configargs='--cache-file=./config.cache --with-cross-host=i686-pc-linux-gnu '\''--prefix=/root/source/gcc/9.5.0/build/../install'\'' '\''--enable-shared'\'' '\''--enable-threads=posix'\'' '\''--enable-__cxa_atexit'\'' '\''--enable-clocale=gnu'\'' '\''--disable-multilib'\'' '\''--with-multilib-list=m32'\'' '\''--with-arch-32=pentium3'\'' '\''--enable-languages=c,c++,d,lto'\'' --program-transform-name='\''s&^&i586-pc-linux-gnu-&'\'' --disable-option-checking'
  717. target_configdirs=' libgcc libbacktrace libgomp libatomic libitm libstdc++-v3 libsanitizer libvtv libssp libquadmath libphobos zlib'
  718. target_cpu='i586'
  719. target_noncanonical='i586-pc-linux-gnu'
  720. target_os='linux-gnu'
  721. target_subdir='i586-pc-linux-gnu'
  722. target_vendor='pc'
  723. tooldir='${exec_prefix}/i586-pc-linux-gnu'
  724.  
  725. ## ------------------- ##
  726. ## File substitutions. ##
  727. ## ------------------- ##
  728.  
  729. alphaieee_frag='/dev/null'
  730. host_makefile_frag='/dev/null'
  731. ospace_frag='/dev/null'
  732. serialization_dependencies='serdep.tmp'
  733. target_makefile_frag='../source/config/mt-gnu'
  734.  
  735. ## ----------- ##
  736. ## confdefs.h. ##
  737. ## ----------- ##
  738.  
  739. /* confdefs.h */
  740. #define PACKAGE_NAME ""
  741. #define PACKAGE_TARNAME ""
  742. #define PACKAGE_VERSION ""
  743. #define PACKAGE_STRING ""
  744. #define PACKAGE_BUGREPORT ""
  745. #define PACKAGE_URL ""
  746. #define LT_OBJDIR ".libs/"
  747.  
  748. configure: exit 0
  749.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement