Ticket #64260: config_gcc7.log

File config_gcc7.log, 30.2 KB (added by barracuda156, 3 years ago)

Config log of gcc7 (non-Macports)

Line 
1This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4It was created by configure, which was
5generated by GNU Autoconf 2.64.  Invocation command line was
6
7  $ ../configure --prefix=/usr/local/gcc-7.5.0 --enable-languages=c,c++,fortran,objc,obj-c++,lto --enable-libquadmath --host=powerpc64-apple-darwin9.8.0 --build=powerpc64-apple-darwin9.8.0 --target=powerpc64-apple-darwin9.8.0 --with-multilib-list=ppc,ppc64 --with-sysroot=/Developer/SDKs/MacOSX10.5.sdk --with-cpu=970 --with-endian=big --disable-nls --with-dwarf2
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = 36-225.wireless-city.scu.edu.tw
14uname -m = Power Macintosh
15uname -r = 9.8.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 9.8.0: Wed Jul 15 16:57:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_PPC
18
19/usr/bin/uname -p = powerpc
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      = Mach kernel version:
26         Darwin Kernel Version 9.8.0: Wed Jul 15 16:57:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_PPC
27Kernel configured for up to 4 processors.
284 processors are physically available.
294 processors are logically available.
30Processor type: ppc970 (PowerPC 970)
31Processors active: 0 1 2 3
32Primary memory available: 16.00 gigabytes
33Default processor set: 52 tasks, 252 threads, 4 processors
34Load average: 0.76, Mach factor: 3.22
35/bin/machine           = unknown
36/usr/bin/oslevel       = unknown
37/bin/universe          = unknown
38
39PATH: /bin
40PATH: /sbin
41PATH: /usr/bin
42PATH: /usr/sbin
43
44
45## ----------- ##
46## Core tests. ##
47## ----------- ##
48
49configure:2304: checking build system type
50configure:2318: result: powerpc64-apple-darwin9.8.0
51configure:2365: checking host system type
52configure:2378: result: powerpc64-apple-darwin9.8.0
53configure:2398: checking target system type
54configure:2411: result: powerpc64-apple-darwin9.8.0
55configure:2465: checking for a BSD-compatible install
56configure:2533: result: /usr/bin/install -c
57configure:2544: checking whether ln works
58configure:2566: result: yes
59configure:2570: checking whether ln -s works
60configure:2574: result: yes
61configure:2581: checking for a sed that does not truncate output
62configure:2645: result: /usr/bin/sed
63configure:2654: checking for gawk
64configure:2684: result: no
65configure:2654: checking for mawk
66configure:2684: result: no
67configure:2654: checking for nawk
68configure:2684: result: no
69configure:2654: checking for awk
70configure:2670: found /usr/bin/awk
71configure:2681: result: awk
72configure:3175: checking for libatomic support
73configure:3185: result: yes
74configure:3194: checking for libcilkrts support
75configure:3200: result: no
76configure:3232: checking for libitm support
77configure:3242: result: yes
78configure:3251: checking for libsanitizer support
79configure:3257: result: no
80configure:3270: checking for libvtv support
81configure:3276: result: no
82configure:3290: checking for libmpx support
83configure:3296: result: no
84configure:3309: checking for libhsail-rt support
85configure:3315: result: no
86configure:3998: checking for powerpc64-apple-darwin9.8.0-gcc
87configure:4025: result: /usr/bin/gcc-4.2
88configure:4294: checking for C compiler version
89configure:4303: /usr/bin/gcc-4.2 --version >&5
90powerpc-apple-darwin9-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5577)
91Copyright (C) 2007 Free Software Foundation, Inc.
92This is free software; see the source for copying conditions.  There is NO
93warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
94
95configure:4314: $? = 0
96configure:4303: /usr/bin/gcc-4.2 -v >&5
97Using built-in specs.
98Target: powerpc-apple-darwin9
99Configured with: /var/tmp/gcc_42/gcc_42-5577~1/src/configure --disable-checking --prefix=/usr --mandir=/usr/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin9 --with-gxx-include-dir=/usr/include/c++/4.0.0 --program-prefix= --host=powerpc-apple-darwin9 --target=powerpc-apple-darwin9
100Thread model: posix
101gcc version 4.2.1 (Apple Inc. build 5577)
102configure:4314: $? = 0
103configure:4303: /usr/bin/gcc-4.2 -V >&5
104gcc-4.2: argument to `-V' is missing
105configure:4314: $? = 1
106configure:4303: /usr/bin/gcc-4.2 -qversion >&5
107powerpc-apple-darwin9-gcc-4.2.1: no input files
108configure:4314: $? = 1
109configure:4334: checking for C compiler default output file name
110configure:4356: /usr/bin/gcc-4.2    conftest.c  >&5
111configure:4360: $? = 0
112configure:4397: result: a.out
113configure:4413: checking whether the C compiler works
114configure:4422: ./a.out
115configure:4426: $? = 0
116configure:4441: result: yes
117configure:4448: checking whether we are cross compiling
118configure:4450: result: no
119configure:4453: checking for suffix of executables
120configure:4460: /usr/bin/gcc-4.2 -o conftest    conftest.c  >&5
121configure:4464: $? = 0
122configure:4486: result:
123configure:4492: checking for suffix of object files
124configure:4514: /usr/bin/gcc-4.2 -c   conftest.c >&5
125configure:4518: $? = 0
126configure:4539: result: o
127configure:4543: checking whether we are using the GNU C compiler
128configure:4562: /usr/bin/gcc-4.2 -c   conftest.c >&5
129configure:4562: $? = 0
130configure:4571: result: yes
131configure:4580: checking whether /usr/bin/gcc-4.2 accepts -g
132configure:4600: /usr/bin/gcc-4.2 -c -g  conftest.c >&5
133configure:4600: $? = 0
134configure:4641: result: yes
135configure:4658: checking for /usr/bin/gcc-4.2 option to accept ISO C89
136configure:4722: /usr/bin/gcc-4.2  -c -g -O2  conftest.c >&5
137configure:4722: $? = 0
138configure:4735: result: none needed
139configure:4867: checking for C++ compiler version
140configure:4876: /usr/bin/g++-4.2 --version >&5
141powerpc-apple-darwin9-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5577)
142Copyright (C) 2007 Free Software Foundation, Inc.
143This is free software; see the source for copying conditions.  There is NO
144warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
145
146configure:4887: $? = 0
147configure:4876: /usr/bin/g++-4.2 -v >&5
148Using built-in specs.
149Target: powerpc-apple-darwin9
150Configured with: /var/tmp/gcc_42/gcc_42-5577~1/src/configure --disable-checking --prefix=/usr --mandir=/usr/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin9 --with-gxx-include-dir=/usr/include/c++/4.0.0 --program-prefix= --host=powerpc-apple-darwin9 --target=powerpc-apple-darwin9
151Thread model: posix
152gcc version 4.2.1 (Apple Inc. build 5577)
153configure:4887: $? = 0
154configure:4876: /usr/bin/g++-4.2 -V >&5
155g++-4.2: argument to `-V' is missing
156configure:4887: $? = 1
157configure:4876: /usr/bin/g++-4.2 -qversion >&5
158powerpc-apple-darwin9-g++-4.2.1: no input files
159configure:4887: $? = 1
160configure:4891: checking whether we are using the GNU C++ compiler
161configure:4910: /usr/bin/g++-4.2 -c   conftest.cpp >&5
162configure:4910: $? = 0
163configure:4919: result: yes
164configure:4928: checking whether /usr/bin/g++-4.2 accepts -g
165configure:4948: /usr/bin/g++-4.2 -c -g  conftest.cpp >&5
166configure:4948: $? = 0
167configure:4989: result: yes
168configure:5038: checking whether g++ accepts -static-libstdc++ -static-libgcc
169configure:5055: /usr/bin/g++-4.2 -o conftest -g -O2   -static-libstdc++ -static-libgcc conftest.cpp  >&5
170conftest.cpp:11:2: error: #error -static-libstdc++ not implemented
171configure:5055: $? = 1
172configure: failed program was:
173| /* confdefs.h */
174| #define PACKAGE_NAME ""
175| #define PACKAGE_TARNAME ""
176| #define PACKAGE_VERSION ""
177| #define PACKAGE_STRING ""
178| #define PACKAGE_BUGREPORT ""
179| #define PACKAGE_URL ""
180| /* end confdefs.h.  */
181|
182| #if (__GNUC__ < 4) || (__GNUC__ == 4 && __GNUC_MINOR__ < 5)
183| #error -static-libstdc++ not implemented
184| #endif
185| int main() {}
186configure:5059: result: no
187configure:5080: checking for powerpc64-apple-darwin9.8.0-gnatbind
188configure:5110: result: no
189configure:5120: checking for gnatbind
190configure:5150: result: no
191configure:5172: checking for powerpc64-apple-darwin9.8.0-gnatmake
192configure:5202: result: no
193configure:5212: checking for gnatmake
194configure:5242: result: no
195configure:5261: checking whether compiler driver understands Ada
196configure:5284: result: no
197configure:5293: checking how to compare bootstrapped objects
198configure:5318: result: cmp --ignore-initial=16 $$f1 $$f2
199configure:5378: checking for objdir
200configure:5393: result: .libs
201configure:5924: WARNING: using in-tree isl, disabling version check
202configure:6993: checking for default BUILD_CONFIG
203configure:7025: result: bootstrap-debug
204configure:7030: checking for --enable-vtable-verify
205configure:7043: result: no
206configure:7643: checking for bison
207configure:7659: found /usr/bin/bison
208configure:7670: result: bison -y
209configure:7690: checking for bison
210configure:7706: found /usr/bin/bison
211configure:7717: result: bison
212configure:7737: checking for gm4
213configure:7753: found /usr/bin/gm4
214configure:7764: result: gm4
215configure:7784: checking for flex
216configure:7800: found /usr/bin/flex
217configure:7811: result: flex
218configure:7832: checking for flex
219configure:7848: found /usr/bin/flex
220configure:7859: result: flex
221configure:7879: checking for makeinfo
222configure:7895: found /usr/bin/makeinfo
223configure:7906: result: makeinfo
224configure:7940: checking for expect
225configure:7956: found /usr/bin/expect
226configure:7967: result: expect
227configure:7989: checking for runtest
228configure:8019: result: no
229configure:8095: checking for powerpc64-apple-darwin9.8.0-ar
230configure:8125: result: no
231configure:8134: checking for ar
232configure:8150: found /usr/bin/ar
233configure:8161: result: ar
234configure:8236: checking for powerpc64-apple-darwin9.8.0-as
235configure:8266: result: no
236configure:8275: checking for as
237configure:8291: found /usr/bin/as
238configure:8302: result: as
239configure:8377: checking for powerpc64-apple-darwin9.8.0-dlltool
240configure:8407: result: no
241configure:8416: checking for dlltool
242configure:8446: result: no
243configure:8476: checking for ld
244configure:8503: result: /usr/libexec/gcc/powerpc-apple-darwin9/4.2.1/ld
245configure:8518: checking for powerpc64-apple-darwin9.8.0-ld
246configure:8545: result: /usr/libexec/gcc/powerpc-apple-darwin9/4.2.1/ld
247configure:8659: checking for powerpc64-apple-darwin9.8.0-lipo
248configure:8689: result: no
249configure:8698: checking for lipo
250configure:8714: found /usr/bin/lipo
251configure:8725: result: lipo
252configure:8800: checking for powerpc64-apple-darwin9.8.0-nm
253configure:8830: result: no
254configure:8839: checking for nm
255configure:8855: found /usr/bin/nm
256configure:8866: result: nm
257configure:8941: checking for powerpc64-apple-darwin9.8.0-ranlib
258configure:8971: result: no
259configure:8980: checking for ranlib
260configure:8996: found /usr/bin/ranlib
261configure:9007: result: ranlib
262configure:9077: checking for powerpc64-apple-darwin9.8.0-strip
263configure:9107: result: no
264configure:9116: checking for strip
265configure:9132: found /usr/bin/strip
266configure:9143: result: strip
267configure:9213: checking for powerpc64-apple-darwin9.8.0-windres
268configure:9243: result: no
269configure:9252: checking for windres
270configure:9282: result: no
271configure:9354: checking for powerpc64-apple-darwin9.8.0-windmc
272configure:9384: result: no
273configure:9393: checking for windmc
274configure:9423: result: no
275configure:9495: checking for powerpc64-apple-darwin9.8.0-objcopy
276configure:9525: result: no
277configure:9534: checking for objcopy
278configure:9564: result: no
279configure:9636: checking for powerpc64-apple-darwin9.8.0-objdump
280configure:9666: result: no
281configure:9675: checking for objdump
282configure:9705: result: no
283configure:9777: checking for powerpc64-apple-darwin9.8.0-readelf
284configure:9807: result: no
285configure:9816: checking for readelf
286configure:9846: result: no
287configure:9957: checking for powerpc64-apple-darwin9.8.0-cc
288configure:9987: result: no
289configure:9996: checking for cc
290configure:10012: found /usr/bin/cc
291configure:10023: result: cc
292configure:10118: checking for powerpc64-apple-darwin9.8.0-c++
293configure:10148: result: no
294configure:10157: checking for c++
295configure:10173: found /usr/bin/c++
296configure:10184: result: c++
297configure:10279: checking for powerpc64-apple-darwin9.8.0-gcc
298configure:10309: result: no
299configure:10318: checking for gcc
300configure:10334: found /usr/bin/gcc
301configure:10345: result: gcc
302configure:10435: checking for powerpc64-apple-darwin9.8.0-gfortran
303configure:10465: result: no
304configure:10474: checking for gfortran
305configure:10504: result: no
306configure:10596: checking for powerpc64-apple-darwin9.8.0-gccgo
307configure:10626: result: no
308configure:10635: checking for gccgo
309configure:10665: result: no
310configure:10726: checking for ar
311configure:10759: result: no
312configure:10837: checking for powerpc64-apple-darwin9.8.0-ar
313configure:10867: result: no
314configure:10876: checking for ar
315configure:10892: found /usr/bin/ar
316configure:10903: result: ar
317configure:10956: checking for as
318configure:10989: result: no
319configure:11067: checking for powerpc64-apple-darwin9.8.0-as
320configure:11097: result: no
321configure:11106: checking for as
322configure:11122: found /usr/bin/as
323configure:11133: result: as
324configure:11186: checking for dlltool
325configure:11219: result: no
326configure:11297: checking for powerpc64-apple-darwin9.8.0-dlltool
327configure:11327: result: no
328configure:11336: checking for dlltool
329configure:11366: result: no
330configure:11416: checking for ld
331configure:11449: result: no
332configure:11527: checking for powerpc64-apple-darwin9.8.0-ld
333configure:11557: result: no
334configure:11566: checking for ld
335configure:11582: found /usr/bin/ld
336configure:11593: result: ld
337configure:11646: checking for lipo
338configure:11679: result: no
339configure:11757: checking for powerpc64-apple-darwin9.8.0-lipo
340configure:11787: result: no
341configure:11796: checking for lipo
342configure:11812: found /usr/bin/lipo
343configure:11823: result: lipo
344configure:11876: checking for nm
345configure:11909: result: no
346configure:11987: checking for powerpc64-apple-darwin9.8.0-nm
347configure:12017: result: no
348configure:12026: checking for nm
349configure:12042: found /usr/bin/nm
350configure:12053: result: nm
351configure:12106: checking for objcopy
352configure:12139: result: no
353configure:12217: checking for powerpc64-apple-darwin9.8.0-objcopy
354configure:12247: result: no
355configure:12256: checking for objcopy
356configure:12286: result: no
357configure:12336: checking for objdump
358configure:12369: result: no
359configure:12447: checking for powerpc64-apple-darwin9.8.0-objdump
360configure:12477: result: no
361configure:12486: checking for objdump
362configure:12516: result: no
363configure:12566: checking for ranlib
364configure:12599: result: no
365configure:12677: checking for powerpc64-apple-darwin9.8.0-ranlib
366configure:12707: result: no
367configure:12716: checking for ranlib
368configure:12732: found /usr/bin/ranlib
369configure:12743: result: ranlib
370configure:12796: checking for readelf
371configure:12829: result: no
372configure:12907: checking for powerpc64-apple-darwin9.8.0-readelf
373configure:12937: result: no
374configure:12946: checking for readelf
375configure:12976: result: no
376configure:13026: checking for strip
377configure:13059: result: no
378configure:13137: checking for powerpc64-apple-darwin9.8.0-strip
379configure:13167: result: no
380configure:13176: checking for strip
381configure:13192: found /usr/bin/strip
382configure:13203: result: strip
383configure:13256: checking for windres
384configure:13289: result: no
385configure:13367: checking for powerpc64-apple-darwin9.8.0-windres
386configure:13397: result: no
387configure:13406: checking for windres
388configure:13436: result: no
389configure:13486: checking for windmc
390configure:13519: result: no
391configure:13597: checking for powerpc64-apple-darwin9.8.0-windmc
392configure:13627: result: no
393configure:13636: checking for windmc
394configure:13666: result: no
395configure:13694: checking where to find the target ar
396configure:13727: result: host tool
397configure:13736: checking where to find the target as
398configure:13769: result: host tool
399configure:13778: checking where to find the target cc
400configure:13801: result: just compiled
401configure:13820: checking where to find the target c++
402configure:13846: result: just compiled
403configure:13865: checking where to find the target c++ for libstdc++
404configure:13891: result: just compiled
405configure:13910: checking where to find the target dlltool
406configure:13943: result: host tool
407configure:13952: checking where to find the target gcc
408configure:13975: result: just compiled
409configure:13994: checking where to find the target gfortran
410configure:14020: result: just compiled
411configure:14039: checking where to find the target gccgo
412configure:14075: result: host tool
413configure:14084: checking where to find the target ld
414configure:14117: result: host tool
415configure:14126: checking where to find the target lipo
416configure:14148: result: host tool
417configure:14157: checking where to find the target nm
418configure:14190: result: host tool
419configure:14199: checking where to find the target objcopy
420configure:14232: result: host tool
421configure:14241: checking where to find the target objdump
422configure:14274: result: host tool
423configure:14283: checking where to find the target ranlib
424configure:14316: result: host tool
425configure:14325: checking where to find the target readelf
426configure:14358: result: host tool
427configure:14367: checking where to find the target strip
428configure:14400: result: host tool
429configure:14409: checking where to find the target windres
430configure:14442: result: host tool
431configure:14451: checking where to find the target windmc
432configure:14484: result: host tool
433configure:14521: checking whether to enable maintainer-specific portions of Makefiles
434configure:14530: result: no
435configure:14788: creating ./config.status
436
437## ---------------------- ##
438## Running config.status. ##
439## ---------------------- ##
440
441This file was extended by config.status, which was
442generated by GNU Autoconf 2.64.  Invocation command line was
443
444  CONFIG_FILES    =
445  CONFIG_HEADERS  =
446  CONFIG_LINKS    =
447  CONFIG_COMMANDS =
448  $ ./config.status
449
450on 36-225.wireless-city.scu.edu.tw
451
452config.status:1011: creating Makefile
453
454## ---------------- ##
455## Cache variables. ##
456## ---------------- ##
457
458ac_cv_build=powerpc64-apple-darwin9.8.0
459ac_cv_c_compiler_gnu=yes
460ac_cv_cxx_compiler_gnu=yes
461ac_cv_env_AR_FOR_TARGET_set=
462ac_cv_env_AR_FOR_TARGET_value=
463ac_cv_env_AR_set=
464ac_cv_env_AR_value=
465ac_cv_env_AS_FOR_TARGET_set=
466ac_cv_env_AS_FOR_TARGET_value=
467ac_cv_env_AS_set=
468ac_cv_env_AS_value=
469ac_cv_env_CCC_set=
470ac_cv_env_CCC_value=
471ac_cv_env_CC_FOR_TARGET_set=
472ac_cv_env_CC_FOR_TARGET_value=
473ac_cv_env_CC_set=set
474ac_cv_env_CC_value=/usr/bin/gcc-4.2
475ac_cv_env_CFLAGS_set=
476ac_cv_env_CFLAGS_value=
477ac_cv_env_CPPFLAGS_set=
478ac_cv_env_CPPFLAGS_value=
479ac_cv_env_CXXFLAGS_set=
480ac_cv_env_CXXFLAGS_value=
481ac_cv_env_CXX_FOR_TARGET_set=
482ac_cv_env_CXX_FOR_TARGET_value=
483ac_cv_env_CXX_set=set
484ac_cv_env_CXX_value=/usr/bin/g++-4.2
485ac_cv_env_DLLTOOL_FOR_TARGET_set=
486ac_cv_env_DLLTOOL_FOR_TARGET_value=
487ac_cv_env_DLLTOOL_set=
488ac_cv_env_DLLTOOL_value=
489ac_cv_env_GCC_FOR_TARGET_set=
490ac_cv_env_GCC_FOR_TARGET_value=
491ac_cv_env_GFORTRAN_FOR_TARGET_set=
492ac_cv_env_GFORTRAN_FOR_TARGET_value=
493ac_cv_env_GOC_FOR_TARGET_set=
494ac_cv_env_GOC_FOR_TARGET_value=
495ac_cv_env_LDFLAGS_set=
496ac_cv_env_LDFLAGS_value=
497ac_cv_env_LD_FOR_TARGET_set=
498ac_cv_env_LD_FOR_TARGET_value=
499ac_cv_env_LD_set=
500ac_cv_env_LD_value=
501ac_cv_env_LIBS_set=
502ac_cv_env_LIBS_value=
503ac_cv_env_LIPO_FOR_TARGET_set=
504ac_cv_env_LIPO_FOR_TARGET_value=
505ac_cv_env_LIPO_set=
506ac_cv_env_LIPO_value=
507ac_cv_env_NM_FOR_TARGET_set=
508ac_cv_env_NM_FOR_TARGET_value=
509ac_cv_env_NM_set=
510ac_cv_env_NM_value=
511ac_cv_env_OBJCOPY_FOR_TARGET_set=
512ac_cv_env_OBJCOPY_FOR_TARGET_value=
513ac_cv_env_OBJCOPY_set=
514ac_cv_env_OBJCOPY_value=
515ac_cv_env_OBJDUMP_FOR_TARGET_set=
516ac_cv_env_OBJDUMP_FOR_TARGET_value=
517ac_cv_env_OBJDUMP_set=
518ac_cv_env_OBJDUMP_value=
519ac_cv_env_RANLIB_FOR_TARGET_set=
520ac_cv_env_RANLIB_FOR_TARGET_value=
521ac_cv_env_RANLIB_set=
522ac_cv_env_RANLIB_value=
523ac_cv_env_READELF_FOR_TARGET_set=
524ac_cv_env_READELF_FOR_TARGET_value=
525ac_cv_env_READELF_set=
526ac_cv_env_READELF_value=
527ac_cv_env_STRIP_FOR_TARGET_set=
528ac_cv_env_STRIP_FOR_TARGET_value=
529ac_cv_env_STRIP_set=
530ac_cv_env_STRIP_value=
531ac_cv_env_WINDMC_FOR_TARGET_set=
532ac_cv_env_WINDMC_FOR_TARGET_value=
533ac_cv_env_WINDMC_set=
534ac_cv_env_WINDMC_value=
535ac_cv_env_WINDRES_FOR_TARGET_set=
536ac_cv_env_WINDRES_FOR_TARGET_value=
537ac_cv_env_WINDRES_set=
538ac_cv_env_WINDRES_value=
539ac_cv_env_build_alias_set=set
540ac_cv_env_build_alias_value=powerpc64-apple-darwin9.8.0
541ac_cv_env_build_configargs_set=
542ac_cv_env_build_configargs_value=
543ac_cv_env_host_alias_set=set
544ac_cv_env_host_alias_value=powerpc64-apple-darwin9.8.0
545ac_cv_env_host_configargs_set=
546ac_cv_env_host_configargs_value=
547ac_cv_env_target_alias_set=set
548ac_cv_env_target_alias_value=powerpc64-apple-darwin9.8.0
549ac_cv_env_target_configargs_set=
550ac_cv_env_target_configargs_value=
551ac_cv_host=powerpc64-apple-darwin9.8.0
552ac_cv_objext=o
553ac_cv_path_SED=/usr/bin/sed
554ac_cv_path_install='/usr/bin/install -c'
555ac_cv_prog_AR=ar
556ac_cv_prog_AR_FOR_TARGET=ar
557ac_cv_prog_AS=as
558ac_cv_prog_AS_FOR_TARGET=as
559ac_cv_prog_AWK=awk
560ac_cv_prog_BISON=bison
561ac_cv_prog_CC=/usr/bin/gcc-4.2
562ac_cv_prog_CC_FOR_TARGET=cc
563ac_cv_prog_CXX_FOR_TARGET=c++
564ac_cv_prog_EXPECT=expect
565ac_cv_prog_FLEX=flex
566ac_cv_prog_GCC_FOR_TARGET=gcc
567ac_cv_prog_LD=/usr/libexec/gcc/powerpc-apple-darwin9/4.2.1/ld
568ac_cv_prog_LD_FOR_TARGET=ld
569ac_cv_prog_LEX=flex
570ac_cv_prog_LIPO=lipo
571ac_cv_prog_LIPO_FOR_TARGET=lipo
572ac_cv_prog_M4=gm4
573ac_cv_prog_MAKEINFO=makeinfo
574ac_cv_prog_NM=nm
575ac_cv_prog_NM_FOR_TARGET=nm
576ac_cv_prog_RANLIB=ranlib
577ac_cv_prog_RANLIB_FOR_TARGET=ranlib
578ac_cv_prog_STRIP=strip
579ac_cv_prog_STRIP_FOR_TARGET=strip
580ac_cv_prog_YACC='bison -y'
581ac_cv_prog_cc_c89=
582ac_cv_prog_cc_g=yes
583ac_cv_prog_cxx_g=yes
584ac_cv_target=powerpc64-apple-darwin9.8.0
585acx_cv_cc_gcc_supports_ada=no
586acx_cv_prog_LN=ln
587gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
588gcc_cv_tool_dirs=/usr/local/gcc-7.5.0/libexec/gcc/powerpc64-apple-darwin9.8.0/7.5.0:/usr/local/gcc-7.5.0/libexec/gcc/powerpc64-apple-darwin9.8.0:/usr/lib/gcc/powerpc64-apple-darwin9.8.0/7.5.0:/usr/lib/gcc/powerpc64-apple-darwin9.8.0:/usr/local/gcc-7.5.0/powerpc64-apple-darwin9.8.0/bin/powerpc64-apple-darwin9.8.0/7.5.0:/usr/local/gcc-7.5.0/powerpc64-apple-darwin9.8.0/bin:
589gcc_cv_tool_prefix=/usr/local/gcc-7.5.0
590lt_cv_objdir=.libs
591
592## ----------------- ##
593## Output variables. ##
594## ----------------- ##
595
596AR='ar'
597AR_FOR_BUILD='$(AR)'
598AR_FOR_TARGET='$(AR)'
599AS='as'
600AS_FOR_BUILD='$(AS)'
601AS_FOR_TARGET='$(AS)'
602AWK='awk'
603BISON='bison'
604BUILD_CONFIG='bootstrap-debug'
605CC='/usr/bin/gcc-4.2'
606CC_FOR_BUILD='$(CC)'
607CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
608CFLAGS='-g -O2'
609CFLAGS_FOR_BUILD='-g -O2'
610CFLAGS_FOR_TARGET='-g -O2'
611COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
612COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
613COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'
614CONFIGURE_GDB_TK=''
615CPPFLAGS=''
616CXX='/usr/bin/g++-4.2 -std=gnu++98'
617CXXFLAGS='-g -O2'
618CXXFLAGS_FOR_BUILD='-g -O2'
619CXXFLAGS_FOR_TARGET='-g -O2'
620CXX_FOR_BUILD='$(CXX)'
621CXX_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'
622DEBUG_PREFIX_CFLAGS_FOR_TARGET=''
623DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DLT_OBJDIR=\".libs/\"'
624DLLTOOL='dlltool'
625DLLTOOL_FOR_BUILD='$(DLLTOOL)'
626DLLTOOL_FOR_TARGET='$(DLLTOOL)'
627ECHO_C='\c'
628ECHO_N=''
629ECHO_T=''
630EXEEXT=''
631EXPECT='expect'
632FLAGS_FOR_TARGET=' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
633FLEX='flex'
634GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
635GCC_SHLIB_SUBDIR=''
636GDB_TK=''
637GFORTRAN_FOR_BUILD='$(GFORTRAN)'
638GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
639GNATBIND='no'
640GNATMAKE='no'
641GOC_FOR_BUILD='$(GOC)'
642GOC_FOR_TARGET='$(GOC)'
643INSTALL_DATA='${INSTALL} -m 644'
644INSTALL_GDB_TK=''
645INSTALL_PROGRAM='${INSTALL}'
646INSTALL_SCRIPT='${INSTALL}'
647LD='/usr/libexec/gcc/powerpc-apple-darwin9/4.2.1/ld'
648LDFLAGS=''
649LDFLAGS_FOR_BUILD=''
650LDFLAGS_FOR_TARGET=''
651LD_FOR_BUILD='$(LD)'
652LD_FOR_TARGET='$(LD)'
653LEX='flex'
654LIBOBJS=''
655LIBS=''
656LIPO='lipo'
657LIPO_FOR_TARGET='$(LIPO)'
658LN='ln'
659LN_S='ln -s'
660LTLIBOBJS=''
661M4='gm4'
662MAINT='#'
663MAINTAINER_MODE_FALSE=''
664MAINTAINER_MODE_TRUE='#'
665MAKEINFO='makeinfo'
666NM='nm'
667NM_FOR_BUILD='$(NM)'
668NM_FOR_TARGET='$(NM)'
669OBJCOPY='objcopy'
670OBJCOPY_FOR_TARGET='$(OBJCOPY)'
671OBJDUMP='objdump'
672OBJDUMP_FOR_TARGET='$(OBJDUMP)'
673OBJEXT='o'
674PACKAGE_BUGREPORT=''
675PACKAGE_NAME=''
676PACKAGE_STRING=''
677PACKAGE_TARNAME=''
678PACKAGE_URL=''
679PACKAGE_VERSION=''
680PATH_SEPARATOR=':'
681RANLIB='ranlib'
682RANLIB_FOR_BUILD='$(RANLIB)'
683RANLIB_FOR_TARGET='$(RANLIB)'
684RAW_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'
685READELF='readelf'
686READELF_FOR_TARGET='$(READELF)'
687RPATH_ENVVAR='DYLD_LIBRARY_PATH'
688RUNTEST='runtest'
689SED='/usr/bin/sed'
690SHELL='/bin/sh'
691STRIP='strip'
692STRIP_FOR_TARGET='$(STRIP)'
693SYSROOT_CFLAGS_FOR_TARGET=''
694TOPLEVEL_CONFIGURE_ARGUMENTS='../configure --prefix=/usr/local/gcc-7.5.0 --enable-languages=c,c++,fortran,objc,obj-c++,lto --enable-libquadmath --host=powerpc64-apple-darwin9.8.0 --build=powerpc64-apple-darwin9.8.0 --target=powerpc64-apple-darwin9.8.0 --with-multilib-list=ppc,ppc64 --with-sysroot=/Developer/SDKs/MacOSX10.5.sdk --with-cpu=970 --with-endian=big --disable-nls --with-dwarf2'
695WINDMC='windmc'
696WINDMC_FOR_BUILD='$(WINDMC)'
697WINDMC_FOR_TARGET='$(WINDMC)'
698WINDRES='windres'
699WINDRES_FOR_BUILD='$(WINDRES)'
700WINDRES_FOR_TARGET='$(WINDRES)'
701YACC='bison -y'
702ac_ct_CC=''
703ac_ct_CXX=''
704bindir='${exec_prefix}/bin'
705build='powerpc64-apple-darwin9.8.0'
706build_alias='powerpc64-apple-darwin9.8.0'
707build_configargs=' --cache-file=./config.cache '\''--prefix=/usr/local/gcc-7.5.0'\'' '\''--enable-libquadmath'\'' '\''--with-multilib-list=ppc,ppc64'\'' '\''--with-sysroot=/Developer/SDKs/MacOSX10.5.sdk'\'' '\''--with-cpu=970'\'' '\''--with-endian=big'\'' '\''--disable-nls'\'' '\''--with-dwarf2'\'' '\''--enable-languages=c,c++,fortran,lto,objc,obj-c++'\'' --program-transform-name='\''s,y,y,'\'' --disable-option-checking'
708build_configdirs=' libiberty libcpp fixincludes'
709build_cpu='powerpc64'
710build_libsubdir='build-powerpc64-apple-darwin9.8.0'
711build_noncanonical='powerpc64-apple-darwin9.8.0'
712build_os='darwin9.8.0'
713build_subdir='build-powerpc64-apple-darwin9.8.0'
714build_tooldir='${exec_prefix}/powerpc64-apple-darwin9.8.0'
715build_vendor='apple'
716compare_exclusions='gcc/cc*-checksum$(objext) | gcc/ada/*tools/*'
717configdirs=' intl libiberty zlib libbacktrace libcpp libdecnumber gmp mpfr mpc isl fixincludes gcc libcc1'
718datadir='${datarootdir}'
719datarootdir='${prefix}/share'
720do_compare='cmp --ignore-initial=16 $$f1 $$f2'
721docdir='${datarootdir}/doc/${PACKAGE}'
722dvidir='${docdir}'
723exec_prefix='${prefix}'
724extra_host_libiberty_configure_flags='--enable-shared'
725extra_host_zlib_configure_flags=''
726extra_isl_gmp_configure_flags='--with-gmp-builddir=$$r/$(HOST_SUBDIR)/gmp'
727extra_liboffloadmic_configure_flags=''
728extra_linker_plugin_configure_flags=''
729extra_linker_plugin_flags=''
730extra_mpc_gmp_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/.libs'
731extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr/src --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/src/.libs'
732extra_mpfr_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/.libs'
733get_gcc_base_ver='cat'
734gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp -I$$r/$(HOST_SUBDIR)/mpfr/src -I$$s/mpfr/src -I$$s/mpc/src '
735gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/.libs -L$$r/$(HOST_SUBDIR)/mpfr/src/.libs -L$$r/$(HOST_SUBDIR)/mpc/src/.libs -lmpc -lmpfr -lgmp'
736host='powerpc64-apple-darwin9.8.0'
737host_alias='powerpc64-apple-darwin9.8.0'
738host_configargs=' --cache-file=./config.cache  '\''--prefix=/usr/local/gcc-7.5.0'\'' '\''--enable-libquadmath'\'' '\''--with-multilib-list=ppc,ppc64'\'' '\''--with-sysroot=/Developer/SDKs/MacOSX10.5.sdk'\'' '\''--with-cpu=970'\'' '\''--with-endian=big'\'' '\''--disable-nls'\'' '\''--with-dwarf2'\'' '\''--enable-languages=c,c++,fortran,lto,objc,obj-c++'\'' --program-transform-name='\''s,y,y,'\'' --disable-option-checking'
739host_cpu='powerpc64'
740host_noncanonical='powerpc64-apple-darwin9.8.0'
741host_os='darwin9.8.0'
742host_shared='no'
743host_subdir='.'
744host_vendor='apple'
745htmldir='${docdir}'
746includedir='${prefix}/include'
747infodir='${datarootdir}/info'
748islinc='-I$$r/$(HOST_SUBDIR)/isl/include -I$$s/isl/include'
749isllibs='-L$$r/$(HOST_SUBDIR)/isl/.libs  -lisl'
750libdir='${exec_prefix}/lib'
751libexecdir='${exec_prefix}/libexec'
752localedir='${datarootdir}/locale'
753localstatedir='${prefix}/var'
754mandir='${datarootdir}/man'
755oldincludedir='/usr/include'
756pdfdir='${docdir}'
757poststage1_ldflags='-static-libstdc++ -static-libgcc'
758poststage1_libs=''
759prefix='/usr/local/gcc-7.5.0'
760program_transform_name='s,y,y,'
761psdir='${docdir}'
762sbindir='${exec_prefix}/sbin'
763sharedstatedir='${prefix}/com'
764stage1_cflags='-g'
765stage1_checking='--enable-checking=yes,types'
766stage1_languages='c,c++,lto'
767stage1_ldflags=''
768stage1_libs=''
769stage2_werror_flag=''
770sysconfdir='${prefix}/etc'
771target='powerpc64-apple-darwin9.8.0'
772target_alias='powerpc64-apple-darwin9.8.0'
773target_configargs='--cache-file=./config.cache --enable-multilib   '\''--prefix=/usr/local/gcc-7.5.0'\'' '\''--enable-libquadmath'\'' '\''--with-multilib-list=ppc,ppc64'\'' '\''--with-sysroot=/Developer/SDKs/MacOSX10.5.sdk'\'' '\''--with-cpu=970'\'' '\''--with-endian=big'\'' '\''--disable-nls'\'' '\''--with-dwarf2'\'' '\''--enable-languages=c,c++,fortran,lto,objc,obj-c++'\'' --program-transform-name='\''s,y,y,'\'' --disable-option-checking'
774target_configdirs=' libgcc libbacktrace libgomp libatomic libitm libstdc++-v3 libssp libquadmath libgfortran libobjc'
775target_cpu='powerpc64'
776target_noncanonical='powerpc64-apple-darwin9.8.0'
777target_os='darwin9.8.0'
778target_subdir='powerpc64-apple-darwin9.8.0'
779target_vendor='apple'
780tooldir='${exec_prefix}/powerpc64-apple-darwin9.8.0'
781
782## ------------------- ##
783## File substitutions. ##
784## ------------------- ##
785
786alphaieee_frag='/dev/null'
787host_makefile_frag='../config/mh-darwin'
788ospace_frag='/dev/null'
789serialization_dependencies='serdep.tmp'
790target_makefile_frag='/dev/null'
791
792## ----------- ##
793## confdefs.h. ##
794## ----------- ##
795
796/* confdefs.h */
797#define PACKAGE_NAME ""
798#define PACKAGE_TARNAME ""
799#define PACKAGE_VERSION ""
800#define PACKAGE_STRING ""
801#define PACKAGE_BUGREPORT ""
802#define PACKAGE_URL ""
803#define LT_OBJDIR ".libs/"
804
805configure: exit 0