Advertisement
Guest User

GCC 6.2.0 and LibGCC Build Errors under TopologiLInux 7.0.1

a guest
Sep 14th, 2016
340
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.26 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. $ ../gcc-6.2.0/configure --target=i686-elf --prefix=/root/opt/cross --disable-nls --enable-languages=c,c++ --without-headers
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = slack
  14. uname -m = i686
  15. uname -r = 2.6.24.5-smp
  16. uname -s = Linux
  17. uname -v = #2 SMP Wed Apr 30 13:41:38 CDT 2008
  18.  
  19. /usr/bin/uname -p = Intel(R) Core(TM)2 Duo CPU P8400 @ 2.26GHz
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = i686
  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: /root/opt/cross/bin
  31. PATH: /usr/local/sbin
  32. PATH: /usr/sbin
  33. PATH: /sbin
  34. PATH: /usr/local/bin
  35. PATH: /usr/bin
  36. PATH: /bin
  37. PATH: /usr/games
  38. PATH: /usr/lib/java/bin
  39. PATH: /usr/lib/java/jre/bin
  40. PATH: /usr/lib/qt/bin
  41. PATH: /usr/share/texmf/bin
  42.  
  43.  
  44. ## ----------- ##
  45. ## Core tests. ##
  46. ## ----------- ##
  47.  
  48. configure:2297: checking build system type
  49. configure:2311: result: i686-pc-linux-gnu
  50. configure:2358: checking host system type
  51. configure:2371: result: i686-pc-linux-gnu
  52. configure:2391: checking target system type
  53. configure:2404: result: i686-pc-elf
  54. configure:2458: checking for a BSD-compatible install
  55. configure:2526: result: /usr/bin/ginstall -c
  56. configure:2537: checking whether ln works
  57. configure:2559: result: yes
  58. configure:2563: checking whether ln -s works
  59. configure:2567: result: yes
  60. configure:2574: checking for a sed that does not truncate output
  61. configure:2638: result: /usr/bin/sed
  62. configure:2647: checking for gawk
  63. configure:2663: found /usr/bin/gawk
  64. configure:2674: result: gawk
  65. configure:3210: checking for libatomic support
  66. configure:3216: result: no
  67. configure:3229: checking for libcilkrts support
  68. configure:3235: result: no
  69. configure:3267: checking for libitm support
  70. configure:3273: result: no
  71. configure:3286: checking for libsanitizer support
  72. configure:3292: result: no
  73. configure:3305: checking for libvtv support
  74. configure:3311: result: no
  75. configure:3325: checking for libmpx support
  76. configure:3331: result: no
  77. configure:4118: checking for gcc
  78. configure:4134: found /usr/bin/gcc
  79. configure:4145: result: gcc
  80. configure:4374: checking for C compiler version
  81. configure:4383: gcc --version >&5
  82. gcc (GCC) 4.2.3
  83. Copyright (C) 2007 Free Software Foundation, Inc.
  84. This is free software; see the source for copying conditions. There is NO
  85. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  86.  
  87. configure:4394: $? = 0
  88. configure:4383: gcc -v >&5
  89. Reading specs from /usr/lib/gcc/i486-slackware-linux/4.2.3/specs
  90. Target: i486-slackware-linux
  91. Configured with: ../gcc-4.2.3/configure --prefix=/usr --enable-shared --enable-languages=ada,c,c++,fortran,java,objc --enable-threads=posix --enable-__cxa_atexit --disable-checking --with-gnu-ld --verbose --with-arch=i486 --target=i486-slackware-linux --host=i486-slackware-linux
  92. Thread model: posix
  93. gcc version 4.2.3
  94. configure:4394: $? = 0
  95. configure:4383: gcc -V >&5
  96. gcc: '-V' option must have argument
  97. configure:4394: $? = 1
  98. configure:4383: gcc -qversion >&5
  99. gcc: unrecognized option '-qversion'
  100. gcc: no input files
  101. configure:4394: $? = 1
  102. configure:4414: checking for C compiler default output file name
  103. configure:4436: gcc conftest.c >&5
  104. configure:4440: $? = 0
  105. configure:4477: result: a.out
  106. configure:4493: checking whether the C compiler works
  107. configure:4502: ./a.out
  108. configure:4506: $? = 0
  109. configure:4521: result: yes
  110. configure:4528: checking whether we are cross compiling
  111. configure:4530: result: no
  112. configure:4533: checking for suffix of executables
  113. configure:4540: gcc -o conftest conftest.c >&5
  114. configure:4544: $? = 0
  115. configure:4566: result:
  116. configure:4572: checking for suffix of object files
  117. configure:4594: gcc -c conftest.c >&5
  118. configure:4598: $? = 0
  119. configure:4619: result: o
  120. configure:4623: checking whether we are using the GNU C compiler
  121. configure:4642: gcc -c conftest.c >&5
  122. configure:4642: $? = 0
  123. configure:4651: result: yes
  124. configure:4660: checking whether gcc accepts -g
  125. configure:4680: gcc -c -g conftest.c >&5
  126. configure:4680: $? = 0
  127. configure:4721: result: yes
  128. configure:4738: checking for gcc option to accept ISO C89
  129. configure:4802: gcc -c -g -O2 conftest.c >&5
  130. configure:4802: $? = 0
  131. configure:4815: result: none needed
  132. configure:4893: checking for g++
  133. configure:4909: found /usr/bin/g++
  134. configure:4920: result: g++
  135. configure:4947: checking for C++ compiler version
  136. configure:4956: g++ --version >&5
  137. g++ (GCC) 4.2.3
  138. Copyright (C) 2007 Free Software Foundation, Inc.
  139. This is free software; see the source for copying conditions. There is NO
  140. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  141.  
  142. configure:4967: $? = 0
  143. configure:4956: g++ -v >&5
  144. Reading specs from /usr/lib/gcc/i486-slackware-linux/4.2.3/specs
  145. Target: i486-slackware-linux
  146. Configured with: ../gcc-4.2.3/configure --prefix=/usr --enable-shared --enable-languages=ada,c,c++,fortran,java,objc --enable-threads=posix --enable-__cxa_atexit --disable-checking --with-gnu-ld --verbose --with-arch=i486 --target=i486-slackware-linux --host=i486-slackware-linux
  147. Thread model: posix
  148. gcc version 4.2.3
  149. configure:4967: $? = 0
  150. configure:4956: g++ -V >&5
  151. g++: '-V' option must have argument
  152. configure:4967: $? = 1
  153. configure:4956: g++ -qversion >&5
  154. g++: unrecognized option '-qversion'
  155. g++: no input files
  156. configure:4967: $? = 1
  157. configure:4971: checking whether we are using the GNU C++ compiler
  158. configure:4990: g++ -c conftest.cpp >&5
  159. configure:4990: $? = 0
  160. configure:4999: result: yes
  161. configure:5008: checking whether g++ accepts -g
  162. configure:5028: g++ -c -g conftest.cpp >&5
  163. configure:5028: $? = 0
  164. configure:5069: result: yes
  165. configure:5118: checking whether g++ accepts -static-libstdc++ -static-libgcc
  166. configure:5135: g++ -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.cpp >&5
  167. g++: unrecognized option '-static-libstdc++'
  168. conftest.cpp:11:2: error: #error -static-libstdc++ not implemented
  169. configure:5135: $? = 1
  170. configure: failed program was:
  171. | /* confdefs.h */
  172. | #define PACKAGE_NAME ""
  173. | #define PACKAGE_TARNAME ""
  174. | #define PACKAGE_VERSION ""
  175. | #define PACKAGE_STRING ""
  176. | #define PACKAGE_BUGREPORT ""
  177. | #define PACKAGE_URL ""
  178. | /* end confdefs.h. */
  179. |
  180. | #if (__GNUC__ < 4) || (__GNUC__ == 4 && __GNUC_MINOR__ < 5)
  181. | #error -static-libstdc++ not implemented
  182. | #endif
  183. | int main() {}
  184. configure:5139: result: no
  185. configure:5200: checking for gnatbind
  186. configure:5216: found /usr/bin/gnatbind
  187. configure:5227: result: gnatbind
  188. configure:5292: checking for gnatmake
  189. configure:5308: found /usr/bin/gnatmake
  190. configure:5319: result: gnatmake
  191. configure:5341: checking whether compiler driver understands Ada
  192. configure:5364: result: yes
  193. configure:5373: checking how to compare bootstrapped objects
  194. configure:5398: result: cmp --ignore-initial=16 $$f1 $$f2
  195. configure:5458: checking for objdir
  196. configure:5473: result: .libs
  197. configure:6007: WARNING: using in-tree isl, disabling version check
  198. configure:7076: checking for default BUILD_CONFIG
  199. configure:7108: result:
  200. configure:7113: checking for --enable-vtable-verify
  201. configure:7126: result: no
  202. configure:7722: checking for bison
  203. configure:7738: found /usr/bin/bison
  204. configure:7749: result: bison -y
  205. configure:7769: checking for bison
  206. configure:7785: found /usr/bin/bison
  207. configure:7796: result: bison
  208. configure:7816: checking for gm4
  209. configure:7846: result: no
  210. configure:7816: checking for gnum4
  211. configure:7846: result: no
  212. configure:7816: checking for m4
  213. configure:7832: found /usr/bin/m4
  214. configure:7843: result: m4
  215. configure:7863: checking for flex
  216. configure:7879: found /usr/bin/flex
  217. configure:7890: result: flex
  218. configure:7911: checking for flex
  219. configure:7927: found /usr/bin/flex
  220. configure:7938: result: flex
  221. configure:7958: checking for makeinfo
  222. configure:7974: found /usr/bin/makeinfo
  223. configure:7985: result: makeinfo
  224. configure:8019: checking for expect
  225. configure:8035: found /usr/bin/expect
  226. configure:8046: result: expect
  227. configure:8068: checking for runtest
  228. configure:8098: result: no
  229. configure:8213: checking for ar
  230. configure:8229: found /usr/bin/ar
  231. configure:8240: result: ar
  232. configure:8354: checking for as
  233. configure:8370: found /usr/bin/as
  234. configure:8381: result: as
  235. configure:8495: checking for dlltool
  236. configure:8525: result: no
  237. configure:8555: checking for ld
  238. configure:8582: result: /usr/lib/gcc/i486-slackware-linux/4.2.3/../../../../i486-slackware-linux/bin/ld
  239. configure:8777: checking for lipo
  240. configure:8807: result: no
  241. configure:8918: checking for nm
  242. configure:8934: found /usr/bin/nm
  243. configure:8945: result: nm
  244. configure:9059: checking for ranlib
  245. configure:9075: found /usr/bin/ranlib
  246. configure:9086: result: ranlib
  247. configure:9195: checking for strip
  248. configure:9211: found /usr/bin/strip
  249. configure:9222: result: strip
  250. configure:9331: checking for windres
  251. configure:9361: result: no
  252. configure:9472: checking for windmc
  253. configure:9502: result: no
  254. configure:9613: checking for objcopy
  255. configure:9629: found /usr/bin/objcopy
  256. configure:9640: result: objcopy
  257. configure:9754: checking for objdump
  258. configure:9770: found /usr/bin/objdump
  259. configure:9781: result: objdump
  260. configure:9895: checking for readelf
  261. configure:9911: found /usr/bin/readelf
  262. configure:9922: result: readelf
  263. configure:10036: checking for i686-elf-cc
  264. configure:10066: result: no
  265. configure:10036: checking for i686-elf-gcc
  266. configure:10052: found /root/opt/cross/bin/i686-elf-gcc
  267. configure:10063: result: i686-elf-gcc
  268. configure:10197: checking for i686-elf-c++
  269. configure:10213: found /root/opt/cross/bin/i686-elf-c++
  270. configure:10224: result: i686-elf-c++
  271. configure:10358: checking for i686-elf-gcc
  272. configure:10374: found /root/opt/cross/bin/i686-elf-gcc
  273. configure:10385: result: i686-elf-gcc
  274. configure:10514: checking for i686-elf-gcj
  275. configure:10544: result: no
  276. configure:10675: checking for i686-elf-gfortran
  277. configure:10705: result: no
  278. configure:10836: checking for i686-elf-gccgo
  279. configure:10866: result: no
  280. configure:10966: checking for ar
  281. configure:10984: found /root/opt/cross/i686-elf/bin/ar
  282. configure:10996: result: /root/opt/cross/i686-elf/bin/ar
  283. configure:11196: checking for as
  284. configure:11214: found /root/opt/cross/i686-elf/bin/as
  285. configure:11226: result: /root/opt/cross/i686-elf/bin/as
  286. configure:11426: checking for dlltool
  287. configure:11459: result: no
  288. configure:11537: checking for i686-elf-dlltool
  289. configure:11567: result: no
  290. configure:11656: checking for ld
  291. configure:11674: found /root/opt/cross/i686-elf/bin/ld
  292. configure:11686: result: /root/opt/cross/i686-elf/bin/ld
  293. configure:11886: checking for lipo
  294. configure:11919: result: no
  295. configure:11997: checking for i686-elf-lipo
  296. configure:12027: result: no
  297. configure:12116: checking for nm
  298. configure:12134: found /root/opt/cross/i686-elf/bin/nm
  299. configure:12146: result: /root/opt/cross/i686-elf/bin/nm
  300. configure:12346: checking for objcopy
  301. configure:12364: found /root/opt/cross/i686-elf/bin/objcopy
  302. configure:12376: result: /root/opt/cross/i686-elf/bin/objcopy
  303. configure:12576: checking for objdump
  304. configure:12594: found /root/opt/cross/i686-elf/bin/objdump
  305. configure:12606: result: /root/opt/cross/i686-elf/bin/objdump
  306. configure:12806: checking for ranlib
  307. configure:12824: found /root/opt/cross/i686-elf/bin/ranlib
  308. configure:12836: result: /root/opt/cross/i686-elf/bin/ranlib
  309. configure:13036: checking for readelf
  310. configure:13054: found /root/opt/cross/i686-elf/bin/readelf
  311. configure:13066: result: /root/opt/cross/i686-elf/bin/readelf
  312. configure:13266: checking for strip
  313. configure:13284: found /root/opt/cross/i686-elf/bin/strip
  314. configure:13296: result: /root/opt/cross/i686-elf/bin/strip
  315. configure:13496: checking for windres
  316. configure:13529: result: no
  317. configure:13607: checking for i686-elf-windres
  318. configure:13637: result: no
  319. configure:13726: checking for windmc
  320. configure:13759: result: no
  321. configure:13837: checking for i686-elf-windmc
  322. configure:13867: result: no
  323. configure:13934: checking where to find the target ar
  324. configure:13962: result: pre-installed in /root/opt/cross/i686-elf/bin
  325. configure:13976: checking where to find the target as
  326. configure:14004: result: pre-installed in /root/opt/cross/i686-elf/bin
  327. configure:14018: checking where to find the target cc
  328. configure:14041: result: just compiled
  329. configure:14060: checking where to find the target c++
  330. configure:14086: result: just compiled
  331. configure:14105: checking where to find the target c++ for libstdc++
  332. configure:14131: result: just compiled
  333. configure:14150: checking where to find the target dlltool
  334. configure:14187: result: pre-installed
  335. configure:14192: checking where to find the target gcc
  336. configure:14215: result: just compiled
  337. configure:14234: checking where to find the target gcj
  338. configure:14274: result: pre-installed
  339. configure:14279: checking where to find the target gfortran
  340. configure:14319: result: pre-installed
  341. configure:14324: checking where to find the target gccgo
  342. configure:14364: result: pre-installed
  343. configure:14369: checking where to find the target ld
  344. configure:14397: result: pre-installed in /root/opt/cross/i686-elf/bin
  345. configure:14411: checking where to find the target lipo
  346. configure:14437: result: pre-installed
  347. configure:14442: checking where to find the target nm
  348. configure:14470: result: pre-installed in /root/opt/cross/i686-elf/bin
  349. configure:14484: checking where to find the target objcopy
  350. configure:14512: result: pre-installed in /root/opt/cross/i686-elf/bin
  351. configure:14526: checking where to find the target objdump
  352. configure:14554: result: pre-installed in /root/opt/cross/i686-elf/bin
  353. configure:14568: checking where to find the target ranlib
  354. configure:14596: result: pre-installed in /root/opt/cross/i686-elf/bin
  355. configure:14610: checking where to find the target readelf
  356. configure:14638: result: pre-installed in /root/opt/cross/i686-elf/bin
  357. configure:14652: checking where to find the target strip
  358. configure:14680: result: pre-installed in /root/opt/cross/i686-elf/bin
  359. configure:14694: checking where to find the target windres
  360. configure:14731: result: pre-installed
  361. configure:14736: checking where to find the target windmc
  362. configure:14773: result: pre-installed
  363. configure:14806: checking whether to enable maintainer-specific portions of Makefiles
  364. configure:14815: result: no
  365. configure:15072: creating ./config.status
  366.  
  367. ## ---------------------- ##
  368. ## Running config.status. ##
  369. ## ---------------------- ##
  370.  
  371. This file was extended by config.status, which was
  372. generated by GNU Autoconf 2.64. Invocation command line was
  373.  
  374. CONFIG_FILES =
  375. CONFIG_HEADERS =
  376. CONFIG_LINKS =
  377. CONFIG_COMMANDS =
  378. $ ./config.status
  379.  
  380. on slack
  381.  
  382. config.status:989: creating Makefile
  383.  
  384. ## ---------------- ##
  385. ## Cache variables. ##
  386. ## ---------------- ##
  387.  
  388. ac_cv_build=i686-pc-linux-gnu
  389. ac_cv_c_compiler_gnu=yes
  390. ac_cv_cxx_compiler_gnu=yes
  391. ac_cv_env_AR_FOR_TARGET_set=
  392. ac_cv_env_AR_FOR_TARGET_value=
  393. ac_cv_env_AR_set=
  394. ac_cv_env_AR_value=
  395. ac_cv_env_AS_FOR_TARGET_set=
  396. ac_cv_env_AS_FOR_TARGET_value=
  397. ac_cv_env_AS_set=
  398. ac_cv_env_AS_value=
  399. ac_cv_env_CCC_set=
  400. ac_cv_env_CCC_value=
  401. ac_cv_env_CC_FOR_TARGET_set=
  402. ac_cv_env_CC_FOR_TARGET_value=
  403. ac_cv_env_CC_set=
  404. ac_cv_env_CC_value=
  405. ac_cv_env_CFLAGS_set=
  406. ac_cv_env_CFLAGS_value=
  407. ac_cv_env_CPPFLAGS_set=
  408. ac_cv_env_CPPFLAGS_value=
  409. ac_cv_env_CXXFLAGS_set=
  410. ac_cv_env_CXXFLAGS_value=
  411. ac_cv_env_CXX_FOR_TARGET_set=
  412. ac_cv_env_CXX_FOR_TARGET_value=
  413. ac_cv_env_CXX_set=
  414. ac_cv_env_CXX_value=
  415. ac_cv_env_DLLTOOL_FOR_TARGET_set=
  416. ac_cv_env_DLLTOOL_FOR_TARGET_value=
  417. ac_cv_env_DLLTOOL_set=
  418. ac_cv_env_DLLTOOL_value=
  419. ac_cv_env_GCC_FOR_TARGET_set=
  420. ac_cv_env_GCC_FOR_TARGET_value=
  421. ac_cv_env_GCJ_FOR_TARGET_set=
  422. ac_cv_env_GCJ_FOR_TARGET_value=
  423. ac_cv_env_GFORTRAN_FOR_TARGET_set=
  424. ac_cv_env_GFORTRAN_FOR_TARGET_value=
  425. ac_cv_env_GOC_FOR_TARGET_set=
  426. ac_cv_env_GOC_FOR_TARGET_value=
  427. ac_cv_env_LDFLAGS_set=
  428. ac_cv_env_LDFLAGS_value=
  429. ac_cv_env_LD_FOR_TARGET_set=
  430. ac_cv_env_LD_FOR_TARGET_value=
  431. ac_cv_env_LD_set=
  432. ac_cv_env_LD_value=
  433. ac_cv_env_LIBS_set=
  434. ac_cv_env_LIBS_value=
  435. ac_cv_env_LIPO_FOR_TARGET_set=
  436. ac_cv_env_LIPO_FOR_TARGET_value=
  437. ac_cv_env_LIPO_set=
  438. ac_cv_env_LIPO_value=
  439. ac_cv_env_NM_FOR_TARGET_set=
  440. ac_cv_env_NM_FOR_TARGET_value=
  441. ac_cv_env_NM_set=
  442. ac_cv_env_NM_value=
  443. ac_cv_env_OBJCOPY_FOR_TARGET_set=
  444. ac_cv_env_OBJCOPY_FOR_TARGET_value=
  445. ac_cv_env_OBJCOPY_set=
  446. ac_cv_env_OBJCOPY_value=
  447. ac_cv_env_OBJDUMP_FOR_TARGET_set=
  448. ac_cv_env_OBJDUMP_FOR_TARGET_value=
  449. ac_cv_env_OBJDUMP_set=
  450. ac_cv_env_OBJDUMP_value=
  451. ac_cv_env_RANLIB_FOR_TARGET_set=
  452. ac_cv_env_RANLIB_FOR_TARGET_value=
  453. ac_cv_env_RANLIB_set=
  454. ac_cv_env_RANLIB_value=
  455. ac_cv_env_READELF_FOR_TARGET_set=
  456. ac_cv_env_READELF_FOR_TARGET_value=
  457. ac_cv_env_READELF_set=
  458. ac_cv_env_READELF_value=
  459. ac_cv_env_STRIP_FOR_TARGET_set=
  460. ac_cv_env_STRIP_FOR_TARGET_value=
  461. ac_cv_env_STRIP_set=
  462. ac_cv_env_STRIP_value=
  463. ac_cv_env_WINDMC_FOR_TARGET_set=
  464. ac_cv_env_WINDMC_FOR_TARGET_value=
  465. ac_cv_env_WINDMC_set=
  466. ac_cv_env_WINDMC_value=
  467. ac_cv_env_WINDRES_FOR_TARGET_set=
  468. ac_cv_env_WINDRES_FOR_TARGET_value=
  469. ac_cv_env_WINDRES_set=
  470. ac_cv_env_WINDRES_value=
  471. ac_cv_env_build_alias_set=
  472. ac_cv_env_build_alias_value=
  473. ac_cv_env_build_configargs_set=
  474. ac_cv_env_build_configargs_value=
  475. ac_cv_env_host_alias_set=
  476. ac_cv_env_host_alias_value=
  477. ac_cv_env_host_configargs_set=
  478. ac_cv_env_host_configargs_value=
  479. ac_cv_env_target_alias_set=set
  480. ac_cv_env_target_alias_value=i686-elf
  481. ac_cv_env_target_configargs_set=
  482. ac_cv_env_target_configargs_value=
  483. ac_cv_host=i686-pc-linux-gnu
  484. ac_cv_objext=o
  485. ac_cv_path_AR_FOR_TARGET=/root/opt/cross/i686-elf/bin/ar
  486. ac_cv_path_AS_FOR_TARGET=/root/opt/cross/i686-elf/bin/as
  487. ac_cv_path_LD_FOR_TARGET=/root/opt/cross/i686-elf/bin/ld
  488. ac_cv_path_NM_FOR_TARGET=/root/opt/cross/i686-elf/bin/nm
  489. ac_cv_path_OBJCOPY_FOR_TARGET=/root/opt/cross/i686-elf/bin/objcopy
  490. ac_cv_path_OBJDUMP_FOR_TARGET=/root/opt/cross/i686-elf/bin/objdump
  491. ac_cv_path_RANLIB_FOR_TARGET=/root/opt/cross/i686-elf/bin/ranlib
  492. ac_cv_path_READELF_FOR_TARGET=/root/opt/cross/i686-elf/bin/readelf
  493. ac_cv_path_SED=/usr/bin/sed
  494. ac_cv_path_STRIP_FOR_TARGET=/root/opt/cross/i686-elf/bin/strip
  495. ac_cv_path_install='/usr/bin/ginstall -c'
  496. ac_cv_prog_AR=ar
  497. ac_cv_prog_AS=as
  498. ac_cv_prog_AWK=gawk
  499. ac_cv_prog_BISON=bison
  500. ac_cv_prog_CC_FOR_TARGET=i686-elf-gcc
  501. ac_cv_prog_CXX_FOR_TARGET=i686-elf-c++
  502. ac_cv_prog_EXPECT=expect
  503. ac_cv_prog_FLEX=flex
  504. ac_cv_prog_GCC_FOR_TARGET=i686-elf-gcc
  505. ac_cv_prog_LD=/usr/lib/gcc/i486-slackware-linux/4.2.3/../../../../i486-slackware-linux/bin/ld
  506. ac_cv_prog_LEX=flex
  507. ac_cv_prog_M4=m4
  508. ac_cv_prog_MAKEINFO=makeinfo
  509. ac_cv_prog_NM=nm
  510. ac_cv_prog_OBJCOPY=objcopy
  511. ac_cv_prog_OBJDUMP=objdump
  512. ac_cv_prog_RANLIB=ranlib
  513. ac_cv_prog_READELF=readelf
  514. ac_cv_prog_STRIP=strip
  515. ac_cv_prog_YACC='bison -y'
  516. ac_cv_prog_ac_ct_CC=gcc
  517. ac_cv_prog_ac_ct_CXX=g++
  518. ac_cv_prog_ac_ct_GNATBIND=gnatbind
  519. ac_cv_prog_ac_ct_GNATMAKE=gnatmake
  520. ac_cv_prog_cc_c89=
  521. ac_cv_prog_cc_g=yes
  522. ac_cv_prog_cxx_g=yes
  523. ac_cv_target=i686-pc-elf
  524. acx_cv_cc_gcc_supports_ada=yes
  525. acx_cv_prog_LN=ln
  526. gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
  527. gcc_cv_tool_dirs=/root/opt/cross/libexec/gcc/i686-elf/6.2.0:/root/opt/cross/libexec/gcc/i686-elf:/usr/lib/gcc/i686-elf/6.2.0:/usr/lib/gcc/i686-elf:/root/opt/cross/i686-elf/bin/i686-elf/6.2.0:/root/opt/cross/i686-elf/bin:
  528. gcc_cv_tool_prefix=/root/opt/cross
  529. lt_cv_objdir=.libs
  530.  
  531. ## ----------------- ##
  532. ## Output variables. ##
  533. ## ----------------- ##
  534.  
  535. AR='ar'
  536. AR_FOR_BUILD='$(AR)'
  537. AR_FOR_TARGET='/root/opt/cross/i686-elf/bin/ar'
  538. AS='as'
  539. AS_FOR_BUILD='$(AS)'
  540. AS_FOR_TARGET='/root/opt/cross/i686-elf/bin/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='i686-elf-dlltool'
  566. ECHO_C=''
  567. ECHO_N='-n'
  568. ECHO_T=''
  569. EXEEXT=''
  570. EXPECT='expect'
  571. EXTRA_CONFIGARGS_LIBJAVA='--disable-static'
  572. FLAGS_FOR_TARGET=' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
  573. FLEX='flex'
  574. GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
  575. GCC_SHLIB_SUBDIR=''
  576. GCJ_FOR_BUILD='$(GCJ)'
  577. GCJ_FOR_TARGET='i686-elf-gcj'
  578. GDB_TK=''
  579. GFORTRAN_FOR_BUILD='$(GFORTRAN)'
  580. GFORTRAN_FOR_TARGET='i686-elf-gfortran'
  581. GNATBIND='gnatbind'
  582. GNATMAKE='gnatmake'
  583. GOC_FOR_BUILD='$(GOC)'
  584. GOC_FOR_TARGET='i686-elf-gccgo'
  585. INSTALL_DATA='${INSTALL} -m 644'
  586. INSTALL_GDB_TK=''
  587. INSTALL_PROGRAM='${INSTALL}'
  588. INSTALL_SCRIPT='${INSTALL}'
  589. LD='/usr/lib/gcc/i486-slackware-linux/4.2.3/../../../../i486-slackware-linux/bin/ld'
  590. LDFLAGS=''
  591. LDFLAGS_FOR_BUILD=''
  592. LDFLAGS_FOR_TARGET=''
  593. LD_FOR_BUILD='$(LD)'
  594. LD_FOR_TARGET='/root/opt/cross/i686-elf/bin/ld'
  595. LEX='flex'
  596. LIBOBJS=''
  597. LIBS=''
  598. LIPO='lipo'
  599. LIPO_FOR_TARGET='i686-elf-lipo'
  600. LN='ln'
  601. LN_S='ln -s'
  602. LTLIBOBJS=''
  603. M4='m4'
  604. MAINT='#'
  605. MAINTAINER_MODE_FALSE=''
  606. MAINTAINER_MODE_TRUE='#'
  607. MAKEINFO='makeinfo'
  608. NM='nm'
  609. NM_FOR_BUILD='$(NM)'
  610. NM_FOR_TARGET='/root/opt/cross/i686-elf/bin/nm'
  611. OBJCOPY='objcopy'
  612. OBJCOPY_FOR_TARGET='/root/opt/cross/i686-elf/bin/objcopy'
  613. OBJDUMP='objdump'
  614. OBJDUMP_FOR_TARGET='/root/opt/cross/i686-elf/bin/objdump'
  615. OBJEXT='o'
  616. PACKAGE_BUGREPORT=''
  617. PACKAGE_NAME=''
  618. PACKAGE_STRING=''
  619. PACKAGE_TARNAME=''
  620. PACKAGE_URL=''
  621. PACKAGE_VERSION=''
  622. PATH_SEPARATOR=':'
  623. RANLIB='ranlib'
  624. RANLIB_FOR_BUILD='$(RANLIB)'
  625. RANLIB_FOR_TARGET='/root/opt/cross/i686-elf/bin/ranlib'
  626. 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'
  627. READELF='readelf'
  628. READELF_FOR_TARGET='/root/opt/cross/i686-elf/bin/readelf'
  629. RPATH_ENVVAR='LD_LIBRARY_PATH'
  630. RUNTEST='runtest'
  631. SED='/usr/bin/sed'
  632. SHELL='/bin/sh'
  633. STRIP='strip'
  634. STRIP_FOR_TARGET='/root/opt/cross/i686-elf/bin/strip'
  635. SYSROOT_CFLAGS_FOR_TARGET=''
  636. TOPLEVEL_CONFIGURE_ARGUMENTS='../gcc-6.2.0/configure --target=i686-elf --prefix=/root/opt/cross --disable-nls --enable-languages=c,c++ --without-headers'
  637. WINDMC='windmc'
  638. WINDMC_FOR_BUILD='$(WINDMC)'
  639. WINDMC_FOR_TARGET='i686-elf-windmc'
  640. WINDRES='windres'
  641. WINDRES_FOR_BUILD='$(WINDRES)'
  642. WINDRES_FOR_TARGET='i686-elf-windres'
  643. YACC='bison -y'
  644. ac_ct_CC='gcc'
  645. ac_ct_CXX='g++'
  646. bindir='${exec_prefix}/bin'
  647. build='i686-pc-linux-gnu'
  648. build_alias=''
  649. build_configargs=' --cache-file=./config.cache '\''--prefix=/root/opt/cross'\'' '\''--disable-nls'\'' '\''--without-headers'\'' '\''--enable-languages=c,c++,lto'\'' --program-transform-name='\''s&^&i686-elf-&'\'' --disable-option-checking'
  650. build_configdirs=' libiberty libcpp fixincludes'
  651. build_cpu='i686'
  652. build_libsubdir='build-i686-pc-linux-gnu'
  653. build_noncanonical='i686-pc-linux-gnu'
  654. build_os='linux-gnu'
  655. build_subdir='build-i686-pc-linux-gnu'
  656. build_tooldir='${exec_prefix}/i686-elf'
  657. build_vendor='pc'
  658. compare_exclusions='gcc/cc*-checksum$(objext) | gcc/ada/*tools/*'
  659. configdirs=' intl libiberty zlib libbacktrace libcpp libdecnumber gmp mpfr mpc isl fixincludes gcc libcc1 lto-plugin'
  660. datadir='${datarootdir}'
  661. datarootdir='${prefix}/share'
  662. do_compare='cmp --ignore-initial=16 $$f1 $$f2'
  663. docdir='${datarootdir}/doc/${PACKAGE}'
  664. dvidir='${docdir}'
  665. exec_prefix='${prefix}'
  666. extra_host_libiberty_configure_flags='--enable-shared'
  667. extra_host_zlib_configure_flags=''
  668. extra_isl_gmp_configure_flags='--with-gmp-builddir=$$r/$(HOST_SUBDIR)/gmp'
  669. extra_liboffloadmic_configure_flags=''
  670. extra_linker_plugin_configure_flags=''
  671. extra_linker_plugin_flags=''
  672. extra_mpc_gmp_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/.libs'
  673. extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/.libs'
  674. extra_mpfr_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/.libs'
  675. gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp -I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr -I$$s/mpc/src '
  676. gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/.libs -L$$r/$(HOST_SUBDIR)/mpfr/.libs -L$$r/$(HOST_SUBDIR)/mpc/src/.libs -lmpc -lmpfr -lgmp'
  677. host='i686-pc-linux-gnu'
  678. host_alias=''
  679. host_configargs=' --cache-file=./config.cache '\''--prefix=/root/opt/cross'\'' '\''--disable-nls'\'' '\''--without-headers'\'' '\''--enable-languages=c,c++,lto'\'' --program-transform-name='\''s&^&i686-elf-&'\'' --disable-option-checking'
  680. host_cpu='i686'
  681. host_noncanonical='i686-pc-linux-gnu'
  682. host_os='linux-gnu'
  683. host_shared='no'
  684. host_subdir='.'
  685. host_vendor='pc'
  686. htmldir='${docdir}'
  687. includedir='${prefix}/include'
  688. infodir='${datarootdir}/info'
  689. islinc='-I$$r/$(HOST_SUBDIR)/isl/include -I$$s/isl/include'
  690. isllibs='-L$$r/$(HOST_SUBDIR)/isl/.libs -lisl'
  691. islver=''
  692. libdir='${exec_prefix}/lib'
  693. libexecdir='${exec_prefix}/libexec'
  694. localedir='${datarootdir}/locale'
  695. localstatedir='${prefix}/var'
  696. mandir='${datarootdir}/man'
  697. oldincludedir='/usr/include'
  698. pdfdir='${docdir}'
  699. poststage1_ldflags='-static-libstdc++ -static-libgcc'
  700. poststage1_libs=''
  701. prefix='/root/opt/cross'
  702. program_transform_name='s&^&i686-elf-&'
  703. psdir='${docdir}'
  704. sbindir='${exec_prefix}/sbin'
  705. sharedstatedir='${prefix}/com'
  706. stage1_cflags='-g'
  707. stage1_checking='--enable-checking=yes,types'
  708. stage1_languages='c,c++,lto'
  709. stage1_ldflags=''
  710. stage1_libs=''
  711. stage2_werror_flag=''
  712. sysconfdir='${prefix}/etc'
  713. target='i686-pc-elf'
  714. target_alias='i686-elf'
  715. target_configargs='--cache-file=./config.cache --enable-multilib --with-cross-host=i686-pc-linux-gnu '\''--prefix=/root/opt/cross'\'' '\''--disable-nls'\'' '\''--without-headers'\'' '\''--enable-languages=c,c++,lto'\'' --program-transform-name='\''s&^&i686-elf-&'\'' --disable-option-checking'
  716. target_configdirs='libgcc libstdc++-v3 libssp libquadmath'
  717. target_cpu='i686'
  718. target_noncanonical='i686-elf'
  719. target_os='elf'
  720. target_subdir='i686-elf'
  721. target_vendor='pc'
  722. tooldir='${exec_prefix}/i686-elf'
  723.  
  724. ## ------------------- ##
  725. ## File substitutions. ##
  726. ## ------------------- ##
  727.  
  728. alphaieee_frag='/dev/null'
  729. host_makefile_frag='/dev/null'
  730. ospace_frag='/dev/null'
  731. serialization_dependencies='serdep.tmp'
  732. target_makefile_frag='/dev/null'
  733.  
  734. ## ----------- ##
  735. ## confdefs.h. ##
  736. ## ----------- ##
  737.  
  738. /* confdefs.h */
  739. #define PACKAGE_NAME ""
  740. #define PACKAGE_TARNAME ""
  741. #define PACKAGE_VERSION ""
  742. #define PACKAGE_STRING ""
  743. #define PACKAGE_BUGREPORT ""
  744. #define PACKAGE_URL ""
  745. #define LT_OBJDIR ".libs/"
  746.  
  747. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement