Guest User

Untitled

a guest
Oct 25th, 2015
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.94 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. $ /var/tmp/portage/cross-avr/gcc-4.9.3/work/gcc-4.9.3/configure --host=x86_64-pc-linux-gnu --target=avr --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/avr/gcc-bin/4.9.3 --includedir=/usr/lib/gcc/avr/4.9.3/include --datadir=/usr/share/gcc-data/avr/4.9.3 --mandir=/usr/share/gcc-data/avr/4.9.3/man --infodir=/usr/share/gcc-data/avr/4.9.3/info --with-gxx-include-dir=/usr/lib/gcc/avr/4.9.3/include/g++-v4 --with-python-dir=/share/gcc-data/avr/4.9.3/python --enable-languages=c,c++ --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion=Gentoo 4.9.3 --enable-libstdcxx-time --enable-poison-system-directories --enable-shared --disable-threads --disable-bootstrap --enable-multilib --disable-altivec --disable-fixed-point --disable-libgcj --disable-libgomp --disable-libmudflap --disable-libssp --disable-libcilkrts --disable-libquadmath --enable-lto --without-cloog --disable-libsanitizer
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = localhost
  14. uname -m = x86_64
  15. uname -r = 4.2.4-gentoo
  16. uname -s = Linux
  17. uname -v = #1 SMP PREEMPT Sun Oct 25 15:05:40 MSK 2015
  18.  
  19. /usr/bin/uname -p = Intel(R) Pentium(R) CPU 3550M @ 2.30GHz
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /usr/lib/portage/python3.4/ebuild-helpers/xattr
  31. PATH: /usr/lib/portage/python3.4/ebuild-helpers
  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: /opt/bin
  39. PATH: /usr/x86_64-pc-linux-gnu/gcc-bin/5.2.0
  40.  
  41.  
  42. ## ----------- ##
  43. ## Core tests. ##
  44. ## ----------- ##
  45.  
  46. configure:2167: loading site script /usr/share/config.site
  47. | #!/bin/sh
  48. | # Copyright 2009-2014 Gentoo Foundation
  49. | # Distributed under the terms of the GNU General Public License v2
  50. |
  51. | TOPDIR=/usr/share/crossdev/include/site
  52. |
  53. | config_site_arch() {
  54. | local host="${CHOST%%-*}"
  55. |
  56. | case ${host} in
  57. | arm*b*) host=armeb ;;
  58. | arm*) host=arm ;;
  59. | mips*l*) host=mipsel ;;
  60. | mips*) host=mips ;;
  61. | esac
  62. |
  63. | echo "${host}"
  64. | }
  65. |
  66. | config_site_names() {
  67. | local site_arch="$(config_site_arch)"
  68. | local sites=""
  69. | local x
  70. |
  71. | case ${CHOST} in
  72. | *-linux-*) sites="${sites} linux ${site_arch}-linux" ;;
  73. | *-darwin*) sites="${sites} darwin ${site_arch}-darwin" ;;
  74. | esac
  75. |
  76. | case ${CHOST} in
  77. | *-linux-uclibc*) sites="${sites} linux-uclibc ${site_arch}-linux-uclibc" ;;
  78. | *-linux-gnu*) sites="${sites} linux-gnu ${site_arch}-linux-gnu" ;;
  79. | esac
  80. |
  81. | case ${CHOST} in
  82. | *-linux-uclibceabi*) sites="${sites} linux-uclibceabi ${site_arch}-linux-uclibceabi" ;;
  83. | *-linux-gnueabi*) sites="${sites} linux-gnueabi ${site_arch}-linux-gnueabi" ;;
  84. | esac
  85. |
  86. | for x in ${sites} ${CHOST}; do
  87. | [ -e "${TOPDIR}/${x}" ] && echo "${TOPDIR}/${x}"
  88. | done
  89. | }
  90. |
  91. | # Only kick in for cross-compiles so we don't break native builds #427184
  92. | if [ "${CBUILD:-${CHOST}}" != "${CHOST}" ] ; then
  93. | sites="$(config_site_names)"
  94. | if [ -n "${sites}" ] ; then
  95. | for site in ${sites}; do
  96. | echo "${0##*/}: loading site script ${site}"
  97. | . "${site}"
  98. | done
  99. | fi
  100. | unset site sites
  101. | fi
  102. configure:2322: checking build system type
  103. configure:2336: result: x86_64-pc-linux-gnu
  104. configure:2383: checking host system type
  105. configure:2396: result: x86_64-pc-linux-gnu
  106. configure:2416: checking target system type
  107. configure:2429: result: avr-unknown-none
  108. configure:2483: checking for a BSD-compatible install
  109. configure:2551: result: /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c
  110. configure:2562: checking whether ln works
  111. configure:2584: result: yes
  112. configure:2588: checking whether ln -s works
  113. configure:2592: result: yes
  114. configure:2599: checking for a sed that does not truncate output
  115. configure:2663: result: /bin/sed
  116. configure:2672: checking for gawk
  117. configure:2688: found /usr/bin/gawk
  118. configure:2699: result: gawk
  119. configure:3154: checking for libatomic support
  120. configure:3160: result: no
  121. configure:3192: checking for libitm support
  122. configure:3198: result: no
  123. configure:3230: checking for libvtv support
  124. configure:3236: result: no
  125. configure:3933: checking for x86_64-pc-linux-gnu-gcc
  126. configure:3949: found /usr/bin/x86_64-pc-linux-gnu-gcc
  127. configure:3960: result: x86_64-pc-linux-gnu-gcc
  128. configure:4229: checking for C compiler version
  129. configure:4238: x86_64-pc-linux-gnu-gcc --version >&5
  130. x86_64-pc-linux-gnu-gcc (Gentoo 5.2.0 p1.2, pie-0.6.4) 5.2.0
  131. Copyright (C) 2015 Free Software Foundation, Inc.
  132. This is free software; see the source for copying conditions. There is NO
  133. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  134.  
  135. configure:4249: $? = 0
  136. configure:4238: x86_64-pc-linux-gnu-gcc -v >&5
  137. Using built-in specs.
  138. COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/5.2.0/x86_64-pc-linux-gnu-gcc
  139. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/5.2.0/lto-wrapper
  140. Target: x86_64-pc-linux-gnu
  141. Configured with: /var/tmp/portage/sys-devel/gcc-5.2.0/work/gcc-5.2.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/5.2.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/5.2.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/5.2.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/5.2.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/5.2.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/5.2.0/include/g++-v5 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/5.2.0/python --enable-languages=c,c++ --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 5.2.0 p1.2, pie-0.6.4' --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --disable-multilib --with-multilib-list=m64 --disable-altivec --disable-fixed-point --enable-targets=all --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --disable-libcilkrts --disable-libquadmath --enable-lto --without-isl --enable-libsanitizer
  142. Thread model: posix
  143. gcc version 5.2.0 (Gentoo 5.2.0 p1.2, pie-0.6.4)
  144. configure:4249: $? = 0
  145. configure:4238: x86_64-pc-linux-gnu-gcc -V >&5
  146. x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-V'
  147. x86_64-pc-linux-gnu-gcc: fatal error: no input files
  148. compilation terminated.
  149. configure:4249: $? = 1
  150. configure:4238: x86_64-pc-linux-gnu-gcc -qversion >&5
  151. x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-qversion'
  152. x86_64-pc-linux-gnu-gcc: fatal error: no input files
  153. compilation terminated.
  154. configure:4249: $? = 1
  155. configure:4269: checking for C compiler default output file name
  156. configure:4291: x86_64-pc-linux-gnu-gcc -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5
  157. configure:4295: $? = 0
  158. configure:4332: result: a.out
  159. configure:4348: checking whether the C compiler works
  160. configure:4357: ./a.out
  161. configure:4361: $? = 0
  162. configure:4376: result: yes
  163. configure:4383: checking whether we are cross compiling
  164. configure:4385: result: no
  165. configure:4388: checking for suffix of executables
  166. configure:4395: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5
  167. configure:4399: $? = 0
  168. configure:4421: result:
  169. configure:4427: checking for suffix of object files
  170. configure:4449: x86_64-pc-linux-gnu-gcc -c -O2 -pipe conftest.c >&5
  171. configure:4453: $? = 0
  172. configure:4474: result: o
  173. configure:4478: checking whether we are using the GNU C compiler
  174. configure:4497: x86_64-pc-linux-gnu-gcc -c -O2 -pipe conftest.c >&5
  175. configure:4497: $? = 0
  176. configure:4506: result: yes
  177. configure:4515: checking whether x86_64-pc-linux-gnu-gcc accepts -g
  178. configure:4535: x86_64-pc-linux-gnu-gcc -c -g conftest.c >&5
  179. configure:4535: $? = 0
  180. configure:4576: result: yes
  181. configure:4593: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89
  182. configure:4657: x86_64-pc-linux-gnu-gcc -c -O2 -pipe conftest.c >&5
  183. configure:4657: $? = 0
  184. configure:4670: result: none needed
  185. configure:4704: checking for x86_64-pc-linux-gnu-g++
  186. configure:4720: found /usr/bin/x86_64-pc-linux-gnu-g++
  187. configure:4731: result: x86_64-pc-linux-gnu-g++
  188. configure:4802: checking for C++ compiler version
  189. configure:4811: x86_64-pc-linux-gnu-g++ --version >&5
  190. x86_64-pc-linux-gnu-g++ (Gentoo 5.2.0 p1.2, pie-0.6.4) 5.2.0
  191. Copyright (C) 2015 Free Software Foundation, Inc.
  192. This is free software; see the source for copying conditions. There is NO
  193. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  194.  
  195. configure:4822: $? = 0
  196. configure:4811: x86_64-pc-linux-gnu-g++ -v >&5
  197. Using built-in specs.
  198. COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/5.2.0/x86_64-pc-linux-gnu-g++
  199. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/5.2.0/lto-wrapper
  200. Target: x86_64-pc-linux-gnu
  201. Configured with: /var/tmp/portage/sys-devel/gcc-5.2.0/work/gcc-5.2.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/5.2.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/5.2.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/5.2.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/5.2.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/5.2.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/5.2.0/include/g++-v5 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/5.2.0/python --enable-languages=c,c++ --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 5.2.0 p1.2, pie-0.6.4' --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --disable-multilib --with-multilib-list=m64 --disable-altivec --disable-fixed-point --enable-targets=all --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --disable-libcilkrts --disable-libquadmath --enable-lto --without-isl --enable-libsanitizer
  202. Thread model: posix
  203. gcc version 5.2.0 (Gentoo 5.2.0 p1.2, pie-0.6.4)
  204. configure:4822: $? = 0
  205. configure:4811: x86_64-pc-linux-gnu-g++ -V >&5
  206. x86_64-pc-linux-gnu-g++: error: unrecognized command line option '-V'
  207. x86_64-pc-linux-gnu-g++: fatal error: no input files
  208. compilation terminated.
  209. configure:4822: $? = 1
  210. configure:4811: x86_64-pc-linux-gnu-g++ -qversion >&5
  211. x86_64-pc-linux-gnu-g++: error: unrecognized command line option '-qversion'
  212. x86_64-pc-linux-gnu-g++: fatal error: no input files
  213. compilation terminated.
  214. configure:4822: $? = 1
  215. configure:4826: checking whether we are using the GNU C++ compiler
  216. configure:4845: x86_64-pc-linux-gnu-g++ -c conftest.cpp >&5
  217. configure:4845: $? = 0
  218. configure:4854: result: yes
  219. configure:4863: checking whether x86_64-pc-linux-gnu-g++ accepts -g
  220. configure:4883: x86_64-pc-linux-gnu-g++ -c -g conftest.cpp >&5
  221. configure:4883: $? = 0
  222. configure:4924: result: yes
  223. configure:4973: checking whether g++ accepts -static-libstdc++ -static-libgcc
  224. configure:4990: x86_64-pc-linux-gnu-g++ -o conftest -Wl,-O1 -Wl,--as-needed -static-libstdc++ -static-libgcc conftest.cpp >&5
  225. configure:4990: $? = 0
  226. configure:4991: result: yes
  227. configure:5015: checking for x86_64-pc-linux-gnu-gnatbind
  228. configure:5045: result: no
  229. configure:5055: checking for gnatbind
  230. configure:5085: result: no
  231. configure:5107: checking for x86_64-pc-linux-gnu-gnatmake
  232. configure:5137: result: no
  233. configure:5147: checking for gnatmake
  234. configure:5177: result: no
  235. configure:5196: checking whether compiler driver understands Ada
  236. configure:5219: result: no
  237. configure:5228: checking how to compare bootstrapped objects
  238. configure:5253: result: cmp --ignore-initial=16 $$f1 $$f2
  239. configure:5307: checking for objdir
  240. configure:5322: result: .libs
  241. configure:5496: checking for the correct version of gmp.h
  242. configure:5516: x86_64-pc-linux-gnu-gcc -c -O2 -pipe conftest.c >&5
  243. configure:5516: $? = 0
  244. configure:5534: x86_64-pc-linux-gnu-gcc -c -O2 -pipe conftest.c >&5
  245. configure:5534: $? = 0
  246. configure:5535: result: yes
  247. configure:5551: checking for the correct version of mpfr.h
  248. configure:5569: x86_64-pc-linux-gnu-gcc -c -O2 -pipe conftest.c >&5
  249. configure:5569: $? = 0
  250. configure:5586: x86_64-pc-linux-gnu-gcc -c -O2 -pipe conftest.c >&5
  251. configure:5586: $? = 0
  252. configure:5587: result: yes
  253. configure:5604: checking for the correct version of mpc.h
  254. configure:5621: x86_64-pc-linux-gnu-gcc -c -O2 -pipe conftest.c >&5
  255. configure:5621: $? = 0
  256. configure:5637: x86_64-pc-linux-gnu-gcc -c -O2 -pipe conftest.c >&5
  257. configure:5637: $? = 0
  258. configure:5638: result: yes
  259. configure:5656: checking for the correct version of the gmp/mpfr/mpc libraries
  260. configure:5687: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lmpc -lmpfr -lgmp >&5
  261. configure:5687: $? = 0
  262. configure:5688: result: yes
  263. configure:7161: checking for default BUILD_CONFIG
  264. configure:7193: result:
  265. configure:7198: checking for --enable-vtable-verify
  266. configure:7211: result: no
  267. configure:7800: checking for bison
  268. configure:7816: found /usr/bin/bison
  269. configure:7827: result: bison -y
  270. configure:7847: checking for bison
  271. configure:7863: found /usr/bin/bison
  272. configure:7874: result: bison
  273. configure:7894: checking for gm4
  274. configure:7924: result: no
  275. configure:7894: checking for gnum4
  276. configure:7924: result: no
  277. configure:7894: checking for m4
  278. configure:7910: found /usr/bin/m4
  279. configure:7921: result: m4
  280. configure:7941: checking for flex
  281. configure:7957: found /usr/bin/flex
  282. configure:7968: result: flex
  283. configure:7989: checking for flex
  284. configure:8005: found /usr/bin/flex
  285. configure:8016: result: flex
  286. configure:8036: checking for makeinfo
  287. configure:8052: found /usr/bin/makeinfo
  288. configure:8063: result: makeinfo
  289. configure:8097: checking for expect
  290. configure:8127: result: no
  291. configure:8146: checking for runtest
  292. configure:8176: result: no
  293. configure:8252: checking for x86_64-pc-linux-gnu-ar
  294. configure:8268: found /usr/bin/x86_64-pc-linux-gnu-ar
  295. configure:8279: result: x86_64-pc-linux-gnu-ar
  296. configure:8393: checking for x86_64-pc-linux-gnu-as
  297. configure:8409: found /usr/bin/x86_64-pc-linux-gnu-as
  298. configure:8420: result: x86_64-pc-linux-gnu-as
  299. configure:8534: checking for x86_64-pc-linux-gnu-dlltool
  300. configure:8564: result: no
  301. configure:8573: checking for dlltool
  302. configure:8603: result: no
  303. configure:8633: checking for ld
  304. configure:8660: result: /usr/lib/gcc/x86_64-pc-linux-gnu/5.2.0/../../../../x86_64-pc-linux-gnu/bin/ld
  305. configure:8675: checking for x86_64-pc-linux-gnu-ld
  306. configure:8702: result: /usr/lib/gcc/x86_64-pc-linux-gnu/5.2.0/../../../../x86_64-pc-linux-gnu/bin/ld
  307. configure:8816: checking for x86_64-pc-linux-gnu-lipo
  308. configure:8846: result: no
  309. configure:8855: checking for lipo
  310. configure:8885: result: no
  311. configure:8957: checking for x86_64-pc-linux-gnu-nm
  312. configure:8973: found /usr/bin/x86_64-pc-linux-gnu-nm
  313. configure:8984: result: x86_64-pc-linux-gnu-nm
  314. configure:9098: checking for x86_64-pc-linux-gnu-ranlib
  315. configure:9114: found /usr/bin/x86_64-pc-linux-gnu-ranlib
  316. configure:9125: result: x86_64-pc-linux-gnu-ranlib
  317. configure:9234: checking for x86_64-pc-linux-gnu-strip
  318. configure:9250: found /usr/bin/x86_64-pc-linux-gnu-strip
  319. configure:9261: result: x86_64-pc-linux-gnu-strip
  320. configure:9370: checking for x86_64-pc-linux-gnu-windres
  321. configure:9400: result: no
  322. configure:9409: checking for windres
  323. configure:9439: result: no
  324. configure:9511: checking for x86_64-pc-linux-gnu-windmc
  325. configure:9541: result: no
  326. configure:9550: checking for windmc
  327. configure:9580: result: no
  328. configure:9652: checking for x86_64-pc-linux-gnu-objcopy
  329. configure:9668: found /usr/bin/x86_64-pc-linux-gnu-objcopy
  330. configure:9679: result: x86_64-pc-linux-gnu-objcopy
  331. configure:9793: checking for x86_64-pc-linux-gnu-objdump
  332. configure:9809: found /usr/bin/x86_64-pc-linux-gnu-objdump
  333. configure:9820: result: x86_64-pc-linux-gnu-objdump
  334. configure:9934: checking for x86_64-pc-linux-gnu-readelf
  335. configure:9950: found /usr/bin/x86_64-pc-linux-gnu-readelf
  336. configure:9961: result: x86_64-pc-linux-gnu-readelf
  337. configure:10114: checking for avr-cc
  338. configure:10144: result: no
  339. configure:10114: checking for avr-gcc
  340. configure:10144: result: no
  341. configure:10275: checking for avr-c++
  342. configure:10305: result: no
  343. configure:10275: checking for avr-g++
  344. configure:10305: result: no
  345. configure:10275: checking for avr-cxx
  346. configure:10305: result: no
  347. configure:10275: checking for avr-gxx
  348. configure:10305: result: no
  349. configure:10436: checking for avr-gcc
  350. configure:10466: result: no
  351. configure:10592: checking for avr-gcj
  352. configure:10622: result: no
  353. configure:10753: checking for avr-gfortran
  354. configure:10783: result: no
  355. configure:10914: checking for avr-gccgo
  356. configure:10944: result: no
  357. configure:11044: checking for ar
  358. configure:11074: result: /usr/bin/avr-ar
  359. configure:11274: checking for as
  360. configure:11304: result: /usr/bin/avr-as
  361. configure:11504: checking for dlltool
  362. configure:11522: found /usr/libexec/gcc/avr/dlltool
  363. configure:11534: result: /usr/libexec/gcc/avr/dlltool
  364. configure:11734: checking for ld
  365. configure:11764: result: /usr/bin/avr-ld
  366. configure:11964: checking for lipo
  367. configure:11997: result: no
  368. configure:12075: checking for avr-lipo
  369. configure:12105: result: no
  370. configure:12194: checking for nm
  371. configure:12224: result: /usr/bin/avr-nm
  372. configure:12424: checking for objdump
  373. configure:12454: result: /usr/bin/avr-objdump
  374. configure:12654: checking for ranlib
  375. configure:12684: result: /usr/bin/avr-ranlib
  376. configure:12884: checking for readelf
  377. configure:12914: result: /usr/bin/avr-readelf
  378. configure:13114: checking for strip
  379. configure:13144: result: /usr/bin/avr-strip
  380. configure:13344: checking for windres
  381. configure:13362: found /usr/libexec/gcc/avr/windres
  382. configure:13374: result: /usr/libexec/gcc/avr/windres
  383. configure:13574: checking for windmc
  384. configure:13592: found /usr/libexec/gcc/avr/windmc
  385. configure:13604: result: /usr/libexec/gcc/avr/windmc
  386. configure:13782: checking where to find the target ar
  387. configure:13810: result: pre-installed in /usr/bin
  388. configure:13824: checking where to find the target as
  389. configure:13852: result: pre-installed in /usr/bin
  390. configure:13866: checking where to find the target cc
  391. configure:13889: result: just compiled
  392. configure:13908: checking where to find the target c++
  393. configure:13934: result: just compiled
  394. configure:13953: checking where to find the target c++ for libstdc++
  395. configure:13979: result: just compiled
  396. configure:13998: checking where to find the target dlltool
  397. configure:14026: result: pre-installed in /usr/libexec/gcc/avr
  398. configure:14040: checking where to find the target gcc
  399. configure:14063: result: just compiled
  400. configure:14082: checking where to find the target gcj
  401. configure:14122: result: pre-installed
  402. configure:14127: checking where to find the target gfortran
  403. configure:14167: result: pre-installed
  404. configure:14172: checking where to find the target gccgo
  405. configure:14212: result: pre-installed
  406. configure:14217: checking where to find the target ld
  407. configure:14245: result: pre-installed in /usr/bin
  408. configure:14259: checking where to find the target lipo
  409. configure:14285: result: pre-installed
  410. configure:14290: checking where to find the target nm
  411. configure:14318: result: pre-installed in /usr/bin
  412. configure:14332: checking where to find the target objdump
  413. configure:14360: result: pre-installed in /usr/bin
  414. configure:14374: checking where to find the target ranlib
  415. configure:14402: result: pre-installed in /usr/bin
  416. configure:14416: checking where to find the target readelf
  417. configure:14444: result: pre-installed in /usr/bin
  418. configure:14458: checking where to find the target strip
  419. configure:14486: result: pre-installed in /usr/bin
  420. configure:14500: checking where to find the target windres
  421. configure:14528: result: pre-installed in /usr/libexec/gcc/avr
  422. configure:14542: checking where to find the target windmc
  423. configure:14570: result: pre-installed in /usr/libexec/gcc/avr
  424. configure:14612: checking whether to enable maintainer-specific portions of Makefiles
  425. configure:14621: result: no
  426. configure:14842: creating ./config.status
  427.  
  428. ## ---------------------- ##
  429. ## Running config.status. ##
  430. ## ---------------------- ##
  431.  
  432. This file was extended by config.status, which was
  433. generated by GNU Autoconf 2.64. Invocation command line was
  434.  
  435. CONFIG_FILES =
  436. CONFIG_HEADERS =
  437. CONFIG_LINKS =
  438. CONFIG_COMMANDS =
  439. $ ./config.status
  440.  
  441. on localhost
  442.  
  443. config.status:969: creating Makefile
  444.  
  445. ## ---------------- ##
  446. ## Cache variables. ##
  447. ## ---------------- ##
  448.  
  449. ac_cv_build=x86_64-pc-linux-gnu
  450. ac_cv_c_compiler_gnu=yes
  451. ac_cv_cxx_compiler_gnu=yes
  452. ac_cv_env_AR_FOR_TARGET_set=set
  453. ac_cv_env_AR_FOR_TARGET_value=/usr/bin/avr-ar
  454. ac_cv_env_AR_set=
  455. ac_cv_env_AR_value=
  456. ac_cv_env_AS_FOR_TARGET_set=set
  457. ac_cv_env_AS_FOR_TARGET_value=/usr/bin/avr-as
  458. ac_cv_env_AS_set=
  459. ac_cv_env_AS_value=
  460. ac_cv_env_CCC_set=
  461. ac_cv_env_CCC_value=
  462. ac_cv_env_CC_FOR_TARGET_set=
  463. ac_cv_env_CC_FOR_TARGET_value=
  464. ac_cv_env_CC_set=
  465. ac_cv_env_CC_value=
  466. ac_cv_env_CFLAGS_set=set
  467. ac_cv_env_CFLAGS_value='-O2 -pipe'
  468. ac_cv_env_CPPFLAGS_set=set
  469. ac_cv_env_CPPFLAGS_value=
  470. ac_cv_env_CXXFLAGS_set=set
  471. ac_cv_env_CXXFLAGS_value=
  472. ac_cv_env_CXX_FOR_TARGET_set=
  473. ac_cv_env_CXX_FOR_TARGET_value=
  474. ac_cv_env_CXX_set=
  475. ac_cv_env_CXX_value=
  476. ac_cv_env_DLLTOOL_FOR_TARGET_set=
  477. ac_cv_env_DLLTOOL_FOR_TARGET_value=
  478. ac_cv_env_DLLTOOL_set=
  479. ac_cv_env_DLLTOOL_value=
  480. ac_cv_env_GCC_FOR_TARGET_set=
  481. ac_cv_env_GCC_FOR_TARGET_value=
  482. ac_cv_env_GCJ_FOR_TARGET_set=
  483. ac_cv_env_GCJ_FOR_TARGET_value=
  484. ac_cv_env_GFORTRAN_FOR_TARGET_set=
  485. ac_cv_env_GFORTRAN_FOR_TARGET_value=
  486. ac_cv_env_GOC_FOR_TARGET_set=
  487. ac_cv_env_GOC_FOR_TARGET_value=
  488. ac_cv_env_LDFLAGS_set=set
  489. ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed'
  490. ac_cv_env_LD_FOR_TARGET_set=set
  491. ac_cv_env_LD_FOR_TARGET_value=/usr/bin/avr-ld
  492. ac_cv_env_LD_set=
  493. ac_cv_env_LD_value=
  494. ac_cv_env_LIBS_set=
  495. ac_cv_env_LIBS_value=
  496. ac_cv_env_LIPO_FOR_TARGET_set=
  497. ac_cv_env_LIPO_FOR_TARGET_value=
  498. ac_cv_env_LIPO_set=
  499. ac_cv_env_LIPO_value=
  500. ac_cv_env_NM_FOR_TARGET_set=set
  501. ac_cv_env_NM_FOR_TARGET_value=/usr/bin/avr-nm
  502. ac_cv_env_NM_set=
  503. ac_cv_env_NM_value=
  504. ac_cv_env_OBJCOPY_set=
  505. ac_cv_env_OBJCOPY_value=
  506. ac_cv_env_OBJDUMP_FOR_TARGET_set=set
  507. ac_cv_env_OBJDUMP_FOR_TARGET_value=/usr/bin/avr-objdump
  508. ac_cv_env_OBJDUMP_set=
  509. ac_cv_env_OBJDUMP_value=
  510. ac_cv_env_RANLIB_FOR_TARGET_set=set
  511. ac_cv_env_RANLIB_FOR_TARGET_value=/usr/bin/avr-ranlib
  512. ac_cv_env_RANLIB_set=
  513. ac_cv_env_RANLIB_value=
  514. ac_cv_env_READELF_FOR_TARGET_set=set
  515. ac_cv_env_READELF_FOR_TARGET_value=/usr/bin/avr-readelf
  516. ac_cv_env_READELF_set=
  517. ac_cv_env_READELF_value=
  518. ac_cv_env_STRIP_FOR_TARGET_set=set
  519. ac_cv_env_STRIP_FOR_TARGET_value=/usr/bin/avr-strip
  520. ac_cv_env_STRIP_set=
  521. ac_cv_env_STRIP_value=
  522. ac_cv_env_WINDMC_FOR_TARGET_set=
  523. ac_cv_env_WINDMC_FOR_TARGET_value=
  524. ac_cv_env_WINDMC_set=
  525. ac_cv_env_WINDMC_value=
  526. ac_cv_env_WINDRES_FOR_TARGET_set=
  527. ac_cv_env_WINDRES_FOR_TARGET_value=
  528. ac_cv_env_WINDRES_set=
  529. ac_cv_env_WINDRES_value=
  530. ac_cv_env_build_alias_set=set
  531. ac_cv_env_build_alias_value=x86_64-pc-linux-gnu
  532. ac_cv_env_build_configargs_set=
  533. ac_cv_env_build_configargs_value=
  534. ac_cv_env_host_alias_set=set
  535. ac_cv_env_host_alias_value=x86_64-pc-linux-gnu
  536. ac_cv_env_host_configargs_set=
  537. ac_cv_env_host_configargs_value=
  538. ac_cv_env_target_alias_set=set
  539. ac_cv_env_target_alias_value=avr
  540. ac_cv_env_target_configargs_set=
  541. ac_cv_env_target_configargs_value=
  542. ac_cv_have_x='have_x=yes ac_x_includes= ac_x_libraries='
  543. ac_cv_host=x86_64-pc-linux-gnu
  544. ac_cv_objext=o
  545. ac_cv_path_AR_FOR_TARGET=/usr/bin/avr-ar
  546. ac_cv_path_AS_FOR_TARGET=/usr/bin/avr-as
  547. ac_cv_path_DLLTOOL_FOR_TARGET=/usr/libexec/gcc/avr/dlltool
  548. ac_cv_path_LD_FOR_TARGET=/usr/bin/avr-ld
  549. ac_cv_path_NM_FOR_TARGET=/usr/bin/avr-nm
  550. ac_cv_path_OBJDUMP_FOR_TARGET=/usr/bin/avr-objdump
  551. ac_cv_path_RANLIB_FOR_TARGET=/usr/bin/avr-ranlib
  552. ac_cv_path_READELF_FOR_TARGET=/usr/bin/avr-readelf
  553. ac_cv_path_SED=/bin/sed
  554. ac_cv_path_STRIP_FOR_TARGET=/usr/bin/avr-strip
  555. ac_cv_path_WINDMC_FOR_TARGET=/usr/libexec/gcc/avr/windmc
  556. ac_cv_path_WINDRES_FOR_TARGET=/usr/libexec/gcc/avr/windres
  557. ac_cv_path_install='/usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c'
  558. ac_cv_prog_AR=x86_64-pc-linux-gnu-ar
  559. ac_cv_prog_AS=x86_64-pc-linux-gnu-as
  560. ac_cv_prog_AWK=gawk
  561. ac_cv_prog_BISON=bison
  562. ac_cv_prog_CC=x86_64-pc-linux-gnu-gcc
  563. ac_cv_prog_CXX=x86_64-pc-linux-gnu-g++
  564. ac_cv_prog_FLEX=flex
  565. ac_cv_prog_LD=/usr/lib/gcc/x86_64-pc-linux-gnu/5.2.0/../../../../x86_64-pc-linux-gnu/bin/ld
  566. ac_cv_prog_LEX=flex
  567. ac_cv_prog_M4=m4
  568. ac_cv_prog_MAKEINFO=makeinfo
  569. ac_cv_prog_NM=x86_64-pc-linux-gnu-nm
  570. ac_cv_prog_OBJCOPY=x86_64-pc-linux-gnu-objcopy
  571. ac_cv_prog_OBJDUMP=x86_64-pc-linux-gnu-objdump
  572. ac_cv_prog_RANLIB=x86_64-pc-linux-gnu-ranlib
  573. ac_cv_prog_READELF=x86_64-pc-linux-gnu-readelf
  574. ac_cv_prog_STRIP=x86_64-pc-linux-gnu-strip
  575. ac_cv_prog_YACC='bison -y'
  576. ac_cv_prog_cc_c89=
  577. ac_cv_prog_cc_g=yes
  578. ac_cv_prog_cxx_g=yes
  579. ac_cv_target=avr-unknown-none
  580. acx_cv_cc_gcc_supports_ada=no
  581. acx_cv_prog_LN=ln
  582. gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
  583. gcc_cv_prog_makeinfo_modern=no
  584. gcc_cv_tool_dirs=/usr/libexec/gcc/avr/4.9.3:/usr/libexec/gcc/avr:/usr/lib/gcc/avr/4.9.3:/usr/lib/gcc/avr:/usr/avr/bin/avr/4.9.3:/usr/avr/bin:
  585. gcc_cv_tool_prefix=/usr
  586. lt_cv_objdir=.libs
  587.  
  588. ## ----------------- ##
  589. ## Output variables. ##
  590. ## ----------------- ##
  591.  
  592. AR='x86_64-pc-linux-gnu-ar'
  593. AR_FOR_BUILD='$(AR)'
  594. AR_FOR_TARGET='/usr/bin/avr-ar'
  595. AS='x86_64-pc-linux-gnu-as'
  596. AS_FOR_BUILD='$(AS)'
  597. AS_FOR_TARGET='/usr/bin/avr-as'
  598. AWK='gawk'
  599. BISON='bison'
  600. BUILD_CONFIG=''
  601. CC='x86_64-pc-linux-gnu-gcc'
  602. CC_FOR_BUILD='$(CC)'
  603. CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
  604. CFLAGS='-O2 -pipe'
  605. CFLAGS_FOR_BUILD='-O2 -pipe'
  606. CFLAGS_FOR_TARGET='-g -O2 -pipe'
  607. COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
  608. COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
  609. COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'
  610. CONFIGURE_GDB_TK=''
  611. CPPFLAGS=''
  612. CXX='x86_64-pc-linux-gnu-g++'
  613. CXXFLAGS=''
  614. CXXFLAGS_FOR_BUILD=''
  615. CXXFLAGS_FOR_TARGET='-g -O2 '
  616. CXX_FOR_BUILD='$(CXX)'
  617. 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'
  618. DEBUG_PREFIX_CFLAGS_FOR_TARGET=''
  619. DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DLT_OBJDIR=\".libs/\"'
  620. DLLTOOL='dlltool'
  621. DLLTOOL_FOR_BUILD='$(DLLTOOL)'
  622. DLLTOOL_FOR_TARGET='/usr/libexec/gcc/avr/dlltool'
  623. ECHO_C=''
  624. ECHO_N='-n'
  625. ECHO_T=''
  626. EXEEXT=''
  627. EXPECT='expect'
  628. EXTRA_CONFIGARGS_LIBJAVA='--disable-static'
  629. FLAGS_FOR_TARGET=' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
  630. FLEX='flex'
  631. GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
  632. GCC_SHLIB_SUBDIR=''
  633. GCJ_FOR_BUILD='$(GCJ)'
  634. GCJ_FOR_TARGET='avr-gcj'
  635. GDB_TK=''
  636. GFORTRAN_FOR_BUILD='$(GFORTRAN)'
  637. GFORTRAN_FOR_TARGET='avr-gfortran'
  638. GNATBIND='no'
  639. GNATMAKE='no'
  640. GOC_FOR_BUILD='$(GOC)'
  641. GOC_FOR_TARGET='avr-gccgo'
  642. INSTALL_DATA='${INSTALL} -m 644'
  643. INSTALL_GDB_TK=''
  644. INSTALL_PROGRAM='${INSTALL}'
  645. INSTALL_SCRIPT='${INSTALL}'
  646. LD='/usr/lib/gcc/x86_64-pc-linux-gnu/5.2.0/../../../../x86_64-pc-linux-gnu/bin/ld'
  647. LDFLAGS='-Wl,-O1 -Wl,--as-needed'
  648. LDFLAGS_FOR_BUILD='-Wl,-O1 -Wl,--as-needed'
  649. LDFLAGS_FOR_TARGET=''
  650. LD_FOR_BUILD='$(LD)'
  651. LD_FOR_TARGET='/usr/bin/avr-ld'
  652. LEX='flex'
  653. LIBOBJS=''
  654. LIBS=''
  655. LIPO='lipo'
  656. LIPO_FOR_TARGET='avr-lipo'
  657. LN='ln'
  658. LN_S='ln -s'
  659. LTLIBOBJS=''
  660. M4='m4'
  661. MAINT='#'
  662. MAINTAINER_MODE_FALSE=''
  663. MAINTAINER_MODE_TRUE='#'
  664. MAKEINFO='makeinfo'
  665. NM='x86_64-pc-linux-gnu-nm'
  666. NM_FOR_BUILD='$(NM)'
  667. NM_FOR_TARGET='/usr/bin/avr-nm'
  668. OBJCOPY='x86_64-pc-linux-gnu-objcopy'
  669. OBJDUMP='x86_64-pc-linux-gnu-objdump'
  670. OBJDUMP_FOR_TARGET='/usr/bin/avr-objdump'
  671. OBJEXT='o'
  672. PACKAGE_BUGREPORT=''
  673. PACKAGE_NAME=''
  674. PACKAGE_STRING=''
  675. PACKAGE_TARNAME=''
  676. PACKAGE_URL=''
  677. PACKAGE_VERSION=''
  678. PATH_SEPARATOR=':'
  679. RANLIB='x86_64-pc-linux-gnu-ranlib'
  680. RANLIB_FOR_BUILD='$(RANLIB)'
  681. RANLIB_FOR_TARGET='/usr/bin/avr-ranlib'
  682. 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'
  683. READELF='x86_64-pc-linux-gnu-readelf'
  684. READELF_FOR_TARGET='/usr/bin/avr-readelf'
  685. RPATH_ENVVAR='LD_LIBRARY_PATH'
  686. RUNTEST='runtest'
  687. SED='/bin/sed'
  688. SHELL='/bin/bash'
  689. STRIP='x86_64-pc-linux-gnu-strip'
  690. STRIP_FOR_TARGET='/usr/bin/avr-strip'
  691. SYSROOT_CFLAGS_FOR_TARGET=''
  692. TOPLEVEL_CONFIGURE_ARGUMENTS='/var/tmp/portage/cross-avr/gcc-4.9.3/work/gcc-4.9.3/configure --host=x86_64-pc-linux-gnu --target=avr --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/avr/gcc-bin/4.9.3 --includedir=/usr/lib/gcc/avr/4.9.3/include --datadir=/usr/share/gcc-data/avr/4.9.3 --mandir=/usr/share/gcc-data/avr/4.9.3/man --infodir=/usr/share/gcc-data/avr/4.9.3/info --with-gxx-include-dir=/usr/lib/gcc/avr/4.9.3/include/g++-v4 --with-python-dir=/share/gcc-data/avr/4.9.3/python --enable-languages=c,c++ --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='\''Gentoo 4.9.3'\'' --enable-libstdcxx-time --enable-poison-system-directories --enable-shared --disable-threads --disable-bootstrap --enable-multilib --disable-altivec --disable-fixed-point --disable-libgcj --disable-libgomp --disable-libmudflap --disable-libssp --disable-libcilkrts --disable-libquadmath --enable-lto --without-cloog --disable-libsanitizer'
  693. WINDMC='windmc'
  694. WINDMC_FOR_BUILD='$(WINDMC)'
  695. WINDMC_FOR_TARGET='/usr/libexec/gcc/avr/windmc'
  696. WINDRES='windres'
  697. WINDRES_FOR_BUILD='$(WINDRES)'
  698. WINDRES_FOR_TARGET='/usr/libexec/gcc/avr/windres'
  699. YACC='bison -y'
  700. ac_ct_CC=''
  701. ac_ct_CXX=''
  702. bindir='/usr/x86_64-pc-linux-gnu/avr/gcc-bin/4.9.3'
  703. build='x86_64-pc-linux-gnu'
  704. build_alias='x86_64-pc-linux-gnu'
  705. build_configargs=' --cache-file=../config.cache '\''--prefix=/usr'\'' '\''--bindir=/usr/x86_64-pc-linux-gnu/avr/gcc-bin/4.9.3'\'' '\''--includedir=/usr/lib/gcc/avr/4.9.3/include'\'' '\''--datadir=/usr/share/gcc-data/avr/4.9.3'\'' '\''--mandir=/usr/share/gcc-data/avr/4.9.3/man'\'' '\''--infodir=/usr/share/gcc-data/avr/4.9.3/info'\'' '\''--with-gxx-include-dir=/usr/lib/gcc/avr/4.9.3/include/g++-v4'\'' '\''--with-python-dir=/share/gcc-data/avr/4.9.3/python'\'' '\''--enable-obsolete'\'' '\''--enable-secureplt'\'' '\''--disable-werror'\'' '\''--with-system-zlib'\'' '\''--enable-nls'\'' '\''--without-included-gettext'\'' '\''--enable-checking=release'\'' '\''--with-bugurl=https://bugs.gentoo.org/'\'' '\''--with-pkgversion=Gentoo 4.9.3'\'' '\''--enable-libstdcxx-time'\'' '\''--enable-poison-system-directories'\'' '\''--enable-shared'\'' '\''--disable-threads'\'' '\''--disable-bootstrap'\'' '\''--enable-multilib'\'' '\''--disable-altivec'\'' '\''--disable-fixed-point'\'' '\''--disable-libgcj'\'' '\''--disable-libgomp'\'' '\''--disable-libmudflap'\'' '\''--disable-libssp'\'' '\''--disable-libcilkrts'\'' '\''--disable-libquadmath'\'' '\''--enable-lto'\'' '\''--without-cloog'\'' '\''--disable-libsanitizer'\'' '\''--enable-languages=c,c++,lto'\'' --program-transform-name='\''s&^&avr-&'\'' --disable-option-checking'
  706. build_configdirs=' libiberty fixincludes'
  707. build_cpu='x86_64'
  708. build_libsubdir='build-x86_64-pc-linux-gnu'
  709. build_noncanonical='x86_64-pc-linux-gnu'
  710. build_os='linux-gnu'
  711. build_subdir='build-x86_64-pc-linux-gnu'
  712. build_tooldir='${exec_prefix}/avr'
  713. build_vendor='pc'
  714. clooginc=''
  715. clooglibs=''
  716. compare_exclusions='gcc/cc*-checksum$(objext) | gcc/ada/*tools/*'
  717. configdirs=' intl libiberty libbacktrace libcpp libdecnumber fixincludes gcc lto-plugin'
  718. datadir='/usr/share/gcc-data/avr/4.9.3'
  719. datarootdir='${prefix}/share'
  720. do_compare='cmp --ignore-initial=16 $$f1 $$f2'
  721. docdir='${datarootdir}/doc/${PACKAGE}'
  722. dvidir='${docdir}'
  723. exec_prefix='${prefix}'
  724. extra_host_libiberty_configure_flags='--enable-shared'
  725. extra_isl_gmp_configure_flags=''
  726. extra_mpc_gmp_configure_flags=''
  727. extra_mpc_mpfr_configure_flags=''
  728. extra_mpfr_configure_flags=''
  729. gmpinc=''
  730. gmplibs='-lmpc -lmpfr -lgmp'
  731. host='x86_64-pc-linux-gnu'
  732. host_alias='x86_64-pc-linux-gnu'
  733. host_configargs=' --cache-file=./config.cache --with-system-zlib '\''--prefix=/usr'\'' '\''--bindir=/usr/x86_64-pc-linux-gnu/avr/gcc-bin/4.9.3'\'' '\''--includedir=/usr/lib/gcc/avr/4.9.3/include'\'' '\''--datadir=/usr/share/gcc-data/avr/4.9.3'\'' '\''--mandir=/usr/share/gcc-data/avr/4.9.3/man'\'' '\''--infodir=/usr/share/gcc-data/avr/4.9.3/info'\'' '\''--with-gxx-include-dir=/usr/lib/gcc/avr/4.9.3/include/g++-v4'\'' '\''--with-python-dir=/share/gcc-data/avr/4.9.3/python'\'' '\''--enable-obsolete'\'' '\''--enable-secureplt'\'' '\''--disable-werror'\'' '\''--with-system-zlib'\'' '\''--enable-nls'\'' '\''--without-included-gettext'\'' '\''--enable-checking=release'\'' '\''--with-bugurl=https://bugs.gentoo.org/'\'' '\''--with-pkgversion=Gentoo 4.9.3'\'' '\''--enable-libstdcxx-time'\'' '\''--enable-poison-system-directories'\'' '\''--enable-shared'\'' '\''--disable-threads'\'' '\''--disable-bootstrap'\'' '\''--enable-multilib'\'' '\''--disable-altivec'\'' '\''--disable-fixed-point'\'' '\''--disable-libgcj'\'' '\''--disable-libgomp'\'' '\''--disable-libmudflap'\'' '\''--disable-libssp'\'' '\''--disable-libcilkrts'\'' '\''--disable-libquadmath'\'' '\''--enable-lto'\'' '\''--without-cloog'\'' '\''--disable-libsanitizer'\'' '\''--enable-languages=c,c++,lto'\'' --program-transform-name='\''s&^&avr-&'\'' --disable-option-checking'
  734. host_cpu='x86_64'
  735. host_noncanonical='x86_64-pc-linux-gnu'
  736. host_os='linux-gnu'
  737. host_shared='no'
  738. host_subdir='.'
  739. host_vendor='pc'
  740. htmldir='${docdir}'
  741. includedir='/usr/lib/gcc/avr/4.9.3/include'
  742. infodir='/usr/share/gcc-data/avr/4.9.3/info'
  743. islinc=''
  744. libdir='${exec_prefix}/lib'
  745. libexecdir='${exec_prefix}/libexec'
  746. localedir='${datarootdir}/locale'
  747. localstatedir='${prefix}/var'
  748. mandir='/usr/share/gcc-data/avr/4.9.3/man'
  749. oldincludedir='/usr/include'
  750. pdfdir='${docdir}'
  751. poststage1_ldflags='-static-libstdc++ -static-libgcc'
  752. poststage1_libs=''
  753. prefix='/usr'
  754. program_transform_name='s&^&avr-&'
  755. psdir='${docdir}'
  756. sbindir='${exec_prefix}/sbin'
  757. sharedstatedir='${prefix}/com'
  758. stage1_cflags='-g'
  759. stage1_checking='--enable-checking=release,types'
  760. stage1_languages='c,c++,lto'
  761. stage1_ldflags='-static-libstdc++ -static-libgcc'
  762. stage1_libs=''
  763. stage2_werror_flag=''
  764. sysconfdir='${prefix}/etc'
  765. target='avr-unknown-none'
  766. target_alias='avr'
  767. target_configargs='--cache-file=./config.cache --with-cross-host=x86_64-pc-linux-gnu '\''--prefix=/usr'\'' '\''--bindir=/usr/x86_64-pc-linux-gnu/avr/gcc-bin/4.9.3'\'' '\''--includedir=/usr/lib/gcc/avr/4.9.3/include'\'' '\''--datadir=/usr/share/gcc-data/avr/4.9.3'\'' '\''--mandir=/usr/share/gcc-data/avr/4.9.3/man'\'' '\''--infodir=/usr/share/gcc-data/avr/4.9.3/info'\'' '\''--with-gxx-include-dir=/usr/lib/gcc/avr/4.9.3/include/g++-v4'\'' '\''--with-python-dir=/share/gcc-data/avr/4.9.3/python'\'' '\''--enable-obsolete'\'' '\''--enable-secureplt'\'' '\''--disable-werror'\'' '\''--with-system-zlib'\'' '\''--enable-nls'\'' '\''--without-included-gettext'\'' '\''--enable-checking=release'\'' '\''--with-bugurl=https://bugs.gentoo.org/'\'' '\''--with-pkgversion=Gentoo 4.9.3'\'' '\''--enable-libstdcxx-time'\'' '\''--enable-poison-system-directories'\'' '\''--enable-shared'\'' '\''--disable-threads'\'' '\''--disable-bootstrap'\'' '\''--enable-multilib'\'' '\''--disable-altivec'\'' '\''--disable-fixed-point'\'' '\''--disable-libgcj'\'' '\''--disable-libgomp'\'' '\''--disable-libmudflap'\'' '\''--disable-libssp'\'' '\''--disable-libcilkrts'\'' '\''--disable-libquadmath'\'' '\''--enable-lto'\'' '\''--disable-libsanitizer'\'' '\''--enable-languages=c,c++,lto'\'' --program-transform-name='\''s&^&avr-&'\'' --disable-option-checking'
  768. target_configdirs=' libgcc'
  769. target_cpu='avr'
  770. target_noncanonical='avr'
  771. target_os='none'
  772. target_subdir='avr'
  773. target_vendor='unknown'
  774. tooldir='${exec_prefix}/avr'
  775.  
  776. ## ------------------- ##
  777. ## File substitutions. ##
  778. ## ------------------- ##
  779.  
  780. alphaieee_frag='/dev/null'
  781. host_makefile_frag='/dev/null'
  782. ospace_frag='/dev/null'
  783. serialization_dependencies='serdep.tmp'
  784. target_makefile_frag='/dev/null'
  785.  
  786. ## ----------- ##
  787. ## confdefs.h. ##
  788. ## ----------- ##
  789.  
  790. /* confdefs.h */
  791. #define PACKAGE_NAME ""
  792. #define PACKAGE_TARNAME ""
  793. #define PACKAGE_VERSION ""
  794. #define PACKAGE_STRING ""
  795. #define PACKAGE_BUGREPORT ""
  796. #define PACKAGE_URL ""
  797. #define LT_OBJDIR ".libs/"
  798.  
  799. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment