Advertisement
Guest User

Untitled

a guest
Apr 11th, 2014
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.05 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. $ ../or1k-gcc/configure --target=or1k-elf --prefix=/opt/or1k-toolchain --enable-languages=c,c++ --disable-shared --disable-libssp --with-newlib
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = openrisc-VirtualBox
  14. uname -m = x86_64
  15. uname -r = 3.11.0-12-generic
  16. uname -s = Linux
  17. uname -v = #19-Ubuntu SMP Wed Oct 9 16:20:46 UTC 2013
  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: /opt/or1ksim/bin
  31. PATH: /usr/lib/lightdm/lightdm
  32. PATH: /usr/local/sbin
  33. PATH: /usr/local/bin
  34. PATH: /usr/sbin
  35. PATH: /usr/bin
  36. PATH: /sbin
  37. PATH: /bin
  38. PATH: /usr/games
  39. PATH: /usr/local/games
  40. PATH: /opt/openrisc/bin
  41. PATH: /opt/or1k-toolchain/bin
  42.  
  43.  
  44. ## ----------- ##
  45. ## Core tests. ##
  46. ## ----------- ##
  47.  
  48. configure:2320: checking build system type
  49. configure:2334: result: x86_64-unknown-linux-gnu
  50. configure:2381: checking host system type
  51. configure:2394: result: x86_64-unknown-linux-gnu
  52. configure:2414: checking target system type
  53. configure:2427: result: or1k-unknown-elf
  54. configure:2481: checking for a BSD-compatible install
  55. configure:2549: result: /usr/bin/install -c
  56. configure:2560: checking whether ln works
  57. configure:2582: result: yes
  58. configure:2586: checking whether ln -s works
  59. configure:2590: result: yes
  60. configure:2597: checking for a sed that does not truncate output
  61. configure:2661: result: /bin/sed
  62. configure:2670: checking for gawk
  63. configure:2700: result: no
  64. configure:2670: checking for mawk
  65. configure:2686: found /usr/bin/mawk
  66. configure:2697: result: mawk
  67. configure:3152: checking for libatomic support
  68. configure:3158: result: no
  69. configure:3171: checking for libcilkrts support
  70. configure:3177: result: no
  71. configure:3190: checking for libitm support
  72. configure:3196: result: no
  73. configure:3209: checking for libsanitizer support
  74. configure:3215: result: no
  75. configure:3228: checking for libvtv support
  76. configure:3234: result: no
  77. configure:3968: checking for gcc
  78. configure:3984: found /usr/bin/gcc
  79. configure:3995: result: gcc
  80. configure:4224: checking for C compiler version
  81. configure:4233: gcc --version >&5
  82. gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
  83. Copyright (C) 2013 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:4244: $? = 0
  88. configure:4233: gcc -v >&5
  89. Using built-in specs.
  90. COLLECT_GCC=gcc
  91. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
  92. Target: x86_64-linux-gnu
  93. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.8.1-10ubuntu9' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  94. Thread model: posix
  95. gcc version 4.8.1 (Ubuntu/Linaro 4.8.1-10ubuntu9)
  96. configure:4244: $? = 0
  97. configure:4233: gcc -V >&5
  98. gcc: error: unrecognized command line option '-V'
  99. gcc: fatal error: no input files
  100. compilation terminated.
  101. configure:4244: $? = 4
  102. configure:4233: gcc -qversion >&5
  103. gcc: error: unrecognized command line option '-qversion'
  104. gcc: fatal error: no input files
  105. compilation terminated.
  106. configure:4244: $? = 4
  107. configure:4264: checking for C compiler default output file name
  108. configure:4286: gcc conftest.c >&5
  109. configure:4290: $? = 0
  110. configure:4327: result: a.out
  111. configure:4343: checking whether the C compiler works
  112. configure:4352: ./a.out
  113. configure:4356: $? = 0
  114. configure:4371: result: yes
  115. configure:4378: checking whether we are cross compiling
  116. configure:4380: result: no
  117. configure:4383: checking for suffix of executables
  118. configure:4390: gcc -o conftest conftest.c >&5
  119. configure:4394: $? = 0
  120. configure:4416: result:
  121. configure:4422: checking for suffix of object files
  122. configure:4444: gcc -c conftest.c >&5
  123. configure:4448: $? = 0
  124. configure:4469: result: o
  125. configure:4473: checking whether we are using the GNU C compiler
  126. configure:4492: gcc -c conftest.c >&5
  127. configure:4492: $? = 0
  128. configure:4501: result: yes
  129. configure:4510: checking whether gcc accepts -g
  130. configure:4530: gcc -c -g conftest.c >&5
  131. configure:4530: $? = 0
  132. configure:4571: result: yes
  133. configure:4588: checking for gcc option to accept ISO C89
  134. configure:4652: gcc -c -g -O2 conftest.c >&5
  135. configure:4652: $? = 0
  136. configure:4665: result: none needed
  137. configure:4743: checking for g++
  138. configure:4759: found /usr/bin/g++
  139. configure:4770: result: g++
  140. configure:4797: checking for C++ compiler version
  141. configure:4806: g++ --version >&5
  142. g++ (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
  143. Copyright (C) 2013 Free Software Foundation, Inc.
  144. This is free software; see the source for copying conditions. There is NO
  145. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  146.  
  147. configure:4817: $? = 0
  148. configure:4806: g++ -v >&5
  149. Using built-in specs.
  150. COLLECT_GCC=g++
  151. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
  152. Target: x86_64-linux-gnu
  153. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.8.1-10ubuntu9' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  154. Thread model: posix
  155. gcc version 4.8.1 (Ubuntu/Linaro 4.8.1-10ubuntu9)
  156. configure:4817: $? = 0
  157. configure:4806: g++ -V >&5
  158. g++: error: unrecognized command line option '-V'
  159. g++: fatal error: no input files
  160. compilation terminated.
  161. configure:4817: $? = 4
  162. configure:4806: g++ -qversion >&5
  163. g++: error: unrecognized command line option '-qversion'
  164. g++: fatal error: no input files
  165. compilation terminated.
  166. configure:4817: $? = 4
  167. configure:4821: checking whether we are using the GNU C++ compiler
  168. configure:4840: g++ -c conftest.cpp >&5
  169. configure:4840: $? = 0
  170. configure:4849: result: yes
  171. configure:4858: checking whether g++ accepts -g
  172. configure:4878: g++ -c -g conftest.cpp >&5
  173. configure:4878: $? = 0
  174. configure:4919: result: yes
  175. configure:4968: checking whether g++ accepts -static-libstdc++ -static-libgcc
  176. configure:4985: g++ -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.cpp >&5
  177. configure:4985: $? = 0
  178. configure:4986: result: yes
  179. configure:5050: checking for gnatbind
  180. configure:5080: result: no
  181. configure:5142: checking for gnatmake
  182. configure:5172: result: no
  183. configure:5191: checking whether compiler driver understands Ada
  184. configure:5214: result: no
  185. configure:5223: checking how to compare bootstrapped objects
  186. configure:5248: result: cmp --ignore-initial=16 $$f1 $$f2
  187. configure:5302: checking for objdir
  188. configure:5317: result: .libs
  189. configure:5491: checking for the correct version of gmp.h
  190. configure:5511: gcc -c -g -O2 conftest.c >&5
  191. configure:5511: $? = 0
  192. configure:5529: gcc -c -g -O2 conftest.c >&5
  193. configure:5529: $? = 0
  194. configure:5530: result: yes
  195. configure:5546: checking for the correct version of mpfr.h
  196. configure:5564: gcc -c -g -O2 conftest.c >&5
  197. configure:5564: $? = 0
  198. configure:5581: gcc -c -g -O2 conftest.c >&5
  199. configure:5581: $? = 0
  200. configure:5582: result: yes
  201. configure:5599: checking for the correct version of mpc.h
  202. configure:5616: gcc -c -g -O2 conftest.c >&5
  203. configure:5616: $? = 0
  204. configure:5632: gcc -c -g -O2 conftest.c >&5
  205. configure:5632: $? = 0
  206. configure:5633: result: yes
  207. configure:5651: checking for the correct version of the gmp/mpfr/mpc libraries
  208. configure:5682: gcc -o conftest -g -O2 conftest.c -lmpc -lmpfr -lgmp >&5
  209. configure:5682: $? = 0
  210. configure:5683: result: yes
  211. configure:5889: checking for version 0.10 of ISL
  212. configure:5908: gcc -o conftest -g -O2 conftest.c -lisl >&5
  213. conftest.c:10:25: fatal error: isl/version.h: No such file or directory
  214. #include <isl/version.h>
  215. ^
  216. compilation terminated.
  217. configure:5908: $? = 1
  218. configure: program exited with status 1
  219. configure: failed program was:
  220. | /* confdefs.h */
  221. | #define PACKAGE_NAME ""
  222. | #define PACKAGE_TARNAME ""
  223. | #define PACKAGE_VERSION ""
  224. | #define PACKAGE_STRING ""
  225. | #define PACKAGE_BUGREPORT ""
  226. | #define PACKAGE_URL ""
  227. | #define LT_OBJDIR ".libs/"
  228. | /* end confdefs.h. */
  229. | #include <isl/version.h>
  230. | #include <string.h>
  231. | int
  232. | main ()
  233. | {
  234. | if (strncmp (isl_version (), "isl-0.10", strlen ("isl-0.10")) != 0)
  235. | return 1;
  236. |
  237. | ;
  238. | return 0;
  239. | }
  240. configure:5917: result: no
  241. configure:5937: checking for version 0.11 of ISL
  242. configure:5956: gcc -o conftest -g -O2 conftest.c -lisl >&5
  243. conftest.c:10:25: fatal error: isl/version.h: No such file or directory
  244. #include <isl/version.h>
  245. ^
  246. compilation terminated.
  247. configure:5956: $? = 1
  248. configure: program exited with status 1
  249. configure: failed program was:
  250. | /* confdefs.h */
  251. | #define PACKAGE_NAME ""
  252. | #define PACKAGE_TARNAME ""
  253. | #define PACKAGE_VERSION ""
  254. | #define PACKAGE_STRING ""
  255. | #define PACKAGE_BUGREPORT ""
  256. | #define PACKAGE_URL ""
  257. | #define LT_OBJDIR ".libs/"
  258. | /* end confdefs.h. */
  259. | #include <isl/version.h>
  260. | #include <string.h>
  261. | int
  262. | main ()
  263. | {
  264. | if (strncmp (isl_version (), "isl-0.11", strlen ("isl-0.11")) != 0)
  265. | return 1;
  266. |
  267. | ;
  268. | return 0;
  269. | }
  270. configure:5965: result: no
  271. configure:5985: checking for version 0.12 of ISL
  272. configure:6004: gcc -o conftest -g -O2 conftest.c -lisl >&5
  273. conftest.c:10:25: fatal error: isl/version.h: No such file or directory
  274. #include <isl/version.h>
  275. ^
  276. compilation terminated.
  277. configure:6004: $? = 1
  278. configure: program exited with status 1
  279. configure: failed program was:
  280. | /* confdefs.h */
  281. | #define PACKAGE_NAME ""
  282. | #define PACKAGE_TARNAME ""
  283. | #define PACKAGE_VERSION ""
  284. | #define PACKAGE_STRING ""
  285. | #define PACKAGE_BUGREPORT ""
  286. | #define PACKAGE_URL ""
  287. | #define LT_OBJDIR ".libs/"
  288. | /* end confdefs.h. */
  289. | #include <isl/version.h>
  290. | #include <string.h>
  291. | int
  292. | main ()
  293. | {
  294. | if (strncmp (isl_version (), "isl-0.12", strlen ("isl-0.12")) != 0)
  295. | return 1;
  296. |
  297. | ;
  298. | return 0;
  299. | }
  300. configure:6013: result: no
  301. configure:7176: checking for default BUILD_CONFIG
  302. configure:7208: result:
  303. configure:7717: checking for bison
  304. configure:7733: found /usr/bin/bison
  305. configure:7744: result: bison -y
  306. configure:7764: checking for bison
  307. configure:7780: found /usr/bin/bison
  308. configure:7791: result: bison
  309. configure:7811: checking for gm4
  310. configure:7841: result: no
  311. configure:7811: checking for gnum4
  312. configure:7841: result: no
  313. configure:7811: checking for m4
  314. configure:7827: found /usr/bin/m4
  315. configure:7838: result: m4
  316. configure:7858: checking for flex
  317. configure:7874: found /usr/bin/flex
  318. configure:7885: result: flex
  319. configure:7906: checking for flex
  320. configure:7922: found /usr/bin/flex
  321. configure:7933: result: flex
  322. configure:7953: checking for makeinfo
  323. configure:7969: found /usr/bin/makeinfo
  324. configure:7980: result: makeinfo
  325. configure:8014: checking for expect
  326. configure:8044: result: no
  327. configure:8063: checking for runtest
  328. configure:8093: result: no
  329. configure:8208: checking for ar
  330. configure:8224: found /usr/bin/ar
  331. configure:8235: result: ar
  332. configure:8349: checking for as
  333. configure:8365: found /usr/bin/as
  334. configure:8376: result: as
  335. configure:8490: checking for dlltool
  336. configure:8520: result: no
  337. configure:8631: checking for ld
  338. configure:8647: found /usr/bin/ld
  339. configure:8658: result: ld
  340. configure:8772: checking for lipo
  341. configure:8802: result: no
  342. configure:8913: checking for nm
  343. configure:8929: found /usr/bin/nm
  344. configure:8940: result: nm
  345. configure:9054: checking for ranlib
  346. configure:9070: found /usr/bin/ranlib
  347. configure:9081: result: ranlib
  348. configure:9190: checking for strip
  349. configure:9206: found /usr/bin/strip
  350. configure:9217: result: strip
  351. configure:9326: checking for windres
  352. configure:9356: result: no
  353. configure:9467: checking for windmc
  354. configure:9497: result: no
  355. configure:9608: checking for objcopy
  356. configure:9624: found /usr/bin/objcopy
  357. configure:9635: result: objcopy
  358. configure:9749: checking for objdump
  359. configure:9765: found /usr/bin/objdump
  360. configure:9776: result: objdump
  361. configure:9890: checking for readelf
  362. configure:9906: found /usr/bin/readelf
  363. configure:9917: result: readelf
  364. configure:10031: checking for or1k-elf-cc
  365. configure:10061: result: no
  366. configure:10031: checking for or1k-elf-gcc
  367. configure:10047: found /opt/or1k-toolchain/bin/or1k-elf-gcc
  368. configure:10058: result: or1k-elf-gcc
  369. configure:10192: checking for or1k-elf-c++
  370. configure:10222: result: no
  371. configure:10192: checking for or1k-elf-g++
  372. configure:10222: result: no
  373. configure:10192: checking for or1k-elf-cxx
  374. configure:10222: result: no
  375. configure:10192: checking for or1k-elf-gxx
  376. configure:10222: result: no
  377. configure:10353: checking for or1k-elf-gcc
  378. configure:10369: found /opt/or1k-toolchain/bin/or1k-elf-gcc
  379. configure:10380: result: or1k-elf-gcc
  380. configure:10509: checking for or1k-elf-gcj
  381. configure:10539: result: no
  382. configure:10670: checking for or1k-elf-gfortran
  383. configure:10700: result: no
  384. configure:10831: checking for or1k-elf-gccgo
  385. configure:10861: result: no
  386. configure:10961: checking for ar
  387. configure:10979: found /opt/or1k-toolchain/or1k-elf/bin/ar
  388. configure:10991: result: /opt/or1k-toolchain/or1k-elf/bin/ar
  389. configure:11191: checking for as
  390. configure:11209: found /opt/or1k-toolchain/or1k-elf/bin/as
  391. configure:11221: result: /opt/or1k-toolchain/or1k-elf/bin/as
  392. configure:11421: checking for dlltool
  393. configure:11454: result: no
  394. configure:11532: checking for or1k-elf-dlltool
  395. configure:11562: result: no
  396. configure:11651: checking for ld
  397. configure:11669: found /opt/or1k-toolchain/or1k-elf/bin/ld
  398. configure:11681: result: /opt/or1k-toolchain/or1k-elf/bin/ld
  399. configure:11881: checking for lipo
  400. configure:11914: result: no
  401. configure:11992: checking for or1k-elf-lipo
  402. configure:12022: result: no
  403. configure:12111: checking for nm
  404. configure:12129: found /opt/or1k-toolchain/or1k-elf/bin/nm
  405. configure:12141: result: /opt/or1k-toolchain/or1k-elf/bin/nm
  406. configure:12341: checking for objdump
  407. configure:12359: found /opt/or1k-toolchain/or1k-elf/bin/objdump
  408. configure:12371: result: /opt/or1k-toolchain/or1k-elf/bin/objdump
  409. configure:12571: checking for ranlib
  410. configure:12589: found /opt/or1k-toolchain/or1k-elf/bin/ranlib
  411. configure:12601: result: /opt/or1k-toolchain/or1k-elf/bin/ranlib
  412. configure:12801: checking for readelf
  413. configure:12834: result: no
  414. configure:12912: checking for or1k-elf-readelf
  415. configure:12928: found /opt/or1k-toolchain/bin/or1k-elf-readelf
  416. configure:12939: result: or1k-elf-readelf
  417. configure:13031: checking for strip
  418. configure:13049: found /opt/or1k-toolchain/or1k-elf/bin/strip
  419. configure:13061: result: /opt/or1k-toolchain/or1k-elf/bin/strip
  420. configure:13261: checking for windres
  421. configure:13294: result: no
  422. configure:13372: checking for or1k-elf-windres
  423. configure:13402: result: no
  424. configure:13491: checking for windmc
  425. configure:13524: result: no
  426. configure:13602: checking for or1k-elf-windmc
  427. configure:13632: result: no
  428. configure:13699: checking where to find the target ar
  429. configure:13727: result: pre-installed in /opt/or1k-toolchain/or1k-elf/bin
  430. configure:13741: checking where to find the target as
  431. configure:13769: result: pre-installed in /opt/or1k-toolchain/or1k-elf/bin
  432. configure:13783: checking where to find the target cc
  433. configure:13806: result: just compiled
  434. configure:13825: checking where to find the target c++
  435. configure:13851: result: just compiled
  436. configure:13870: checking where to find the target c++ for libstdc++
  437. configure:13896: result: just compiled
  438. configure:13915: checking where to find the target dlltool
  439. configure:13952: result: pre-installed
  440. configure:13957: checking where to find the target gcc
  441. configure:13980: result: just compiled
  442. configure:13999: checking where to find the target gcj
  443. configure:14039: result: pre-installed
  444. configure:14044: checking where to find the target gfortran
  445. configure:14084: result: pre-installed
  446. configure:14089: checking where to find the target gccgo
  447. configure:14129: result: pre-installed
  448. configure:14134: checking where to find the target ld
  449. configure:14162: result: pre-installed in /opt/or1k-toolchain/or1k-elf/bin
  450. configure:14176: checking where to find the target lipo
  451. configure:14202: result: pre-installed
  452. configure:14207: checking where to find the target nm
  453. configure:14235: result: pre-installed in /opt/or1k-toolchain/or1k-elf/bin
  454. configure:14249: checking where to find the target objdump
  455. configure:14277: result: pre-installed in /opt/or1k-toolchain/or1k-elf/bin
  456. configure:14291: checking where to find the target ranlib
  457. configure:14319: result: pre-installed in /opt/or1k-toolchain/or1k-elf/bin
  458. configure:14333: checking where to find the target readelf
  459. configure:14370: result: pre-installed
  460. configure:14375: checking where to find the target strip
  461. configure:14403: result: pre-installed in /opt/or1k-toolchain/or1k-elf/bin
  462. configure:14417: checking where to find the target windres
  463. configure:14454: result: pre-installed
  464. configure:14459: checking where to find the target windmc
  465. configure:14496: result: pre-installed
  466. configure:14529: checking whether to enable maintainer-specific portions of Makefiles
  467. configure:14538: result: no
  468. configure:14759: creating ./config.status
  469.  
  470. ## ---------------------- ##
  471. ## Running config.status. ##
  472. ## ---------------------- ##
  473.  
  474. This file was extended by config.status, which was
  475. generated by GNU Autoconf 2.64. Invocation command line was
  476.  
  477. CONFIG_FILES =
  478. CONFIG_HEADERS =
  479. CONFIG_LINKS =
  480. CONFIG_COMMANDS =
  481. $ ./config.status
  482.  
  483. on openrisc-VirtualBox
  484.  
  485. config.status:956: creating Makefile
  486.  
  487. ## ---------------- ##
  488. ## Cache variables. ##
  489. ## ---------------- ##
  490.  
  491. ac_cv_build=x86_64-unknown-linux-gnu
  492. ac_cv_c_compiler_gnu=yes
  493. ac_cv_cxx_compiler_gnu=yes
  494. ac_cv_env_AR_FOR_TARGET_set=
  495. ac_cv_env_AR_FOR_TARGET_value=
  496. ac_cv_env_AR_set=
  497. ac_cv_env_AR_value=
  498. ac_cv_env_AS_FOR_TARGET_set=
  499. ac_cv_env_AS_FOR_TARGET_value=
  500. ac_cv_env_AS_set=
  501. ac_cv_env_AS_value=
  502. ac_cv_env_CCC_set=
  503. ac_cv_env_CCC_value=
  504. ac_cv_env_CC_FOR_TARGET_set=
  505. ac_cv_env_CC_FOR_TARGET_value=
  506. ac_cv_env_CC_set=
  507. ac_cv_env_CC_value=
  508. ac_cv_env_CFLAGS_set=
  509. ac_cv_env_CFLAGS_value=
  510. ac_cv_env_CPPFLAGS_set=
  511. ac_cv_env_CPPFLAGS_value=
  512. ac_cv_env_CXXFLAGS_set=
  513. ac_cv_env_CXXFLAGS_value=
  514. ac_cv_env_CXX_FOR_TARGET_set=
  515. ac_cv_env_CXX_FOR_TARGET_value=
  516. ac_cv_env_CXX_set=
  517. ac_cv_env_CXX_value=
  518. ac_cv_env_DLLTOOL_FOR_TARGET_set=
  519. ac_cv_env_DLLTOOL_FOR_TARGET_value=
  520. ac_cv_env_DLLTOOL_set=
  521. ac_cv_env_DLLTOOL_value=
  522. ac_cv_env_GCC_FOR_TARGET_set=
  523. ac_cv_env_GCC_FOR_TARGET_value=
  524. ac_cv_env_GCJ_FOR_TARGET_set=
  525. ac_cv_env_GCJ_FOR_TARGET_value=
  526. ac_cv_env_GFORTRAN_FOR_TARGET_set=
  527. ac_cv_env_GFORTRAN_FOR_TARGET_value=
  528. ac_cv_env_GOC_FOR_TARGET_set=
  529. ac_cv_env_GOC_FOR_TARGET_value=
  530. ac_cv_env_LDFLAGS_set=
  531. ac_cv_env_LDFLAGS_value=
  532. ac_cv_env_LD_FOR_TARGET_set=
  533. ac_cv_env_LD_FOR_TARGET_value=
  534. ac_cv_env_LD_set=
  535. ac_cv_env_LD_value=
  536. ac_cv_env_LIBS_set=
  537. ac_cv_env_LIBS_value=
  538. ac_cv_env_LIPO_FOR_TARGET_set=
  539. ac_cv_env_LIPO_FOR_TARGET_value=
  540. ac_cv_env_LIPO_set=
  541. ac_cv_env_LIPO_value=
  542. ac_cv_env_NM_FOR_TARGET_set=
  543. ac_cv_env_NM_FOR_TARGET_value=
  544. ac_cv_env_NM_set=
  545. ac_cv_env_NM_value=
  546. ac_cv_env_OBJCOPY_set=
  547. ac_cv_env_OBJCOPY_value=
  548. ac_cv_env_OBJDUMP_FOR_TARGET_set=
  549. ac_cv_env_OBJDUMP_FOR_TARGET_value=
  550. ac_cv_env_OBJDUMP_set=
  551. ac_cv_env_OBJDUMP_value=
  552. ac_cv_env_RANLIB_FOR_TARGET_set=
  553. ac_cv_env_RANLIB_FOR_TARGET_value=
  554. ac_cv_env_RANLIB_set=
  555. ac_cv_env_RANLIB_value=
  556. ac_cv_env_READELF_FOR_TARGET_set=
  557. ac_cv_env_READELF_FOR_TARGET_value=
  558. ac_cv_env_READELF_set=
  559. ac_cv_env_READELF_value=
  560. ac_cv_env_STRIP_FOR_TARGET_set=
  561. ac_cv_env_STRIP_FOR_TARGET_value=
  562. ac_cv_env_STRIP_set=
  563. ac_cv_env_STRIP_value=
  564. ac_cv_env_WINDMC_FOR_TARGET_set=
  565. ac_cv_env_WINDMC_FOR_TARGET_value=
  566. ac_cv_env_WINDMC_set=
  567. ac_cv_env_WINDMC_value=
  568. ac_cv_env_WINDRES_FOR_TARGET_set=
  569. ac_cv_env_WINDRES_FOR_TARGET_value=
  570. ac_cv_env_WINDRES_set=
  571. ac_cv_env_WINDRES_value=
  572. ac_cv_env_build_alias_set=
  573. ac_cv_env_build_alias_value=
  574. ac_cv_env_build_configargs_set=
  575. ac_cv_env_build_configargs_value=
  576. ac_cv_env_host_alias_set=
  577. ac_cv_env_host_alias_value=
  578. ac_cv_env_host_configargs_set=
  579. ac_cv_env_host_configargs_value=
  580. ac_cv_env_target_alias_set=set
  581. ac_cv_env_target_alias_value=or1k-elf
  582. ac_cv_env_target_configargs_set=
  583. ac_cv_env_target_configargs_value=
  584. ac_cv_host=x86_64-unknown-linux-gnu
  585. ac_cv_objext=o
  586. ac_cv_path_AR_FOR_TARGET=/opt/or1k-toolchain/or1k-elf/bin/ar
  587. ac_cv_path_AS_FOR_TARGET=/opt/or1k-toolchain/or1k-elf/bin/as
  588. ac_cv_path_LD_FOR_TARGET=/opt/or1k-toolchain/or1k-elf/bin/ld
  589. ac_cv_path_NM_FOR_TARGET=/opt/or1k-toolchain/or1k-elf/bin/nm
  590. ac_cv_path_OBJDUMP_FOR_TARGET=/opt/or1k-toolchain/or1k-elf/bin/objdump
  591. ac_cv_path_RANLIB_FOR_TARGET=/opt/or1k-toolchain/or1k-elf/bin/ranlib
  592. ac_cv_path_SED=/bin/sed
  593. ac_cv_path_STRIP_FOR_TARGET=/opt/or1k-toolchain/or1k-elf/bin/strip
  594. ac_cv_path_install='/usr/bin/install -c'
  595. ac_cv_prog_AR=ar
  596. ac_cv_prog_AS=as
  597. ac_cv_prog_AWK=mawk
  598. ac_cv_prog_BISON=bison
  599. ac_cv_prog_CC_FOR_TARGET=or1k-elf-gcc
  600. ac_cv_prog_FLEX=flex
  601. ac_cv_prog_GCC_FOR_TARGET=or1k-elf-gcc
  602. ac_cv_prog_LD=ld
  603. ac_cv_prog_LEX=flex
  604. ac_cv_prog_M4=m4
  605. ac_cv_prog_MAKEINFO=makeinfo
  606. ac_cv_prog_NM=nm
  607. ac_cv_prog_OBJCOPY=objcopy
  608. ac_cv_prog_OBJDUMP=objdump
  609. ac_cv_prog_RANLIB=ranlib
  610. ac_cv_prog_READELF=readelf
  611. ac_cv_prog_READELF_FOR_TARGET=or1k-elf-readelf
  612. ac_cv_prog_STRIP=strip
  613. ac_cv_prog_YACC='bison -y'
  614. ac_cv_prog_ac_ct_CC=gcc
  615. ac_cv_prog_ac_ct_CXX=g++
  616. ac_cv_prog_cc_c89=
  617. ac_cv_prog_cc_g=yes
  618. ac_cv_prog_cxx_g=yes
  619. ac_cv_target=or1k-unknown-elf
  620. acx_cv_cc_gcc_supports_ada=no
  621. acx_cv_prog_LN=ln
  622. gcc_cv_isl=no
  623. gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
  624. gcc_cv_tool_dirs=/opt/or1k-toolchain/libexec/gcc/or1k-elf/4.9.0:/opt/or1k-toolchain/libexec/gcc/or1k-elf:/usr/lib/gcc/or1k-elf/4.9.0:/usr/lib/gcc/or1k-elf:/opt/or1k-toolchain/or1k-elf/bin/or1k-elf/4.9.0:/opt/or1k-toolchain/or1k-elf/bin:
  625. gcc_cv_tool_prefix=/opt/or1k-toolchain
  626. lt_cv_objdir=.libs
  627.  
  628. ## ----------------- ##
  629. ## Output variables. ##
  630. ## ----------------- ##
  631.  
  632. AR='ar'
  633. AR_FOR_BUILD='$(AR)'
  634. AR_FOR_TARGET='/opt/or1k-toolchain/or1k-elf/bin/ar'
  635. AS='as'
  636. AS_FOR_BUILD='$(AS)'
  637. AS_FOR_TARGET='/opt/or1k-toolchain/or1k-elf/bin/as'
  638. AWK='mawk'
  639. BISON='bison'
  640. BUILD_CONFIG=''
  641. CC='gcc'
  642. CC_FOR_BUILD='$(CC)'
  643. CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
  644. CFLAGS='-g -O2'
  645. CFLAGS_FOR_BUILD='-g -O2'
  646. CFLAGS_FOR_TARGET='-g -O2'
  647. COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
  648. COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
  649. COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'
  650. CONFIGURE_GDB_TK=''
  651. CPPFLAGS=''
  652. CXX='g++'
  653. CXXFLAGS='-g -O2'
  654. CXXFLAGS_FOR_BUILD='-g -O2'
  655. CXXFLAGS_FOR_TARGET='-g -O2'
  656. CXX_FOR_BUILD='$(CXX)'
  657. 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'
  658. DEBUG_PREFIX_CFLAGS_FOR_TARGET=''
  659. DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DLT_OBJDIR=\".libs/\"'
  660. DLLTOOL='dlltool'
  661. DLLTOOL_FOR_BUILD='$(DLLTOOL)'
  662. DLLTOOL_FOR_TARGET='or1k-elf-dlltool'
  663. ECHO_C=''
  664. ECHO_N='-n'
  665. ECHO_T=''
  666. EXEEXT=''
  667. EXPECT='expect'
  668. EXTRA_CONFIGARGS_LIBJAVA='--disable-static'
  669. FLAGS_FOR_TARGET=' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
  670. FLEX='flex'
  671. GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
  672. GCC_SHLIB_SUBDIR=''
  673. GCJ_FOR_BUILD='$(GCJ)'
  674. GCJ_FOR_TARGET='or1k-elf-gcj'
  675. GDB_TK=''
  676. GFORTRAN_FOR_BUILD='$(GFORTRAN)'
  677. GFORTRAN_FOR_TARGET='or1k-elf-gfortran'
  678. GNATBIND='no'
  679. GNATMAKE='no'
  680. GOC_FOR_BUILD='$(GOC)'
  681. GOC_FOR_TARGET='or1k-elf-gccgo'
  682. INSTALL_DATA='${INSTALL} -m 644'
  683. INSTALL_GDB_TK=''
  684. INSTALL_PROGRAM='${INSTALL}'
  685. INSTALL_SCRIPT='${INSTALL}'
  686. LD='ld'
  687. LDFLAGS=''
  688. LDFLAGS_FOR_BUILD=''
  689. LDFLAGS_FOR_TARGET=''
  690. LD_FOR_BUILD='$(LD)'
  691. LD_FOR_TARGET='/opt/or1k-toolchain/or1k-elf/bin/ld'
  692. LEX='flex'
  693. LIBOBJS=''
  694. LIBS=''
  695. LIPO='lipo'
  696. LIPO_FOR_TARGET='or1k-elf-lipo'
  697. LN='ln'
  698. LN_S='ln -s'
  699. LTLIBOBJS=''
  700. M4='m4'
  701. MAINT='#'
  702. MAINTAINER_MODE_FALSE=''
  703. MAINTAINER_MODE_TRUE='#'
  704. MAKEINFO='makeinfo'
  705. NM='nm'
  706. NM_FOR_BUILD='$(NM)'
  707. NM_FOR_TARGET='/opt/or1k-toolchain/or1k-elf/bin/nm'
  708. OBJCOPY='objcopy'
  709. OBJDUMP='objdump'
  710. OBJDUMP_FOR_TARGET='/opt/or1k-toolchain/or1k-elf/bin/objdump'
  711. OBJEXT='o'
  712. PACKAGE_BUGREPORT=''
  713. PACKAGE_NAME=''
  714. PACKAGE_STRING=''
  715. PACKAGE_TARNAME=''
  716. PACKAGE_URL=''
  717. PACKAGE_VERSION=''
  718. PATH_SEPARATOR=':'
  719. RANLIB='ranlib'
  720. RANLIB_FOR_BUILD='$(RANLIB)'
  721. RANLIB_FOR_TARGET='/opt/or1k-toolchain/or1k-elf/bin/ranlib'
  722. 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'
  723. READELF='readelf'
  724. READELF_FOR_TARGET='or1k-elf-readelf'
  725. RPATH_ENVVAR='LD_LIBRARY_PATH'
  726. RUNTEST='runtest'
  727. SED='/bin/sed'
  728. SHELL='/bin/bash'
  729. STRIP='strip'
  730. STRIP_FOR_TARGET='/opt/or1k-toolchain/or1k-elf/bin/strip'
  731. SYSROOT_CFLAGS_FOR_TARGET=''
  732. TOPLEVEL_CONFIGURE_ARGUMENTS='../or1k-gcc/configure --target=or1k-elf --prefix=/opt/or1k-toolchain --enable-languages=c,c++ --disable-shared --disable-libssp --with-newlib'
  733. WINDMC='windmc'
  734. WINDMC_FOR_BUILD='$(WINDMC)'
  735. WINDMC_FOR_TARGET='or1k-elf-windmc'
  736. WINDRES='windres'
  737. WINDRES_FOR_BUILD='$(WINDRES)'
  738. WINDRES_FOR_TARGET='or1k-elf-windres'
  739. YACC='bison -y'
  740. ac_ct_CC='gcc'
  741. ac_ct_CXX='g++'
  742. bindir='${exec_prefix}/bin'
  743. build='x86_64-unknown-linux-gnu'
  744. build_alias=''
  745. build_configargs=' --cache-file=../config.cache '\''--prefix=/opt/or1k-toolchain'\'' '\''--disable-shared'\'' '\''--disable-libssp'\'' '\''--with-newlib'\'' '\''--enable-languages=c,c++,lto'\'' --program-transform-name='\''s&^&or1k-elf-&'\'' --disable-option-checking'
  746. build_configdirs=' libiberty fixincludes'
  747. build_cpu='x86_64'
  748. build_libsubdir='build-x86_64-unknown-linux-gnu'
  749. build_noncanonical='x86_64-unknown-linux-gnu'
  750. build_os='linux-gnu'
  751. build_subdir='build-x86_64-unknown-linux-gnu'
  752. build_tooldir='${exec_prefix}/or1k-elf'
  753. build_vendor='unknown'
  754. clooginc=''
  755. clooglibs=''
  756. compare_exclusions='gcc/cc*-checksum$(objext) | gcc/ada/*tools/*'
  757. configdirs=' intl libiberty zlib libbacktrace libcpp libdecnumber fixincludes gcc lto-plugin'
  758. datadir='${datarootdir}'
  759. datarootdir='${prefix}/share'
  760. do_compare='cmp --ignore-initial=16 $$f1 $$f2'
  761. docdir='${datarootdir}/doc/${PACKAGE}'
  762. dvidir='${docdir}'
  763. exec_prefix='${prefix}'
  764. extra_host_libiberty_configure_flags='--enable-shared'
  765. extra_isl_gmp_configure_flags=''
  766. extra_mpc_gmp_configure_flags=''
  767. extra_mpc_mpfr_configure_flags=''
  768. extra_mpfr_configure_flags=''
  769. gmpinc=''
  770. gmplibs='-lmpc -lmpfr -lgmp'
  771. host='x86_64-unknown-linux-gnu'
  772. host_alias=''
  773. host_configargs=' --cache-file=./config.cache '\''--prefix=/opt/or1k-toolchain'\'' '\''--disable-shared'\'' '\''--disable-libssp'\'' '\''--with-newlib'\'' '\''--enable-languages=c,c++,lto'\'' --program-transform-name='\''s&^&or1k-elf-&'\'' --disable-option-checking'
  774. host_cpu='x86_64'
  775. host_noncanonical='x86_64-unknown-linux-gnu'
  776. host_os='linux-gnu'
  777. host_shared='no'
  778. host_subdir='.'
  779. host_vendor='unknown'
  780. htmldir='${docdir}'
  781. includedir='${prefix}/include'
  782. infodir='${datarootdir}/info'
  783. islinc=''
  784. libdir='${exec_prefix}/lib'
  785. libexecdir='${exec_prefix}/libexec'
  786. localedir='${datarootdir}/locale'
  787. localstatedir='${prefix}/var'
  788. mandir='${datarootdir}/man'
  789. oldincludedir='/usr/include'
  790. pdfdir='${docdir}'
  791. poststage1_ldflags='-static-libstdc++ -static-libgcc'
  792. poststage1_libs=''
  793. prefix='/opt/or1k-toolchain'
  794. program_transform_name='s&^&or1k-elf-&'
  795. psdir='${docdir}'
  796. sbindir='${exec_prefix}/sbin'
  797. sharedstatedir='${prefix}/com'
  798. stage1_cflags='-g'
  799. stage1_checking='--enable-checking=yes,types'
  800. stage1_languages='c,c++,lto'
  801. stage1_ldflags='-static-libstdc++ -static-libgcc'
  802. stage1_libs=''
  803. stage2_werror_flag='--enable-werror-always'
  804. sysconfdir='${prefix}/etc'
  805. target='or1k-unknown-elf'
  806. target_alias='or1k-elf'
  807. target_configargs='--cache-file=./config.cache --enable-multilib --with-cross-host=x86_64-unknown-linux-gnu '\''--prefix=/opt/or1k-toolchain'\'' '\''--disable-shared'\'' '\''--disable-libssp'\'' '\''--with-newlib'\'' '\''--enable-languages=c,c++,lto'\'' --program-transform-name='\''s&^&or1k-elf-&'\'' --disable-option-checking'
  808. target_configdirs=' libgcc libstdc++-v3 libquadmath'
  809. target_cpu='or1k'
  810. target_noncanonical='or1k-elf'
  811. target_os='elf'
  812. target_subdir='or1k-elf'
  813. target_vendor='unknown'
  814. tooldir='${exec_prefix}/or1k-elf'
  815.  
  816. ## ------------------- ##
  817. ## File substitutions. ##
  818. ## ------------------- ##
  819.  
  820. alphaieee_frag='/dev/null'
  821. host_makefile_frag='/dev/null'
  822. ospace_frag='/dev/null'
  823. serialization_dependencies='serdep.tmp'
  824. target_makefile_frag='/dev/null'
  825.  
  826. ## ----------- ##
  827. ## confdefs.h. ##
  828. ## ----------- ##
  829.  
  830. /* confdefs.h */
  831. #define PACKAGE_NAME ""
  832. #define PACKAGE_TARNAME ""
  833. #define PACKAGE_VERSION ""
  834. #define PACKAGE_STRING ""
  835. #define PACKAGE_BUGREPORT ""
  836. #define PACKAGE_URL ""
  837. #define LT_OBJDIR ".libs/"
  838.  
  839. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement