Advertisement
Guest User

Untitled

a guest
Feb 27th, 2013
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.76 KB | None | 0 0
  1. ## ----------- ##
  2. ## Core tests. ##
  3. ## ----------- ##
  4.  
  5. configure:2237: checking build system type
  6. configure:2251: result: i686-pc-mingw32
  7. configure:2298: checking host system type
  8. configure:2311: result: i686-pc-mingw32
  9. configure:2331: checking target system type
  10. configure:2344: result: arm-none-eabi
  11. configure:2398: checking for a BSD-compatible install
  12. configure:2466: result: /bin/install -c
  13. configure:2477: checking whether ln works
  14. configure:2499: result: yes
  15. configure:2503: checking whether ln -s works
  16. configure:2510: result: no, using cp -p
  17. configure:2514: checking for a sed that does not truncate output
  18. configure:2578: result: /bin/sed
  19. configure:2587: checking for gawk
  20. configure:2603: found /bin/gawk
  21. configure:2614: result: gawk
  22. configure:3070: checking for libitm support
  23. configure:3076: result: no
  24. configure:3776: checking for gcc
  25. configure:3792: found /mingw/bin/gcc
  26. configure:3803: result: gcc
  27. configure:4032: checking for C compiler version
  28. configure:4041: gcc --version >&5
  29. gcc.exe (GCC) 4.7.2
  30. Copyright (C) 2012 Free Software Foundation, Inc.
  31. This is free software; see the source for copying conditions. There is NO
  32. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  33.  
  34. configure:4052: $? = 0
  35. configure:4041: gcc -v >&5
  36. Using built-in specs.
  37. COLLECT_GCC=D:\MinGW\bin\gcc.exe
  38. COLLECT_LTO_WRAPPER=d:/mingw/bin/../libexec/gcc/mingw32/4.7.2/lto-wrapper.exe
  39. Target: mingw32
  40. Configured with: ../gcc-4.7.2/configure --enable-languages=c,c++,ada,fortran,objc,obj-c++ --disable-sjlj-exceptions --with-dwarf2 --enable-shared --enable-libgomp --disable-win32-registry --enable-libstdcxx-debug --disable-build-poststage1-with-cxx --enable-version-specific-runtime-libs --build=mingw32 --prefix=/mingw
  41. Thread model: win32
  42. gcc version 4.7.2 (GCC)
  43. configure:4052: $? = 0
  44. configure:4041: gcc -V >&5
  45. gcc.exe: error: unrecognized command line option '-V'
  46. gcc.exe: fatal error: no input files
  47. compilation terminated.
  48. configure:4052: $? = 1
  49. configure:4041: gcc -qversion >&5
  50. gcc.exe: error: unrecognized command line option '-qversion'
  51. gcc.exe: fatal error: no input files
  52. compilation terminated.
  53. configure:4052: $? = 1
  54. configure:4072: checking for C compiler default output file name
  55. configure:4094: gcc conftest.c >&5
  56. configure:4098: $? = 0
  57. configure:4135: result: a.exe
  58. configure:4151: checking whether the C compiler works
  59. configure:4160: ./a.exe
  60. configure:4164: $? = 0
  61. configure:4179: result: yes
  62. configure:4186: checking whether we are cross compiling
  63. configure:4188: result: no
  64. configure:4191: checking for suffix of executables
  65. configure:4198: gcc -o conftest.exe conftest.c >&5
  66. configure:4202: $? = 0
  67. configure:4224: result: .exe
  68. configure:4230: checking for suffix of object files
  69. configure:4252: gcc -c conftest.c >&5
  70. configure:4256: $? = 0
  71. configure:4277: result: o
  72. configure:4281: checking whether we are using the GNU C compiler
  73. configure:4300: gcc -c conftest.c >&5
  74. configure:4300: $? = 0
  75. configure:4309: result: yes
  76. configure:4318: checking whether gcc accepts -g
  77. configure:4338: gcc -c -g conftest.c >&5
  78. configure:4338: $? = 0
  79. configure:4379: result: yes
  80. configure:4396: checking for gcc option to accept ISO C89
  81. configure:4460: gcc -c -g -O2 conftest.c >&5
  82. configure:4460: $? = 0
  83. configure:4473: result: none needed
  84. configure:4551: checking for g++
  85. configure:4567: found /mingw/bin/g++
  86. configure:4578: result: g++
  87. configure:4605: checking for C++ compiler version
  88. configure:4614: g++ --version >&5
  89. g++.exe (GCC) 4.7.2
  90. Copyright (C) 2012 Free Software Foundation, Inc.
  91. This is free software; see the source for copying conditions. There is NO
  92. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  93.  
  94. configure:4625: $? = 0
  95. configure:4614: g++ -v >&5
  96. Using built-in specs.
  97. COLLECT_GCC=D:\MinGW\bin\g++.exe
  98. COLLECT_LTO_WRAPPER=d:/mingw/bin/../libexec/gcc/mingw32/4.7.2/lto-wrapper.exe
  99. Target: mingw32
  100. Configured with: ../gcc-4.7.2/configure --enable-languages=c,c++,ada,fortran,objc,obj-c++ --disable-sjlj-exceptions --with-dwarf2 --enable-shared --enable-libgomp --disable-win32-registry --enable-libstdcxx-debug --disable-build-poststage1-with-cxx --enable-version-specific-runtime-libs --build=mingw32 --prefix=/mingw
  101. Thread model: win32
  102. gcc version 4.7.2 (GCC)
  103. configure:4625: $? = 0
  104. configure:4614: g++ -V >&5
  105. g++.exe: error: unrecognized command line option '-V'
  106. g++.exe: fatal error: no input files
  107. compilation terminated.
  108. configure:4625: $? = 1
  109. configure:4614: g++ -qversion >&5
  110. g++.exe: error: unrecognized command line option '-qversion'
  111. g++.exe: fatal error: no input files
  112. compilation terminated.
  113. configure:4625: $? = 1
  114. configure:4629: checking whether we are using the GNU C++ compiler
  115. configure:4648: g++ -c conftest.cpp >&5
  116. configure:4648: $? = 0
  117. configure:4657: result: yes
  118. configure:4666: checking whether g++ accepts -g
  119. configure:4686: g++ -c -g conftest.cpp >&5
  120. configure:4686: $? = 0
  121. configure:4727: result: yes
  122. configure:4816: checking for gnatbind
  123. configure:4832: found /mingw/bin/gnatbind
  124. configure:4843: result: gnatbind
  125. configure:4908: checking for gnatmake
  126. configure:4924: found /mingw/bin/gnatmake
  127. configure:4935: result: gnatmake
  128. configure:4957: checking whether compiler driver understands Ada
  129. configure:4980: result: yes
  130. configure:4989: checking how to compare bootstrapped objects
  131. configure:5014: result: cmp --ignore-initial=16 $$f1 $$f2
  132. configure:5086: checking for objdir
  133. configure:5101: result: .libs
  134. configure:5267: checking for the correct version of gmp.h
  135. configure:5287: gcc -c -g -O2 conftest.c >&5
  136. configure:5287: $? = 0
  137. configure:5305: gcc -c -g -O2 conftest.c >&5
  138. configure:5305: $? = 0
  139. configure:5306: result: yes
  140. configure:5322: checking for the correct version of mpfr.h
  141. configure:5340: gcc -c -g -O2 conftest.c >&5
  142. configure:5340: $? = 0
  143. configure:5357: gcc -c -g -O2 conftest.c >&5
  144. conftest.c: In function 'main':
  145. conftest.c:17:5: error: unknown type name 'choke'
  146. configure:5357: $? = 1
  147. configure: failed program was:
  148. | /* confdefs.h */
  149. | #define PACKAGE_NAME ""
  150. | #define PACKAGE_TARNAME ""
  151. | #define PACKAGE_VERSION ""
  152. | #define PACKAGE_STRING ""
  153. | #define PACKAGE_BUGREPORT ""
  154. | #define PACKAGE_URL ""
  155. | #define LT_OBJDIR ".libs/"
  156. | /* end confdefs.h. */
  157. | #include <gmp.h>
  158. | #include <mpfr.h>
  159. | int
  160. | main ()
  161. | {
  162. |
  163. | #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,2)
  164. | choke me
  165. | #endif
  166. |
  167. | ;
  168. | return 0;
  169. | }
  170. configure:5361: result: buggy but acceptable
  171. configure:5375: checking for the correct version of mpc.h
  172. configure:5392: gcc -c -g -O2 conftest.c >&5
  173. configure:5392: $? = 0
  174. configure:5408: gcc -c -g -O2 conftest.c >&5
  175. configure:5408: $? = 0
  176. configure:5409: result: yes
  177. configure:5427: checking for the correct version of the gmp/mpfr/mpc libraries
  178. configure:5458: gcc -o conftest.exe -g -O2 conftest.c -lmpc -lmpfr -lgmp >&5
  179. configure:5458: $? = 0
  180. configure:5459: result: yes
  181. configure:5643: checking for PWL_handle_timeout in -lpwl
  182. configure:5668: gcc -o conftest.exe -g -O2 conftest.c -lpwl -lstdc++ -lm >&5
  183. d:/mingw/bin/../lib/gcc/mingw32/4.7.2/../../../../mingw32/bin/ld.exe: cannot find -lpwl
  184. collect2.exe: error: ld returned 1 exit status
  185. configure:5668: $? = 1
  186. configure: failed program was:
  187. | /* confdefs.h */
  188. | #define PACKAGE_NAME ""
  189. | #define PACKAGE_TARNAME ""
  190. | #define PACKAGE_VERSION ""
  191. | #define PACKAGE_STRING ""
  192. | #define PACKAGE_BUGREPORT ""
  193. | #define PACKAGE_URL ""
  194. | #define LT_OBJDIR ".libs/"
  195. | /* end confdefs.h. */
  196. |
  197. | /* Override any GCC internal prototype to avoid an error.
  198. | Use char because int might match the return type of a GCC
  199. | builtin and then its argument prototype would still apply. */
  200. | #ifdef __cplusplus
  201. | extern "C"
  202. | #endif
  203. | char PWL_handle_timeout ();
  204. | int
  205. | main ()
  206. | {
  207. | return PWL_handle_timeout ();
  208. | ;
  209. | return 0;
  210. | }
  211. configure:5677: result: no
  212. configure:5691: checking for version 0.11 (revision 0 or later) of PPL
  213. configure:5708: gcc -c -g -O2 conftest.c >&5
  214. conftest.c:10:19: fatal error: ppl_c.h: No such file or directory
  215. compilation terminated.
  216. configure:5708: $? = 1
  217. configure: failed program was:
  218. | /* confdefs.h */
  219. | #define PACKAGE_NAME ""
  220. | #define PACKAGE_TARNAME ""
  221. | #define PACKAGE_VERSION ""
  222. | #define PACKAGE_STRING ""
  223. | #define PACKAGE_BUGREPORT ""
  224. | #define PACKAGE_URL ""
  225. | #define LT_OBJDIR ".libs/"
  226. | /* end confdefs.h. */
  227. | #include "ppl_c.h"
  228. | int
  229. | main ()
  230. | {
  231. |
  232. | #if PPL_VERSION_MAJOR != 0 || PPL_VERSION_MINOR < 11
  233. | choke me
  234. | #endif
  235. |
  236. | ;
  237. | return 0;
  238. | }
  239. configure:5712: result: no
  240. configure:7026: checking for default BUILD_CONFIG
  241. configure:7058: result:
  242. configure:7547: checking for bison
  243. configure:7563: found /bin/bison
  244. configure:7574: result: bison -y
  245. configure:7594: checking for bison
  246. configure:7610: found /bin/bison
  247. configure:7621: result: bison
  248. configure:7641: checking for gm4
  249. configure:7671: result: no
  250. configure:7641: checking for gnum4
  251. configure:7671: result: no
  252. configure:7641: checking for m4
  253. configure:7657: found /bin/m4
  254. configure:7668: result: m4
  255. configure:7688: checking for flex
  256. configure:7704: found /bin/flex
  257. configure:7715: result: flex
  258. configure:7736: checking for flex
  259. configure:7752: found /bin/flex
  260. configure:7763: result: flex
  261. configure:7783: checking for makeinfo
  262. configure:7799: found /bin/makeinfo
  263. configure:7810: result: makeinfo
  264. configure:7844: checking for expect
  265. configure:7874: result: no
  266. configure:7893: checking for runtest
  267. configure:7923: result: no
  268. configure:8038: checking for ar
  269. configure:8054: found /mingw/bin/ar
  270. configure:8065: result: ar
  271. configure:8179: checking for as
  272. configure:8195: found /mingw/bin/as
  273. configure:8206: result: as
  274. configure:8320: checking for dlltool
  275. configure:8336: found /mingw/bin/dlltool
  276. configure:8347: result: dlltool
  277. configure:8380: checking for ld
  278. configure:8407: result: d:/mingw/bin/../lib/gcc/mingw32/4.7.2/../../../../mingw32/bin/ld.exe
  279. configure:8602: checking for lipo
  280. configure:8632: result: no
  281. configure:8743: checking for nm
  282. configure:8759: found /mingw/bin/nm
  283. configure:8770: result: nm
  284. configure:8884: checking for ranlib
  285. configure:8900: found /mingw/bin/ranlib
  286. configure:8911: result: ranlib
  287. configure:9020: checking for strip
  288. configure:9036: found /mingw/bin/strip
  289. configure:9047: result: strip
  290. configure:9156: checking for windres
  291. configure:9172: found /mingw/bin/windres
  292. configure:9183: result: windres
  293. configure:9297: checking for windmc
  294. configure:9313: found /mingw/bin/windmc
  295. configure:9324: result: windmc
  296. configure:9438: checking for objcopy
  297. configure:9454: found /mingw/bin/objcopy
  298. configure:9465: result: objcopy
  299. configure:9579: checking for objdump
  300. configure:9595: found /mingw/bin/objdump
  301. configure:9606: result: objdump
  302. configure:9720: checking for readelf
  303. configure:9736: found /mingw/bin/readelf
  304. configure:9747: result: readelf
  305. configure:9861: checking for arm-none-eabi-cc
  306. configure:9891: result: no
  307. configure:9861: checking for arm-none-eabi-gcc
  308. configure:9891: result: no
  309. configure:10022: checking for arm-none-eabi-c++
  310. configure:10052: result: no
  311. configure:10022: checking for arm-none-eabi-g++
  312. configure:10052: result: no
  313. configure:10022: checking for arm-none-eabi-cxx
  314. configure:10052: result: no
  315. configure:10022: checking for arm-none-eabi-gxx
  316. configure:10052: result: no
  317. configure:10183: checking for arm-none-eabi-gcc
  318. configure:10213: result: no
  319. configure:10339: checking for arm-none-eabi-gcj
  320. configure:10369: result: no
  321. configure:10500: checking for arm-none-eabi-gfortran
  322. configure:10530: result: no
  323. configure:10661: checking for arm-none-eabi-gccgo
  324. configure:10691: result: no
  325. configure:10791: checking for ar
  326. configure:10824: result: no
  327. configure:10902: checking for arm-none-eabi-ar
  328. configure:10932: result: no
  329. configure:11021: checking for as
  330. configure:11054: result: no
  331. configure:11132: checking for arm-none-eabi-as
  332. configure:11162: result: no
  333. configure:11251: checking for dlltool
  334. configure:11284: result: no
  335. configure:11362: checking for arm-none-eabi-dlltool
  336. configure:11392: result: no
  337. configure:11481: checking for ld
  338. configure:11514: result: no
  339. configure:11592: checking for arm-none-eabi-ld
  340. configure:11622: result: no
  341. configure:11711: checking for lipo
  342. configure:11744: result: no
  343. configure:11822: checking for arm-none-eabi-lipo
  344. configure:11852: result: no
  345. configure:11941: checking for nm
  346. configure:11974: result: no
  347. configure:12052: checking for arm-none-eabi-nm
  348. configure:12082: result: no
  349. configure:12171: checking for objdump
  350. configure:12204: result: no
  351. configure:12282: checking for arm-none-eabi-objdump
  352. configure:12312: result: no
  353. configure:12401: checking for ranlib
  354. configure:12434: result: no
  355. configure:12512: checking for arm-none-eabi-ranlib
  356. configure:12542: result: no
  357. configure:12631: checking for readelf
  358. configure:12664: result: no
  359. configure:12742: checking for arm-none-eabi-readelf
  360. configure:12772: result: no
  361. configure:12861: checking for strip
  362. configure:12894: result: no
  363. configure:12972: checking for arm-none-eabi-strip
  364. configure:13002: result: no
  365. configure:13091: checking for windres
  366. configure:13124: result: no
  367. configure:13202: checking for arm-none-eabi-windres
  368. configure:13232: result: no
  369. configure:13321: checking for windmc
  370. configure:13354: result: no
  371. configure:13432: checking for arm-none-eabi-windmc
  372. configure:13462: result: no
  373. configure:13529: checking where to find the target ar
  374. configure:13566: result: pre-installed
  375. configure:13571: checking where to find the target as
  376. configure:13608: result: pre-installed
  377. configure:13613: checking where to find the target cc
  378. configure:13636: result: just compiled
  379. configure:13655: checking where to find the target c++
  380. configure:13681: result: just compiled
  381. configure:13700: checking where to find the target c++ for libstdc++
  382. configure:13726: result: just compiled
  383. configure:13745: checking where to find the target dlltool
  384. configure:13782: result: pre-installed
  385. configure:13787: checking where to find the target gcc
  386. configure:13810: result: just compiled
  387. configure:13829: checking where to find the target gcj
  388. configure:13855: result: just compiled
  389. configure:13874: checking where to find the target gfortran
  390. configure:13900: result: just compiled
  391. configure:13919: checking where to find the target gccgo
  392. configure:13959: result: pre-installed
  393. configure:13964: checking where to find the target ld
  394. configure:14001: result: pre-installed
  395. configure:14006: checking where to find the target lipo
  396. configure:14032: result: pre-installed
  397. configure:14037: checking where to find the target nm
  398. configure:14074: result: pre-installed
  399. configure:14079: checking where to find the target objdump
  400. configure:14116: result: pre-installed
  401. configure:14121: checking where to find the target ranlib
  402. configure:14158: result: pre-installed
  403. configure:14163: checking where to find the target readelf
  404. configure:14200: result: pre-installed
  405. configure:14205: checking where to find the target strip
  406. configure:14242: result: pre-installed
  407. configure:14247: checking where to find the target windres
  408. configure:14284: result: pre-installed
  409. configure:14289: checking where to find the target windmc
  410. configure:14326: result: pre-installed
  411. configure:14359: checking whether to enable maintainer-specific portions of Makefiles
  412. configure:14368: result: no
  413. configure:14401: checking whether -fkeep-inline-functions is supported
  414. configure:14420: gcc -c -g -O2 -fkeep-inline-functions conftest.c >&5
  415. configure:14420: $? = 0
  416. configure:14421: result: yes
  417. configure:14627: creating ./config.status
  418.  
  419. ## ---------------------- ##
  420. ## Running config.status. ##
  421. ## ---------------------- ##
  422.  
  423. This file was extended by config.status, which was
  424. generated by GNU Autoconf 2.64. Invocation command line was
  425.  
  426. CONFIG_FILES =
  427. CONFIG_HEADERS =
  428. CONFIG_LINKS =
  429. CONFIG_COMMANDS =
  430. $ ./config.status
  431.  
  432. on cooky
  433.  
  434. config.status:980: creating Makefile
  435.  
  436. ## ---------------- ##
  437. ## Cache variables. ##
  438. ## ---------------- ##
  439.  
  440. ac_cv_build=i686-pc-mingw32
  441. ac_cv_c_compiler_gnu=yes
  442. ac_cv_cxx_compiler_gnu=yes
  443. ac_cv_env_AR_FOR_TARGET_set=
  444. ac_cv_env_AR_FOR_TARGET_value=
  445. ac_cv_env_AR_set=
  446. ac_cv_env_AR_value=
  447. ac_cv_env_AS_FOR_TARGET_set=
  448. ac_cv_env_AS_FOR_TARGET_value=
  449. ac_cv_env_AS_set=
  450. ac_cv_env_AS_value=
  451. ac_cv_env_CCC_set=
  452. ac_cv_env_CCC_value=
  453. ac_cv_env_CC_FOR_TARGET_set=
  454. ac_cv_env_CC_FOR_TARGET_value=
  455. ac_cv_env_CC_set=
  456. ac_cv_env_CC_value=
  457. ac_cv_env_CFLAGS_set=
  458. ac_cv_env_CFLAGS_value=
  459. ac_cv_env_CPPFLAGS_set=
  460. ac_cv_env_CPPFLAGS_value=
  461. ac_cv_env_CXXFLAGS_set=
  462. ac_cv_env_CXXFLAGS_value=
  463. ac_cv_env_CXX_FOR_TARGET_set=
  464. ac_cv_env_CXX_FOR_TARGET_value=
  465. ac_cv_env_CXX_set=
  466. ac_cv_env_CXX_value=
  467. ac_cv_env_DLLTOOL_FOR_TARGET_set=
  468. ac_cv_env_DLLTOOL_FOR_TARGET_value=
  469. ac_cv_env_DLLTOOL_set=
  470. ac_cv_env_DLLTOOL_value=
  471. ac_cv_env_GCC_FOR_TARGET_set=
  472. ac_cv_env_GCC_FOR_TARGET_value=
  473. ac_cv_env_GCJ_FOR_TARGET_set=
  474. ac_cv_env_GCJ_FOR_TARGET_value=
  475. ac_cv_env_GFORTRAN_FOR_TARGET_set=
  476. ac_cv_env_GFORTRAN_FOR_TARGET_value=
  477. ac_cv_env_GOC_FOR_TARGET_set=
  478. ac_cv_env_GOC_FOR_TARGET_value=
  479. ac_cv_env_LDFLAGS_set=
  480. ac_cv_env_LDFLAGS_value=
  481. ac_cv_env_LD_FOR_TARGET_set=
  482. ac_cv_env_LD_FOR_TARGET_value=
  483. ac_cv_env_LD_set=
  484. ac_cv_env_LD_value=
  485. ac_cv_env_LIBS_set=
  486. ac_cv_env_LIBS_value=
  487. ac_cv_env_LIPO_FOR_TARGET_set=
  488. ac_cv_env_LIPO_FOR_TARGET_value=
  489. ac_cv_env_LIPO_set=
  490. ac_cv_env_LIPO_value=
  491. ac_cv_env_NM_FOR_TARGET_set=
  492. ac_cv_env_NM_FOR_TARGET_value=
  493. ac_cv_env_NM_set=
  494. ac_cv_env_NM_value=
  495. ac_cv_env_OBJCOPY_set=
  496. ac_cv_env_OBJCOPY_value=
  497. ac_cv_env_OBJDUMP_FOR_TARGET_set=
  498. ac_cv_env_OBJDUMP_FOR_TARGET_value=
  499. ac_cv_env_OBJDUMP_set=
  500. ac_cv_env_OBJDUMP_value=
  501. ac_cv_env_RANLIB_FOR_TARGET_set=
  502. ac_cv_env_RANLIB_FOR_TARGET_value=
  503. ac_cv_env_RANLIB_set=
  504. ac_cv_env_RANLIB_value=
  505. ac_cv_env_READELF_FOR_TARGET_set=
  506. ac_cv_env_READELF_FOR_TARGET_value=
  507. ac_cv_env_READELF_set=
  508. ac_cv_env_READELF_value=
  509. ac_cv_env_STRIP_FOR_TARGET_set=
  510. ac_cv_env_STRIP_FOR_TARGET_value=
  511. ac_cv_env_STRIP_set=
  512. ac_cv_env_STRIP_value=
  513. ac_cv_env_WINDMC_FOR_TARGET_set=
  514. ac_cv_env_WINDMC_FOR_TARGET_value=
  515. ac_cv_env_WINDMC_set=
  516. ac_cv_env_WINDMC_value=
  517. ac_cv_env_WINDRES_FOR_TARGET_set=
  518. ac_cv_env_WINDRES_FOR_TARGET_value=
  519. ac_cv_env_WINDRES_set=
  520. ac_cv_env_WINDRES_value=
  521. ac_cv_env_build_alias_set=
  522. ac_cv_env_build_alias_value=
  523. ac_cv_env_build_configargs_set=
  524. ac_cv_env_build_configargs_value=
  525. ac_cv_env_host_alias_set=
  526. ac_cv_env_host_alias_value=
  527. ac_cv_env_host_configargs_set=
  528. ac_cv_env_host_configargs_value=
  529. ac_cv_env_target_alias_set=set
  530. ac_cv_env_target_alias_value=arm-none-eabi
  531. ac_cv_env_target_configargs_set=
  532. ac_cv_env_target_configargs_value=
  533. ac_cv_exeext=.exe
  534. ac_cv_host=i686-pc-mingw32
  535. ac_cv_lib_pwl_PWL_handle_timeout=no
  536. ac_cv_objext=o
  537. ac_cv_path_SED=/bin/sed
  538. ac_cv_path_install='/bin/install -c'
  539. ac_cv_prog_AR=ar
  540. ac_cv_prog_AS=as
  541. ac_cv_prog_AWK=gawk
  542. ac_cv_prog_BISON=bison
  543. ac_cv_prog_DLLTOOL=dlltool
  544. ac_cv_prog_FLEX=flex
  545. ac_cv_prog_LD=d:/mingw/bin/../lib/gcc/mingw32/4.7.2/../../../../mingw32/bin/ld.exe
  546. ac_cv_prog_LEX=flex
  547. ac_cv_prog_M4=m4
  548. ac_cv_prog_MAKEINFO=makeinfo
  549. ac_cv_prog_NM=nm
  550. ac_cv_prog_OBJCOPY=objcopy
  551. ac_cv_prog_OBJDUMP=objdump
  552. ac_cv_prog_RANLIB=ranlib
  553. ac_cv_prog_READELF=readelf
  554. ac_cv_prog_STRIP=strip
  555. ac_cv_prog_WINDMC=windmc
  556. ac_cv_prog_WINDRES=windres
  557. ac_cv_prog_YACC='bison -y'
  558. ac_cv_prog_ac_ct_CC=gcc
  559. ac_cv_prog_ac_ct_CXX=g++
  560. ac_cv_prog_ac_ct_GNATBIND=gnatbind
  561. ac_cv_prog_ac_ct_GNATMAKE=gnatmake
  562. ac_cv_prog_cc_c89=
  563. ac_cv_prog_cc_g=yes
  564. ac_cv_prog_cxx_g=yes
  565. ac_cv_target=arm-none-eabi
  566. acx_cv_cc_gcc_supports_ada=yes
  567. acx_cv_prog_LN=ln
  568. gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
  569. gcc_cv_tool_dirs=/usr/local/libexec/gcc/arm-none-eabi/4.7.2:/usr/local/libexec/gcc/arm-none-eabi:/usr/lib/gcc/arm-none-eabi/4.7.2:/usr/lib/gcc/arm-none-eabi:/usr/local/arm-none-eabi/bin/arm-none-eabi/4.7.2:/usr/local/arm-none-eabi/bin:
  570. gcc_cv_tool_prefix=/usr/local
  571. lt_cv_objdir=.libs
  572.  
  573. ## ----------------- ##
  574. ## Output variables. ##
  575. ## ----------------- ##
  576.  
  577. AR='ar'
  578. AR_FOR_BUILD='$(AR)'
  579. AR_FOR_TARGET='arm-none-eabi-ar'
  580. AS='as'
  581. AS_FOR_BUILD='$(AS)'
  582. AS_FOR_TARGET='arm-none-eabi-as'
  583. AWK='gawk'
  584. BISON='bison'
  585. BUILD_CONFIG=''
  586. CC='gcc'
  587. CC_FOR_BUILD='$(CC)'
  588. CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
  589. CFLAGS='-g -O2'
  590. CFLAGS_FOR_BUILD='-g -O2'
  591. CFLAGS_FOR_TARGET='-g -O2'
  592. COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
  593. COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
  594. COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'
  595. CONFIGURE_GDB_TK=''
  596. CPPFLAGS=''
  597. CXX='g++'
  598. CXXFLAGS='-g -O2'
  599. CXXFLAGS_FOR_BUILD='-g -O2'
  600. CXXFLAGS_FOR_TARGET='-g -O2'
  601. CXX_FOR_BUILD='$(CXX)'
  602. CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/g++ -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'
  603. DEBUG_PREFIX_CFLAGS_FOR_TARGET=''
  604. DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DLT_OBJDIR=\".libs/\"'
  605. DLLTOOL='dlltool'
  606. DLLTOOL_FOR_BUILD='$(DLLTOOL)'
  607. DLLTOOL_FOR_TARGET='arm-none-eabi-dlltool'
  608. ECHO_C=''
  609. ECHO_N='-n'
  610. ECHO_T=''
  611. EXEEXT='.exe'
  612. EXPECT='expect'
  613. EXTRA_CONFIGARGS_LIBJAVA='--disable-static'
  614. FLAGS_FOR_TARGET=' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
  615. FLEX='flex'
  616. GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
  617. GCC_SHLIB_SUBDIR='/shlib'
  618. GCJ_FOR_BUILD='$(GCJ)'
  619. GCJ_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/'
  620. GDB_TK=''
  621. GFORTRAN_FOR_BUILD='$(GFORTRAN)'
  622. GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
  623. GNATBIND='gnatbind'
  624. GNATMAKE='gnatmake'
  625. GOC_FOR_BUILD='$(GOC)'
  626. GOC_FOR_TARGET='arm-none-eabi-gccgo'
  627. INSTALL_DATA='${INSTALL} -m 644'
  628. INSTALL_GDB_TK=''
  629. INSTALL_PROGRAM='${INSTALL}'
  630. INSTALL_SCRIPT='${INSTALL}'
  631. LD='d:/mingw/bin/../lib/gcc/mingw32/4.7.2/../../../../mingw32/bin/ld.exe'
  632. LDFLAGS=''
  633. LDFLAGS_FOR_BUILD=''
  634. LDFLAGS_FOR_TARGET=''
  635. LD_FOR_BUILD='$(LD)'
  636. LD_FOR_TARGET='arm-none-eabi-ld'
  637. LEX='flex'
  638. LIBOBJS=''
  639. LIBS=''
  640. LIPO='lipo'
  641. LIPO_FOR_TARGET='arm-none-eabi-lipo'
  642. LN='ln'
  643. LN_S='cp -p'
  644. LTLIBOBJS=''
  645. M4='m4'
  646. MAINT='#'
  647. MAINTAINER_MODE_FALSE=''
  648. MAINTAINER_MODE_TRUE='#'
  649. MAKEINFO='makeinfo'
  650. NM='nm'
  651. NM_FOR_BUILD='$(NM)'
  652. NM_FOR_TARGET='arm-none-eabi-nm'
  653. OBJCOPY='objcopy'
  654. OBJDUMP='objdump'
  655. OBJDUMP_FOR_TARGET='arm-none-eabi-objdump'
  656. OBJEXT='o'
  657. PACKAGE_BUGREPORT=''
  658. PACKAGE_NAME=''
  659. PACKAGE_STRING=''
  660. PACKAGE_TARNAME=''
  661. PACKAGE_URL=''
  662. PACKAGE_VERSION=''
  663. PATH_SEPARATOR=':'
  664. POSTSTAGE1_CONFIGURE_FLAGS='--enable-build-with-cxx'
  665. RANLIB='ranlib'
  666. RANLIB_FOR_BUILD='$(RANLIB)'
  667. RANLIB_FOR_TARGET='arm-none-eabi-ranlib'
  668. 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'
  669. READELF='readelf'
  670. READELF_FOR_TARGET='arm-none-eabi-readelf'
  671. RPATH_ENVVAR='PATH'
  672. RUNTEST='runtest'
  673. SED='/bin/sed'
  674. SHELL='/bin/sh'
  675. STRIP='strip'
  676. STRIP_FOR_TARGET='arm-none-eabi-strip'
  677. SYSROOT_CFLAGS_FOR_TARGET=''
  678. TOPLEVEL_CONFIGURE_ARGUMENTS='./configure --target=arm-none-eabi --with-arch=armv6 --disable-shared'
  679. WINDMC='windmc'
  680. WINDMC_FOR_BUILD='$(WINDMC)'
  681. WINDMC_FOR_TARGET='arm-none-eabi-windmc'
  682. WINDRES='windres'
  683. WINDRES_FOR_BUILD='$(WINDRES)'
  684. WINDRES_FOR_TARGET='arm-none-eabi-windres'
  685. YACC='bison -y'
  686. ac_ct_CC='gcc'
  687. ac_ct_CXX='g++'
  688. bindir='${exec_prefix}/bin'
  689. build='i686-pc-mingw32'
  690. build_alias=''
  691. build_configargs=' --cache-file=../config.cache '\''--with-arch=armv6'\'' '\''--disable-shared'\'' '\''--enable-languages=c,c++,fortran,java,lto,objc'\'' --program-transform-name='\''s&^&arm-none-eabi-&'\'' --disable-option-checking'
  692. build_configdirs=' libiberty fixincludes'
  693. build_cpu='i686'
  694. build_libsubdir='build-i686-pc-mingw32'
  695. build_noncanonical='i686-pc-mingw32'
  696. build_os='mingw32'
  697. build_subdir='build-i686-pc-mingw32'
  698. build_tooldir='${exec_prefix}/arm-none-eabi'
  699. build_vendor='pc'
  700. clooginc=''
  701. clooglibs=''
  702. compare_exclusions='gcc/cc*-checksum$(objext) | gcc/ada/*tools/*'
  703. configdirs=' intl libiberty zlib libcpp libdecnumber fixincludes gcc lto-plugin'
  704. datadir='${datarootdir}'
  705. datarootdir='${prefix}/share'
  706. do_compare='cmp --ignore-initial=16 $$f1 $$f2'
  707. docdir='${datarootdir}/doc/${PACKAGE}'
  708. dvidir='${docdir}'
  709. exec_prefix='${prefix}'
  710. extra_host_libiberty_configure_flags='--enable-shared'
  711. extra_mpc_gmp_configure_flags=''
  712. extra_mpc_mpfr_configure_flags=''
  713. extra_mpfr_configure_flags=''
  714. gmpinc=''
  715. gmplibs='-lmpc -lmpfr -lgmp'
  716. host='i686-pc-mingw32'
  717. host_alias=''
  718. host_configargs=' --cache-file=./config.cache '\''--with-arch=armv6'\'' '\''--disable-shared'\'' '\''--enable-languages=c,c++,fortran,java,lto,objc'\'' --program-transform-name='\''s&^&arm-none-eabi-&'\'' --disable-option-checking'
  719. host_cpu='i686'
  720. host_noncanonical='i686-pc-mingw32'
  721. host_os='mingw32'
  722. host_subdir='host-i686-pc-mingw32'
  723. host_vendor='pc'
  724. htmldir='${docdir}'
  725. includedir='${prefix}/include'
  726. infodir='${datarootdir}/info'
  727. libdir='${exec_prefix}/lib'
  728. libexecdir='${exec_prefix}/libexec'
  729. localedir='${datarootdir}/locale'
  730. localstatedir='${prefix}/var'
  731. mandir='${datarootdir}/man'
  732. oldincludedir='/usr/include'
  733. pdfdir='${docdir}'
  734. poststage1_ldflags='-static-libstdc++ -static-libgcc'
  735. poststage1_libs=''
  736. pplinc=''
  737. ppllibs=''
  738. prefix='/usr/local'
  739. program_transform_name='s&^&arm-none-eabi-&'
  740. psdir='${docdir}'
  741. sbindir='${exec_prefix}/sbin'
  742. sharedstatedir='${prefix}/com'
  743. stage1_cflags='-g -fkeep-inline-functions'
  744. stage1_checking='--enable-checking=yes,types'
  745. stage1_languages='c,c++,lto'
  746. stage1_ldflags=''
  747. stage1_libs=''
  748. stage2_werror_flag=''
  749. sysconfdir='${prefix}/etc'
  750. target='arm-none-eabi'
  751. target_alias='arm-none-eabi'
  752. target_configargs='--cache-file=./config.cache --enable-multilib --with-cross-host=i686-pc-mingw32 '\''--with-arch=armv6'\'' '\''--disable-shared'\'' '\''--enable-languages=c,c++,fortran,java,lto,objc'\'' --program-transform-name='\''s&^&arm-none-eabi-&'\'' --disable-option-checking'
  753. target_configdirs=' libgcc libstdc++-v3 libssp libquadmath libgfortran boehm-gc libffi zlib libjava libobjc'
  754. target_cpu='arm'
  755. target_noncanonical='arm-none-eabi'
  756. target_os='eabi'
  757. target_subdir='arm-none-eabi'
  758. target_vendor='none'
  759. tooldir='${exec_prefix}/arm-none-eabi'
  760.  
  761. ## ------------------- ##
  762. ## File substitutions. ##
  763. ## ------------------- ##
  764.  
  765. alphaieee_frag='/dev/null'
  766. host_makefile_frag='./config/mh-mingw'
  767. ospace_frag='/dev/null'
  768. serialization_dependencies='serdep.tmp'
  769. target_makefile_frag='/dev/null'
  770.  
  771. ## ----------- ##
  772. ## confdefs.h. ##
  773. ## ----------- ##
  774.  
  775. /* confdefs.h */
  776. #define PACKAGE_NAME ""
  777. #define PACKAGE_TARNAME ""
  778. #define PACKAGE_VERSION ""
  779. #define PACKAGE_STRING ""
  780. #define PACKAGE_BUGREPORT ""
  781. #define PACKAGE_URL ""
  782. #define LT_OBJDIR ".libs/"
  783.  
  784. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement