Advertisement
Guest User

Untitled

a guest
Jan 20th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.83 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. $ ../../src/binutils-2.27/configure --prefix=/usr --enable-plugins --enable-shared --disable-werror --with-system-zlib
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = buildhost
  14. uname -m = x86_64
  15. uname -r = 4.4.0-31-generic
  16. uname -s = Linux
  17. uname -v = #50-Ubuntu SMP Wed Jul 13 00:07:12 UTC 2016
  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: /bin
  31. PATH: /usr/bin
  32. PATH: /sbin
  33. PATH: /usr/sbin
  34. PATH: /tools/bin
  35.  
  36.  
  37. ## ----------- ##
  38. ## Core tests. ##
  39. ## ----------- ##
  40.  
  41. configure:2297: checking build system type
  42. configure:2311: result: x86_64-pc-linux-gnu
  43. configure:2358: checking host system type
  44. configure:2371: result: x86_64-pc-linux-gnu
  45. configure:2391: checking target system type
  46. configure:2404: result: x86_64-pc-linux-gnu
  47. configure:2458: checking for a BSD-compatible install
  48. configure:2526: result: /tools/bin/install -c
  49. configure:2537: checking whether ln works
  50. configure:2559: result: yes
  51. configure:2563: checking whether ln -s works
  52. configure:2567: result: yes
  53. configure:2574: checking for a sed that does not truncate output
  54. configure:2638: result: /tools/bin/sed
  55. configure:2647: checking for gawk
  56. configure:2663: found /tools/bin/gawk
  57. configure:2674: result: gawk
  58. configure:4121: checking for gcc
  59. configure:4137: found /tools/bin/gcc
  60. configure:4148: result: gcc
  61. configure:4377: checking for C compiler version
  62. configure:4386: gcc --version >&5
  63. gcc (GCC) 6.3.0
  64. Copyright (C) 2016 Free Software Foundation, Inc.
  65. This is free software; see the source for copying conditions. There is NO
  66. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  67.  
  68. configure:4397: $? = 0
  69. configure:4386: gcc -v >&5
  70. Reading specs from /tools/lib/gcc/x86_64-pc-linux-gnu/6.3.0/specs
  71. COLLECT_GCC=gcc
  72. COLLECT_LTO_WRAPPER=/tools/libexec/gcc/x86_64-pc-linux-gnu/6.3.0/lto-wrapper
  73. Target: x86_64-pc-linux-gnu
  74. Configured with: ../../src/gcc-6.3.0/configure --prefix=/tools --with-local-prefix=/tools --with-native-system-header-dir=/tools/include --enable-languages=c,c++ --disable-libstdcxx-pch --disable-multilib --disable-bootstrap --disable-libgomp
  75. Thread model: posix
  76. gcc version 6.3.0 (GCC)
  77. configure:4397: $? = 0
  78. configure:4386: gcc -V >&5
  79. gcc: error: unrecognized command line option '-V'
  80. gcc: fatal error: no input files
  81. compilation terminated.
  82. configure:4397: $? = 1
  83. configure:4386: gcc -qversion >&5
  84. gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
  85. gcc: fatal error: no input files
  86. compilation terminated.
  87. configure:4397: $? = 1
  88. configure:4417: checking for C compiler default output file name
  89. configure:4439: gcc conftest.c >&5
  90. configure:4443: $? = 0
  91. configure:4480: result: a.out
  92. configure:4496: checking whether the C compiler works
  93. configure:4505: ./a.out
  94. configure:4509: $? = 0
  95. configure:4524: result: yes
  96. configure:4531: checking whether we are cross compiling
  97. configure:4533: result: no
  98. configure:4536: checking for suffix of executables
  99. configure:4543: gcc -o conftest conftest.c >&5
  100. configure:4547: $? = 0
  101. configure:4569: result:
  102. configure:4575: checking for suffix of object files
  103. configure:4597: gcc -c conftest.c >&5
  104. configure:4601: $? = 0
  105. configure:4622: result: o
  106. configure:4626: checking whether we are using the GNU C compiler
  107. configure:4645: gcc -c conftest.c >&5
  108. configure:4645: $? = 0
  109. configure:4654: result: yes
  110. configure:4663: checking whether gcc accepts -g
  111. configure:4683: gcc -c -g conftest.c >&5
  112. configure:4683: $? = 0
  113. configure:4724: result: yes
  114. configure:4741: checking for gcc option to accept ISO C89
  115. configure:4805: gcc -c -g -O2 conftest.c >&5
  116. configure:4805: $? = 0
  117. configure:4818: result: none needed
  118. configure:4896: checking for g++
  119. configure:4912: found /tools/bin/g++
  120. configure:4923: result: g++
  121. configure:4950: checking for C++ compiler version
  122. configure:4959: g++ --version >&5
  123. g++ (GCC) 6.3.0
  124. Copyright (C) 2016 Free Software Foundation, Inc.
  125. This is free software; see the source for copying conditions. There is NO
  126. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  127.  
  128. configure:4970: $? = 0
  129. configure:4959: g++ -v >&5
  130. Reading specs from /tools/lib/gcc/x86_64-pc-linux-gnu/6.3.0/specs
  131. COLLECT_GCC=g++
  132. COLLECT_LTO_WRAPPER=/tools/libexec/gcc/x86_64-pc-linux-gnu/6.3.0/lto-wrapper
  133. Target: x86_64-pc-linux-gnu
  134. Configured with: ../../src/gcc-6.3.0/configure --prefix=/tools --with-local-prefix=/tools --with-native-system-header-dir=/tools/include --enable-languages=c,c++ --disable-libstdcxx-pch --disable-multilib --disable-bootstrap --disable-libgomp
  135. Thread model: posix
  136. gcc version 6.3.0 (GCC)
  137. configure:4970: $? = 0
  138. configure:4959: g++ -V >&5
  139. g++: error: unrecognized command line option '-V'
  140. g++: fatal error: no input files
  141. compilation terminated.
  142. configure:4970: $? = 1
  143. configure:4959: g++ -qversion >&5
  144. g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
  145. g++: fatal error: no input files
  146. compilation terminated.
  147. configure:4970: $? = 1
  148. configure:4974: checking whether we are using the GNU C++ compiler
  149. configure:4993: g++ -c conftest.cpp >&5
  150. configure:4993: $? = 0
  151. configure:5002: result: yes
  152. configure:5011: checking whether g++ accepts -g
  153. configure:5031: g++ -c -g conftest.cpp >&5
  154. configure:5031: $? = 0
  155. configure:5072: result: yes
  156. configure:5121: checking whether g++ accepts -static-libstdc++ -static-libgcc
  157. configure:5138: g++ -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.cpp >&5
  158. /tools/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lstdc++
  159. collect2: error: ld returned 1 exit status
  160. configure:5138: $? = 1
  161. configure: failed program was:
  162. | /* confdefs.h */
  163. | #define PACKAGE_NAME ""
  164. | #define PACKAGE_TARNAME ""
  165. | #define PACKAGE_VERSION ""
  166. | #define PACKAGE_STRING ""
  167. | #define PACKAGE_BUGREPORT ""
  168. | #define PACKAGE_URL ""
  169. | /* end confdefs.h. */
  170. |
  171. | #if (__GNUC__ < 4) || (__GNUC__ == 4 && __GNUC_MINOR__ < 5)
  172. | #error -static-libstdc++ not implemented
  173. | #endif
  174. | int main() {}
  175. configure:5142: result: no
  176. configure:5203: checking for gnatbind
  177. configure:5233: result: no
  178. configure:5295: checking for gnatmake
  179. configure:5325: result: no
  180. configure:5344: checking whether compiler driver understands Ada
  181. configure:5367: result: no
  182. configure:5376: checking how to compare bootstrapped objects
  183. configure:5401: result: cmp --ignore-initial=16 $$f1 $$f2
  184. configure:5461: checking for objdir
  185. configure:5476: result: .libs
  186. configure:6027: checking for isl 0.16, 0.15, or deprecated 0.14
  187. configure:6040: gcc -o conftest -g -O2 -lisl -lmpc -lmpfr -lgmp conftest.c -lisl -lgmp >&5
  188. conftest.c:10:21: fatal error: isl/ctx.h: No such file or directory
  189. #include <isl/ctx.h>
  190. ^
  191. compilation terminated.
  192. configure:6040: $? = 1
  193. configure: failed program was:
  194. | /* confdefs.h */
  195. | #define PACKAGE_NAME ""
  196. | #define PACKAGE_TARNAME ""
  197. | #define PACKAGE_VERSION ""
  198. | #define PACKAGE_STRING ""
  199. | #define PACKAGE_BUGREPORT ""
  200. | #define PACKAGE_URL ""
  201. | #define LT_OBJDIR ".libs/"
  202. | /* end confdefs.h. */
  203. | #include <isl/ctx.h>
  204. | int
  205. | main ()
  206. | {
  207. | isl_ctx_get_max_operations (isl_ctx_alloc ());
  208. | ;
  209. | return 0;
  210. | }
  211. configure:6047: result: no
  212. configure:6051: result: recommended isl version is 0.16 or 0.15, the minimum required isl version 0.14 is deprecated
  213. configure:6055: checking for isl 0.16 or 0.15
  214. configure:6068: gcc -o conftest -g -O2 -lisl -lmpc -lmpfr -lgmp conftest.c -lisl -lgmp >&5
  215. conftest.c:10:26: fatal error: isl/schedule.h: No such file or directory
  216. #include <isl/schedule.h>
  217. ^
  218. compilation terminated.
  219. configure:6068: $? = 1
  220. configure: failed program was:
  221. | /* confdefs.h */
  222. | #define PACKAGE_NAME ""
  223. | #define PACKAGE_TARNAME ""
  224. | #define PACKAGE_VERSION ""
  225. | #define PACKAGE_STRING ""
  226. | #define PACKAGE_BUGREPORT ""
  227. | #define PACKAGE_URL ""
  228. | #define LT_OBJDIR ".libs/"
  229. | /* end confdefs.h. */
  230. | #include <isl/schedule.h>
  231. | int
  232. | main ()
  233. | {
  234. | isl_options_set_schedule_serialize_sccs (NULL, 0);
  235. | ;
  236. | return 0;
  237. | }
  238. configure:6075: result: no
  239. configure:7079: checking for default BUILD_CONFIG
  240. configure:7111: result:
  241. configure:7116: checking for --enable-vtable-verify
  242. configure:7129: result: no
  243. configure:7725: checking for bison
  244. configure:7755: result: no
  245. configure:7725: checking for byacc
  246. configure:7755: result: no
  247. configure:7725: checking for yacc
  248. configure:7755: result: no
  249. configure:7772: checking for bison
  250. configure:7802: result: no
  251. configure:7819: checking for gm4
  252. configure:7849: result: no
  253. configure:7819: checking for gnum4
  254. configure:7849: result: no
  255. configure:7819: checking for m4
  256. configure:7835: found /tools/bin/m4
  257. configure:7846: result: m4
  258. configure:7866: checking for flex
  259. configure:7896: result: no
  260. configure:7866: checking for lex
  261. configure:7896: result: no
  262. configure:7914: checking for flex
  263. configure:7944: result: no
  264. configure:7961: checking for makeinfo
  265. configure:7977: found /tools/bin/makeinfo
  266. configure:7988: result: makeinfo
  267. configure:8022: checking for expect
  268. configure:8038: found /tools/bin/expect
  269. configure:8049: result: expect
  270. configure:8071: checking for runtest
  271. configure:8087: found /tools/bin/runtest
  272. configure:8098: result: runtest
  273. configure:8216: checking for ar
  274. configure:8232: found /tools/bin/ar
  275. configure:8243: result: ar
  276. configure:8357: checking for as
  277. configure:8373: found /tools/bin/as
  278. configure:8384: result: as
  279. configure:8498: checking for dlltool
  280. configure:8528: result: no
  281. configure:8558: checking for ld
  282. configure:8585: result: /tools/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld
  283. configure:8780: checking for lipo
  284. configure:8810: result: no
  285. configure:8921: checking for nm
  286. configure:8937: found /tools/bin/nm
  287. configure:8948: result: nm
  288. configure:9062: checking for ranlib
  289. configure:9078: found /tools/bin/ranlib
  290. configure:9089: result: ranlib
  291. configure:9198: checking for strip
  292. configure:9214: found /tools/bin/strip
  293. configure:9225: result: strip
  294. configure:9334: checking for windres
  295. configure:9364: result: no
  296. configure:9475: checking for windmc
  297. configure:9505: result: no
  298. configure:9616: checking for objcopy
  299. configure:9632: found /tools/bin/objcopy
  300. configure:9643: result: objcopy
  301. configure:9757: checking for objdump
  302. configure:9773: found /tools/bin/objdump
  303. configure:9784: result: objdump
  304. configure:9898: checking for readelf
  305. configure:9914: found /tools/bin/readelf
  306. configure:9925: result: readelf
  307. configure:10078: checking for cc
  308. configure:10094: found /tools/bin/cc
  309. configure:10105: result: cc
  310. configure:10239: checking for c++
  311. configure:10255: found /tools/bin/c++
  312. configure:10266: result: c++
  313. configure:10400: checking for gcc
  314. configure:10416: found /tools/bin/gcc
  315. configure:10427: result: gcc
  316. configure:10556: checking for gcj
  317. configure:10586: result: no
  318. configure:10717: checking for gfortran
  319. configure:10747: result: no
  320. configure:10878: checking for gccgo
  321. configure:10908: result: no
  322. configure:11119: checking for ar
  323. configure:11135: found /tools/bin/ar
  324. configure:11146: result: ar
  325. configure:11349: checking for as
  326. configure:11365: found /tools/bin/as
  327. configure:11376: result: as
  328. configure:11579: checking for dlltool
  329. configure:11609: result: no
  330. configure:11809: checking for ld
  331. configure:11825: found /tools/bin/ld
  332. configure:11836: result: ld
  333. configure:12039: checking for lipo
  334. configure:12069: result: no
  335. configure:12269: checking for nm
  336. configure:12285: found /tools/bin/nm
  337. configure:12296: result: nm
  338. configure:12499: checking for objcopy
  339. configure:12515: found /tools/bin/objcopy
  340. configure:12526: result: objcopy
  341. configure:12729: checking for objdump
  342. configure:12745: found /tools/bin/objdump
  343. configure:12756: result: objdump
  344. configure:12959: checking for ranlib
  345. configure:12975: found /tools/bin/ranlib
  346. configure:12986: result: ranlib
  347. configure:13189: checking for readelf
  348. configure:13205: found /tools/bin/readelf
  349. configure:13216: result: readelf
  350. configure:13419: checking for strip
  351. configure:13435: found /tools/bin/strip
  352. configure:13446: result: strip
  353. configure:13649: checking for windres
  354. configure:13679: result: no
  355. configure:13879: checking for windmc
  356. configure:13909: result: no
  357. configure:13937: checking where to find the target ar
  358. configure:13960: result: just compiled
  359. configure:13979: checking where to find the target as
  360. configure:14002: result: just compiled
  361. configure:14021: checking where to find the target cc
  362. configure:14054: result: host tool
  363. configure:14063: checking where to find the target c++
  364. configure:14099: result: host tool
  365. configure:14108: checking where to find the target c++ for libstdc++
  366. configure:14144: result: host tool
  367. configure:14153: checking where to find the target dlltool
  368. configure:14176: result: just compiled
  369. configure:14195: checking where to find the target gcc
  370. configure:14228: result: host tool
  371. configure:14237: checking where to find the target gcj
  372. configure:14273: result: host tool
  373. configure:14282: checking where to find the target gfortran
  374. configure:14318: result: host tool
  375. configure:14327: checking where to find the target gccgo
  376. configure:14363: result: host tool
  377. configure:14372: checking where to find the target ld
  378. configure:14395: result: just compiled
  379. configure:14414: checking where to find the target lipo
  380. configure:14436: result: host tool
  381. configure:14445: checking where to find the target nm
  382. configure:14468: result: just compiled
  383. configure:14487: checking where to find the target objcopy
  384. configure:14510: result: just compiled
  385. configure:14529: checking where to find the target objdump
  386. configure:14552: result: just compiled
  387. configure:14571: checking where to find the target ranlib
  388. configure:14594: result: just compiled
  389. configure:14613: checking where to find the target readelf
  390. configure:14636: result: just compiled
  391. configure:14655: checking where to find the target strip
  392. configure:14678: result: just compiled
  393. configure:14697: checking where to find the target windres
  394. configure:14720: result: just compiled
  395. configure:14739: checking where to find the target windmc
  396. configure:14762: result: just compiled
  397. configure:14809: checking whether to enable maintainer-specific portions of Makefiles
  398. configure:14818: result: no
  399. configure:15075: creating ./config.status
  400.  
  401. ## ---------------------- ##
  402. ## Running config.status. ##
  403. ## ---------------------- ##
  404.  
  405. This file was extended by config.status, which was
  406. generated by GNU Autoconf 2.64. Invocation command line was
  407.  
  408. CONFIG_FILES =
  409. CONFIG_HEADERS =
  410. CONFIG_LINKS =
  411. CONFIG_COMMANDS =
  412. $ ./config.status
  413.  
  414. on buildhost
  415.  
  416. config.status:942: creating Makefile
  417.  
  418. ## ---------------- ##
  419. ## Cache variables. ##
  420. ## ---------------- ##
  421.  
  422. ac_cv_build=x86_64-pc-linux-gnu
  423. ac_cv_c_compiler_gnu=yes
  424. ac_cv_cxx_compiler_gnu=yes
  425. ac_cv_env_AR_FOR_TARGET_set=
  426. ac_cv_env_AR_FOR_TARGET_value=
  427. ac_cv_env_AR_set=
  428. ac_cv_env_AR_value=
  429. ac_cv_env_AS_FOR_TARGET_set=
  430. ac_cv_env_AS_FOR_TARGET_value=
  431. ac_cv_env_AS_set=
  432. ac_cv_env_AS_value=
  433. ac_cv_env_CCC_set=
  434. ac_cv_env_CCC_value=
  435. ac_cv_env_CC_FOR_TARGET_set=
  436. ac_cv_env_CC_FOR_TARGET_value=
  437. ac_cv_env_CC_set=
  438. ac_cv_env_CC_value=
  439. ac_cv_env_CFLAGS_set=
  440. ac_cv_env_CFLAGS_value=
  441. ac_cv_env_CPPFLAGS_set=
  442. ac_cv_env_CPPFLAGS_value=
  443. ac_cv_env_CXXFLAGS_set=
  444. ac_cv_env_CXXFLAGS_value=
  445. ac_cv_env_CXX_FOR_TARGET_set=
  446. ac_cv_env_CXX_FOR_TARGET_value=
  447. ac_cv_env_CXX_set=
  448. ac_cv_env_CXX_value=
  449. ac_cv_env_DLLTOOL_FOR_TARGET_set=
  450. ac_cv_env_DLLTOOL_FOR_TARGET_value=
  451. ac_cv_env_DLLTOOL_set=
  452. ac_cv_env_DLLTOOL_value=
  453. ac_cv_env_GCC_FOR_TARGET_set=
  454. ac_cv_env_GCC_FOR_TARGET_value=
  455. ac_cv_env_GCJ_FOR_TARGET_set=
  456. ac_cv_env_GCJ_FOR_TARGET_value=
  457. ac_cv_env_GFORTRAN_FOR_TARGET_set=
  458. ac_cv_env_GFORTRAN_FOR_TARGET_value=
  459. ac_cv_env_GOC_FOR_TARGET_set=
  460. ac_cv_env_GOC_FOR_TARGET_value=
  461. ac_cv_env_LDFLAGS_set=
  462. ac_cv_env_LDFLAGS_value=
  463. ac_cv_env_LD_FOR_TARGET_set=
  464. ac_cv_env_LD_FOR_TARGET_value=
  465. ac_cv_env_LD_set=
  466. ac_cv_env_LD_value=
  467. ac_cv_env_LIBS_set=
  468. ac_cv_env_LIBS_value=
  469. ac_cv_env_LIPO_FOR_TARGET_set=
  470. ac_cv_env_LIPO_FOR_TARGET_value=
  471. ac_cv_env_LIPO_set=
  472. ac_cv_env_LIPO_value=
  473. ac_cv_env_NM_FOR_TARGET_set=
  474. ac_cv_env_NM_FOR_TARGET_value=
  475. ac_cv_env_NM_set=
  476. ac_cv_env_NM_value=
  477. ac_cv_env_OBJCOPY_FOR_TARGET_set=
  478. ac_cv_env_OBJCOPY_FOR_TARGET_value=
  479. ac_cv_env_OBJCOPY_set=
  480. ac_cv_env_OBJCOPY_value=
  481. ac_cv_env_OBJDUMP_FOR_TARGET_set=
  482. ac_cv_env_OBJDUMP_FOR_TARGET_value=
  483. ac_cv_env_OBJDUMP_set=
  484. ac_cv_env_OBJDUMP_value=
  485. ac_cv_env_RANLIB_FOR_TARGET_set=
  486. ac_cv_env_RANLIB_FOR_TARGET_value=
  487. ac_cv_env_RANLIB_set=
  488. ac_cv_env_RANLIB_value=
  489. ac_cv_env_READELF_FOR_TARGET_set=
  490. ac_cv_env_READELF_FOR_TARGET_value=
  491. ac_cv_env_READELF_set=
  492. ac_cv_env_READELF_value=
  493. ac_cv_env_STRIP_FOR_TARGET_set=
  494. ac_cv_env_STRIP_FOR_TARGET_value=
  495. ac_cv_env_STRIP_set=
  496. ac_cv_env_STRIP_value=
  497. ac_cv_env_WINDMC_FOR_TARGET_set=
  498. ac_cv_env_WINDMC_FOR_TARGET_value=
  499. ac_cv_env_WINDMC_set=
  500. ac_cv_env_WINDMC_value=
  501. ac_cv_env_WINDRES_FOR_TARGET_set=
  502. ac_cv_env_WINDRES_FOR_TARGET_value=
  503. ac_cv_env_WINDRES_set=
  504. ac_cv_env_WINDRES_value=
  505. ac_cv_env_build_alias_set=
  506. ac_cv_env_build_alias_value=
  507. ac_cv_env_build_configargs_set=
  508. ac_cv_env_build_configargs_value=
  509. ac_cv_env_host_alias_set=
  510. ac_cv_env_host_alias_value=
  511. ac_cv_env_host_configargs_set=
  512. ac_cv_env_host_configargs_value=
  513. ac_cv_env_target_alias_set=
  514. ac_cv_env_target_alias_value=
  515. ac_cv_env_target_configargs_set=
  516. ac_cv_env_target_configargs_value=
  517. ac_cv_host=x86_64-pc-linux-gnu
  518. ac_cv_objext=o
  519. ac_cv_path_SED=/tools/bin/sed
  520. ac_cv_path_install='/tools/bin/install -c'
  521. ac_cv_prog_AR=ar
  522. ac_cv_prog_AR_FOR_TARGET=ar
  523. ac_cv_prog_AS=as
  524. ac_cv_prog_AS_FOR_TARGET=as
  525. ac_cv_prog_AWK=gawk
  526. ac_cv_prog_CC_FOR_TARGET=cc
  527. ac_cv_prog_CXX_FOR_TARGET=c++
  528. ac_cv_prog_EXPECT=expect
  529. ac_cv_prog_GCC_FOR_TARGET=gcc
  530. ac_cv_prog_LD=/tools/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld
  531. ac_cv_prog_LD_FOR_TARGET=ld
  532. ac_cv_prog_M4=m4
  533. ac_cv_prog_MAKEINFO=makeinfo
  534. ac_cv_prog_NM=nm
  535. ac_cv_prog_NM_FOR_TARGET=nm
  536. ac_cv_prog_OBJCOPY=objcopy
  537. ac_cv_prog_OBJCOPY_FOR_TARGET=objcopy
  538. ac_cv_prog_OBJDUMP=objdump
  539. ac_cv_prog_OBJDUMP_FOR_TARGET=objdump
  540. ac_cv_prog_RANLIB=ranlib
  541. ac_cv_prog_RANLIB_FOR_TARGET=ranlib
  542. ac_cv_prog_READELF=readelf
  543. ac_cv_prog_READELF_FOR_TARGET=readelf
  544. ac_cv_prog_RUNTEST=runtest
  545. ac_cv_prog_STRIP=strip
  546. ac_cv_prog_STRIP_FOR_TARGET=strip
  547. ac_cv_prog_ac_ct_CC=gcc
  548. ac_cv_prog_ac_ct_CXX=g++
  549. ac_cv_prog_cc_c89=
  550. ac_cv_prog_cc_g=yes
  551. ac_cv_prog_cxx_g=yes
  552. ac_cv_target=x86_64-pc-linux-gnu
  553. acx_cv_cc_gcc_supports_ada=no
  554. acx_cv_prog_LN=ln
  555. gcc_cv_isl=no
  556. gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
  557. gcc_cv_tool_dirs=
  558. gcc_cv_tool_prefix=/usr
  559. lt_cv_objdir=.libs
  560.  
  561. ## ----------------- ##
  562. ## Output variables. ##
  563. ## ----------------- ##
  564.  
  565. AR='ar'
  566. AR_FOR_BUILD='$(AR)'
  567. AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
  568. AS='as'
  569. AS_FOR_BUILD='$(AS)'
  570. AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
  571. AWK='gawk'
  572. BISON='/tools/swell/src/binutils-2.27/missing bison'
  573. BUILD_CONFIG=''
  574. CC='gcc'
  575. CC_FOR_BUILD='$(CC)'
  576. CC_FOR_TARGET='$(CC)'
  577. CFLAGS='-g -O2'
  578. CFLAGS_FOR_BUILD='-g -O2'
  579. CFLAGS_FOR_TARGET='-g -O2'
  580. COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
  581. COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
  582. COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
  583. CONFIGURE_GDB_TK=''
  584. CPPFLAGS=''
  585. CXX='g++'
  586. CXXFLAGS='-g -O2'
  587. CXXFLAGS_FOR_BUILD='-g -O2'
  588. CXXFLAGS_FOR_TARGET='-g -O2'
  589. CXX_FOR_BUILD='$(CXX)'
  590. CXX_FOR_TARGET='$(CXX)'
  591. DEBUG_PREFIX_CFLAGS_FOR_TARGET=''
  592. DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DLT_OBJDIR=\".libs/\"'
  593. DLLTOOL='dlltool'
  594. DLLTOOL_FOR_BUILD='$(DLLTOOL)'
  595. DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
  596. ECHO_C=''
  597. ECHO_N='-n'
  598. ECHO_T=''
  599. EXEEXT=''
  600. EXPECT='expect'
  601. EXTRA_CONFIGARGS_LIBJAVA='--disable-static'
  602. FLAGS_FOR_TARGET=' -L$$r/$(HOST_SUBDIR)/ld'
  603. FLEX='/tools/swell/src/binutils-2.27/missing flex'
  604. GCC_FOR_TARGET='$()'
  605. GCC_SHLIB_SUBDIR=''
  606. GCJ_FOR_BUILD='$(GCJ)'
  607. GCJ_FOR_TARGET='$(GCJ)'
  608. GDB_TK=''
  609. GFORTRAN_FOR_BUILD='$(GFORTRAN)'
  610. GFORTRAN_FOR_TARGET='$(GFORTRAN)'
  611. GNATBIND='no'
  612. GNATMAKE='no'
  613. GOC_FOR_BUILD='$(GOC)'
  614. GOC_FOR_TARGET='$(GOC)'
  615. INSTALL_DATA='${INSTALL} -m 644'
  616. INSTALL_GDB_TK=''
  617. INSTALL_PROGRAM='${INSTALL}'
  618. INSTALL_SCRIPT='${INSTALL}'
  619. LD='/tools/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld'
  620. LDFLAGS=''
  621. LDFLAGS_FOR_BUILD=''
  622. LDFLAGS_FOR_TARGET=''
  623. LD_FOR_BUILD='$(LD)'
  624. LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
  625. LEX='/tools/swell/src/binutils-2.27/missing flex'
  626. LIBOBJS=''
  627. LIBS=''
  628. LIPO='lipo'
  629. LIPO_FOR_TARGET='$(LIPO)'
  630. LN='ln'
  631. LN_S='ln -s'
  632. LTLIBOBJS=''
  633. M4='m4'
  634. MAINT='#'
  635. MAINTAINER_MODE_FALSE=''
  636. MAINTAINER_MODE_TRUE='#'
  637. MAKEINFO='makeinfo'
  638. NM='nm'
  639. NM_FOR_BUILD='$(NM)'
  640. NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
  641. OBJCOPY='objcopy'
  642. OBJCOPY_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objcopy'
  643. OBJDUMP='objdump'
  644. OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
  645. OBJEXT='o'
  646. PACKAGE_BUGREPORT=''
  647. PACKAGE_NAME=''
  648. PACKAGE_STRING=''
  649. PACKAGE_TARNAME=''
  650. PACKAGE_URL=''
  651. PACKAGE_VERSION=''
  652. PATH_SEPARATOR=':'
  653. RANLIB='ranlib'
  654. RANLIB_FOR_BUILD='$(RANLIB)'
  655. RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
  656. RAW_CXX_FOR_TARGET='$(CXX)'
  657. READELF='readelf'
  658. READELF_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/readelf'
  659. RPATH_ENVVAR='LD_LIBRARY_PATH'
  660. RUNTEST='runtest'
  661. SED='/tools/bin/sed'
  662. SHELL='/bin/sh'
  663. STRIP='strip'
  664. STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip-new'
  665. SYSROOT_CFLAGS_FOR_TARGET=''
  666. TOPLEVEL_CONFIGURE_ARGUMENTS='../../src/binutils-2.27/configure --prefix=/usr --enable-plugins --enable-shared --disable-werror --with-system-zlib'
  667. WINDMC='windmc'
  668. WINDMC_FOR_BUILD='$(WINDMC)'
  669. WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
  670. WINDRES='windres'
  671. WINDRES_FOR_BUILD='$(WINDRES)'
  672. WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
  673. YACC='/tools/swell/src/binutils-2.27/missing bison -y'
  674. ac_ct_CC='gcc'
  675. ac_ct_CXX='g++'
  676. bindir='${exec_prefix}/bin'
  677. build='x86_64-pc-linux-gnu'
  678. build_alias=''
  679. build_configargs=' --cache-file=./config.cache '\''--prefix=/usr'\'' '\''--enable-plugins'\'' '\''--enable-shared'\'' '\''--disable-werror'\'' '\''--with-system-zlib'\'' --program-transform-name='\''s,y,y,'\'' --disable-option-checking'
  680. build_configdirs=' libiberty'
  681. build_cpu='x86_64'
  682. build_libsubdir='build-x86_64-pc-linux-gnu'
  683. build_noncanonical='x86_64-pc-linux-gnu'
  684. build_os='linux-gnu'
  685. build_subdir='build-x86_64-pc-linux-gnu'
  686. build_tooldir='${exec_prefix}/x86_64-pc-linux-gnu'
  687. build_vendor='pc'
  688. compare_exclusions='gcc/cc*-checksum$(objext) | gcc/ada/*tools/*'
  689. configdirs=' intl libiberty opcodes bfd binutils gas ld gprof etc'
  690. datadir='${datarootdir}'
  691. datarootdir='${prefix}/share'
  692. do_compare='cmp --ignore-initial=16 $$f1 $$f2'
  693. docdir='${datarootdir}/doc/${PACKAGE}'
  694. dvidir='${docdir}'
  695. exec_prefix='${prefix}'
  696. extra_host_libiberty_configure_flags=''
  697. extra_host_zlib_configure_flags='--enable-host-shared'
  698. extra_isl_gmp_configure_flags=''
  699. extra_liboffloadmic_configure_flags=''
  700. extra_linker_plugin_configure_flags=''
  701. extra_linker_plugin_flags=''
  702. extra_mpc_gmp_configure_flags=''
  703. extra_mpc_mpfr_configure_flags=''
  704. extra_mpfr_configure_flags=''
  705. gmpinc=''
  706. gmplibs='-lmpc -lmpfr -lgmp'
  707. host='x86_64-pc-linux-gnu'
  708. host_alias=''
  709. host_configargs=' --cache-file=./config.cache --with-gnu-as --with-gnu-ld --with-system-zlib '\''--prefix=/usr'\'' '\''--enable-plugins'\'' '\''--enable-shared'\'' '\''--disable-werror'\'' '\''--with-system-zlib'\'' --program-transform-name='\''s,y,y,'\'' --disable-option-checking'
  710. host_cpu='x86_64'
  711. host_noncanonical='x86_64-pc-linux-gnu'
  712. host_os='linux-gnu'
  713. host_shared='no'
  714. host_subdir='.'
  715. host_vendor='pc'
  716. htmldir='${docdir}'
  717. includedir='${prefix}/include'
  718. infodir='${datarootdir}/info'
  719. islinc=''
  720. isllibs=''
  721. islver=''
  722. libdir='${exec_prefix}/lib'
  723. libexecdir='${exec_prefix}/libexec'
  724. localedir='${datarootdir}/locale'
  725. localstatedir='${prefix}/var'
  726. mandir='${datarootdir}/man'
  727. oldincludedir='/usr/include'
  728. pdfdir='${docdir}'
  729. poststage1_ldflags='-static-libstdc++ -static-libgcc'
  730. poststage1_libs=''
  731. prefix='/usr'
  732. program_transform_name='s,y,y,'
  733. psdir='${docdir}'
  734. sbindir='${exec_prefix}/sbin'
  735. sharedstatedir='${prefix}/com'
  736. stage1_cflags='-g'
  737. stage1_checking='--enable-checking=yes,types'
  738. stage1_languages=',c,'
  739. stage1_ldflags=''
  740. stage1_libs=''
  741. stage2_werror_flag=''
  742. sysconfdir='${prefix}/etc'
  743. target='x86_64-pc-linux-gnu'
  744. target_alias=''
  745. target_configargs='--cache-file=./config.cache --enable-multilib '\''--prefix=/usr'\'' '\''--enable-plugins'\'' '\''--enable-shared'\'' '\''--disable-werror'\'' '\''--with-system-zlib'\'' --program-transform-name='\''s,y,y,'\'' --disable-option-checking'
  746. target_configdirs=''
  747. target_cpu='x86_64'
  748. target_noncanonical='x86_64-pc-linux-gnu'
  749. target_os='linux-gnu'
  750. target_subdir='x86_64-pc-linux-gnu'
  751. target_vendor='pc'
  752. tooldir='${exec_prefix}/x86_64-pc-linux-gnu'
  753.  
  754. ## ------------------- ##
  755. ## File substitutions. ##
  756. ## ------------------- ##
  757.  
  758. alphaieee_frag='/dev/null'
  759. host_makefile_frag='/dev/null'
  760. ospace_frag='/dev/null'
  761. serialization_dependencies='serdep.tmp'
  762. target_makefile_frag='../../src/binutils-2.27/config/mt-gnu'
  763.  
  764. ## ----------- ##
  765. ## confdefs.h. ##
  766. ## ----------- ##
  767.  
  768. /* confdefs.h */
  769. #define PACKAGE_NAME ""
  770. #define PACKAGE_TARNAME ""
  771. #define PACKAGE_VERSION ""
  772. #define PACKAGE_STRING ""
  773. #define PACKAGE_BUGREPORT ""
  774. #define PACKAGE_URL ""
  775. #define LT_OBJDIR ".libs/"
  776.  
  777. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement