Ticket #48178: bootstrap1Log.txt

File bootstrap1Log.txt, 505.4 KB (added by herzog-bernd, 9 years ago)

build_gcc1.xc bootstrap command output

Line 
1echo stage3 > stage_final
2Configuring stage 1 in ./intl
3configure: creating cache ./config.cache
4checking whether make sets $(MAKE)... yes
5checking for a BSD-compatible install... /usr/bin/install -c
6checking whether NLS is requested... no
7checking for msgfmt... no
8checking for gmsgfmt... :
9checking for xgettext... no
10checking for msgmerge... no
11checking for powerpc-apple-darwin8-gcc... gcc
12checking for C compiler default output file name... a.out
13checking whether the C compiler works... yes
14checking whether we are cross compiling... no
15checking for suffix of executables...
16checking for suffix of object files... o
17checking whether we are using the GNU C compiler... yes
18checking whether gcc accepts -g... yes
19checking for gcc option to accept ANSI C... none needed
20checking build system type... powerpc-apple-darwin8
21checking host system type... powerpc-apple-darwin8
22checking for powerpc-apple-darwin8-ranlib... ranlib
23checking for library containing strerror... none required
24checking how to run the C preprocessor... gcc -E
25checking for egrep... grep -E
26checking for ANSI C header files... yes
27checking for an ANSI C-conforming const... yes
28checking for inline... inline
29checking for sys/types.h... yes
30checking for sys/stat.h... yes
31checking for stdlib.h... yes
32checking for string.h... yes
33checking for memory.h... yes
34checking for strings.h... yes
35checking for inttypes.h... yes
36checking for stdint.h... yes
37checking for unistd.h... yes
38checking for off_t... yes
39checking for size_t... yes
40checking for working alloca.h... yes
41checking for alloca... yes
42checking for stdlib.h... (cached) yes
43checking for unistd.h... (cached) yes
44checking for getpagesize... yes
45checking for working mmap... yes
46checking whether we are using the GNU C Library 2.1 or newer... no
47checking whether integer division by zero raises SIGFPE... no
48checking for inttypes.h... yes
49checking for stdint.h... yes
50checking for unsigned long long... yes
51checking for inttypes.h... yes
52checking whether the inttypes.h PRIxNN macros are broken... no
53checking for ld used by GCC... ld
54checking if the linker (ld) is GNU ld... no
55checking for shared library run path origin... done
56checking argz.h usability... no
57checking argz.h presence... no
58checking for argz.h... no
59checking limits.h usability... yes
60checking limits.h presence... yes
61checking for limits.h... yes
62checking locale.h usability... yes
63checking locale.h presence... yes
64checking for locale.h... yes
65checking nl_types.h usability... yes
66checking nl_types.h presence... yes
67checking for nl_types.h... yes
68checking malloc.h usability... no
69checking malloc.h presence... no
70checking for malloc.h... no
71checking stddef.h usability... yes
72checking stddef.h presence... yes
73checking for stddef.h... yes
74checking for stdlib.h... (cached) yes
75checking for string.h... (cached) yes
76checking for unistd.h... (cached) yes
77checking sys/param.h usability... yes
78checking sys/param.h presence... yes
79checking for sys/param.h... yes
80checking for feof_unlocked... yes
81checking for fgets_unlocked... no
82checking for getc_unlocked... yes
83checking for getcwd... yes
84checking for getegid... yes
85checking for geteuid... yes
86checking for getgid... yes
87checking for getuid... yes
88checking for mempcpy... no
89checking for munmap... yes
90checking for putenv... yes
91checking for setenv... yes
92checking for setlocale... yes
93checking for stpcpy... yes
94checking for strcasecmp... yes
95checking for strdup... yes
96checking for strtoul... yes
97checking for tsearch... yes
98checking for __argz_count... no
99checking for __argz_stringify... no
100checking for __argz_next... no
101checking for __fsetlocking... no
102checking for iconv... yes
103checking how to link with libiconv... -liconv
104checking for iconv declaration...
105         extern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
106checking for nl_langinfo and CODESET... yes
107checking for LC_MESSAGES... yes
108checking for bison... bison
109checking version of bison... 1.28, ok
110checking whether NLS is requested... no
111checking whether to use NLS... no
112checking for aclocal... aclocal
113checking for autoconf... autoconf
114checking for autoheader... autoheader
115updating cache ./config.cache
116configure: creating ./config.status
117config.status: creating Makefile
118config.status: creating config.intl
119config.status: creating config.h
120config.status: executing default-1 commands
121Configuring stage 1 in ./gcc
122configure: creating cache ./config.cache
123checking build system type... powerpc-apple-darwin8
124checking host system type... powerpc-apple-darwin8
125checking target system type... powerpc-apple-darwin8
126checking LIBRARY_PATH variable... ok
127checking GCC_EXEC_PREFIX variable... ok
128checking whether to place generated files in the source directory... no
129checking whether a default linker was specified... no
130checking whether a default assembler was specified... no
131checking for powerpc-apple-darwin8-gcc... gcc
132checking for C compiler default output file name... a.out
133checking whether the C compiler works... yes
134checking whether we are cross compiling... no
135checking for suffix of executables...
136checking for suffix of object files... o
137checking whether we are using the GNU C compiler... yes
138checking whether gcc accepts -g... yes
139checking for gcc option to accept ANSI C... none needed
140checking whether gcc and cc understand -c and -o together... yes
141checking how to run the C preprocessor... gcc -E
142checking for inline... inline
143checking for egrep... grep -E
144checking for ANSI C header files... yes
145checking for sys/types.h... yes
146checking for sys/stat.h... yes
147checking for stdlib.h... yes
148checking for string.h... yes
149checking for memory.h... yes
150checking for strings.h... yes
151checking for inttypes.h... yes
152checking for stdint.h... yes
153checking for unistd.h... yes
154checking for void *... yes
155checking size of void *... 4
156checking for short... yes
157checking size of short... 2
158checking for int... yes
159checking size of int... 4
160checking for long... yes
161checking size of long... 4
162checking for long long... yes
163checking for long long... (cached) yes
164checking size of long long... 8
165checking for __int64... no
166checking whether gcc accepts -Wno-long-long... yes
167checking whether gcc accepts -Wno-variadic-macros... yes
168checking whether gcc accepts -Wno-overlength-strings... no
169checking whether gcc accepts -Wold-style-definition... yes
170checking whether gcc accepts -Wmissing-format-attribute... yes
171checking whether gcc accepts -Wc++-compat... no
172checking valgrind.h usability... no
173checking valgrind.h presence... no
174checking for valgrind.h... no
175checking whether make sets $(MAKE)... yes
176checking for gawk... no
177checking for mawk... no
178checking for nawk... no
179checking for awk... awk
180checking whether ln -s works... yes
181checking whether ln works... yes
182checking for powerpc-apple-darwin8-ranlib... ranlib
183checking for a BSD compatible install... /usr/bin/install -c
184checking mach/mach_time.h usability... yes
185checking mach/mach_time.h presence... yes
186checking for mach/mach_time.h... yes
187checking for cmp's capabilities... gnucompare
188checking for mktemp... yes
189checking for makeinfo... makeinfo --split-size=5000000 --split-size=5000000
190checking for modern makeinfo... yes
191checking for recent Pod::Man... yes
192checking for flex... flex
193checking for bison... bison
194checking for nm... nm
195checking for ar... ar
196checking for GNU C library... no
197checking for ANSI C header files... (cached) yes
198checking whether time.h and sys/time.h may both be included... yes
199checking whether string.h and strings.h may both be included... yes
200checking for sys/wait.h that is POSIX.1 compatible... yes
201checking for limits.h... yes
202checking for stddef.h... yes
203checking for string.h... (cached) yes
204checking for strings.h... (cached) yes
205checking for stdlib.h... (cached) yes
206checking for time.h... yes
207checking for iconv.h... yes
208checking for fcntl.h... yes
209checking for unistd.h... (cached) yes
210checking for sys/file.h... yes
211checking for sys/time.h... yes
212checking for sys/mman.h... yes
213checking for sys/resource.h... yes
214checking for sys/param.h... yes
215checking for sys/times.h... yes
216checking for sys/stat.h... (cached) yes
217checking for direct.h... no
218checking for malloc.h... no
219checking for langinfo.h... yes
220checking for ldfcn.h... no
221checking for locale.h... yes
222checking for wchar.h... yes
223checking for thread.h... no
224checking for pthread.h... yes
225checking for CHAR_BIT... yes
226checking whether byte ordering is bigendian... yes
227checking for collect2 libraries... none required
228checking for library containing exc_resume... no
229checking for library containing ldexp... none required
230checking for inttypes.h... yes
231checking for times... yes
232checking for clock... yes
233checking for kill... yes
234checking for getrlimit... yes
235checking for setrlimit... yes
236checking for atoll... yes
237checking for atoq... no
238checking for sysconf... yes
239checking for strsignal... yes
240checking for getrusage... yes
241checking for nl_langinfo... yes
242checking for scandir... yes
243checking for alphasort... yes
244checking for gettimeofday... yes
245checking for mbstowcs... yes
246checking for wcswidth... yes
247checking for mmap... yes
248checking for mincore... yes
249checking for setlocale... yes
250checking for clearerr_unlocked... yes
251checking for feof_unlocked... yes
252checking for ferror_unlocked... yes
253checking for fflush_unlocked... no
254checking for fgetc_unlocked... no
255checking for fgets_unlocked... no
256checking for fileno_unlocked... yes
257checking for fprintf_unlocked... no
258checking for fputc_unlocked... no
259checking for fputs_unlocked... no
260checking for fread_unlocked... no
261checking for fwrite_unlocked... no
262checking for getchar_unlocked... yes
263checking for getc_unlocked... yes
264checking for putchar_unlocked... yes
265checking for putc_unlocked... yes
266checking whether mbstowcs works... yes
267checking for ssize_t... yes
268checking for uid_t in sys/types.h... yes
269checking type of array argument to getgroups... gid_t
270checking for sys/mman.h... (cached) yes
271checking for mmap... (cached) yes
272checking whether read-only mmap of a plain file works... yes
273checking whether mmap from /dev/zero works... no
274checking for MAP_ANON(YMOUS)... yes
275checking whether mmap with MAP_ANON(YMOUS) works... yes
276checking for pid_t... yes
277checking for unistd.h... (cached) yes
278checking for vfork.h... no
279checking for fork... yes
280checking for vfork... yes
281checking for working fork... yes
282checking for working vfork... (cached) yes
283checking for ld used by GCC... ld
284checking if the linker (ld) is GNU ld... no
285checking for shared library run path origin... done
286checking for iconv... yes
287checking how to link with libiconv... -liconv
288checking for iconv declaration...
289         extern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
290checking for LC_MESSAGES... yes
291checking for nl_langinfo and CODESET... yes
292checking whether getenv is declared... yes
293checking whether atol is declared... yes
294checking whether asprintf is declared... yes
295checking whether sbrk is declared... yes
296checking whether abort is declared... yes
297checking whether atof is declared... yes
298checking whether getcwd is declared... yes
299checking whether getwd is declared... yes
300checking whether strsignal is declared... yes
301checking whether strstr is declared... yes
302checking whether strverscmp is declared... no
303checking whether errno is declared... yes
304checking whether snprintf is declared... yes
305checking whether vsnprintf is declared... yes
306checking whether vasprintf is declared... yes
307checking whether malloc is declared... yes
308checking whether realloc is declared... yes
309checking whether calloc is declared... yes
310checking whether free is declared... yes
311checking whether basename is declared... no
312checking whether getopt is declared... yes
313checking whether clock is declared... yes
314checking whether getpagesize is declared... yes
315checking whether clearerr_unlocked is declared... yes
316checking whether feof_unlocked is declared... yes
317checking whether ferror_unlocked is declared... yes
318checking whether fflush_unlocked is declared... no
319checking whether fgetc_unlocked is declared... no
320checking whether fgets_unlocked is declared... no
321checking whether fileno_unlocked is declared... yes
322checking whether fprintf_unlocked is declared... no
323checking whether fputc_unlocked is declared... no
324checking whether fputs_unlocked is declared... no
325checking whether fread_unlocked is declared... no
326checking whether fwrite_unlocked is declared... no
327checking whether getchar_unlocked is declared... yes
328checking whether getc_unlocked is declared... yes
329checking whether putchar_unlocked is declared... yes
330checking whether putc_unlocked is declared... yes
331checking whether getrlimit is declared... yes
332checking whether setrlimit is declared... yes
333checking whether getrusage is declared... yes
334checking whether ldgetname is declared... no
335checking whether times is declared... yes
336checking whether sigaltstack is declared... yes
337checking for struct tms... yes
338checking for clock_t... yes
339checking for .preinit_array/.init_array/.fini_array support... no
340checking if mkdir takes one argument... no
341Using `../../gcc/config/rs6000/rs6000.c' for machine-specific logic.
342Using `../../gcc/config/rs6000/rs6000.md' as machine description file.
343Using the following target machine macro files:
344        ../../gcc/config/rs6000/rs6000.h
345        ../../gcc/config/darwin.h
346        ../../gcc/config/rs6000/darwin.h
347        ../../gcc/config/rs6000/darwin8.h
348Using host-darwin.o host-ppc-darwin.o for host machine hooks.
349checking whether mcontext_t fields have underscores... no
350checking for __cxa_atexit... yes
351checking whether NLS is requested... no
352checking for as... /usr/bin/as
353checking what assembler to use... /usr/bin/as
354checking for ld... /usr/bin/ld
355checking what linker to use... /usr/bin/ld
356checking for nm... /usr/bin/nm
357checking what nm to use... /usr/bin/nm
358checking for objdump... no
359checking what objdump to use... not found
360checking assembler for .balign and .p2align... no
361checking assembler for .p2align with maximum skip... yes
362checking assembler for .literal16... yes
363checking assembler for working .subsection -1... no
364checking assembler for .weak... no
365checking assembler for .weakref... no
366checking assembler for .nsubspa comdat... no
367checking assembler for .hidden... no
368checking linker for .hidden support... no
369checking assembler for .sleb128 and .uleb128... no
370checking assembler for eh_frame optimization... no
371checking assembler for section merging support... no
372checking assembler for section merging support... (cached) no
373checking assembler for COMDAT group support... no
374checking assembler for COMDAT group support... no
375checking assembler for thread-local storage support... no
376checking linker -Bstatic/-Bdynamic option... no
377checking assembler for .machine directive support... yes
378checking assembler for mfcr field support... yes
379checking assembler for popcntb support... no
380checking assembler for fp round support... no
381checking assembler for rel16 relocs... no
382checking assembler for dwarf2 debug_line support... no
383checking assembler for buggy dwarf2 .file directive... no
384checking assembler for --gdwarf2 option... no
385checking assembler for --gstabs option... yes
386checking linker read-only and read-write section mixing... unknown
387checking linker PT_GNU_EH_FRAME support... no
388checking linker position independent executable support... no
389checking linker --as-needed support... no
390checking linker --sysroot support... no
391checking __stack_chk_fail in target C library... checking for __stack_chk_fail... no
392no __stack_chk_fail on this target
393no
394Using ggc-page for garbage collection.
395checking whether to enable maintainer-specific portions of Makefiles... no
396Links are now set up to build a native compiler for powerpc-apple-darwin8.
397updating cache ./config.cache
398configure: creating ./config.status
399config.status: creating Makefile
400config.status: creating gccbug
401config.status: creating mklibgcc
402config.status: creating libada-mk
403config.status: creating auto-host.h
404config.status: executing default commands
405Configuring stage 1 in ./libiberty
406configure: creating cache ./config.cache
407checking whether to enable maintainer-specific portions of Makefiles... no
408checking for makeinfo... makeinfo --split-size=5000000 --split-size=5000000
409checking for perl... perl
410checking build system type... powerpc-apple-darwin8
411checking host system type... powerpc-apple-darwin8
412checking for powerpc-apple-darwin8-ar... ar
413checking for powerpc-apple-darwin8-ranlib... ranlib
414checking for powerpc-apple-darwin8-gcc... gcc
415checking for C compiler default output file name... a.out
416checking whether the C compiler works... yes
417checking whether we are cross compiling... no
418checking for suffix of executables...
419checking for suffix of object files... o
420checking whether we are using the GNU C compiler... yes
421checking whether gcc accepts -g... yes
422checking for gcc option to accept ANSI C... none needed
423checking how to run the C preprocessor... gcc -E
424checking whether gcc accepts -Wc++-compat... no
425checking whether gcc and cc understand -c and -o together... yes
426checking for an ANSI C-conforming const... yes
427checking for inline... inline
428checking whether byte ordering is bigendian... yes
429checking for a BSD-compatible install... /usr/bin/install -c
430checking for sys/file.h... yes
431checking for sys/param.h... yes
432checking for limits.h... yes
433checking for stdlib.h... yes
434checking for malloc.h... no
435checking for string.h... yes
436checking for unistd.h... yes
437checking for strings.h... yes
438checking for sys/time.h... yes
439checking for time.h... yes
440checking for sys/resource.h... yes
441checking for sys/stat.h... yes
442checking for sys/mman.h... yes
443checking for fcntl.h... yes
444checking for alloca.h... yes
445checking for sys/pstat.h... no
446checking for sys/sysmp.h... no
447checking for sys/sysinfo.h... no
448checking for machine/hal_sysinfo.h... no
449checking for sys/table.h... no
450checking for sys/sysctl.h... yes
451checking for sys/systemcfg.h... no
452checking for stdint.h... yes
453checking for stdio_ext.h... no
454checking for sys/wait.h that is POSIX.1 compatible... yes
455checking whether time.h and sys/time.h may both be included... yes
456checking whether errno must be declared... no
457checking for egrep... grep -E
458checking for ANSI C header files... yes
459checking for sys/types.h... yes
460checking for sys/stat.h... (cached) yes
461checking for stdlib.h... (cached) yes
462checking for string.h... (cached) yes
463checking for memory.h... yes
464checking for strings.h... (cached) yes
465checking for inttypes.h... yes
466checking for stdint.h... (cached) yes
467checking for unistd.h... (cached) yes
468checking for int... yes
469checking size of int... 4
470checking for uintptr_t... yes
471checking for a 64-bit type... uint64_t
472checking for pid_t... yes
473checking for library containing strerror... none required
474checking for asprintf... yes
475checking for atexit... yes
476checking for basename... yes
477checking for bcmp... yes
478checking for bcopy... yes
479checking for bsearch... yes
480checking for bzero... yes
481checking for calloc... yes
482checking for clock... yes
483checking for ffs... yes
484checking for getcwd... yes
485checking for getpagesize... yes
486checking for gettimeofday... yes
487checking for index... yes
488checking for insque... yes
489checking for memchr... yes
490checking for memcmp... yes
491checking for memcpy... yes
492checking for memmove... yes
493checking for mempcpy... no
494checking for memset... yes
495checking for mkstemps... yes
496checking for putenv... yes
497checking for random... yes
498checking for rename... yes
499checking for rindex... yes
500checking for setenv... yes
501checking for snprintf... yes
502checking for sigsetmask... yes
503checking for stpcpy... yes
504checking for stpncpy... no
505checking for strcasecmp... yes
506checking for strchr... yes
507checking for strdup... yes
508checking for strncasecmp... yes
509checking for strndup... no
510checking for strrchr... yes
511checking for strstr... yes
512checking for strtod... yes
513checking for strtol... yes
514checking for strtoul... yes
515checking for strverscmp... no
516checking for tmpnam... yes
517checking for vasprintf... yes
518checking for vfprintf... yes
519checking for vprintf... yes
520checking for vsnprintf... yes
521checking for vsprintf... yes
522checking for waitpid... yes
523checking whether alloca needs Cray hooks... no
524checking stack direction for C alloca... -1
525checking for unistd.h... (cached) yes
526checking for vfork.h... no
527checking for fork... yes
528checking for vfork... yes
529checking for working fork... yes
530checking for working vfork... (cached) yes
531checking for _doprnt... no
532checking for sys_errlist... yes
533checking for sys_nerr... yes
534checking for sys_siglist... yes
535checking for external symbol _system_configuration... no
536checking for getrusage... yes
537checking for on_exit... no
538checking for psignal... yes
539checking for strerror... yes
540checking for strsignal... yes
541checking for sysconf... yes
542checking for times... yes
543checking for sbrk... yes
544checking for gettimeofday... (cached) yes
545checking for realpath... yes
546checking for canonicalize_file_name... no
547checking for pstat_getstatic... no
548checking for pstat_getdynamic... no
549checking for sysmp... no
550checking for getsysinfo... no
551checking for table... yes
552checking for sysctl... yes
553checking for wait3... yes
554checking for wait4... yes
555checking for __fsetlocking... no
556checking whether basename is declared... no
557checking whether ffs is declared... yes
558checking whether asprintf is declared... yes
559checking whether vasprintf is declared... yes
560checking whether snprintf is declared... yes
561checking whether vsnprintf is declared... yes
562checking whether calloc is declared... yes
563checking whether getenv is declared... yes
564checking whether getopt is declared... yes
565checking whether malloc is declared... yes
566checking whether realloc is declared... yes
567checking whether sbrk is declared... yes
568checking whether strverscmp is declared... no
569checking whether canonicalize_file_name must be declared... yes
570checking for stdlib.h... (cached) yes
571checking for unistd.h... (cached) yes
572checking for getpagesize... (cached) yes
573checking for working mmap... yes
574checking for working strncmp... yes
575updating cache ./config.cache
576configure: creating ./config.status
577config.status: creating Makefile
578config.status: creating testsuite/Makefile
579config.status: creating config.h
580config.status: executing default commands
581if [ x"" != x ] && [ ! -d pic ]; then \
582  mkdir pic; \
583else true; fi
584touch stamp-picdir
585if [ x"" != x ]; then \
586  gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/regex.c -o pic/regex.o; \
587else true; fi
588gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/regex.c -o regex.o
589if [ x"" != x ]; then \
590  gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/cplus-dem.c -o pic/cplus-dem.o; \
591else true; fi
592gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/cplus-dem.c -o cplus-dem.o
593if [ x"" != x ]; then \
594  gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/cp-demangle.c -o pic/cp-demangle.o; \
595else true; fi
596gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/cp-demangle.c -o cp-demangle.o
597if [ x"" != x ]; then \
598  gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/md5.c -o pic/md5.o; \
599else true; fi
600gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/md5.c -o md5.o
601if [ x"" != x ]; then \
602  gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/alloca.c -o pic/alloca.o; \
603else true; fi
604gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/alloca.c -o alloca.o
605if [ x"" != x ]; then \
606  gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/argv.c -o pic/argv.o; \
607else true; fi
608gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/argv.c -o argv.o
609if [ x"" != x ]; then \
610  gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/choose-temp.c -o pic/choose-temp.o; \
611else true; fi
612gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/choose-temp.c -o choose-temp.o
613if [ x"" != x ]; then \
614  gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/concat.c -o pic/concat.o; \
615else true; fi
616gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/concat.c -o concat.o
617if [ x"" != x ]; then \
618  gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/cp-demint.c -o pic/cp-demint.o; \
619else true; fi
620gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/cp-demint.c -o cp-demint.o
621if [ x"" != x ]; then \
622  gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/dyn-string.c -o pic/dyn-string.o; \
623else true; fi
624gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/dyn-string.c -o dyn-string.o
625if [ x"" != x ]; then \
626  gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/fdmatch.c -o pic/fdmatch.o; \
627else true; fi
628gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/fdmatch.c -o fdmatch.o
629if [ x"" != x ]; then \
630  gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/fibheap.c -o pic/fibheap.o; \
631else true; fi
632gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/fibheap.c -o fibheap.o
633if [ x"" != x ]; then \
634  gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/floatformat.c -o pic/floatformat.o; \
635else true; fi
636gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/floatformat.c -o floatformat.o
637if [ x"" != x ]; then \
638  gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/fnmatch.c -o pic/fnmatch.o; \
639else true; fi
640gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/fnmatch.c -o fnmatch.o
641if [ x"" != x ]; then \
642  gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \
643else true; fi
644gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/fopen_unlocked.c -o fopen_unlocked.o
645if [ x"" != x ]; then \
646  gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/getopt.c -o pic/getopt.o; \
647else true; fi
648gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/getopt.c -o getopt.o
649if [ x"" != x ]; then \
650  gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/getopt1.c -o pic/getopt1.o; \
651else true; fi
652gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/getopt1.c -o getopt1.o
653if [ x"" != x ]; then \
654  gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/getpwd.c -o pic/getpwd.o; \
655else true; fi
656gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/getpwd.c -o getpwd.o
657if [ x"" != x ]; then \
658  gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/getruntime.c -o pic/getruntime.o; \
659else true; fi
660gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/getruntime.c -o getruntime.o
661if [ x"" != x ]; then \
662  gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/hashtab.c -o pic/hashtab.o; \
663else true; fi
664gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/hashtab.c -o hashtab.o
665if [ x"" != x ]; then \
666  gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/hex.c -o pic/hex.o; \
667else true; fi
668gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/hex.c -o hex.o
669if [ x"" != x ]; then \
670  gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/lbasename.c -o pic/lbasename.o; \
671else true; fi
672gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/lbasename.c -o lbasename.o
673if [ x"" != x ]; then \
674  gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/lrealpath.c -o pic/lrealpath.o; \
675else true; fi
676gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/lrealpath.c -o lrealpath.o
677if [ x"" != x ]; then \
678  gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \
679else true; fi
680gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/make-relative-prefix.c -o make-relative-prefix.o
681if [ x"" != x ]; then \
682  gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/make-temp-file.c -o pic/make-temp-file.o; \
683else true; fi
684gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/make-temp-file.c -o make-temp-file.o
685if [ x"" != x ]; then \
686  gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/objalloc.c -o pic/objalloc.o; \
687else true; fi
688gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/objalloc.c -o objalloc.o
689if [ x"" != x ]; then \
690  gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/obstack.c -o pic/obstack.o; \
691else true; fi
692gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/obstack.c -o obstack.o
693if [ x"" != x ]; then \
694  gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/partition.c -o pic/partition.o; \
695else true; fi
696gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/partition.c -o partition.o
697if [ x"" != x ]; then \
698  gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/pexecute.c -o pic/pexecute.o; \
699else true; fi
700gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/pexecute.c -o pexecute.o
701if [ x"" != x ]; then \
702  gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/physmem.c -o pic/physmem.o; \
703else true; fi
704gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/physmem.c -o physmem.o
705if [ x"" != x ]; then \
706  gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/pex-common.c -o pic/pex-common.o; \
707else true; fi
708gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/pex-common.c -o pex-common.o
709if [ x"" != x ]; then \
710  gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/pex-one.c -o pic/pex-one.o; \
711else true; fi
712gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/pex-one.c -o pex-one.o
713if [ x"" != x ]; then \
714  gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/pex-unix.c -o pic/pex-unix.o; \
715else true; fi
716gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/pex-unix.c -o pex-unix.o
717if [ x"" != x ]; then \
718  gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/safe-ctype.c -o pic/safe-ctype.o; \
719else true; fi
720gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/safe-ctype.c -o safe-ctype.o
721if [ x"" != x ]; then \
722  gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/sort.c -o pic/sort.o; \
723else true; fi
724gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/sort.c -o sort.o
725if [ x"" != x ]; then \
726  gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/spaces.c -o pic/spaces.o; \
727else true; fi
728gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/spaces.c -o spaces.o
729if [ x"" != x ]; then \
730  gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/splay-tree.c -o pic/splay-tree.o; \
731else true; fi
732gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/splay-tree.c -o splay-tree.o
733if [ x"" != x ]; then \
734  gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/strerror.c -o pic/strerror.o; \
735else true; fi
736gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/strerror.c -o strerror.o
737if [ x"" != x ]; then \
738  gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/strsignal.c -o pic/strsignal.o; \
739else true; fi
740gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/strsignal.c -o strsignal.o
741if [ x"" != x ]; then \
742  gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/ternary.c -o pic/ternary.o; \
743else true; fi
744gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/ternary.c -o ternary.o
745if [ x"" != x ]; then \
746  gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \
747else true; fi
748gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o
749if [ x"" != x ]; then \
750  gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/xatexit.c -o pic/xatexit.o; \
751else true; fi
752gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/xatexit.c -o xatexit.o
753if [ x"" != x ]; then \
754  gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/xexit.c -o pic/xexit.o; \
755else true; fi
756gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/xexit.c -o xexit.o
757if [ x"" != x ]; then \
758  gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/xmalloc.c -o pic/xmalloc.o; \
759else true; fi
760gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/xmalloc.c -o xmalloc.o
761if [ x"" != x ]; then \
762  gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/xmemdup.c -o pic/xmemdup.o; \
763else true; fi
764gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/xmemdup.c -o xmemdup.o
765if [ x"" != x ]; then \
766  gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/xstrdup.c -o pic/xstrdup.o; \
767else true; fi
768gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/xstrdup.c -o xstrdup.o
769if [ x"" != x ]; then \
770  gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/xstrerror.c -o pic/xstrerror.o; \
771else true; fi
772gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/xstrerror.c -o xstrerror.o
773if [ x"" != x ]; then \
774  gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/xstrndup.c -o pic/xstrndup.o; \
775else true; fi
776gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/xstrndup.c -o xstrndup.o
777if [ x"" != x ]; then \
778  gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/mempcpy.c -o pic/mempcpy.o; \
779else true; fi
780gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/mempcpy.c -o mempcpy.o
781if [ x"" != x ]; then \
782  gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/stpncpy.c -o pic/stpncpy.o; \
783else true; fi
784gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/stpncpy.c -o stpncpy.o
785if [ x"" != x ]; then \
786  gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/strndup.c -o pic/strndup.o; \
787else true; fi
788gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/strndup.c -o strndup.o
789if [ x"" != x ]; then \
790  gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../libiberty/strverscmp.c -o pic/strverscmp.o; \
791else true; fi
792gcc -c -DHAVE_CONFIG_H -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -I. -I../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/strverscmp.c -o strverscmp.o
793rm -f ./libiberty.a pic/./libiberty.a
794ar rc ./libiberty.a \
795  ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./ternary.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o  ./mempcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o
796ranlib ./libiberty.a
797if [ x"" != x ]; then \
798  cd pic; \
799  ar rc ./libiberty.a \
800    ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./ternary.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o  ./mempcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o; \
801  ranlib ./libiberty.a; \
802  cd ..; \
803else true; fi
804rm -f needed-list; touch needed-list; \
805for f in atexit calloc memchr memcmp memcpy memmove memset rename strchr strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf vprintf vfork waitpid bcmp bcopy bzero; do \
806  for g in ./mempcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ; do \
807    case "$g" in \
808      *$f*) echo $g >> needed-list ;; \
809    esac; \
810  done; \
811done
812echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./ternary.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o > required-list
813make[4]: Nothing to be done for `all'.
814make[3]: Nothing to be done for `all'.
815mkdir build-powerpc-apple-darwin8
816mkdir build-powerpc-apple-darwin8/libiberty
817Configuring in build-powerpc-apple-darwin8/libiberty
818configure: creating cache ../config.cache
819checking whether to enable maintainer-specific portions of Makefiles... no
820checking for makeinfo... makeinfo --split-size=5000000 --split-size=5000000
821checking for perl... perl
822checking build system type... powerpc-apple-darwin8
823checking host system type... powerpc-apple-darwin8
824checking for powerpc-apple-darwin8-ar... no
825checking for ar... ar
826checking for powerpc-apple-darwin8-ranlib... no
827checking for ranlib... ranlib
828checking for powerpc-apple-darwin8-gcc... gcc
829checking for C compiler default output file name... a.out
830checking whether the C compiler works... yes
831checking whether we are cross compiling... no
832checking for suffix of executables...
833checking for suffix of object files... o
834checking whether we are using the GNU C compiler... yes
835checking whether gcc accepts -g... yes
836checking for gcc option to accept ANSI C... none needed
837checking how to run the C preprocessor... gcc -E
838checking whether gcc accepts -Wc++-compat... no
839checking whether gcc and cc understand -c and -o together... yes
840checking for an ANSI C-conforming const... yes
841checking for inline... inline
842checking whether byte ordering is bigendian... yes
843checking for a BSD-compatible install... /usr/bin/install -c
844checking for sys/file.h... yes
845checking for sys/param.h... yes
846checking for limits.h... yes
847checking for stdlib.h... yes
848checking for malloc.h... no
849checking for string.h... yes
850checking for unistd.h... yes
851checking for strings.h... yes
852checking for sys/time.h... yes
853checking for time.h... yes
854checking for sys/resource.h... yes
855checking for sys/stat.h... yes
856checking for sys/mman.h... yes
857checking for fcntl.h... yes
858checking for alloca.h... yes
859checking for sys/pstat.h... no
860checking for sys/sysmp.h... no
861checking for sys/sysinfo.h... no
862checking for machine/hal_sysinfo.h... no
863checking for sys/table.h... no
864checking for sys/sysctl.h... yes
865checking for sys/systemcfg.h... no
866checking for stdint.h... yes
867checking for stdio_ext.h... no
868checking for sys/wait.h that is POSIX.1 compatible... yes
869checking whether time.h and sys/time.h may both be included... yes
870checking whether errno must be declared... no
871checking for egrep... grep -E
872checking for ANSI C header files... yes
873checking for sys/types.h... yes
874checking for sys/stat.h... (cached) yes
875checking for stdlib.h... (cached) yes
876checking for string.h... (cached) yes
877checking for memory.h... yes
878checking for strings.h... (cached) yes
879checking for inttypes.h... yes
880checking for stdint.h... (cached) yes
881checking for unistd.h... (cached) yes
882checking for int... yes
883checking size of int... 4
884checking for uintptr_t... yes
885checking for a 64-bit type... uint64_t
886checking for pid_t... yes
887checking for library containing strerror... none required
888checking for asprintf... yes
889checking for atexit... yes
890checking for basename... yes
891checking for bcmp... yes
892checking for bcopy... yes
893checking for bsearch... yes
894checking for bzero... yes
895checking for calloc... yes
896checking for clock... yes
897checking for ffs... yes
898checking for getcwd... yes
899checking for getpagesize... yes
900checking for gettimeofday... yes
901checking for index... yes
902checking for insque... yes
903checking for memchr... yes
904checking for memcmp... yes
905checking for memcpy... yes
906checking for memmove... yes
907checking for mempcpy... no
908checking for memset... yes
909checking for mkstemps... yes
910checking for putenv... yes
911checking for random... yes
912checking for rename... yes
913checking for rindex... yes
914checking for setenv... yes
915checking for snprintf... yes
916checking for sigsetmask... yes
917checking for stpcpy... yes
918checking for stpncpy... no
919checking for strcasecmp... yes
920checking for strchr... yes
921checking for strdup... yes
922checking for strncasecmp... yes
923checking for strndup... no
924checking for strrchr... yes
925checking for strstr... yes
926checking for strtod... yes
927checking for strtol... yes
928checking for strtoul... yes
929checking for strverscmp... no
930checking for tmpnam... yes
931checking for vasprintf... yes
932checking for vfprintf... yes
933checking for vprintf... yes
934checking for vsnprintf... yes
935checking for vsprintf... yes
936checking for waitpid... yes
937checking whether alloca needs Cray hooks... no
938checking stack direction for C alloca... -1
939checking for unistd.h... (cached) yes
940checking for vfork.h... no
941checking for fork... yes
942checking for vfork... yes
943checking for working fork... yes
944checking for working vfork... (cached) yes
945checking for _doprnt... no
946checking for sys_errlist... yes
947checking for sys_nerr... yes
948checking for sys_siglist... yes
949checking for external symbol _system_configuration... no
950checking for getrusage... yes
951checking for on_exit... no
952checking for psignal... yes
953checking for strerror... yes
954checking for strsignal... yes
955checking for sysconf... yes
956checking for times... yes
957checking for sbrk... yes
958checking for gettimeofday... (cached) yes
959checking for realpath... yes
960checking for canonicalize_file_name... no
961checking for pstat_getstatic... no
962checking for pstat_getdynamic... no
963checking for sysmp... no
964checking for getsysinfo... no
965checking for table... yes
966checking for sysctl... yes
967checking for wait3... yes
968checking for wait4... yes
969checking for __fsetlocking... no
970checking whether basename is declared... no
971checking whether ffs is declared... yes
972checking whether asprintf is declared... yes
973checking whether vasprintf is declared... yes
974checking whether snprintf is declared... yes
975checking whether vsnprintf is declared... yes
976checking whether calloc is declared... yes
977checking whether getenv is declared... yes
978checking whether getopt is declared... yes
979checking whether malloc is declared... yes
980checking whether realloc is declared... yes
981checking whether sbrk is declared... yes
982checking whether strverscmp is declared... no
983checking whether canonicalize_file_name must be declared... yes
984checking for stdlib.h... (cached) yes
985checking for unistd.h... (cached) yes
986checking for getpagesize... (cached) yes
987checking for working mmap... yes
988checking for working strncmp... yes
989updating cache ../config.cache
990configure: creating ./config.status
991config.status: creating Makefile
992config.status: creating testsuite/Makefile
993config.status: creating config.h
994config.status: executing default commands
995if [ x"" != x ] && [ ! -d pic ]; then \
996  mkdir pic; \
997else true; fi
998touch stamp-picdir
999if [ x"" != x ]; then \
1000  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../libiberty/regex.c -o pic/regex.o; \
1001else true; fi
1002gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/regex.c -o regex.o
1003if [ x"" != x ]; then \
1004  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../libiberty/cplus-dem.c -o pic/cplus-dem.o; \
1005else true; fi
1006gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/cplus-dem.c -o cplus-dem.o
1007if [ x"" != x ]; then \
1008  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../libiberty/cp-demangle.c -o pic/cp-demangle.o; \
1009else true; fi
1010gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/cp-demangle.c -o cp-demangle.o
1011if [ x"" != x ]; then \
1012  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../libiberty/md5.c -o pic/md5.o; \
1013else true; fi
1014gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/md5.c -o md5.o
1015if [ x"" != x ]; then \
1016  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../libiberty/alloca.c -o pic/alloca.o; \
1017else true; fi
1018gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/alloca.c -o alloca.o
1019if [ x"" != x ]; then \
1020  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../libiberty/argv.c -o pic/argv.o; \
1021else true; fi
1022gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/argv.c -o argv.o
1023if [ x"" != x ]; then \
1024  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../libiberty/choose-temp.c -o pic/choose-temp.o; \
1025else true; fi
1026gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/choose-temp.c -o choose-temp.o
1027if [ x"" != x ]; then \
1028  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../libiberty/concat.c -o pic/concat.o; \
1029else true; fi
1030gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/concat.c -o concat.o
1031if [ x"" != x ]; then \
1032  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../libiberty/cp-demint.c -o pic/cp-demint.o; \
1033else true; fi
1034gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/cp-demint.c -o cp-demint.o
1035if [ x"" != x ]; then \
1036  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../libiberty/dyn-string.c -o pic/dyn-string.o; \
1037else true; fi
1038gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/dyn-string.c -o dyn-string.o
1039if [ x"" != x ]; then \
1040  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../libiberty/fdmatch.c -o pic/fdmatch.o; \
1041else true; fi
1042gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/fdmatch.c -o fdmatch.o
1043if [ x"" != x ]; then \
1044  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../libiberty/fibheap.c -o pic/fibheap.o; \
1045else true; fi
1046gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/fibheap.c -o fibheap.o
1047if [ x"" != x ]; then \
1048  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../libiberty/floatformat.c -o pic/floatformat.o; \
1049else true; fi
1050gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/floatformat.c -o floatformat.o
1051if [ x"" != x ]; then \
1052  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../libiberty/fnmatch.c -o pic/fnmatch.o; \
1053else true; fi
1054gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/fnmatch.c -o fnmatch.o
1055if [ x"" != x ]; then \
1056  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \
1057else true; fi
1058gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/fopen_unlocked.c -o fopen_unlocked.o
1059if [ x"" != x ]; then \
1060  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../libiberty/getopt.c -o pic/getopt.o; \
1061else true; fi
1062gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/getopt.c -o getopt.o
1063if [ x"" != x ]; then \
1064  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../libiberty/getopt1.c -o pic/getopt1.o; \
1065else true; fi
1066gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/getopt1.c -o getopt1.o
1067if [ x"" != x ]; then \
1068  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../libiberty/getpwd.c -o pic/getpwd.o; \
1069else true; fi
1070gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/getpwd.c -o getpwd.o
1071if [ x"" != x ]; then \
1072  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../libiberty/getruntime.c -o pic/getruntime.o; \
1073else true; fi
1074gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/getruntime.c -o getruntime.o
1075if [ x"" != x ]; then \
1076  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../libiberty/hashtab.c -o pic/hashtab.o; \
1077else true; fi
1078gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/hashtab.c -o hashtab.o
1079if [ x"" != x ]; then \
1080  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../libiberty/hex.c -o pic/hex.o; \
1081else true; fi
1082gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/hex.c -o hex.o
1083if [ x"" != x ]; then \
1084  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../libiberty/lbasename.c -o pic/lbasename.o; \
1085else true; fi
1086gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/lbasename.c -o lbasename.o
1087if [ x"" != x ]; then \
1088  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../libiberty/lrealpath.c -o pic/lrealpath.o; \
1089else true; fi
1090gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/lrealpath.c -o lrealpath.o
1091if [ x"" != x ]; then \
1092  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \
1093else true; fi
1094gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/make-relative-prefix.c -o make-relative-prefix.o
1095if [ x"" != x ]; then \
1096  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../libiberty/make-temp-file.c -o pic/make-temp-file.o; \
1097else true; fi
1098gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/make-temp-file.c -o make-temp-file.o
1099if [ x"" != x ]; then \
1100  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../libiberty/objalloc.c -o pic/objalloc.o; \
1101else true; fi
1102gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/objalloc.c -o objalloc.o
1103if [ x"" != x ]; then \
1104  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../libiberty/obstack.c -o pic/obstack.o; \
1105else true; fi
1106gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/obstack.c -o obstack.o
1107if [ x"" != x ]; then \
1108  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../libiberty/partition.c -o pic/partition.o; \
1109else true; fi
1110gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/partition.c -o partition.o
1111if [ x"" != x ]; then \
1112  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../libiberty/pexecute.c -o pic/pexecute.o; \
1113else true; fi
1114gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/pexecute.c -o pexecute.o
1115if [ x"" != x ]; then \
1116  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../libiberty/physmem.c -o pic/physmem.o; \
1117else true; fi
1118gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/physmem.c -o physmem.o
1119if [ x"" != x ]; then \
1120  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../libiberty/pex-common.c -o pic/pex-common.o; \
1121else true; fi
1122gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/pex-common.c -o pex-common.o
1123if [ x"" != x ]; then \
1124  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../libiberty/pex-one.c -o pic/pex-one.o; \
1125else true; fi
1126gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/pex-one.c -o pex-one.o
1127if [ x"" != x ]; then \
1128  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../libiberty/pex-unix.c -o pic/pex-unix.o; \
1129else true; fi
1130gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/pex-unix.c -o pex-unix.o
1131if [ x"" != x ]; then \
1132  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../libiberty/safe-ctype.c -o pic/safe-ctype.o; \
1133else true; fi
1134gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/safe-ctype.c -o safe-ctype.o
1135if [ x"" != x ]; then \
1136  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../libiberty/sort.c -o pic/sort.o; \
1137else true; fi
1138gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/sort.c -o sort.o
1139if [ x"" != x ]; then \
1140  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../libiberty/spaces.c -o pic/spaces.o; \
1141else true; fi
1142gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/spaces.c -o spaces.o
1143if [ x"" != x ]; then \
1144  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../libiberty/splay-tree.c -o pic/splay-tree.o; \
1145else true; fi
1146gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/splay-tree.c -o splay-tree.o
1147if [ x"" != x ]; then \
1148  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../libiberty/strerror.c -o pic/strerror.o; \
1149else true; fi
1150gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/strerror.c -o strerror.o
1151if [ x"" != x ]; then \
1152  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../libiberty/strsignal.c -o pic/strsignal.o; \
1153else true; fi
1154gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/strsignal.c -o strsignal.o
1155if [ x"" != x ]; then \
1156  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../libiberty/ternary.c -o pic/ternary.o; \
1157else true; fi
1158gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/ternary.c -o ternary.o
1159if [ x"" != x ]; then \
1160  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \
1161else true; fi
1162gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o
1163if [ x"" != x ]; then \
1164  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../libiberty/xatexit.c -o pic/xatexit.o; \
1165else true; fi
1166gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/xatexit.c -o xatexit.o
1167if [ x"" != x ]; then \
1168  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../libiberty/xexit.c -o pic/xexit.o; \
1169else true; fi
1170gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/xexit.c -o xexit.o
1171if [ x"" != x ]; then \
1172  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../libiberty/xmalloc.c -o pic/xmalloc.o; \
1173else true; fi
1174gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/xmalloc.c -o xmalloc.o
1175if [ x"" != x ]; then \
1176  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../libiberty/xmemdup.c -o pic/xmemdup.o; \
1177else true; fi
1178gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/xmemdup.c -o xmemdup.o
1179if [ x"" != x ]; then \
1180  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../libiberty/xstrdup.c -o pic/xstrdup.o; \
1181else true; fi
1182gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/xstrdup.c -o xstrdup.o
1183if [ x"" != x ]; then \
1184  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../libiberty/xstrerror.c -o pic/xstrerror.o; \
1185else true; fi
1186gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/xstrerror.c -o xstrerror.o
1187if [ x"" != x ]; then \
1188  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../libiberty/xstrndup.c -o pic/xstrndup.o; \
1189else true; fi
1190gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/xstrndup.c -o xstrndup.o
1191if [ x"" != x ]; then \
1192  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../libiberty/mempcpy.c -o pic/mempcpy.o; \
1193else true; fi
1194gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/mempcpy.c -o mempcpy.o
1195if [ x"" != x ]; then \
1196  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../libiberty/stpncpy.c -o pic/stpncpy.o; \
1197else true; fi
1198gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/stpncpy.c -o stpncpy.o
1199if [ x"" != x ]; then \
1200  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../libiberty/strndup.c -o pic/strndup.o; \
1201else true; fi
1202gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/strndup.c -o strndup.o
1203if [ x"" != x ]; then \
1204  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../../libiberty/strverscmp.c -o pic/strverscmp.o; \
1205else true; fi
1206gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/strverscmp.c -o strverscmp.o
1207rm -f ./libiberty.a pic/./libiberty.a
1208ar rc ./libiberty.a \
1209  ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./ternary.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o  ./mempcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o
1210ranlib ./libiberty.a
1211if [ x"" != x ]; then \
1212  cd pic; \
1213  ar rc ./libiberty.a \
1214    ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./ternary.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o  ./mempcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o; \
1215  ranlib ./libiberty.a; \
1216  cd ..; \
1217else true; fi
1218rm -f needed-list; touch needed-list; \
1219for f in atexit calloc memchr memcmp memcpy memmove memset rename strchr strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf vprintf vfork waitpid bcmp bcopy bzero; do \
1220  for g in ./mempcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ; do \
1221    case "$g" in \
1222      *$f*) echo $g >> needed-list ;; \
1223    esac; \
1224  done; \
1225done
1226echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./ternary.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o > required-list
1227make[4]: Nothing to be done for `all'.
1228mkdir build-powerpc-apple-darwin8/fixincludes
1229Configuring in build-powerpc-apple-darwin8/fixincludes
1230configure: loading cache ../config.cache
1231checking build system type... (cached) powerpc-apple-darwin8
1232checking host system type... (cached) powerpc-apple-darwin8
1233checking target system type... powerpc-apple-darwin8
1234checking for powerpc-apple-darwin8-gcc... (cached) gcc
1235checking for C compiler default output file name... a.out
1236checking whether the C compiler works... yes
1237checking whether we are cross compiling... no
1238checking for suffix of executables...
1239checking for suffix of object files... (cached) o
1240checking whether we are using the GNU C compiler... (cached) yes
1241checking whether gcc accepts -g... (cached) yes
1242checking for gcc option to accept ANSI C... (cached) none needed
1243checking whether gcc supports -W... yes
1244checking whether gcc supports -Wall... yes
1245checking whether gcc supports -Wwrite-strings... yes
1246checking whether gcc supports -Wstrict-prototypes... yes
1247checking whether gcc supports -Wmissing-prototypes... yes
1248checking whether gcc supports -Wold-style-definition... yes
1249checking whether gcc supports -Wmissing-format-attribute... yes
1250checking whether gcc supports -Wno-overlength-strings... no
1251checking whether gcc supports -pedantic -Wno-long-long... yes
1252checking how to run the C preprocessor... (cached) gcc -E
1253checking for egrep... (cached) grep -E
1254checking for ANSI C header files... (cached) yes
1255checking for sys/types.h... (cached) yes
1256checking for sys/stat.h... (cached) yes
1257checking for stdlib.h... (cached) yes
1258checking for string.h... (cached) yes
1259checking for memory.h... (cached) yes
1260checking for strings.h... (cached) yes
1261checking for inttypes.h... (cached) yes
1262checking for stdint.h... (cached) yes
1263checking for unistd.h... (cached) yes
1264checking stddef.h usability... yes
1265checking stddef.h presence... yes
1266checking for stddef.h... yes
1267checking for stdlib.h... (cached) yes
1268checking for strings.h... (cached) yes
1269checking for unistd.h... (cached) yes
1270checking for fcntl.h... (cached) yes
1271checking for sys/file.h... (cached) yes
1272checking for sys/stat.h... (cached) yes
1273checking for clearerr_unlocked... yes
1274checking for feof_unlocked... yes
1275checking for ferror_unlocked... yes
1276checking for fflush_unlocked... no
1277checking for fgetc_unlocked... no
1278checking for fgets_unlocked... no
1279checking for fileno_unlocked... yes
1280checking for fprintf_unlocked... no
1281checking for fputc_unlocked... no
1282checking for fputs_unlocked... no
1283checking for fread_unlocked... no
1284checking for fwrite_unlocked... no
1285checking for getchar_unlocked... yes
1286checking for getc_unlocked... yes
1287checking for putchar_unlocked... yes
1288checking for putc_unlocked... yes
1289checking whether abort is declared... yes
1290checking whether asprintf is declared... (cached) yes
1291checking whether basename is declared... (cached) no
1292checking whether errno is declared... no
1293checking whether vasprintf is declared... (cached) yes
1294checking whether clearerr_unlocked is declared... yes
1295checking whether feof_unlocked is declared... yes
1296checking whether ferror_unlocked is declared... yes
1297checking whether fflush_unlocked is declared... no
1298checking whether fgetc_unlocked is declared... no
1299checking whether fgets_unlocked is declared... no
1300checking whether fileno_unlocked is declared... yes
1301checking whether fprintf_unlocked is declared... no
1302checking whether fputc_unlocked is declared... no
1303checking whether fputs_unlocked is declared... no
1304checking whether fread_unlocked is declared... no
1305checking whether fwrite_unlocked is declared... no
1306checking whether getchar_unlocked is declared... yes
1307checking whether getc_unlocked is declared... yes
1308checking whether putchar_unlocked is declared... yes
1309checking whether putc_unlocked is declared... yes
1310checking for an ANSI C-conforming const... (cached) yes
1311checking for sys/mman.h... (cached) yes
1312checking for mmap... yes
1313checking whether read-only mmap of a plain file works... yes
1314checking whether mmap from /dev/zero works... no
1315checking for MAP_ANON(YMOUS)... yes
1316checking whether mmap with MAP_ANON(YMOUS) works... yes
1317checking whether to enable maintainer-specific portions of Makefiles... no
1318updating cache ../config.cache
1319configure: creating ./config.status
1320config.status: creating Makefile
1321config.status: creating mkheaders.almost
1322config.status: creating config.h
1323gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long   -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/fixincl.c
1324In file included from ../../../fixincludes/fixincl.c:101:
1325../../../fixincludes/fixincl.x:76: warning: string length '4756' is greater than the length '509' ISO C89 compilers are required to support
1326../../../fixincludes/fixincl.x:272: warning: string length '552' is greater than the length '509' ISO C89 compilers are required to support
1327../../../fixincludes/fixincl.x:317: warning: string length '532' is greater than the length '509' ISO C89 compilers are required to support
1328../../../fixincludes/fixincl.x:361: warning: string length '808' is greater than the length '509' ISO C89 compilers are required to support
1329../../../fixincludes/fixincl.x:447: warning: string length '5139' is greater than the length '509' ISO C89 compilers are required to support
1330../../../fixincludes/fixincl.x:2715: warning: string length '729' is greater than the length '509' ISO C89 compilers are required to support
1331../../../fixincludes/fixincl.x:7847: warning: string length '575' is greater than the length '509' ISO C89 compilers are required to support
1332gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long   -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/fixtests.c
1333gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long   -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/fixfixes.c
1334gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long   -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/server.c
1335gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long   -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/procopen.c
1336gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long   -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/fixlib.c
1337gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long   -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/fixopts.c
1338gcc -g -O2  -o fixincl fixincl.o fixtests.o fixfixes.o server.o procopen.o fixlib.o fixopts.o ../libiberty/libiberty.a
1339echo timestamp > full-stamp
1340srcdir="../../../fixincludes" /bin/sh ../../../fixincludes/mkfixinc.sh powerpc-apple-darwin8
1341sed -e 's/@gcc_version@/4.2.1/' < mkheaders.almost > mkheadersT
1342mv -f mkheadersT mkheaders
1343Configuring stage 1 in ./libcpp
1344configure: creating cache ./config.cache
1345checking build system type... powerpc-apple-darwin8
1346checking host system type... powerpc-apple-darwin8
1347checking target system type... powerpc-apple-darwin8
1348checking whether make sets $(MAKE)... yes
1349checking for a BSD-compatible install... /usr/bin/install -c
1350checking for powerpc-apple-darwin8-gcc... gcc
1351checking for C compiler default output file name... a.out
1352checking whether the C compiler works... yes
1353checking whether we are cross compiling... no
1354checking for suffix of executables...
1355checking for suffix of object files... o
1356checking whether we are using the GNU C compiler... yes
1357checking whether gcc accepts -g... yes
1358checking for gcc option to accept ANSI C... none needed
1359checking for powerpc-apple-darwin8-ranlib... ranlib
1360checking for aclocal... aclocal
1361checking for autoconf... autoconf
1362checking for autoheader... autoheader
1363checking whether gcc supports -W... yes
1364checking whether gcc supports -Wall... yes
1365checking whether gcc supports -Wwrite-strings... yes
1366checking whether gcc supports -Wstrict-prototypes... yes
1367checking whether gcc supports -Wmissing-prototypes... yes
1368checking whether gcc supports -Wold-style-definition... yes
1369checking whether gcc supports -Wmissing-format-attribute... yes
1370checking whether gcc supports -pedantic -Wno-long-long... yes
1371checking dependency style of gcc... gcc3
1372checking whether time.h and sys/time.h may both be included... yes
1373checking whether string.h and strings.h may both be included... yes
1374checking how to run the C preprocessor... gcc -E
1375checking for egrep... grep -E
1376checking for ANSI C header files... yes
1377checking for sys/types.h... yes
1378checking for sys/stat.h... yes
1379checking for stdlib.h... yes
1380checking for string.h... yes
1381checking for memory.h... yes
1382checking for strings.h... yes
1383checking for inttypes.h... yes
1384checking for stdint.h... yes
1385checking for unistd.h... yes
1386checking iconv.h usability... yes
1387checking iconv.h presence... yes
1388checking for iconv.h... yes
1389checking locale.h usability... yes
1390checking locale.h presence... yes
1391checking for locale.h... yes
1392checking fcntl.h usability... yes
1393checking fcntl.h presence... yes
1394checking for fcntl.h... yes
1395checking limits.h usability... yes
1396checking limits.h presence... yes
1397checking for limits.h... yes
1398checking stddef.h usability... yes
1399checking stddef.h presence... yes
1400checking for stddef.h... yes
1401checking for stdlib.h... (cached) yes
1402checking for strings.h... (cached) yes
1403checking for string.h... (cached) yes
1404checking sys/file.h usability... yes
1405checking sys/file.h presence... yes
1406checking for sys/file.h... yes
1407checking for unistd.h... (cached) yes
1408checking for an ANSI C-conforming const... yes
1409checking for inline... inline
1410checking for obstacks... no
1411checking for off_t... yes
1412checking for size_t... yes
1413checking whether struct tm is in sys/time.h or time.h... time.h
1414checking for int... yes
1415checking size of int... 4
1416checking for long... yes
1417checking size of long... 4
1418checking for clearerr_unlocked... yes
1419checking for feof_unlocked... yes
1420checking for ferror_unlocked... yes
1421checking for fflush_unlocked... no
1422checking for fgetc_unlocked... no
1423checking for fgets_unlocked... no
1424checking for fileno_unlocked... yes
1425checking for fprintf_unlocked... no
1426checking for fputc_unlocked... no
1427checking for fputs_unlocked... no
1428checking for fread_unlocked... no
1429checking for fwrite_unlocked... no
1430checking for getchar_unlocked... yes
1431checking for getc_unlocked... yes
1432checking for putchar_unlocked... yes
1433checking for putc_unlocked... yes
1434checking whether abort is declared... yes
1435checking whether asprintf is declared... yes
1436checking whether basename is declared... no
1437checking whether errno is declared... no
1438checking whether getopt is declared... yes
1439checking whether clearerr_unlocked is declared... yes
1440checking whether feof_unlocked is declared... yes
1441checking whether ferror_unlocked is declared... yes
1442checking whether fflush_unlocked is declared... no
1443checking whether fgetc_unlocked is declared... no
1444checking whether fgets_unlocked is declared... no
1445checking whether fileno_unlocked is declared... yes
1446checking whether fprintf_unlocked is declared... no
1447checking whether fputc_unlocked is declared... no
1448checking whether fputs_unlocked is declared... no
1449checking whether fread_unlocked is declared... no
1450checking whether fwrite_unlocked is declared... no
1451checking whether getchar_unlocked is declared... yes
1452checking whether getc_unlocked is declared... yes
1453checking whether putchar_unlocked is declared... yes
1454checking whether putc_unlocked is declared... yes
1455checking whether vasprintf is declared... yes
1456checking for working alloca.h... yes
1457checking for alloca... yes
1458checking for ANSI C header files... (cached) yes
1459checking for nl_langinfo and CODESET... yes
1460checking whether NLS is requested... no
1461checking for uchar...
1462checking for ld used by GCC... ld
1463checking if the linker (ld) is GNU ld... no
1464checking for shared library run path origin... done
1465checking for iconv... yes
1466checking how to link with libiconv... -liconv
1467checking for iconv declaration...
1468         extern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
1469updating cache ./config.cache
1470configure: creating ./config.status
1471config.status: creating Makefile
1472config.status: creating config.h
1473config.status: executing depdir commands
1474gcc  -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -c -o charset.o -MT charset.o -MMD -MP -MF .deps/charset.Po ../../libcpp/charset.c
1475gcc  -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -c -o directives.o -MT directives.o -MMD -MP -MF .deps/directives.Po ../../libcpp/directives.c
1476gcc  -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -c -o errors.o -MT errors.o -MMD -MP -MF .deps/errors.Po ../../libcpp/errors.c
1477gcc  -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -c -o expr.o -MT expr.o -MMD -MP -MF .deps/expr.Po ../../libcpp/expr.c
1478gcc  -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -c -o files.o -MT files.o -MMD -MP -MF .deps/files.Po ../../libcpp/files.c
1479gcc  -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -c -o identifiers.o -MT identifiers.o -MMD -MP -MF .deps/identifiers.Po ../../libcpp/identifiers.c
1480echo "#define LOCALEDIR \"/Users/euler/Work_MacPorts/apple-gcc42/testplace/share/locale\"" > localedir.new
1481../../libcpp/../move-if-change localedir.new localedir.h
1482echo timestamp > localedir.hs
1483gcc  -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -c -o init.o -MT init.o -MMD -MP -MF .deps/init.Po ../../libcpp/init.c
1484gcc  -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -c -o lex.o -MT lex.o -MMD -MP -MF .deps/lex.Po ../../libcpp/lex.c
1485gcc  -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -c -o line-map.o -MT line-map.o -MMD -MP -MF .deps/line-map.Po ../../libcpp/line-map.c
1486gcc  -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -c -o macro.o -MT macro.o -MMD -MP -MF .deps/macro.Po ../../libcpp/macro.c
1487gcc  -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -c -o mkdeps.o -MT mkdeps.o -MMD -MP -MF .deps/mkdeps.Po ../../libcpp/mkdeps.c
1488gcc  -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -c -o pch.o -MT pch.o -MMD -MP -MF .deps/pch.Po ../../libcpp/pch.c
1489gcc  -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -c -o symtab.o -MT symtab.o -MMD -MP -MF .deps/symtab.Po ../../libcpp/symtab.c
1490gcc  -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -c -o traditional.o -MT traditional.o -MMD -MP -MF .deps/traditional.Po ../../libcpp/traditional.c
1491rm -f libcpp.a
1492ar cru libcpp.a charset.o directives.o errors.o expr.o files.o identifiers.o init.o lex.o line-map.o macro.o mkdeps.o pch.o symtab.o traditional.o
1493ranlib libcpp.a
1494gcc  -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -c -o makedepend.o -MT makedepend.o -MMD -MP -MF .deps/makedepend.Po ../../libcpp/makedepend.c
1495gcc -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions  -o makedepend \
1496  makedepend.o libcpp.a ../libiberty/libiberty.a \
1497   -liconv
1498Configuring stage 1 in ./libdecnumber
1499configure: creating cache ./config.cache
1500checking whether make sets $(MAKE)... yes
1501checking for powerpc-apple-darwin8-gcc... gcc
1502checking for C compiler default output file name... a.out
1503checking whether the C compiler works... yes
1504checking whether we are cross compiling... no
1505checking for suffix of executables...
1506checking for suffix of object files... o
1507checking whether we are using the GNU C compiler... yes
1508checking whether gcc accepts -g... yes
1509checking for gcc option to accept ANSI C... none needed
1510checking for powerpc-apple-darwin8-ranlib... ranlib
1511checking for aclocal... aclocal
1512checking for autoconf... autoconf
1513checking for autoheader... autoheader
1514checking whether gcc supports -W... yes
1515checking whether gcc supports -Wall... yes
1516checking whether gcc supports -Wwrite-strings... yes
1517checking whether gcc supports -Wstrict-prototypes... yes
1518checking whether gcc supports -Wmissing-prototypes... yes
1519checking whether gcc supports -Wold-style-definition... yes
1520checking whether gcc supports -Wmissing-format-attribute... yes
1521checking whether gcc supports -Wcast-qual... yes
1522checking whether gcc supports -pedantic -Wno-long-long... yes
1523checking how to run the C preprocessor... gcc -E
1524checking for egrep... grep -E
1525checking for ANSI C header files... yes
1526checking for sys/types.h... yes
1527checking for sys/stat.h... yes
1528checking for stdlib.h... yes
1529checking for string.h... yes
1530checking for memory.h... yes
1531checking for strings.h... yes
1532checking for inttypes.h... yes
1533checking for stdint.h... yes
1534checking for unistd.h... yes
1535checking ctype.h usability... yes
1536checking ctype.h presence... yes
1537checking for ctype.h... yes
1538checking stddef.h usability... yes
1539checking stddef.h presence... yes
1540checking for stddef.h... yes
1541checking for string.h... (cached) yes
1542checking stdio.h usability... yes
1543checking stdio.h presence... yes
1544checking for stdio.h... yes
1545looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
1546checking for uintptr_t... yes
1547checking for int_least32_t... yes
1548checking for int_fast32_t... yes
1549checking for uint64_t... yes
1550checking what to include in gstdint.h... stdint.h (already complete)
1551checking for an ANSI C-conforming const... yes
1552checking for off_t... yes
1553checking for int... yes
1554checking size of int... 4
1555checking for long... yes
1556checking size of long... 4
1557checking for ANSI C header files... (cached) yes
1558updating cache ./config.cache
1559configure: creating ./config.status
1560config.status: creating Makefile
1561config.status: creating config.h
1562config.status: executing gstdint.h commands
1563source='../../libdecnumber/decNumber.c' object='decNumber.o' libtool=no gcc  -I../../libdecnumber -I.  -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../libdecnumber -I.  -c ../../libdecnumber/decNumber.c
1564source='../../libdecnumber/decContext.c' object='decContext.o' libtool=no gcc  -I../../libdecnumber -I.  -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../libdecnumber -I.  -c ../../libdecnumber/decContext.c
1565source='../../libdecnumber/decUtility.c' object='decUtility.o' libtool=no gcc  -I../../libdecnumber -I.  -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../libdecnumber -I.  -c ../../libdecnumber/decUtility.c
1566source='../../libdecnumber/decimal32.c' object='decimal32.o' libtool=no gcc  -I../../libdecnumber -I.  -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../libdecnumber -I.  -c ../../libdecnumber/decimal32.c
1567source='../../libdecnumber/decimal64.c' object='decimal64.o' libtool=no gcc  -I../../libdecnumber -I.  -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../libdecnumber -I.  -c ../../libdecnumber/decimal64.c
1568source='../../libdecnumber/decimal128.c' object='decimal128.o' libtool=no gcc  -I../../libdecnumber -I.  -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../libdecnumber -I.  -c ../../libdecnumber/decimal128.c
1569rm -f libdecnumber.a
1570ar cru libdecnumber.a decNumber.o decContext.o decUtility.o decimal32.o decimal64.o decimal128.o
1571ranlib libdecnumber.a
1572TARGET_CPU_DEFAULT="" \
1573HEADERS="auto-host.h ansidecl.h" DEFINES="DARWIN_PCH_ADDR_SPACE_SIZE=1024*1024*1024" \
1574/bin/sh ../../gcc/mkconfig.sh config.h
1575TARGET_CPU_DEFAULT="" \
1576HEADERS="options.h config/rs6000/rs6000.h config/darwin.h config/rs6000/darwin.h config/rs6000/darwin8.h defaults.h" DEFINES="" \
1577/bin/sh ../../gcc/mkconfig.sh tm.h
1578awk -f ../../gcc/opt-gather.awk ../../gcc/c.opt ../../gcc/common.opt ../../gcc/config/rs6000/rs6000.opt ../../gcc/config/darwin.opt ../../gcc/config/rs6000/darwin.opt > tmp-optionlist
1579/bin/sh ../../gcc/../move-if-change tmp-optionlist optionlist
1580echo timestamp > s-options
1581awk -f ../../gcc/opt-functions.awk -f ../../gcc/opth-gen.awk \
1582       < optionlist > tmp-options.h
1583/bin/sh ../../gcc/../move-if-change tmp-options.h options.h
1584echo timestamp > s-options-h
1585TARGET_CPU_DEFAULT="" \
1586HEADERS="auto-host.h ansidecl.h" DEFINES="" \
1587/bin/sh ../../gcc/mkconfig.sh bconfig.h
1588gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    -o build/genmodes.o ../../gcc/genmodes.c
1589gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    -o build/errors.o ../../gcc/errors.c
1590gcc   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o build/genmodes \
1591    build/genmodes.o build/errors.o ../build-powerpc-apple-darwin8/libiberty/libiberty.a
1592build/genmodes -h > tmp-modes.h
1593/bin/sh ../../gcc/../move-if-change tmp-modes.h insn-modes.h
1594echo timestamp > s-modes-h
1595gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    -o build/genconstants.o ../../gcc/genconstants.c
1596gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    -o build/gengenrtl.o ../../gcc/gengenrtl.c
1597gcc   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o build/gengenrtl \
1598    build/gengenrtl.o build/errors.o ../build-powerpc-apple-darwin8/libiberty/libiberty.a
1599build/gengenrtl -h > tmp-genrtl.h
1600/bin/sh ../../gcc/../move-if-change tmp-genrtl.h genrtl.h
1601echo timestamp > s-genrtl-h
1602echo "/* This file is machine generated.  Do not edit.  */" > tmp-gtyp.h
1603echo "static const char *const srcdir = "  >> tmp-gtyp.h
1604echo "\"../../gcc\"" >> tmp-gtyp.h
1605echo ";" >> tmp-gtyp.h
1606echo "static const char *const lang_files[] = {" >> tmp-gtyp.h
1607echo "\"../../gcc/cp/rtti.c\", " >> tmp-gtyp.h
1608echo "\"../../gcc/cp/mangle.c\", " >> tmp-gtyp.h
1609echo "\"../../gcc/cp/name-lookup.h\", " >> tmp-gtyp.h
1610echo "\"../../gcc/cp/name-lookup.c\", " >> tmp-gtyp.h
1611echo "\"../../gcc/cp/cp-tree.h\", " >> tmp-gtyp.h
1612echo "\"../../gcc/cp/decl.h\", " >> tmp-gtyp.h
1613echo "\"../../gcc/cp/call.c\", " >> tmp-gtyp.h
1614echo "\"../../gcc/cp/decl.c\", " >> tmp-gtyp.h
1615echo "\"../../gcc/cp/decl2.c\", " >> tmp-gtyp.h
1616echo "\"../../gcc/cp/pt.c\", " >> tmp-gtyp.h
1617echo "\"../../gcc/cp/repo.c\", " >> tmp-gtyp.h
1618echo "\"../../gcc/cp/semantics.c\", " >> tmp-gtyp.h
1619echo "\"../../gcc/cp/tree.c\", " >> tmp-gtyp.h
1620echo "\"../../gcc/cp/parser.c\", " >> tmp-gtyp.h
1621echo "\"../../gcc/cp/method.c\", " >> tmp-gtyp.h
1622echo "\"../../gcc/cp/typeck2.c\", " >> tmp-gtyp.h
1623echo "\"../../gcc/c-common.c\", " >> tmp-gtyp.h
1624echo "\"../../gcc/c-common.h\", " >> tmp-gtyp.h
1625echo "\"../../gcc/c-lex.c\", " >> tmp-gtyp.h
1626echo "\"../../gcc/c-pragma.c\", " >> tmp-gtyp.h
1627echo "\"../../gcc/cp/class.c\", " >> tmp-gtyp.h
1628echo "\"../../gcc/cp/cp-objcp-common.c\", " >> tmp-gtyp.h
1629echo "\"../../gcc/objc/objc-act.h\", " >> tmp-gtyp.h
1630echo "\"../../gcc/c-parser.c\", " >> tmp-gtyp.h
1631echo "\"../../gcc/c-tree.h\", " >> tmp-gtyp.h
1632echo "\"../../gcc/c-decl.c\", " >> tmp-gtyp.h
1633echo "\"../../gcc/c-objc-common.c\", " >> tmp-gtyp.h
1634echo "\"../../gcc/c-common.c\", " >> tmp-gtyp.h
1635echo "\"../../gcc/c-common.h\", " >> tmp-gtyp.h
1636echo "\"../../gcc/c-pragma.c\", " >> tmp-gtyp.h
1637echo "\"../../gcc/objc/objc-act.c\", " >> tmp-gtyp.h
1638echo "\"../../gcc/objcp/objcp-decl.c\", " >> tmp-gtyp.h
1639echo "\"../../gcc/objc/objc-act.c\", " >> tmp-gtyp.h
1640echo "\"../../gcc/objc/objc-act.h\", " >> tmp-gtyp.h
1641echo "\"../../gcc/cp/rtti.c\", " >> tmp-gtyp.h
1642echo "\"../../gcc/cp/mangle.c\", " >> tmp-gtyp.h
1643echo "\"../../gcc/cp/name-lookup.h\", " >> tmp-gtyp.h
1644echo "\"../../gcc/cp/name-lookup.c\", " >> tmp-gtyp.h
1645echo "\"../../gcc/cp/cp-tree.h\", " >> tmp-gtyp.h
1646echo "\"../../gcc/cp/decl.h\", " >> tmp-gtyp.h
1647echo "\"../../gcc/cp/call.c\", " >> tmp-gtyp.h
1648echo "\"../../gcc/cp/decl.c\", " >> tmp-gtyp.h
1649echo "\"../../gcc/cp/decl2.c\", " >> tmp-gtyp.h
1650echo "\"../../gcc/cp/pt.c\", " >> tmp-gtyp.h
1651echo "\"../../gcc/cp/repo.c\", " >> tmp-gtyp.h
1652echo "\"../../gcc/cp/semantics.c\", " >> tmp-gtyp.h
1653echo "\"../../gcc/cp/tree.c\", " >> tmp-gtyp.h
1654echo "\"../../gcc/cp/parser.c\", " >> tmp-gtyp.h
1655echo "\"../../gcc/cp/method.c\", " >> tmp-gtyp.h
1656echo "\"../../gcc/cp/typeck2.c\", " >> tmp-gtyp.h
1657echo "\"../../gcc/c-common.c\", " >> tmp-gtyp.h
1658echo "\"../../gcc/c-common.h\", " >> tmp-gtyp.h
1659echo "\"../../gcc/c-lex.c\", " >> tmp-gtyp.h
1660echo "\"../../gcc/c-pragma.c\", " >> tmp-gtyp.h
1661echo "\"../../gcc/cp/cp-objcp-common.c\", " >> tmp-gtyp.h
1662echo "\"../../gcc/cp/class.c\", " >> tmp-gtyp.h
1663echo "\"../../gcc/c-lang.c\", " >> tmp-gtyp.h
1664echo "\"../../gcc/c-tree.h\", " >> tmp-gtyp.h
1665echo "\"../../gcc/c-decl.c\", " >> tmp-gtyp.h
1666echo "\"../../gcc/c-common.c\", " >> tmp-gtyp.h
1667echo "\"../../gcc/c-common.h\", " >> tmp-gtyp.h
1668echo "\"../../gcc/c-pragma.c\", " >> tmp-gtyp.h
1669echo "\"../../gcc/c-objc-common.c\", " >> tmp-gtyp.h
1670echo "\"../../gcc/c-parser.c\", " >> tmp-gtyp.h
1671echo "NULL};" >> tmp-gtyp.h
1672echo "static const char *const langs_for_lang_files[] = {" >> tmp-gtyp.h
1673echo "\"cp\", " >> tmp-gtyp.h
1674echo "\"cp\", " >> tmp-gtyp.h
1675echo "\"cp\", " >> tmp-gtyp.h
1676echo "\"cp\", " >> tmp-gtyp.h
1677echo "\"cp\", " >> tmp-gtyp.h
1678echo "\"cp\", " >> tmp-gtyp.h
1679echo "\"cp\", " >> tmp-gtyp.h
1680echo "\"cp\", " >> tmp-gtyp.h
1681echo "\"cp\", " >> tmp-gtyp.h
1682echo "\"cp\", " >> tmp-gtyp.h
1683echo "\"cp\", " >> tmp-gtyp.h
1684echo "\"cp\", " >> tmp-gtyp.h
1685echo "\"cp\", " >> tmp-gtyp.h
1686echo "\"cp\", " >> tmp-gtyp.h
1687echo "\"cp\", " >> tmp-gtyp.h
1688echo "\"cp\", " >> tmp-gtyp.h
1689echo "\"cp\", " >> tmp-gtyp.h
1690echo "\"cp\", " >> tmp-gtyp.h
1691echo "\"cp\", " >> tmp-gtyp.h
1692echo "\"cp\", " >> tmp-gtyp.h
1693echo "\"cp\", " >> tmp-gtyp.h
1694echo "\"cp\", " >> tmp-gtyp.h
1695echo "\"objc\", " >> tmp-gtyp.h
1696echo "\"objc\", " >> tmp-gtyp.h
1697echo "\"objc\", " >> tmp-gtyp.h
1698echo "\"objc\", " >> tmp-gtyp.h
1699echo "\"objc\", " >> tmp-gtyp.h
1700echo "\"objc\", " >> tmp-gtyp.h
1701echo "\"objc\", " >> tmp-gtyp.h
1702echo "\"objc\", " >> tmp-gtyp.h
1703echo "\"objc\", " >> tmp-gtyp.h
1704echo "\"objcp\", " >> tmp-gtyp.h
1705echo "\"objcp\", " >> tmp-gtyp.h
1706echo "\"objcp\", " >> tmp-gtyp.h
1707echo "\"objcp\", " >> tmp-gtyp.h
1708echo "\"objcp\", " >> tmp-gtyp.h
1709echo "\"objcp\", " >> tmp-gtyp.h
1710echo "\"objcp\", " >> tmp-gtyp.h
1711echo "\"objcp\", " >> tmp-gtyp.h
1712echo "\"objcp\", " >> tmp-gtyp.h
1713echo "\"objcp\", " >> tmp-gtyp.h
1714echo "\"objcp\", " >> tmp-gtyp.h
1715echo "\"objcp\", " >> tmp-gtyp.h
1716echo "\"objcp\", " >> tmp-gtyp.h
1717echo "\"objcp\", " >> tmp-gtyp.h
1718echo "\"objcp\", " >> tmp-gtyp.h
1719echo "\"objcp\", " >> tmp-gtyp.h
1720echo "\"objcp\", " >> tmp-gtyp.h
1721echo "\"objcp\", " >> tmp-gtyp.h
1722echo "\"objcp\", " >> tmp-gtyp.h
1723echo "\"objcp\", " >> tmp-gtyp.h
1724echo "\"objcp\", " >> tmp-gtyp.h
1725echo "\"objcp\", " >> tmp-gtyp.h
1726echo "\"objcp\", " >> tmp-gtyp.h
1727echo "\"objcp\", " >> tmp-gtyp.h
1728echo "\"objcp\", " >> tmp-gtyp.h
1729echo "\"c\", " >> tmp-gtyp.h
1730echo "\"c\", " >> tmp-gtyp.h
1731echo "\"c\", " >> tmp-gtyp.h
1732echo "\"c\", " >> tmp-gtyp.h
1733echo "\"c\", " >> tmp-gtyp.h
1734echo "\"c\", " >> tmp-gtyp.h
1735echo "\"c\", " >> tmp-gtyp.h
1736echo "\"c\", " >> tmp-gtyp.h
1737echo "NULL};" >> tmp-gtyp.h
1738echo "static const char *const all_files[] = {" >> tmp-gtyp.h
1739echo "\"../../gcc/input.h\", " >> tmp-gtyp.h
1740echo "\"../../gcc/coretypes.h\", " >> tmp-gtyp.h
1741echo "\"../../gcc/../libcpp/include/line-map.h\", " >> tmp-gtyp.h
1742echo "\"../../gcc/../libcpp/include/cpplib.h\", " >> tmp-gtyp.h
1743echo "\"../../gcc/../libcpp/include/cpp-id-data.h\", " >> tmp-gtyp.h
1744echo "\"auto-host.h\", " >> tmp-gtyp.h
1745echo "\"../../gcc/../include/ansidecl.h\", " >> tmp-gtyp.h
1746echo "\"options.h\", " >> tmp-gtyp.h
1747echo "\"../../gcc/config/rs6000/rs6000.h\", " >> tmp-gtyp.h
1748echo "\"../../gcc/config/darwin.h\", " >> tmp-gtyp.h
1749echo "\"../../gcc/config/rs6000/darwin.h\", " >> tmp-gtyp.h
1750echo "\"../../gcc/config/rs6000/darwin8.h\", " >> tmp-gtyp.h
1751echo "\"../../gcc/defaults.h\", " >> tmp-gtyp.h
1752echo "\"../../gcc/../include/hashtab.h\", " >> tmp-gtyp.h
1753echo "\"../../gcc/../include/splay-tree.h\", " >> tmp-gtyp.h
1754echo "\"../../gcc/bitmap.h\", " >> tmp-gtyp.h
1755echo "\"../../gcc/coverage.c\", " >> tmp-gtyp.h
1756echo "\"../../gcc/rtl.h\", " >> tmp-gtyp.h
1757echo "\"../../gcc/optabs.h\", " >> tmp-gtyp.h
1758echo "\"../../gcc/tree.h\", " >> tmp-gtyp.h
1759echo "\"../../gcc/function.h\", " >> tmp-gtyp.h
1760echo "\"../../gcc/libfuncs.h\", " >> tmp-gtyp.h
1761echo "\"../../gcc/../libcpp/include/symtab.h\", " >> tmp-gtyp.h
1762echo "\"../../gcc/real.h\", " >> tmp-gtyp.h
1763echo "\"../../gcc/varray.h\", " >> tmp-gtyp.h
1764echo "\"../../gcc/insn-addr.h\", " >> tmp-gtyp.h
1765echo "\"../../gcc/hwint.h\", " >> tmp-gtyp.h
1766echo "\"../../gcc/ipa-reference.h\", " >> tmp-gtyp.h
1767echo "\"../../gcc/output.h\", " >> tmp-gtyp.h
1768echo "\"../../gcc/cselib.h\", " >> tmp-gtyp.h
1769echo "\"../../gcc/basic-block.h\", " >> tmp-gtyp.h
1770echo "\"../../gcc/cgraph.h\", " >> tmp-gtyp.h
1771echo "\"../../gcc/c-common.h\", " >> tmp-gtyp.h
1772echo "\"../../gcc/c-tree.h\", " >> tmp-gtyp.h
1773echo "\"../../gcc/reload.h\", " >> tmp-gtyp.h
1774echo "\"../../gcc/alias.c\", " >> tmp-gtyp.h
1775echo "\"../../gcc/bitmap.c\", " >> tmp-gtyp.h
1776echo "\"../../gcc/cselib.c\", " >> tmp-gtyp.h
1777echo "\"../../gcc/cgraph.c\", " >> tmp-gtyp.h
1778echo "\"../../gcc/ipa-prop.c\", " >> tmp-gtyp.h
1779echo "\"../../gcc/ipa-cp.c\", " >> tmp-gtyp.h
1780echo "\"../../gcc/ipa-inline.c\", " >> tmp-gtyp.h
1781echo "\"../../gcc/dbxout.c\", " >> tmp-gtyp.h
1782echo "\"../../gcc/dwarf2out.c\", " >> tmp-gtyp.h
1783echo "\"../../gcc/dwarf2asm.c\", " >> tmp-gtyp.h
1784echo "\"../../gcc/dojump.c\", " >> tmp-gtyp.h
1785echo "\"../../gcc/tree-profile.c\", " >> tmp-gtyp.h
1786echo "\"../../gcc/emit-rtl.c\", " >> tmp-gtyp.h
1787echo "\"../../gcc/except.c\", " >> tmp-gtyp.h
1788echo "\"../../gcc/explow.c\", " >> tmp-gtyp.h
1789echo "\"../../gcc/expr.c\", " >> tmp-gtyp.h
1790echo "\"../../gcc/function.c\", " >> tmp-gtyp.h
1791echo "\"../../gcc/except.h\", " >> tmp-gtyp.h
1792echo "\"../../gcc/gcse.c\", " >> tmp-gtyp.h
1793echo "\"../../gcc/integrate.c\", " >> tmp-gtyp.h
1794echo "\"../../gcc/lists.c\", " >> tmp-gtyp.h
1795echo "\"../../gcc/optabs.c\", " >> tmp-gtyp.h
1796echo "\"../../gcc/profile.c\", " >> tmp-gtyp.h
1797echo "\"../../gcc/regclass.c\", " >> tmp-gtyp.h
1798echo "\"../../gcc/reg-stack.c\", " >> tmp-gtyp.h
1799echo "\"../../gcc/cfglayout.c\", " >> tmp-gtyp.h
1800echo "\"../../gcc/sdbout.c\", " >> tmp-gtyp.h
1801echo "\"../../gcc/stor-layout.c\", " >> tmp-gtyp.h
1802echo "\"../../gcc/stringpool.c\", " >> tmp-gtyp.h
1803echo "\"../../gcc/tree.c\", " >> tmp-gtyp.h
1804echo "\"../../gcc/varasm.c\", " >> tmp-gtyp.h
1805echo "\"../../gcc/tree-mudflap.c\", " >> tmp-gtyp.h
1806echo "\"../../gcc/tree-flow.h\", " >> tmp-gtyp.h
1807echo "\"../../gcc/c-objc-common.c\", " >> tmp-gtyp.h
1808echo "\"../../gcc/c-common.c\", " >> tmp-gtyp.h
1809echo "\"../../gcc/c-parser.c\", " >> tmp-gtyp.h
1810echo "\"../../gcc/tree-ssanames.c\", " >> tmp-gtyp.h
1811echo "\"../../gcc/tree-eh.c\", " >> tmp-gtyp.h
1812echo "\"../../gcc/tree-ssa-address.c\", " >> tmp-gtyp.h
1813echo "\"../../gcc/tree-phinodes.c\", " >> tmp-gtyp.h
1814echo "\"../../gcc/tree-cfg.c\", " >> tmp-gtyp.h
1815echo "\"../../gcc/tree-dfa.c\", " >> tmp-gtyp.h
1816echo "\"../../gcc/tree-ssa-propagate.c\", " >> tmp-gtyp.h
1817echo "\"../../gcc/tree-iterator.c\", " >> tmp-gtyp.h
1818echo "\"../../gcc/gimplify.c\", " >> tmp-gtyp.h
1819echo "\"../../gcc/tree-chrec.h\", " >> tmp-gtyp.h
1820echo "\"../../gcc/tree-vect-generic.c\", " >> tmp-gtyp.h
1821echo "\"../../gcc/tree-ssa-operands.h\", " >> tmp-gtyp.h
1822echo "\"../../gcc/tree-ssa-operands.c\", " >> tmp-gtyp.h
1823echo "\"../../gcc/tree-profile.c\", " >> tmp-gtyp.h
1824echo "\"../../gcc/tree-nested.c\", " >> tmp-gtyp.h
1825echo "\"../../gcc/ipa-reference.c\", " >> tmp-gtyp.h
1826echo "\"../../gcc/tree-ssa-structalias.h\", " >> tmp-gtyp.h
1827echo "\"../../gcc/tree-ssa-structalias.c\", " >> tmp-gtyp.h
1828echo "\"../../gcc/c-pragma.h\", " >> tmp-gtyp.h
1829echo "\"../../gcc/omp-low.c\", " >> tmp-gtyp.h
1830echo "\"../../gcc/targhooks.c\", " >> tmp-gtyp.h
1831echo "\"../../gcc/cgraphunit.c\", " >> tmp-gtyp.h
1832echo "\"../../gcc/config/rs6000/rs6000.c\", " >> tmp-gtyp.h
1833echo "\"../../gcc/config/darwin.c\", " >> tmp-gtyp.h
1834echo "\"../../gcc/cp/rtti.c\", " >> tmp-gtyp.h
1835echo "\"../../gcc/cp/mangle.c\", " >> tmp-gtyp.h
1836echo "\"../../gcc/cp/name-lookup.h\", " >> tmp-gtyp.h
1837echo "\"../../gcc/cp/name-lookup.c\", " >> tmp-gtyp.h
1838echo "\"../../gcc/cp/cp-tree.h\", " >> tmp-gtyp.h
1839echo "\"../../gcc/cp/decl.h\", " >> tmp-gtyp.h
1840echo "\"../../gcc/cp/call.c\", " >> tmp-gtyp.h
1841echo "\"../../gcc/cp/decl.c\", " >> tmp-gtyp.h
1842echo "\"../../gcc/cp/decl2.c\", " >> tmp-gtyp.h
1843echo "\"../../gcc/cp/pt.c\", " >> tmp-gtyp.h
1844echo "\"../../gcc/cp/repo.c\", " >> tmp-gtyp.h
1845echo "\"../../gcc/cp/semantics.c\", " >> tmp-gtyp.h
1846echo "\"../../gcc/cp/tree.c\", " >> tmp-gtyp.h
1847echo "\"../../gcc/cp/parser.c\", " >> tmp-gtyp.h
1848echo "\"../../gcc/cp/method.c\", " >> tmp-gtyp.h
1849echo "\"../../gcc/cp/typeck2.c\", " >> tmp-gtyp.h
1850echo "\"../../gcc/c-common.c\", " >> tmp-gtyp.h
1851echo "\"../../gcc/c-common.h\", " >> tmp-gtyp.h
1852echo "\"../../gcc/c-lex.c\", " >> tmp-gtyp.h
1853echo "\"../../gcc/c-pragma.c\", " >> tmp-gtyp.h
1854echo "\"../../gcc/cp/class.c\", " >> tmp-gtyp.h
1855echo "\"../../gcc/cp/cp-objcp-common.c\", " >> tmp-gtyp.h
1856echo "\"../../gcc/objc/objc-act.h\", " >> tmp-gtyp.h
1857echo "\"../../gcc/c-parser.c\", " >> tmp-gtyp.h
1858echo "\"../../gcc/c-tree.h\", " >> tmp-gtyp.h
1859echo "\"../../gcc/c-decl.c\", " >> tmp-gtyp.h
1860echo "\"../../gcc/c-objc-common.c\", " >> tmp-gtyp.h
1861echo "\"../../gcc/c-common.c\", " >> tmp-gtyp.h
1862echo "\"../../gcc/c-common.h\", " >> tmp-gtyp.h
1863echo "\"../../gcc/c-pragma.c\", " >> tmp-gtyp.h
1864echo "\"../../gcc/objc/objc-act.c\", " >> tmp-gtyp.h
1865echo "\"../../gcc/objcp/objcp-decl.c\", " >> tmp-gtyp.h
1866echo "\"../../gcc/objc/objc-act.c\", " >> tmp-gtyp.h
1867echo "\"../../gcc/objc/objc-act.h\", " >> tmp-gtyp.h
1868echo "\"../../gcc/cp/rtti.c\", " >> tmp-gtyp.h
1869echo "\"../../gcc/cp/mangle.c\", " >> tmp-gtyp.h
1870echo "\"../../gcc/cp/name-lookup.h\", " >> tmp-gtyp.h
1871echo "\"../../gcc/cp/name-lookup.c\", " >> tmp-gtyp.h
1872echo "\"../../gcc/cp/cp-tree.h\", " >> tmp-gtyp.h
1873echo "\"../../gcc/cp/decl.h\", " >> tmp-gtyp.h
1874echo "\"../../gcc/cp/call.c\", " >> tmp-gtyp.h
1875echo "\"../../gcc/cp/decl.c\", " >> tmp-gtyp.h
1876echo "\"../../gcc/cp/decl2.c\", " >> tmp-gtyp.h
1877echo "\"../../gcc/cp/pt.c\", " >> tmp-gtyp.h
1878echo "\"../../gcc/cp/repo.c\", " >> tmp-gtyp.h
1879echo "\"../../gcc/cp/semantics.c\", " >> tmp-gtyp.h
1880echo "\"../../gcc/cp/tree.c\", " >> tmp-gtyp.h
1881echo "\"../../gcc/cp/parser.c\", " >> tmp-gtyp.h
1882echo "\"../../gcc/cp/method.c\", " >> tmp-gtyp.h
1883echo "\"../../gcc/cp/typeck2.c\", " >> tmp-gtyp.h
1884echo "\"../../gcc/c-common.c\", " >> tmp-gtyp.h
1885echo "\"../../gcc/c-common.h\", " >> tmp-gtyp.h
1886echo "\"../../gcc/c-lex.c\", " >> tmp-gtyp.h
1887echo "\"../../gcc/c-pragma.c\", " >> tmp-gtyp.h
1888echo "\"../../gcc/cp/cp-objcp-common.c\", " >> tmp-gtyp.h
1889echo "\"../../gcc/cp/class.c\", " >> tmp-gtyp.h
1890echo "\"../../gcc/c-lang.c\", " >> tmp-gtyp.h
1891echo "\"../../gcc/c-tree.h\", " >> tmp-gtyp.h
1892echo "\"../../gcc/c-decl.c\", " >> tmp-gtyp.h
1893echo "\"../../gcc/c-common.c\", " >> tmp-gtyp.h
1894echo "\"../../gcc/c-common.h\", " >> tmp-gtyp.h
1895echo "\"../../gcc/c-pragma.c\", " >> tmp-gtyp.h
1896echo "\"../../gcc/c-objc-common.c\", " >> tmp-gtyp.h
1897echo "\"../../gcc/c-parser.c\", " >> tmp-gtyp.h
1898echo " NULL};" >> tmp-gtyp.h
1899echo "static const char *const lang_dir_names[] = { \"c\", " >> tmp-gtyp.h
1900echo "\"cp\", " >> tmp-gtyp.h
1901echo "\"objc\", " >> tmp-gtyp.h
1902echo "\"objcp\", " >> tmp-gtyp.h
1903echo "NULL};" >> tmp-gtyp.h
1904/bin/sh ../../gcc/../move-if-change tmp-gtyp.h gtyp-gen.h
1905echo timestamp > s-gtyp-gen
1906gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    -o build/gengtype.o ../../gcc/gengtype.c
1907flex  -ogengtype-lex.c ../../gcc/gengtype-lex.l
1908bison  -d -o gengtype-yacc.c ../../gcc/gengtype-yacc.y
1909gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common -Wno-error  -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    -o build/gengtype-lex.o gengtype-lex.c
1910gengtype-lex.c: In function 'yy_get_next_buffer':
1911gengtype-lex.c:2658: warning: old-style function definition
1912gengtype-lex.c: In function 'yy_get_previous_state':
1913gengtype-lex.c:2790: warning: old-style function definition
1914gengtype-lex.c: In function 'input':
1915gengtype-lex.c:2903: warning: old-style function definition
1916gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common -Wno-error  -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    -o build/gengtype-yacc.o gengtype-yacc.c
1917/usr/share/bison.simple: In function 'yyparse':
1918/usr/share/bison.simple:249: warning: old-style function definition
1919/usr/share/bison.simple:614: warning: comparison between signed and unsigned
1920/usr/share/bison.simple:626: warning: comparison between signed and unsigned
1921gcc   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o build/gengtype \
1922    build/gengtype.o build/gengtype-lex.o build/gengtype-yacc.o build/errors.o ../build-powerpc-apple-darwin8/libiberty/libiberty.a
1923build/gengtype
1924warning: structure `VEC_cp_token_position_heap' used but not defined
1925warning: structure `c_arg_info' used but not defined
1926warning: structure `c_switch' used but not defined
1927warning: structure `et_node' used but not defined
1928warning: structure `loop' used but not defined
1929warning: structure `ipa_reference_vars_info_d' used but not defined
1930warning: structure `reg_info_def' used but not defined
1931warning: structure `value_set' used but not defined
1932warning: structure `VEC_cp_token_position_heap' used but not defined
1933warning: structure `c_arg_info' used but not defined
1934warning: structure `c_switch' used but not defined
1935warning: structure `et_node' used but not defined
1936warning: structure `loop' used but not defined
1937warning: structure `ipa_reference_vars_info_d' used but not defined
1938warning: structure `reg_info_def' used but not defined
1939warning: structure `value_set' used but not defined
1940echo timestamp > s-gtype
1941gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    -o build/rtl.o ../../gcc/rtl.c
1942gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    -o build/read-rtl.o ../../gcc/read-rtl.c
1943gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    -o build/ggc-none.o ../../gcc/ggc-none.c
1944ltf="../../gcc/cp/cp-tree.def ../../gcc/objc/objc-tree.def"; for f in $ltf; do \
1945    echo "#include \"$f\""; \
1946done | sed 's|../../gcc/||' > tmp-gencheck.h
1947/bin/sh ../../gcc/../move-if-change tmp-gencheck.h gencheck.h
1948echo timestamp > s-gencheck
1949gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    -o build/gencheck.o ../../gcc/gencheck.c
1950gcc   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o build/gencheck \
1951    build/gencheck.o ../build-powerpc-apple-darwin8/libiberty/libiberty.a
1952build/gencheck > tmp-check.h
1953/bin/sh ../../gcc/../move-if-change tmp-check.h tree-check.h
1954echo timestamp > s-check
1955gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    -o build/vec.o ../../gcc/vec.c
1956build/genmodes -m > tmp-min-modes.c
1957/bin/sh ../../gcc/../move-if-change tmp-min-modes.c min-insn-modes.c
1958echo timestamp > s-modes-m
1959gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    -o build/min-insn-modes.o min-insn-modes.c
1960gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    -o build/gensupport.o ../../gcc/gensupport.c
1961gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    -o build/print-rtl.o ../../gcc/print-rtl.c
1962gcc   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o build/genconstants \
1963    build/genconstants.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-powerpc-apple-darwin8/libiberty/libiberty.a
1964gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    -o build/genmddeps.o ../../gcc/genmddeps.c
1965gcc   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o build/genmddeps \
1966    build/genmddeps.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-powerpc-apple-darwin8/libiberty/libiberty.a
1967build/genmddeps ../../gcc/config/rs6000/rs6000.md > tmp-mddeps
1968/bin/sh ../../gcc/../move-if-change tmp-mddeps mddeps.mk
1969echo timestamp > s-mddeps
1970build/genconstants ../../gcc/config/rs6000/rs6000.md \
1971  > tmp-constants.h
1972/bin/sh ../../gcc/../move-if-change tmp-constants.h insn-constants.h
1973echo timestamp > s-constants
1974gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    -o build/genflags.o ../../gcc/genflags.c
1975gcc   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o build/genflags \
1976    build/genflags.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-powerpc-apple-darwin8/libiberty/libiberty.a
1977gcc -c -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    -o build/genconditions.o ../../gcc/genconditions.c
1978gcc -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE  -o build/genconditions \
1979    build/genconditions.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-powerpc-apple-darwin8/libiberty/libiberty.a
1980build/genconditions ../../gcc/config/rs6000/rs6000.md > tmp-condmd.c
1981/bin/sh ../../gcc/../move-if-change tmp-condmd.c build/gencondmd.c
1982echo timestamp > s-conditions
1983TARGET_CPU_DEFAULT="" \
1984HEADERS="config/rs6000/rs6000-protos.h config/darwin-protos.h tm-preds.h" DEFINES="" \
1985/bin/sh ../../gcc/mkconfig.sh tm_p.h
1986gcc -c -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    -o build/genpreds.o ../../gcc/genpreds.c
1987gcc -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE  -o build/genpreds \
1988    build/genpreds.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-powerpc-apple-darwin8/libiberty/libiberty.a
1989build/genpreds -h ../../gcc/config/rs6000/rs6000.md > tmp-preds.h
1990/bin/sh ../../gcc/../move-if-change tmp-preds.h tm-preds.h
1991echo timestamp > s-preds-h
1992build/genpreds -c ../../gcc/config/rs6000/rs6000.md > tmp-constrs.h
1993/bin/sh ../../gcc/../move-if-change tmp-constrs.h tm-constrs.h
1994echo timestamp > s-constrs-h
1995gcc -c -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    -o build/gencondmd.o build/gencondmd.c
1996gcc   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o build/gencondmd \
1997    build/gencondmd.o build/errors.o ../build-powerpc-apple-darwin8/libiberty/libiberty.a
1998build/gencondmd > tmp-cond.md
1999/bin/sh ../../gcc/../move-if-change tmp-cond.md insn-conditions.md
2000echo timestamp > s-condmd
2001build/genflags ../../gcc/config/rs6000/rs6000.md \
2002  insn-conditions.md > tmp-flags.h
2003/bin/sh ../../gcc/../move-if-change tmp-flags.h insn-flags.h
2004echo timestamp > s-flags
2005gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/c-lang.c -o c-lang.o
2006gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/stub-objc.c -o stub-objc.o
2007gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/attribs.c -o attribs.o
2008gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/c-errors.c -o c-errors.o
2009gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/c-lex.c -o c-lex.o
2010gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/c-pragma.c -o c-pragma.o
2011gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    -o build/genconfig.o ../../gcc/genconfig.c
2012gcc   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o build/genconfig \
2013    build/genconfig.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-powerpc-apple-darwin8/libiberty/libiberty.a
2014build/genconfig ../../gcc/config/rs6000/rs6000.md \
2015  insn-conditions.md > tmp-config.h
2016/bin/sh ../../gcc/../move-if-change tmp-config.h insn-config.h
2017echo timestamp > s-config
2018gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/c-decl.c -o c-decl.o
2019gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/c-typeck.c -o c-typeck.o
2020gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/c-convert.c -o c-convert.o
2021gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/c-aux-info.c -o c-aux-info.o
2022gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/c-common.c -o c-common.o
2023gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    \
2024        ../../gcc/c-opts.c -o c-opts.o
2025gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/c-format.c -o c-format.o
2026gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/c-semantics.c -o c-semantics.o
2027gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/c-incpath.c -o c-incpath.o
2028gcc   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    \
2029  -DGCC_INCLUDE_DIR=\"/Users/euler/Work_MacPorts/apple-gcc42/testplace/lib/gcc/powerpc-apple-darwin8/4.2.1/include\" -DGPLUSPLUS_INCLUDE_DIR=\"/usr/include/c++/4.0.0\" -DGPLUSPLUS_TOOL_INCLUDE_DIR=\"/usr/include/c++/4.0.0/powerpc-apple-darwin8\" -DGPLUSPLUS_BACKWARD_INCLUDE_DIR=\"/usr/include/c++/4.0.0/backward\" -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" -DCROSS_INCLUDE_DIR=\"/Users/euler/Work_MacPorts/apple-gcc42/testplace/lib/gcc/powerpc-apple-darwin8/4.2.1/../../../../powerpc-apple-darwin8/sys-include\" -DTOOL_INCLUDE_DIR=\"/Users/euler/Work_MacPorts/apple-gcc42/testplace/lib/gcc/powerpc-apple-darwin8/4.2.1/../../../../powerpc-apple-darwin8/include\"  \
2030  -c ../../gcc/cppdefault.c -o cppdefault.o
2031gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/c-ppoutput.c -o c-ppoutput.o
2032gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/c-cppbuiltin.c -o c-cppbuiltin.o
2033gcc   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    \
2034-DPREFIX=\"/Users/euler/Work_MacPorts/apple-gcc42/testplace\" -DBASEVER="\"4.2.1\"" \
2035  -c ../../gcc/prefix.c -o prefix.o
2036gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/c-objc-common.c -o c-objc-common.o
2037gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/c-dump.c -o c-dump.o
2038gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    \
2039  -DHOST_MACHINE=\"powerpc-apple-darwin8\" -DTARGET_MACHINE=\"powerpc-apple-darwin8\" \
2040  ../../gcc/c-pch.c -o c-pch.o
2041gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/c-parser.c -o c-parser.o
2042gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber ../../gcc/config/darwin-c.c -DGCC_INCLUDE_DIR=\"/Users/euler/Work_MacPorts/apple-gcc42/testplace/lib/gcc/powerpc-apple-darwin8/4.2.1/include\" -DGPLUSPLUS_INCLUDE_DIR=\"/usr/include/c++/4.0.0\" -DGPLUSPLUS_TOOL_INCLUDE_DIR=\"/usr/include/c++/4.0.0/powerpc-apple-darwin8\" -DGPLUSPLUS_BACKWARD_INCLUDE_DIR=\"/usr/include/c++/4.0.0/backward\" -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" -DCROSS_INCLUDE_DIR=\"/Users/euler/Work_MacPorts/apple-gcc42/testplace/lib/gcc/powerpc-apple-darwin8/4.2.1/../../../../powerpc-apple-darwin8/sys-include\" -DTOOL_INCLUDE_DIR=\"/Users/euler/Work_MacPorts/apple-gcc42/testplace/lib/gcc/powerpc-apple-darwin8/4.2.1/../../../../powerpc-apple-darwin8/include\"
2043gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber ../../gcc/config/rs6000/rs6000-c.c
2044gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/c-gimplify.c -o c-gimplify.o
2045gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-mudflap.c -o tree-mudflap.o
2046gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/c-pretty-print.c -o c-pretty-print.o
2047gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/c-omp.c -o c-omp.o
2048gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/dummy-checksum.c -o dummy-checksum.o
2049gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/main.c -o main.o
2050gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-browser.c -o tree-browser.o
2051gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/double-int.c -o double-int.o
2052gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-chrec.c -o tree-chrec.o
2053gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-scalar-evolution.c -o tree-scalar-evolution.o
2054gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-data-ref.c -o tree-data-ref.o
2055gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-cfg.c -o tree-cfg.o
2056gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-dfa.c -o tree-dfa.o
2057gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-eh.c -o tree-eh.o
2058gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-ssa.c -o tree-ssa.o
2059gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-optimize.c -o tree-optimize.o
2060gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-gimple.c -o tree-gimple.o
2061gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    -o build/gencodes.o ../../gcc/gencodes.c
2062gcc   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o build/gencodes \
2063    build/gencodes.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-powerpc-apple-darwin8/libiberty/libiberty.a
2064build/gencodes ../../gcc/config/rs6000/rs6000.md \
2065  insn-conditions.md > tmp-codes.h
2066/bin/sh ../../gcc/../move-if-change tmp-codes.h insn-codes.h
2067echo timestamp > s-codes
2068gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/gimplify.c -o gimplify.o
2069gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-pretty-print.c -o tree-pretty-print.o
2070gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-into-ssa.c -o tree-into-ssa.o
2071gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-outof-ssa.c -o tree-outof-ssa.o
2072gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-ssa-ccp.c -o tree-ssa-ccp.o
2073gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-vn.c -o tree-vn.o
2074gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-ssa-uncprop.c -o tree-ssa-uncprop.o
2075gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-ssa-dce.c -o tree-ssa-dce.o
2076gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-ssa-copy.c -o tree-ssa-copy.o
2077gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-nrv.c -o tree-nrv.o
2078gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-ssa-copyrename.c -o tree-ssa-copyrename.o
2079gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-ssa-pre.c -o tree-ssa-pre.o
2080gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-ssa-live.c -o tree-ssa-live.o
2081gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-ssa-operands.c -o tree-ssa-operands.o
2082gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-ssa-alias.c -o tree-ssa-alias.o
2083gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-ssa-phiopt.c -o tree-ssa-phiopt.o
2084gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-ssa-forwprop.c -o tree-ssa-forwprop.o
2085gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-nested.c -o tree-nested.o
2086gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-ssa-dse.c -o tree-ssa-dse.o
2087gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-ssa-dom.c -o tree-ssa-dom.o
2088gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/domwalk.c -o domwalk.o
2089gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-tailcall.c -o tree-tailcall.o
2090gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/gimple-low.c -o gimple-low.o
2091gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-iterator.c -o tree-iterator.o
2092gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/omp-low.c -o omp-low.o
2093gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-phinodes.c -o tree-phinodes.o
2094gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-ssanames.c -o tree-ssanames.o
2095gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-sra.c -o tree-sra.o
2096gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-complex.c -o tree-complex.o
2097gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-vect-generic.c -o tree-vect-generic.o
2098gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-ssa-loop.c -o tree-ssa-loop.o
2099gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-ssa-loop-niter.c -o tree-ssa-loop-niter.o
2100gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-ssa-loop-manip.c -o tree-ssa-loop-manip.o
2101gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-ssa-threadupdate.c -o tree-ssa-threadupdate.o
2102gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-ssa-threadedge.c -o tree-ssa-threadedge.o
2103gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-vectorizer.c -o tree-vectorizer.o
2104gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-vect-analyze.c -o tree-vect-analyze.o
2105gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-vect-transform.c -o tree-vect-transform.o
2106gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-vect-patterns.c -o tree-vect-patterns.o
2107gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-ssa-loop-prefetch.c -o tree-ssa-loop-prefetch.o
2108gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-ssa-loop-ivcanon.c -o tree-ssa-loop-ivcanon.o
2109gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-ssa-propagate.c -o tree-ssa-propagate.o
2110gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-ssa-address.c -o tree-ssa-address.o
2111gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-ssa-math-opts.c -o tree-ssa-math-opts.o
2112gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-ssa-loop-ivopts.c -o tree-ssa-loop-ivopts.o
2113gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-if-conv.c -o tree-if-conv.o
2114gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-ssa-loop-unswitch.c -o tree-ssa-loop-unswitch.o
2115gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/alias.c -o alias.o
2116gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/bb-reorder.c -o bb-reorder.o
2117gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/bitmap.c -o bitmap.o
2118gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/builtins.c -o builtins.o
2119gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/caller-save.c -o caller-save.o
2120gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/calls.c -o calls.o
2121gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/cfg.c -o cfg.o
2122gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/cfganal.c -o cfganal.o
2123gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/cfgbuild.c -o cfgbuild.o
2124gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/cfgcleanup.c -o cfgcleanup.o
2125gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/cfglayout.c -o cfglayout.o
2126gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/cfgloop.c -o cfgloop.o
2127gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/cfgloopanal.c -o cfgloopanal.o
2128gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/cfgloopmanip.c -o cfgloopmanip.o
2129gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/loop-init.c -o loop-init.o
2130gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/loop-unswitch.c -o loop-unswitch.o
2131gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/loop-unroll.c -o loop-unroll.o
2132gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/cfgrtl.c -o cfgrtl.o
2133gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    -o build/genattr.o ../../gcc/genattr.c
2134gcc   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o build/genattr \
2135    build/genattr.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-powerpc-apple-darwin8/libiberty/libiberty.a
2136build/genattr ../../gcc/config/rs6000/rs6000.md \
2137  insn-conditions.md > tmp-attr.h
2138/bin/sh ../../gcc/../move-if-change tmp-attr.h insn-attr.h
2139echo timestamp > s-attr
2140gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/combine.c -o combine.o
2141gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/conflict.c -o conflict.o
2142gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/convert.c -o convert.o
2143gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    -o build/gcov-iov.o ../../gcc/gcov-iov.c
2144gcc   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE  build/gcov-iov.o -o build/gcov-iov
2145build/gcov-iov '4.2.1' '' \
2146    > tmp-gcov-iov.h
2147/bin/sh ../../gcc/../move-if-change tmp-gcov-iov.h gcov-iov.h
2148echo timestamp > s-iov
2149gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/coverage.c -o coverage.o
2150gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/cse.c -o cse.o
2151gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/cselib.c -o cselib.o
2152gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/dbxout.c -o dbxout.o
2153gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/ddg.c -o ddg.o
2154gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-ssa-loop-ch.c -o tree-ssa-loop-ch.o
2155gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/loop-invariant.c -o loop-invariant.o
2156gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-ssa-loop-im.c -o tree-ssa-loop-im.o
2157gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/debug.c -o debug.o
2158gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/df-core.c -o df-core.o
2159gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/df-problems.c -o df-problems.o
2160gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/df-scan.c -o df-scan.o
2161gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/dfp.c -o dfp.o
2162gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/diagnostic.c -o diagnostic.o
2163gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/dojump.c -o dojump.o
2164gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/dominance.c -o dominance.o
2165gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/loop-doloop.c -o loop-doloop.o
2166gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/dwarf2asm.c -o dwarf2asm.o
2167gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/dwarf2out.c -o dwarf2out.o
2168gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/emit-rtl.c -o emit-rtl.o
2169gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/except.c -o except.o
2170gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/explow.c -o explow.o
2171gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/loop-iv.c -o loop-iv.o
2172gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/expmed.c -o expmed.o
2173gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/expr.c -o expr.o
2174gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/final.c -o final.o
2175gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/flow.c -o flow.o
2176gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/fold-const.c -o fold-const.o
2177gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/function.c -o function.o
2178gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/gcse.c -o gcse.o
2179build/gengenrtl > tmp-genrtl.c
2180/bin/sh ../../gcc/../move-if-change tmp-genrtl.c genrtl.c
2181echo timestamp > s-genrtl
2182gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    genrtl.c -o genrtl.o
2183gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/ggc-common.c -o ggc-common.o
2184gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/global.c -o global.o
2185gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/graph.c -o graph.o
2186gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    gtype-desc.c -o gtype-desc.o
2187gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/haifa-sched.c -o haifa-sched.o
2188gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/hooks.c -o hooks.o
2189gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/ifcvt.c -o ifcvt.o
2190gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    -o build/genattrtab.o ../../gcc/genattrtab.c
2191gcc   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o build/genattrtab \
2192    build/genattrtab.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-powerpc-apple-darwin8/libiberty/libiberty.a
2193build/genattrtab ../../gcc/config/rs6000/rs6000.md \
2194  insn-conditions.md > tmp-attrtab.c
2195/bin/sh ../../gcc/../move-if-change tmp-attrtab.c insn-attrtab.c
2196echo timestamp > s-attrtab
2197gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    insn-attrtab.c -o insn-attrtab.o
2198gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    -o build/genemit.o ../../gcc/genemit.c
2199gcc   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o build/genemit \
2200    build/genemit.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-powerpc-apple-darwin8/libiberty/libiberty.a
2201build/genemit ../../gcc/config/rs6000/rs6000.md \
2202  insn-conditions.md > tmp-emit.c
2203/bin/sh ../../gcc/../move-if-change tmp-emit.c insn-emit.c
2204echo timestamp > s-emit
2205gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    insn-emit.c -o insn-emit.o
2206build/genmodes > tmp-modes.c
2207/bin/sh ../../gcc/../move-if-change tmp-modes.c insn-modes.c
2208echo timestamp > s-modes
2209gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    insn-modes.c -o insn-modes.o
2210gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    -o build/genextract.o ../../gcc/genextract.c
2211gcc   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o build/genextract \
2212    build/genextract.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-powerpc-apple-darwin8/libiberty/libiberty.a
2213build/genextract ../../gcc/config/rs6000/rs6000.md \
2214  insn-conditions.md > tmp-extract.c
2215/bin/sh ../../gcc/../move-if-change tmp-extract.c insn-extract.c
2216echo timestamp > s-extract
2217gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    insn-extract.c -o insn-extract.o
2218gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    -o build/genopinit.o ../../gcc/genopinit.c
2219gcc   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o build/genopinit \
2220    build/genopinit.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-powerpc-apple-darwin8/libiberty/libiberty.a
2221build/genopinit ../../gcc/config/rs6000/rs6000.md \
2222  insn-conditions.md > tmp-opinit.c
2223/bin/sh ../../gcc/../move-if-change tmp-opinit.c insn-opinit.c
2224echo timestamp > s-opinit
2225gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    insn-opinit.c -o insn-opinit.o
2226gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    -o build/genoutput.o ../../gcc/genoutput.c
2227gcc   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o build/genoutput \
2228    build/genoutput.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-powerpc-apple-darwin8/libiberty/libiberty.a
2229build/genoutput ../../gcc/config/rs6000/rs6000.md \
2230  insn-conditions.md > tmp-output.c
2231/bin/sh ../../gcc/../move-if-change tmp-output.c insn-output.c
2232echo timestamp > s-output
2233gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    insn-output.c -o insn-output.o
2234gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    -o build/genpeep.o ../../gcc/genpeep.c
2235gcc   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o build/genpeep \
2236    build/genpeep.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-powerpc-apple-darwin8/libiberty/libiberty.a
2237build/genpeep ../../gcc/config/rs6000/rs6000.md \
2238  insn-conditions.md > tmp-peep.c
2239/bin/sh ../../gcc/../move-if-change tmp-peep.c insn-peep.c
2240echo timestamp > s-peep
2241gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    insn-peep.c -o insn-peep.o
2242gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    -o build/genrecog.o ../../gcc/genrecog.c
2243gcc   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o build/genrecog \
2244    build/genrecog.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-powerpc-apple-darwin8/libiberty/libiberty.a
2245build/genrecog ../../gcc/config/rs6000/rs6000.md \
2246  insn-conditions.md > tmp-recog.c
2247../../gcc/config/rs6000/darwin.md:494: warning: destination operand 3 allows non-lvalue
2248../../gcc/config/rs6000/darwin.md:515: warning: destination operand 4 allows non-lvalue
2249../../gcc/config/rs6000/altivec.md:1693: warning: operand 3 missing mode?
2250../../gcc/config/rs6000/altivec.md:1703: warning: operand 3 missing mode?
2251../../gcc/config/rs6000/altivec.md:1716: warning: operand 3 missing mode?
2252../../gcc/config/rs6000/altivec.md:1729: warning: operand 3 missing mode?
2253../../gcc/config/rs6000/altivec.md:1742: warning: operand 3 missing mode?
2254../../gcc/config/rs6000/altivec.md:1755: warning: operand 3 missing mode?
2255../../gcc/config/rs6000/altivec.md:1768: warning: operand 3 missing mode?
2256../../gcc/config/rs6000/altivec.md:1781: warning: operand 3 missing mode?
2257../../gcc/config/rs6000/altivec.md:1794: warning: operand 3 missing mode?
2258../../gcc/config/rs6000/altivec.md:1807: warning: operand 3 missing mode?
2259../../gcc/config/rs6000/altivec.md:1882: warning: operand 1 missing mode?
2260../../gcc/config/rs6000/altivec.md:1889: warning: operand 1 missing mode?
2261../../gcc/config/rs6000/altivec.md:2195: warning: destination missing a mode?
2262../../gcc/config/rs6000/altivec.md:2195: warning: operand 0 missing mode?
2263/bin/sh ../../gcc/../move-if-change tmp-recog.c insn-recog.c
2264echo timestamp > s-recog
2265gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    insn-recog.c -o insn-recog.o
2266gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/integrate.c -o integrate.o
2267gcc   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    \
2268  -DLOCALEDIR=\"/Users/euler/Work_MacPorts/apple-gcc42/testplace/share/locale\" \
2269  -c ../../gcc/intl.c -o intl.o
2270gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/jump.c -o jump.o
2271gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/langhooks.c -o langhooks.o
2272gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/lcm.c -o lcm.o
2273gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/lists.c -o lists.o
2274gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/local-alloc.c -o local-alloc.o
2275gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/mode-switching.c -o mode-switching.o
2276gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/modulo-sched.c -o modulo-sched.o
2277gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/optabs.c -o optabs.o
2278awk -f ../../gcc/opt-functions.awk -f ../../gcc/optc-gen.awk \
2279       -v header_name="config.h system.h coretypes.h tm.h" < optionlist > options.c
2280gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    options.c -o options.o
2281gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/opts.c -o opts.o
2282gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/opts-common.c -o opts-common.o
2283gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/params.c -o params.o
2284gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/postreload.c -o postreload.o
2285gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/postreload-gcse.c -o postreload-gcse.o
2286gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/predict.c -o predict.o
2287build/genpreds ../../gcc/config/rs6000/rs6000.md > tmp-preds.c
2288/bin/sh ../../gcc/../move-if-change tmp-preds.c insn-preds.c
2289echo timestamp > s-preds
2290gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    insn-preds.c -o insn-preds.o
2291gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    -o build/genautomata.o ../../gcc/genautomata.c
2292gcc   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o build/genautomata \
2293    build/genautomata.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-powerpc-apple-darwin8/libiberty/libiberty.a -lm
2294build/genautomata ../../gcc/config/rs6000/rs6000.md \
2295  insn-conditions.md > tmp-automata.c
2296
2297Automaton `rios1'
2298     1184 NDFA states,           3856 NDFA arcs
2299     1184 DFA states,            3856 DFA arcs
2300     1184 minimal DFA states,    3856 minimal DFA arcs
2301      357 all insns         16 insn equivalence classes
2302    0 locked states
2303 4774 transition comb vector els, 18944 trans table els: use comb vect
230418944 min delay table els, compression factor 1
2305
2306Automaton `rios1fp'
2307       32 NDFA states,             69 NDFA arcs
2308       32 DFA states,              69 DFA arcs
2309       32 minimal DFA states,      69 minimal DFA arcs
2310      357 all insns          7 insn equivalence classes
2311    0 locked states
2312   74 transition comb vector els,   224 trans table els: use comb vect
2313  224 min delay table els, compression factor 1
2314
2315Automaton `rios2'
2316     2112 NDFA states,          10304 NDFA arcs
2317     1792 DFA states,            7600 DFA arcs
2318     1792 minimal DFA states,    7600 minimal DFA arcs
2319      357 all insns         11 insn equivalence classes
2320    0 locked states
2321 8429 transition comb vector els, 19712 trans table els: use simple vect
232219712 min delay table els, compression factor 2
2323
2324Automaton `rios2fp'
2325      729 NDFA states,           1620 NDFA arcs
2326      378 DFA states,             837 DFA arcs
2327      378 minimal DFA states,     837 minimal DFA arcs
2328      357 all insns          5 insn equivalence classes
2329    0 locked states
2330  838 transition comb vector els,  1890 trans table els: use simple vect
2331 1890 min delay table els, compression factor 1
2332
2333Automaton `rs64'
2334     2704 NDFA states,          10552 NDFA arcs
2335     2704 DFA states,           10552 DFA arcs
2336     2704 minimal DFA states,   10552 minimal DFA arcs
2337      357 all insns         15 insn equivalence classes
2338    0 locked states
233911495 transition comb vector els, 40560 trans table els: use comb vect
234040560 min delay table els, compression factor 1
2341
2342Automaton `rs64fp'
2343       50 NDFA states,            103 NDFA arcs
2344       50 DFA states,             103 DFA arcs
2345       50 minimal DFA states,     103 minimal DFA arcs
2346      357 all insns          5 insn equivalence classes
2347    0 locked states
2348  106 transition comb vector els,   250 trans table els: use simple vect
2349  250 min delay table els, compression factor 1
2350
2351Automaton `mpc'
2352      280 NDFA states,           1284 NDFA arcs
2353      280 DFA states,            1284 DFA arcs
2354      280 minimal DFA states,    1284 minimal DFA arcs
2355      357 all insns         11 insn equivalence classes
2356    0 locked states
2357 1458 transition comb vector els,  3080 trans table els: use simple vect
2358 3080 min delay table els, compression factor 2
2359
2360Automaton `mpcfp'
2361       18 NDFA states,             41 NDFA arcs
2362       18 DFA states,              41 DFA arcs
2363       18 minimal DFA states,      41 minimal DFA arcs
2364      357 all insns          7 insn equivalence classes
2365    0 locked states
2366   42 transition comb vector els,   126 trans table els: use comb vect
2367  126 min delay table els, compression factor 1
2368
2369Automaton `ppc40x'
2370       88 NDFA states,            272 NDFA arcs
2371       88 DFA states,             272 DFA arcs
2372       88 minimal DFA states,     272 minimal DFA arcs
2373      357 all insns          5 insn equivalence classes
2374    0 locked states
2375  303 transition comb vector els,   440 trans table els: use simple vect
2376  440 min delay table els, compression factor 2
2377
2378Automaton `ppc40xiu'
2379       34 NDFA states,             73 NDFA arcs
2380       34 DFA states,              73 DFA arcs
2381       34 minimal DFA states,      73 minimal DFA arcs
2382      357 all insns          7 insn equivalence classes
2383    0 locked states
2384   76 transition comb vector els,   238 trans table els: use comb vect
2385  238 min delay table els, compression factor 1
2386
2387Automaton `ppc440_core'
2388      754 NDFA states,           2888 NDFA arcs
2389      533 DFA states,            1756 DFA arcs
2390      393 minimal DFA states,    1467 minimal DFA arcs
2391      357 all insns          9 insn equivalence classes
2392    0 locked states
2393 1587 transition comb vector els,  3537 trans table els: use simple vect
2394 3537 min delay table els, compression factor 1
2395
2396Automaton `ppc440_apu'
2397       30 NDFA states,             63 NDFA arcs
2398       30 DFA states,              63 DFA arcs
2399       30 minimal DFA states,      63 minimal DFA arcs
2400      357 all insns          5 insn equivalence classes
2401    0 locked states
2402   66 transition comb vector els,   150 trans table els: use simple vect
2403  150 min delay table els, compression factor 1
2404
2405Automaton `ppc603'
2406      564 NDFA states,           2212 NDFA arcs
2407      564 DFA states,            2212 DFA arcs
2408      564 minimal DFA states,    2212 minimal DFA arcs
2409      357 all insns         12 insn equivalence classes
2410    0 locked states
2411 2498 transition comb vector els,  6768 trans table els: use comb vect
2412 6768 min delay table els, compression factor 1
2413
2414Automaton `ppc603fp'
2415       34 NDFA states,             72 NDFA arcs
2416       34 DFA states,              72 DFA arcs
2417       34 minimal DFA states,      72 minimal DFA arcs
2418      357 all insns          6 insn equivalence classes
2419    0 locked states
2420   74 transition comb vector els,   204 trans table els: use comb vect
2421  204 min delay table els, compression factor 1
2422
2423Automaton `ppc6xx'
2424     7696 NDFA states,          48520 NDFA arcs
2425     2960 DFA states,           14472 DFA arcs
2426     2960 minimal DFA states,   14472 minimal DFA arcs
2427      357 all insns         15 insn equivalence classes
2428    0 locked states
242916506 transition comb vector els, 44400 trans table els: use comb vect
243044400 min delay table els, compression factor 1
2431
2432Automaton `ppc6xxfp'
2433       33 NDFA states,             70 NDFA arcs
2434       33 DFA states,              70 DFA arcs
2435       33 minimal DFA states,      70 minimal DFA arcs
2436      357 all insns          6 insn equivalence classes
2437    0 locked states
2438   73 transition comb vector els,   198 trans table els: use comb vect
2439  198 min delay table els, compression factor 1
2440
2441Automaton `ppc6xxfp2'
2442      676 NDFA states,           1612 NDFA arcs
2443      351 DFA states,             832 DFA arcs
2444      351 minimal DFA states,     832 minimal DFA arcs
2445      357 all insns          7 insn equivalence classes
2446    0 locked states
2447  837 transition comb vector els,  2457 trans table els: use comb vect
2448 2457 min delay table els, compression factor 1
2449
2450Automaton `ppc7xx'
2451     6396 NDFA states,          36866 NDFA arcs
2452     4428 DFA states,           20514 DFA arcs
2453     1824 minimal DFA states,   11822 minimal DFA arcs
2454      357 all insns         14 insn equivalence classes
2455    0 locked states
245613388 transition comb vector els, 25536 trans table els: use simple vect
245725536 min delay table els, compression factor 1
2458
2459Automaton `ppc7xxfp'
2460       32 NDFA states,             68 NDFA arcs
2461       32 DFA states,              68 DFA arcs
2462       32 minimal DFA states,      68 minimal DFA arcs
2463      357 all insns          6 insn equivalence classes
2464    0 locked states
2465   72 transition comb vector els,   192 trans table els: use comb vect
2466  192 min delay table els, compression factor 1
2467
2468Automaton `ppc7450'
2469     8722 NDFA states,          120475 NDFA arcs
2470      478 DFA states,            2235 DFA arcs
2471      338 minimal DFA states,    1705 minimal DFA arcs
2472      357 all insns          9 insn equivalence classes
2473    0 locked states
2474 2001 transition comb vector els,  3042 trans table els: use simple vect
2475 3042 min delay table els, compression factor 4
2476
2477Automaton `ppc7450mciu'
2478       24 NDFA states,             51 NDFA arcs
2479       24 DFA states,              51 DFA arcs
2480       24 minimal DFA states,      51 minimal DFA arcs
2481      357 all insns          5 insn equivalence classes
2482    0 locked states
2483   52 transition comb vector els,   120 trans table els: use simple vect
2484  120 min delay table els, compression factor 1
2485
2486Automaton `ppc7450fp'
2487       36 NDFA states,             75 NDFA arcs
2488       36 DFA states,              75 DFA arcs
2489       36 minimal DFA states,      75 minimal DFA arcs
2490      357 all insns          5 insn equivalence classes
2491    0 locked states
2492   76 transition comb vector els,   180 trans table els: use simple vect
2493  180 min delay table els, compression factor 1
2494
2495Automaton `ppc7450vec'
2496       15 NDFA states,             62 NDFA arcs
2497       11 DFA states,              38 DFA arcs
2498        6 minimal DFA states,      28 minimal DFA arcs
2499      357 all insns          6 insn equivalence classes
2500    0 locked states
2501   30 transition comb vector els,    36 trans table els: use simple vect
2502   36 min delay table els, compression factor 8
2503
2504Automaton `ppc8540_most'
2505      153 NDFA states,            547 NDFA arcs
2506      153 DFA states,             547 DFA arcs
2507       22 minimal DFA states,     131 minimal DFA arcs
2508      357 all insns          9 insn equivalence classes
2509    0 locked states
2510  127 transition comb vector els,   198 trans table els: use simple vect
2511  198 min delay table els, compression factor 4
2512
2513Automaton `ppc8540_long'
2514       30 NDFA states,             62 NDFA arcs
2515       30 DFA states,              62 DFA arcs
2516       30 minimal DFA states,      62 minimal DFA arcs
2517      357 all insns          4 insn equivalence classes
2518    0 locked states
2519   63 transition comb vector els,   120 trans table els: use simple vect
2520  120 min delay table els, compression factor 1
2521
2522Automaton `ppc8540_retire'
2523      162 NDFA states,            876 NDFA arcs
2524      162 DFA states,             876 DFA arcs
2525       81 minimal DFA states,     438 minimal DFA arcs
2526      357 all insns          8 insn equivalence classes
2527    0 locked states
2528  509 transition comb vector els,   648 trans table els: use simple vect
2529  648 min delay table els, compression factor 2
2530
2531Automaton `power4iu'
2532     1697 NDFA states,           9656 NDFA arcs
2533     3547 DFA states,           27735 DFA arcs
2534     2705 minimal DFA states,   18889 minimal DFA arcs
2535      357 all insns         22 insn equivalence classes
2536    0 locked states
253721888 transition comb vector els, 59510 trans table els: use comb vect
253859510 min delay table els, compression factor 1
2539
2540Automaton `power4fpu'
2541     1369 NDFA states,           3182 NDFA arcs
2542      703 DFA states,            1628 DFA arcs
2543      702 minimal DFA states,    1622 minimal DFA arcs
2544      357 all insns          6 insn equivalence classes
2545    0 locked states
2546 1657 transition comb vector els,  4212 trans table els: use comb vect
2547 4212 min delay table els, compression factor 1
2548
2549Automaton `power4vec'
2550        8 NDFA states,             28 NDFA arcs
2551        8 DFA states,              28 DFA arcs
2552        8 minimal DFA states,      28 minimal DFA arcs
2553      357 all insns          5 insn equivalence classes
2554    0 locked states
2555   31 transition comb vector els,    40 trans table els: use simple vect
2556   40 min delay table els, compression factor 4
2557
2558Automaton `power4misc'
2559      407 NDFA states,           1626 NDFA arcs
2560      379 DFA states,            1469 DFA arcs
2561       44 minimal DFA states,     290 minimal DFA arcs
2562      357 all insns         16 insn equivalence classes
2563    0 locked states
2564  299 transition comb vector els,   704 trans table els: use simple vect
2565  704 min delay table els, compression factor 2
2566
2567Automaton `power5iu'
2568     1000 NDFA states,           4790 NDFA arcs
2569     1204 DFA states,            6692 DFA arcs
2570     1204 minimal DFA states,    6692 minimal DFA arcs
2571      357 all insns         22 insn equivalence classes
2572    0 locked states
2573 7693 transition comb vector els, 26488 trans table els: use comb vect
257426488 min delay table els, compression factor 1
2575
2576Automaton `power5fpu'
2577     1369 NDFA states,           3256 NDFA arcs
2578     2033 DFA states,            4857 DFA arcs
2579     2029 minimal DFA states,    4838 minimal DFA arcs
2580      357 all insns          7 insn equivalence classes
2581    0 locked states
2582 4964 transition comb vector els, 14203 trans table els: use comb vect
258314203 min delay table els, compression factor 1
2584
2585Automaton `power5misc'
2586      407 NDFA states,           1521 NDFA arcs
2587      368 DFA states,            1309 DFA arcs
2588       44 minimal DFA states,     252 minimal DFA arcs
2589      357 all insns         16 insn equivalence classes
2590    0 locked states
2591  281 transition comb vector els,   704 trans table els: use comb vect
2592  704 min delay table els, compression factor 2
2593
259450072 all allocated states,     294051 all allocated arcs
2595191416 all allocated alternative states
2596102367 all transition comb vector els, 279111 all trans table els
2597279111 all min delay table els
2598    0 all locked states
2599
2600  transformation: 0.277811, building NDFA: 30.163591, NDFA -> DFA: 1.778023
2601  DFA minimization: 0.858976, making insn equivalence: 0.034473
2602 all automaton generation: 33.979551, output: 21.416283
2603/bin/sh ../../gcc/../move-if-change tmp-automata.c insn-automata.c
2604echo timestamp > s-automata
2605gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    insn-automata.c -o insn-automata.o
2606gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/pointer-set.c -o pointer-set.o
2607gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/print-rtl.c -o print-rtl.o
2608gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/print-tree.c -o print-tree.o
2609gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/profile.c -o profile.o
2610gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/value-prof.c -o value-prof.o
2611gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/var-tracking.c -o var-tracking.o
2612gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/real.c -o real.o
2613gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/recog.c -o recog.o
2614gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/reg-stack.c -o reg-stack.o
2615gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/regclass.c -o regclass.o
2616gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/regmove.c -o regmove.o
2617gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/regrename.c -o regrename.o
2618gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/reload.c -o reload.o
2619gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common -Wno-error  -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/reload1.c -o reload1.o
2620gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/reorg.c -o reorg.o
2621gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/resource.c -o resource.o
2622gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/rtl.c -o rtl.o
2623gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/rtlanal.c -o rtlanal.o
2624gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/rtl-error.c -o rtl-error.o
2625gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/sbitmap.c -o sbitmap.o
2626gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/sched-deps.c -o sched-deps.o
2627gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/sched-ebb.c -o sched-ebb.o
2628gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/sched-rgn.c -o sched-rgn.o
2629gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/sched-vis.c -o sched-vis.o
2630gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/sdbout.c -o sdbout.o
2631gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/see.c -o see.o
2632gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/simplify-rtx.c -o simplify-rtx.o
2633gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/sreal.c -o sreal.o
2634gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/stmt.c -o stmt.o
2635gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/stor-layout.c -o stor-layout.o
2636gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/stringpool.c -o stringpool.o
2637gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/struct-equiv.c -o struct-equiv.o
2638gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/targhooks.c -o targhooks.o
2639gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/timevar.c -o timevar.o
2640gcc   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    \
2641  -DTARGET_NAME=\"powerpc-apple-darwin8\" \
2642  -c ../../gcc/toplev.c -o toplev.o
2643gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tracer.c -o tracer.o
2644gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree.c -o tree.o
2645gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-dump.c -o tree-dump.o
2646gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/varasm.c -o varasm.o
2647gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/varray.c -o varray.o
2648gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/vec.c -o vec.o
2649gcc   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    \
2650-DBASEVER="\"4.2.1\"" -DDATESTAMP="\"\"" \
2651-DDEVPHASE="\"\"" -c ../../gcc/version.c -o version.o
2652gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/vmsdbgout.c -o vmsdbgout.o
2653gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/xcoffout.c -o xcoffout.o
2654gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/alloc-pool.c -o alloc-pool.o
2655gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/et-forest.c -o et-forest.o
2656gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/cfghooks.c -o cfghooks.o
2657gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/bt-load.c -o bt-load.o
2658gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/pretty-print.c -o pretty-print.o
2659gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/ggc-page.c -o ggc-page.o
2660gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/web.c -o web.o
2661gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/passes.c -o passes.o
2662gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-profile.c -o tree-profile.o
2663gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/rtlhooks.c -o rtlhooks.o
2664gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/cfgexpand.c -o cfgexpand.o
2665gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/lambda-mat.c -o lambda-mat.o
2666gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/lambda-trans.c -o lambda-trans.o
2667gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/lambda-code.c -o lambda-code.o
2668gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-loop-linear.c -o tree-loop-linear.o
2669gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-ssa-sink.c -o tree-ssa-sink.o
2670gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-vrp.c -o tree-vrp.o
2671gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-stdarg.c -o tree-stdarg.o
2672gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-cfgcleanup.c -o tree-cfgcleanup.o
2673gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-ssa-reassoc.c -o tree-ssa-reassoc.o
2674gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-ssa-structalias.c -o tree-ssa-structalias.o
2675gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-object-size.c -o tree-object-size.o
2676gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/rtl-factoring.c -o rtl-factoring.o
2677gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    \
2678        ../../gcc/config/rs6000/rs6000.c -o rs6000.o
2679gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber ../../gcc/config/darwin.c
2680gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber ../../gcc/config/host-darwin.c
2681gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber ../../gcc/config/rs6000/host-darwin.c -o host-ppc-darwin.o
2682gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-inline.c -o tree-inline.o
2683gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/cgraph.c -o cgraph.o
2684gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/cgraphunit.c -o cgraphunit.o
2685gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tree-nomudflap.c -o tree-nomudflap.o
2686gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/ipa.c -o ipa.o
2687gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/ipa-inline.c -o ipa-inline.o
2688gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/ipa-utils.c -o ipa-utils.o
2689gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/ipa-reference.c -o ipa-reference.o
2690gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/ipa-pure-const.c -o ipa-pure-const.o
2691gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/ipa-type-escape.c -o ipa-type-escape.o
2692gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/ipa-prop.c -o ipa-prop.o
2693gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/ipa-cp.c -o ipa-cp.o
2694rm -rf libbackend.a
2695ar rc libbackend.a double-int.o tree-chrec.o tree-scalar-evolution.o tree-data-ref.o tree-cfg.o tree-dfa.o tree-eh.o tree-ssa.o tree-optimize.o tree-gimple.o gimplify.o tree-pretty-print.o tree-into-ssa.o tree-outof-ssa.o tree-ssa-ccp.o tree-vn.o tree-ssa-uncprop.o tree-ssa-dce.o  tree-ssa-copy.o tree-nrv.o tree-ssa-copyrename.o tree-ssa-pre.o tree-ssa-live.o tree-ssa-operands.o tree-ssa-alias.o tree-ssa-phiopt.o tree-ssa-forwprop.o tree-nested.o tree-ssa-dse.o tree-ssa-dom.o domwalk.o tree-tailcall.o gimple-low.o tree-iterator.o omp-low.o tree-phinodes.o tree-ssanames.o tree-sra.o tree-complex.o tree-vect-generic.o tree-ssa-loop.o tree-ssa-loop-niter.o tree-ssa-loop-manip.o tree-ssa-threadupdate.o tree-ssa-threadedge.o tree-vectorizer.o tree-vect-analyze.o tree-vect-transform.o tree-vect-patterns.o tree-ssa-loop-prefetch.o tree-ssa-loop-ivcanon.o tree-ssa-propagate.o tree-ssa-address.o tree-ssa-math-opts.o tree-ssa-loop-ivopts.o tree-if-conv.o tree-ssa-loop-unswitch.o alias.o bb-reorder.o bitmap.o builtins.o caller-save.o calls.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o cfglayout.o cfgloop.o cfgloopanal.o cfgloopmanip.o loop-init.o loop-unswitch.o loop-unroll.o cfgrtl.o combine.o conflict.o convert.o coverage.o cse.o cselib.o tree-ssa-loop-prefetch.o dbxout.o ddg.o tree-ssa-loop-ch.o loop-invariant.o tree-ssa-loop-im.o debug.o df-core.o df-problems.o df-scan.o dfp.o diagnostic.o dojump.o dominance.o loop-doloop.o dwarf2asm.o dwarf2out.o emit-rtl.o except.o explow.o loop-iv.o expmed.o expr.o final.o flow.o fold-const.o function.o gcse.o genrtl.o ggc-common.o global.o graph.o gtype-desc.o haifa-sched.o hooks.o ifcvt.o insn-attrtab.o insn-emit.o insn-modes.o insn-extract.o insn-opinit.o insn-output.o insn-peep.o insn-recog.o integrate.o intl.o jump.o  langhooks.o lcm.o lists.o local-alloc.o mode-switching.o modulo-sched.o optabs.o options.o opts.o opts-common.o params.o postreload.o postreload-gcse.o predict.o insn-preds.o insn-automata.o pointer-set.o print-rtl.o print-tree.o profile.o value-prof.o var-tracking.o real.o recog.o reg-stack.o regclass.o regmove.o regrename.o reload.o reload1.o reorg.o resource.o rtl.o rtlanal.o rtl-error.o sbitmap.o sched-deps.o sched-ebb.o sched-rgn.o sched-vis.o sdbout.o see.o simplify-rtx.o sreal.o stmt.o stor-layout.o stringpool.o struct-equiv.o targhooks.o timevar.o toplev.o tracer.o tree.o tree-dump.o varasm.o varray.o vec.o version.o vmsdbgout.o xcoffout.o alloc-pool.o et-forest.o cfghooks.o bt-load.o pretty-print.o ggc-page.o web.o passes.o tree-profile.o rtlhooks.o cfgexpand.o lambda-mat.o lambda-trans.o     lambda-code.o tree-loop-linear.o tree-ssa-sink.o tree-vrp.o tree-stdarg.o tree-cfgcleanup.o tree-ssa-reassoc.o tree-ssa-structalias.o tree-object-size.o rtl-factoring.o rs6000.o darwin.o host-darwin.o host-ppc-darwin.o tree-inline.o cgraph.o cgraphunit.o tree-nomudflap.o ipa.o ipa-inline.o ipa-utils.o ipa-reference.o ipa-pure-const.o ipa-type-escape.o ipa-prop.o ipa-cp.o
2696ranlib -c libbackend.a
2697gcc   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H  -o cc1-dummy c-lang.o stub-objc.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-incpath.o cppdefault.o c-ppoutput.o c-cppbuiltin.o prefix.o c-objc-common.o c-dump.o c-pch.o c-parser.o darwin-c.o rs6000-c.o c-gimplify.o tree-mudflap.o c-pretty-print.o c-omp.o dummy-checksum.o \
2698  main.o tree-browser.o libbackend.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a ../libcpp/libcpp.a  -liconv ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
2699gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    -o build/genchecksum.o ../../gcc/genchecksum.c
2700gcc   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o build/genchecksum \
2701    build/genchecksum.o ../build-powerpc-apple-darwin8/libiberty/libiberty.a
2702build/genchecksum cc1-dummy > cc1-checksum.c
2703gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    cc1-checksum.c -o cc1-checksum.o
2704gcc   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H  -o cc1 c-lang.o stub-objc.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-incpath.o cppdefault.o c-ppoutput.o c-cppbuiltin.o prefix.o c-objc-common.o c-dump.o c-pch.o c-parser.o darwin-c.o rs6000-c.o c-gimplify.o tree-mudflap.o c-pretty-print.o c-omp.o cc1-checksum.o \
2705  main.o tree-browser.o libbackend.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a ../libcpp/libcpp.a  -liconv ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
2706gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/gcov.c -o gcov.o
2707gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/errors.c -o errors.o
2708gcc   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H  gcov.o intl.o version.o errors.o ../libcpp/libcpp.a  -liconv ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -o gcov
2709gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/gcov-dump.c -o gcov-dump.o
2710gcc   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H  gcov-dump.o version.o errors.o ../libcpp/libcpp.a  -liconv ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -o gcov-dump
2711gcc   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber     \
2712-DTARGET_MACHINE=\"powerpc-apple-darwin8\" \
2713-c ../../gcc/collect2.c -o collect2.o
2714gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/tlink.c -o tlink.o
2715gcc   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H  -o Tcollect2 \
2716        collect2.o tlink.o intl.o version.o ../libcpp/libcpp.a  -liconv ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
2717mv -f Tcollect2 collect2
2718if test yes = yes \
2719   || test -n ""; then \
2720  /bin/sh ../../gcc/genmultilib \
2721    "m64" \
2722    "ppc64" \
2723    "" \
2724    "" \
2725    "isysroot/Developer/SDKs/MacOSX10.5.sdk mmacosx-version-min=10.5" \
2726    "" \
2727    "" \
2728    "yes" \
2729    > tmp-mlib.h; \
2730else \
2731  /bin/sh ../../gcc/genmultilib '' '' '' '' '' '' '' no \
2732    > tmp-mlib.h; \
2733fi
2734/bin/sh ../../gcc/../move-if-change tmp-mlib.h multilib.h
2735echo timestamp > s-mlib
2736lsf=""; for f in $lsf; do \
2737    echo "#include \"$f\""; \
2738done | sed 's|../../gcc/||' > tmp-specs.h
2739/bin/sh ../../gcc/../move-if-change tmp-specs.h specs.h
2740echo timestamp > s-specs
2741(SHLIB_LINK='/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -dynamiclib -nodefaultlibs -install_name /usr/lib/@shlib_base_name@`if test @multilib_dir@ = ppc64 ; then echo _@multilib_dir@ ; fi`.1.dylib -single_module -o @multilib_dir@/@shlib_base_name@.1.dylib.tmp -Wl,-exported_symbols_list,@shlib_map_file@ -compatibility_version 1 -current_version 1.0 @multilib_flags@ @shlib_objs@ -lc' \
2742SHLIB_MULTILIB=''; \
2743gcc   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    \
2744  -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/Users/euler/Work_MacPorts/apple-gcc42/testplace/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/Users/euler/Work_MacPorts/apple-gcc42/testplace/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"4.2.1\" -DDEFAULT_TARGET_MACHINE=\"powerpc-apple-darwin8\" -DSTANDARD_BINDIR_PREFIX=\"/Users/euler/Work_MacPorts/apple-gcc42/testplace/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\"  `test "X${SHLIB_LINK}" = "X" || test "yes" != "yes" || echo "-DENABLE_SHARED_LIBGCC"` `test "X${SHLIB_MULTILIB}" = "X" || echo "-DNO_SHARED_LIBGCC_MULTILIB"` \
2745  -c ../../gcc/gcc.c -o gcc.o)
2746gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    -o gcc-options.o -DGCC_DRIVER options.c
2747(SHLIB_LINK='/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -dynamiclib -nodefaultlibs -install_name /usr/lib/@shlib_base_name@`if test @multilib_dir@ = ppc64 ; then echo _@multilib_dir@ ; fi`.1.dylib -single_module -o @multilib_dir@/@shlib_base_name@.1.dylib.tmp -Wl,-exported_symbols_list,@shlib_map_file@ -compatibility_version 1 -current_version 1.0 @multilib_flags@ @shlib_objs@ -lc' \
2748SHLIB_MULTILIB=''; \
2749gcc   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    \
2750  -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/Users/euler/Work_MacPorts/apple-gcc42/testplace/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/Users/euler/Work_MacPorts/apple-gcc42/testplace/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"4.2.1\" -DDEFAULT_TARGET_MACHINE=\"powerpc-apple-darwin8\" -DSTANDARD_BINDIR_PREFIX=\"/Users/euler/Work_MacPorts/apple-gcc42/testplace/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\"  `test "X${SHLIB_LINK}" = "X" || test "yes" != "yes" || echo "-DENABLE_SHARED_LIBGCC"` `test "X${SHLIB_MULTILIB}" = "X" || echo "-DNO_SHARED_LIBGCC_MULTILIB"` \
2751  -c ../../gcc/gccspec.c -o gccspec.o)
2752gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber \
2753  ../../gcc/config/darwin-driver.c
2754gcc   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H  -o xgcc gcc.o opts-common.o gcc-options.o gccspec.o \
2755  intl.o prefix.o version.o darwin-driver.o ../libcpp/libcpp.a  -liconv ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
2756gcc -c   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber    ../../gcc/cppspec.c -o cppspec.o
2757gcc   -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H  -o cpp gcc.o opts-common.o gcc-options.o cppspec.o \
2758  intl.o prefix.o version.o darwin-driver.o ../libcpp/libcpp.a  -liconv ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
2759/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -dumpspecs > tmp-specs
2760mv tmp-specs specs
2761if [ -f `echo /usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta`/limits.h ] ; then \
2762  cat ../../gcc/limitx.h ../../gcc/glimits.h ../../gcc/limity.h > tmp-xlimits.h; \
2763else \
2764  cat ../../gcc/glimits.h > tmp-xlimits.h; \
2765fi
2766mv tmp-xlimits.h xlimits.h
2767echo | /Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -E -dM - | \
2768  sed -n -e 's/^#define \([^_][a-zA-Z0-9_]*\).*/\1/p' \
2769         -e 's/^#define \(_[^_A-Z][a-zA-Z0-9_]*\).*/\1/p' | \
2770  sort -u > tmp-macro_list
2771/bin/sh ../../gcc/../move-if-change tmp-macro_list macro_list
2772echo timestamp > s-macro_list
2773rm -rf include; mkdir include
2774chmod a+rx include
2775if [ -d ../prev-gcc ]; then \
2776  cd ../prev-gcc && \
2777  make real-install-headers-tar DESTDIR=`pwd`/../gcc/ \
2778    libsubdir=. ; \
2779else \
2780  (TARGET_MACHINE='powerpc-apple-darwin8'; srcdir=`cd ../../gcc; ${PWDCMD-pwd}`; \
2781    SHELL='/bin/sh'; MACRO_LIST=`${PWDCMD-pwd}`/macro_list ; \
2782    export TARGET_MACHINE srcdir SHELL MACRO_LIST && \
2783    cd ../build-powerpc-apple-darwin8/fixincludes && \
2784    /bin/sh ./fixinc.sh ../../gcc/include \
2785      `echo /usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta`  ); \
2786  rm -f include/syslimits.h; \
2787  if [ -f include/limits.h ]; then \
2788    mv include/limits.h include/syslimits.h; \
2789  else \
2790    cp ../../gcc/gsyslimits.h include/syslimits.h; \
2791  fi; \
2792fi
2793Fixing headers into /Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/gcc/include for powerpc-apple-darwin8 target
2794Forbidden identifiers: OBJC_NEW_PROPERTIES
2795Finding directories and links to directories
2796 Searching /usr/include/.
2797 Searching /usr/include/./gcc/darwin/3.3-fast
2798 Searching /usr/include/./gcc/darwin/default
2799 Searching /usr/include/./python2.3
2800 Searching /usr/include/./ucd-snmp
2801 Searching /usr/include/./X11
2802Making symbolic directory links
2803Fixing directory /usr/include into /Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/gcc/include
2804Applying darwin_macho_swaph_externc to mach-o/swap.h
2805Fixed:  mach-o/swap.h
2806Applying io_quotes_def            to net/if_media.h
2807Applying io_quotes_def            to netat/adsp.h
2808Applying io_quotes_def            to netat/ddp.h
2809Applying io_quotes_def            to netat/lap.h
2810Applying ctrl_quotes_def          to readline/history.h
2811Applying ctrl_quotes_def          to readline/readline.h
2812Applying sysv68_string            to string.h
2813Applying io_quotes_def            to sys/cdefs.h
2814Applying io_quotes_def            to sys/ioccom.h
2815Applying io_quotes_def            to sys/ttycom.h
2816Applying io_quotes_def            to wx-2.5/wx/build.h
2817Fixing directory /usr/include/python2.3 into /Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/gcc/include/root/System/Library/Frameworks/Python.framework/Versions/2.3/include/python2.3
2818Fixing directory /usr/include/X11 into /Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/gcc/include/root/usr/X11R6/include/X11
2819Applying io_quotes_def            to X11/Xmu/Atoms.h
2820Cleaning up unneeded directories:
2821fixincludes is done
2822chmod a+r include/syslimits.h
2823echo timestamp > stmp-fixinc
2824if [ -d include ] ; then true; else mkdir include; chmod a+rx include; fi
2825for file in .. ../../gcc/ginclude/decfloat.h ../../gcc/ginclude/float.h ../../gcc/ginclude/iso646.h ../../gcc/ginclude/stdarg.h ../../gcc/ginclude/stdbool.h ../../gcc/ginclude/stddef.h ../../gcc/ginclude/tgmath.h ../../gcc/ginclude/varargs.h ../../gcc/config/rs6000/altivec.h; do \
2826  if [ X$file != X.. ]; then \
2827    realfile=`echo $file | sed -e 's|.*/\([^/]*\)$|\1|'`; \
2828    echo timestamp > include/$realfile; \
2829    rm -f include/$realfile; \
2830    cp $file include; \
2831    chmod a+r include/$realfile; \
2832  fi; \
2833done
2834rm -f include/limits.h
2835cp xlimits.h include/limits.h
2836rm -f include/unwind.h
2837cp ../../gcc/unwind-generic.h include/unwind.h
2838chmod a+r include/limits.h
2839rm -f include/README
2840cp ../../gcc/../fixincludes/README-fixinc include/README
2841chmod a+r include/README
2842echo timestamp > stmp-int-hdrs
2843creating as
2844echo timestamp > stamp-as
2845creating collect-ld
2846echo timestamp > stamp-collect-ld
2847creating nm
2848echo timestamp > stamp-nm
2849objext='.o' \
2850LIB1ASMFUNCS='' \
2851LIB2FUNCS_ST='_eprintf __gcc_bcmp' \
2852LIB2FUNCS_EXCLUDE='' \
2853LIBGCOV='_gcov _gcov_merge_add _gcov_merge_single _gcov_merge_delta _gcov_fork _gcov_execl _gcov_execlp _gcov_execle _gcov_execv _gcov_execvp _gcov_execve _gcov_interval_profiler _gcov_pow2_profiler _gcov_one_value_profiler' \
2854LIB2ADD='../../gcc/config/rs6000/darwin-tramp.asm ../../gcc/config/rs6000/darwin-fpsave.asm ../../gcc/config/rs6000/ppc64-fp.c ../../gcc/config/darwin-64.c ../../gcc/config/rs6000/darwin-ldouble.c ../../gcc/config/rs6000/darwin-world.asm' \
2855LIB2ADD_ST='../../gcc/config/rs6000/darwin-vecsave.asm' \
2856LIB2ADDEH='../../gcc/unwind-dw2.c ../../gcc/unwind-dw2-fde-darwin.c ../../gcc/unwind-sjlj.c ../../gcc/unwind-c.c ../../gcc/config/rs6000/darwin-fallback.c' \
2857LIB2ADDEHSTATIC='../../gcc/unwind-dw2.c ../../gcc/unwind-dw2-fde-darwin.c ../../gcc/unwind-sjlj.c ../../gcc/unwind-c.c ../../gcc/config/rs6000/darwin-fallback.c' \
2858LIB2ADDEHSHARED='../../gcc/unwind-dw2.c ../../gcc/unwind-dw2-fde-darwin.c ../../gcc/unwind-sjlj.c ../../gcc/unwind-c.c ../../gcc/config/rs6000/darwin-fallback.c' \
2859LIB2ADDEHDEP='unwind.inc unwind-dw2-fde.h unwind-dw2-fde.c' \
2860LIB2_SIDITI_CONV_FUNCS='' \
2861LIBUNWIND='' \
2862LIBUNWINDDEP='' \
2863SHLIBUNWIND_LINK='' \
2864SHLIBUNWIND_INSTALL='' \
2865FPBIT='' \
2866FPBIT_FUNCS='_pack_sf _unpack_sf _addsub_sf _mul_sf _div_sf _fpcmp_parts_sf _compare_sf _eq_sf _ne_sf _gt_sf _ge_sf _lt_sf _le_sf _unord_sf _si_to_sf _sf_to_si _negate_sf _make_sf _sf_to_df _sf_to_tf _thenan_sf _sf_to_usi _usi_to_sf' \
2867LIB2_DIVMOD_FUNCS='_divdi3 _moddi3 _udivdi3 _umoddi3 _udiv_w_sdiv _udivmoddi4' \
2868DPBIT='' \
2869DPBIT_FUNCS='_pack_df _unpack_df _addsub_df _mul_df _div_df _fpcmp_parts_df _compare_df _eq_df _ne_df _gt_df _ge_df _lt_df _le_df _unord_df _si_to_df _df_to_si _negate_df _make_df _df_to_sf _df_to_tf _thenan_df _df_to_usi _usi_to_df' \
2870TPBIT='' \
2871TPBIT_FUNCS='_pack_tf _unpack_tf _addsub_tf _mul_tf _div_tf _fpcmp_parts_tf _compare_tf _eq_tf _ne_tf _gt_tf _ge_tf _lt_tf _le_tf _unord_tf _si_to_tf _tf_to_si _negate_tf _make_tf _tf_to_df _tf_to_sf _thenan_tf _tf_to_usi _usi_to_tf' \
2872DFP_ENABLE='' \
2873DFP_CFLAGS='' \
2874D32PBIT='' \
2875D32PBIT_FUNCS='_addsub_sd _div_sd _mul_sd _plus_sd _minus_sd _eq_sd _ne_sd _lt_sd _gt_sd _le_sd _ge_sd _sd_to_si _sd_to_di _sd_to_usi _sd_to_udi _si_to_sd _di_to_sd _usi_to_sd _udi_to_sd _sd_to_sf _sd_to_df _sd_to_xf _sf_to_sd _df_to_sd _xf_to_sd _sd_to_dd _sd_to_td _unord_sd _conv_sd' \
2876D64PBIT='' \
2877D64PBIT_FUNCS='_addsub_dd _div_dd _mul_dd _plus_dd _minus_dd _eq_dd _ne_dd _lt_dd _gt_dd _le_dd _ge_dd _dd_to_si _dd_to_di _dd_to_usi _dd_to_udi _si_to_dd _di_to_dd _usi_to_dd _udi_to_dd _dd_to_sf _dd_to_df _dd_to_xf _sf_to_dd _df_to_dd _xf_to_dd _dd_to_sd _dd_to_td _unord_dd _conv_dd' \
2878D128PBIT='' \
2879D128PBIT_FUNCS='_addsub_td _div_td _mul_td _plus_td _minus_td _eq_td _ne_td _lt_td _gt_td _le_td _ge_td _td_to_si _td_to_di _td_to_usi _td_to_udi _si_to_td _di_to_td _usi_to_td _udi_to_td _td_to_sf _td_to_df _td_to_xf _sf_to_td _df_to_td _xf_to_td _td_to_sd _td_to_dd _unord_td _conv_td' \
2880APPLE_LOCAL='APPLE LOCAL libcc_kext' \
2881MULTILIBS="`/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk --print-multi-lib` static;@static@fno-pic kext;@Dmalloc=kern_os_malloc@Dfree=kern_os_free@DLIBCC_KEXT@static@fno-pic@fno-exceptions@fno-non-call-exceptions " \
2882EXTRA_MULTILIB_PARTS='crt3.o' \
2883SHLIB_LINK='/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -dynamiclib -nodefaultlibs -install_name /usr/lib/@shlib_base_name@`if test @multilib_dir@ = ppc64 ; then echo _@multilib_dir@ ; fi`.1.dylib -single_module -o @multilib_dir@/@shlib_base_name@.1.dylib.tmp -Wl,-exported_symbols_list,@shlib_map_file@ -compatibility_version 1 -current_version 1.0 @multilib_flags@ @shlib_objs@ -lc' \
2884SHLIB_INSTALL='$(mkinstalldirs) $(DESTDIR)$(slibdir); /usr/bin/install -c -m 644 @shlib_base_name@.1.dylib $(DESTDIR)$(slibdir)/@shlib_base_name@.1.dylib' \
2885SHLIB_EXT='.dylib' \
2886SHLIB_MULTILIB='' \
2887SHLIB_MKMAP='../../gcc/mkmap-flat.awk' \
2888SHLIB_MKMAP_OPTS='-v leading_underscore=1' \
2889SHLIB_MAPFILES='../../gcc/config/rs6000/libgcc-ppc64.ver ../../gcc/libgcc-std.ver' \
2890SHLIB_NM_FLAGS='-pg' \
2891MULTILIB_OSDIRNAMES='' \
2892ASM_HIDDEN_OP='.private_extern' \
2893GCC_FOR_TARGET='/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk' \
2894mkinstalldirs='/bin/sh ../../gcc/../mkinstalldirs' \
2895  /bin/sh mklibgcc > tmp-libgcc.mk
2896mv tmp-libgcc.mk libgcc.mk
2897TARGET_CPU_DEFAULT="" \
2898HEADERS="auto-host.h ansidecl.h" DEFINES="USED_FOR_TARGET " \
2899/bin/sh ../../gcc/mkconfig.sh tconfig.h
2900# APPLE LOCAL use -mlongcall for large text support
2901/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber  -mlongcall \
2902  -c ../../gcc/config/darwin-crt2.c -o crt2.o
2903make \
2904  CFLAGS="-g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common " \
2905  CONFIG_H="config.h  auto-host.h ../../gcc/../include/ansidecl.h" \
2906  MAKEOVERRIDES= \
2907  -f libgcc.mk all
2908for d in libgcc ppc64 libgcc/ppc64 static libgcc/static kext libgcc/kext; do \
2909  if [ -d $d ]; then true; else /bin/sh ../../gcc/../mkinstalldirs $d; fi; \
2910done
2911mkdir libgcc
2912mkdir ppc64
2913mkdir libgcc/ppc64
2914mkdir static
2915mkdir libgcc/static
2916mkdir kext
2917mkdir libgcc/kext
2918if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi
2919make GCC_FOR_TARGET="/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk" \
2920  AR_FOR_TARGET="ar" \
2921  AR_CREATE_FOR_TARGET="ar  rc" \
2922  AR_EXTRACT_FOR_TARGET="ar  x" \
2923  AR_FLAGS_FOR_TARGET="" \
2924  CC="gcc" CFLAGS="-g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common " \
2925  BUILD_PREFIX="" \
2926  BUILD_PREFIX_1="" \
2927  LANGUAGES="" \
2928  LIBGCC2_CFLAGS="-O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 "  \
2929  LIBGCC2_STATIC_CFLAGS="-mmacosx-version-min=10.4"  \
2930  MULTILIB_CFLAGS=" -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5" T= crt3.o
2931# APPLE LOCAL use -mlongcall for large text support
2932/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -mlongcall \
2933  -fno-tree-dominator-opts -mlongcall \
2934-mlongcall \
2935  -c ../../gcc/config/darwin-crt3.c -o crt3.o
2936/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_muldi3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_muldi3.o
2937/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_negdi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_negdi2.o
2938/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_lshrdi3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_lshrdi3.o
2939/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_ashldi3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_ashldi3.o
2940/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_ashrdi3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_ashrdi3.o
2941/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_cmpdi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_cmpdi2.o
2942/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_ucmpdi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_ucmpdi2.o
2943/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_clear_cache -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_clear_cache.o
2944/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_enable_execute_stack -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_enable_execute_stack.o
2945/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_trampoline -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_trampoline.o
2946/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL__main -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./__main.o
2947/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_absvsi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_absvsi2.o
2948/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_absvdi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_absvdi2.o
2949/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_addvsi3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_addvsi3.o
2950/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_addvdi3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_addvdi3.o
2951/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_subvsi3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_subvsi3.o
2952/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_subvdi3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_subvdi3.o
2953/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_mulvsi3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_mulvsi3.o
2954/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_mulvdi3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_mulvdi3.o
2955/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_negvsi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_negvsi2.o
2956/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_negvdi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_negvdi2.o
2957/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_ctors -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_ctors.o
2958/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_ffssi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_ffssi2.o
2959/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_ffsdi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_ffsdi2.o
2960/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_clz -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_clz.o
2961/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_clzsi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_clzsi2.o
2962/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_clzdi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_clzdi2.o
2963/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_ctzsi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_ctzsi2.o
2964/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_ctzdi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_ctzdi2.o
2965/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_popcount_tab -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_popcount_tab.o
2966/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_popcountsi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_popcountsi2.o
2967/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_popcountdi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_popcountdi2.o
2968/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_paritysi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_paritysi2.o
2969/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_paritydi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_paritydi2.o
2970/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_powisf2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_powisf2.o
2971/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_powidf2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_powidf2.o
2972/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_powixf2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_powixf2.o
2973/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_powitf2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_powitf2.o
2974/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_mulsc3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_mulsc3.o
2975/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_muldc3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_muldc3.o
2976/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_mulxc3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_mulxc3.o
2977/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_multc3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_multc3.o
2978/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_divsc3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_divsc3.o
2979/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_divdc3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_divdc3.o
2980/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_divxc3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_divxc3.o
2981/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_divtc3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_divtc3.o
2982/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_bswapsi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_bswapsi2.o
2983/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_bswapdi2 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_bswapdi2.o
2984/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_fixunssfsi -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_fixunssfsi.o
2985/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_fixunsdfsi -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_fixunsdfsi.o
2986/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_fixunsxfsi -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_fixunsxfsi.o
2987/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_fixsfdi -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_fixsfdi.o
2988/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_fixunssfdi -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_fixunssfdi.o
2989/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_floatdisf -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_floatdisf.o
2990/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_floatundisf -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_floatundisf.o
2991/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_fixdfdi -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_fixdfdi.o
2992/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_fixunsdfdi -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_fixunsdfdi.o
2993/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_floatdidf -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_floatdidf.o
2994/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_floatundidf -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_floatundidf.o
2995/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_fixxfdi -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_fixxfdi.o
2996/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_fixunsxfdi -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_fixunsxfdi.o
2997/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_floatdixf -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_floatdixf.o
2998/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_floatundixf -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_floatundixf.o
2999/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_fixtfdi -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_fixtfdi.o
3000/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_fixunstfdi -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_fixunstfdi.o
3001/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_floatditf -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_floatditf.o
3002/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_floatunditf -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_floatunditf.o
3003/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_eprintf -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_eprintf.o
3004/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL__gcc_bcmp -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./__gcc_bcmp.o
3005/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -fexceptions -fnon-call-exceptions -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_divdi3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_divdi3.o
3006/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -fexceptions -fnon-call-exceptions -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_moddi3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_moddi3.o
3007/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -fexceptions -fnon-call-exceptions -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_udivdi3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_udivdi3.o
3008/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -fexceptions -fnon-call-exceptions -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_umoddi3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_umoddi3.o
3009/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -fexceptions -fnon-call-exceptions -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_udiv_w_sdiv -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_udiv_w_sdiv.o
3010/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -fexceptions -fnon-call-exceptions -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_udivmoddi4 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/libgcc2.c -o libgcc/./_udivmoddi4.o
3011/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -xassembler-with-cpp -c ../../gcc/config/rs6000/darwin-tramp.asm -o libgcc/./darwin-tramp_s.o
3012nm -pg libgcc/./darwin-tramp_s.o | awk 'NF == 3 && $2 !~ /^[UN]$/ { print "\t.private_extern", $3 }' > libgcc/./darwin-tramp.visT
3013mv -f libgcc/./darwin-tramp.visT libgcc/./darwin-tramp.vis
3014/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -xassembler-with-cpp -include libgcc/./darwin-tramp.vis -c ../../gcc/config/rs6000/darwin-tramp.asm -o libgcc/./darwin-tramp.o
3015/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -xassembler-with-cpp -c ../../gcc/config/rs6000/darwin-fpsave.asm -o libgcc/./darwin-fpsave_s.o
3016nm -pg libgcc/./darwin-fpsave_s.o | awk 'NF == 3 && $2 !~ /^[UN]$/ { print "\t.private_extern", $3 }' > libgcc/./darwin-fpsave.visT
3017mv -f libgcc/./darwin-fpsave.visT libgcc/./darwin-fpsave.vis
3018/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -xassembler-with-cpp -include libgcc/./darwin-fpsave.vis -c ../../gcc/config/rs6000/darwin-fpsave.asm -o libgcc/./darwin-fpsave.o
3019/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/config/rs6000/ppc64-fp.c -o libgcc/./ppc64-fp.o
3020/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/config/darwin-64.c -o libgcc/./darwin-64.o
3021/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/config/rs6000/darwin-ldouble.c -o libgcc/./darwin-ldouble.o
3022/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -xassembler-with-cpp -c ../../gcc/config/rs6000/darwin-world.asm -o libgcc/./darwin-world_s.o
3023nm -pg libgcc/./darwin-world_s.o | awk 'NF == 3 && $2 !~ /^[UN]$/ { print "\t.private_extern", $3 }' > libgcc/./darwin-world.visT
3024mv -f libgcc/./darwin-world.visT libgcc/./darwin-world.vis
3025/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -xassembler-with-cpp -include libgcc/./darwin-world.vis -c ../../gcc/config/rs6000/darwin-world.asm -o libgcc/./darwin-world.o
3026/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -xassembler-with-cpp -c ../../gcc/config/rs6000/darwin-vecsave.asm -o libgcc/./darwin-vecsave.o
3027rm -f ./libgcc.a
3028ar  rc ./libgcc.a libgcc/./_muldi3.o libgcc/./_negdi2.o libgcc/./_lshrdi3.o libgcc/./_ashldi3.o libgcc/./_ashrdi3.o libgcc/./_cmpdi2.o libgcc/./_ucmpdi2.o libgcc/./_clear_cache.o libgcc/./_enable_execute_stack.o libgcc/./_trampoline.o libgcc/./__main.o libgcc/./_absvsi2.o libgcc/./_absvdi2.o libgcc/./_addvsi3.o libgcc/./_addvdi3.o libgcc/./_subvsi3.o libgcc/./_subvdi3.o libgcc/./_mulvsi3.o libgcc/./_mulvdi3.o libgcc/./_negvsi2.o libgcc/./_negvdi2.o libgcc/./_ctors.o libgcc/./_ffssi2.o libgcc/./_ffsdi2.o libgcc/./_clz.o libgcc/./_clzsi2.o libgcc/./_clzdi2.o libgcc/./_ctzsi2.o libgcc/./_ctzdi2.o libgcc/./_popcount_tab.o libgcc/./_popcountsi2.o libgcc/./_popcountdi2.o libgcc/./_paritysi2.o libgcc/./_paritydi2.o libgcc/./_powisf2.o libgcc/./_powidf2.o libgcc/./_powixf2.o libgcc/./_powitf2.o libgcc/./_mulsc3.o libgcc/./_muldc3.o libgcc/./_mulxc3.o libgcc/./_multc3.o libgcc/./_divsc3.o libgcc/./_divdc3.o libgcc/./_divxc3.o libgcc/./_divtc3.o libgcc/./_bswapsi2.o libgcc/./_bswapdi2.o libgcc/./_fixunssfsi.o libgcc/./_fixunsdfsi.o libgcc/./_fixunsxfsi.o libgcc/./_fixsfdi.o libgcc/./_fixunssfdi.o libgcc/./_floatdisf.o libgcc/./_floatundisf.o libgcc/./_fixdfdi.o libgcc/./_fixunsdfdi.o libgcc/./_floatdidf.o libgcc/./_floatundidf.o libgcc/./_fixxfdi.o libgcc/./_fixunsxfdi.o libgcc/./_floatdixf.o libgcc/./_floatundixf.o libgcc/./_fixtfdi.o libgcc/./_fixunstfdi.o libgcc/./_floatditf.o libgcc/./_floatunditf.o libgcc/./_eprintf.o libgcc/./__gcc_bcmp.o libgcc/./_divdi3.o libgcc/./_moddi3.o libgcc/./_udivdi3.o libgcc/./_umoddi3.o libgcc/./_udiv_w_sdiv.o libgcc/./_udivmoddi4.o libgcc/./darwin-tramp.o libgcc/./darwin-fpsave.o libgcc/./ppc64-fp.o libgcc/./darwin-64.o libgcc/./darwin-ldouble.o libgcc/./darwin-world.o libgcc/./darwin-vecsave.o
3029ranlib: file: ./libgcc.a(_trampoline.o) has no symbols
3030ranlib: file: ./libgcc.a(_ctors.o) has no symbols
3031ranlib: file: ./libgcc.a(_powixf2.o) has no symbols
3032ranlib: file: ./libgcc.a(_mulxc3.o) has no symbols
3033ranlib: file: ./libgcc.a(_divxc3.o) has no symbols
3034ranlib: file: ./libgcc.a(_fixunsxfsi.o) has no symbols
3035ranlib: file: ./libgcc.a(_fixxfdi.o) has no symbols
3036ranlib: file: ./libgcc.a(_fixunsxfdi.o) has no symbols
3037ranlib: file: ./libgcc.a(_floatdixf.o) has no symbols
3038ranlib: file: ./libgcc.a(_floatundixf.o) has no symbols
3039ranlib: file: ./libgcc.a(ppc64-fp.o) has no symbols
3040ranlib: file: ./libgcc.a(darwin-64.o) has no symbols
3041ranlib -c ./libgcc.a
3042ranlib: file: ./libgcc.a(_trampoline.o) has no symbols
3043ranlib: file: ./libgcc.a(_ctors.o) has no symbols
3044ranlib: file: ./libgcc.a(_powixf2.o) has no symbols
3045ranlib: file: ./libgcc.a(_mulxc3.o) has no symbols
3046ranlib: file: ./libgcc.a(_divxc3.o) has no symbols
3047ranlib: file: ./libgcc.a(_fixunsxfsi.o) has no symbols
3048ranlib: file: ./libgcc.a(_fixxfdi.o) has no symbols
3049ranlib: file: ./libgcc.a(_fixunsxfdi.o) has no symbols
3050ranlib: file: ./libgcc.a(_floatdixf.o) has no symbols
3051ranlib: file: ./libgcc.a(_floatundixf.o) has no symbols
3052ranlib: file: ./libgcc.a(ppc64-fp.o) has no symbols
3053ranlib: file: ./libgcc.a(darwin-64.o) has no symbols
3054/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber  -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_gcov -c ../../gcc/libgcov.c -o libgcc/./_gcov.o
3055/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber  -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_gcov_merge_add -c ../../gcc/libgcov.c -o libgcc/./_gcov_merge_add.o
3056/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber  -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_gcov_merge_single -c ../../gcc/libgcov.c -o libgcc/./_gcov_merge_single.o
3057/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber  -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_gcov_merge_delta -c ../../gcc/libgcov.c -o libgcc/./_gcov_merge_delta.o
3058/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber  -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_gcov_fork -c ../../gcc/libgcov.c -o libgcc/./_gcov_fork.o
3059/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber  -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_gcov_execl -c ../../gcc/libgcov.c -o libgcc/./_gcov_execl.o
3060/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber  -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_gcov_execlp -c ../../gcc/libgcov.c -o libgcc/./_gcov_execlp.o
3061/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber  -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_gcov_execle -c ../../gcc/libgcov.c -o libgcc/./_gcov_execle.o
3062/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber  -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_gcov_execv -c ../../gcc/libgcov.c -o libgcc/./_gcov_execv.o
3063/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber  -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_gcov_execvp -c ../../gcc/libgcov.c -o libgcc/./_gcov_execvp.o
3064/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber  -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_gcov_execve -c ../../gcc/libgcov.c -o libgcc/./_gcov_execve.o
3065/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber  -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_gcov_interval_profiler -c ../../gcc/libgcov.c -o libgcc/./_gcov_interval_profiler.o
3066/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber  -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_gcov_pow2_profiler -c ../../gcc/libgcov.c -o libgcc/./_gcov_pow2_profiler.o
3067/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber  -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_gcov_one_value_profiler -c ../../gcc/libgcov.c -o libgcc/./_gcov_one_value_profiler.o
3068rm -f ./libgcov.a
3069ar  rc ./libgcov.a libgcc/./_gcov.o libgcc/./_gcov_merge_add.o libgcc/./_gcov_merge_single.o libgcc/./_gcov_merge_delta.o libgcc/./_gcov_fork.o libgcc/./_gcov_execl.o libgcc/./_gcov_execlp.o libgcc/./_gcov_execle.o libgcc/./_gcov_execv.o libgcc/./_gcov_execvp.o libgcc/./_gcov_execve.o libgcc/./_gcov_interval_profiler.o libgcc/./_gcov_pow2_profiler.o libgcc/./_gcov_one_value_profiler.o
3070ranlib -c ./libgcov.a
3071/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -fexceptions -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/unwind-dw2.c -o libgcc/./unwind-dw2.o
3072/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -fexceptions -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/unwind-dw2-fde-darwin.c -o libgcc/./unwind-dw2-fde-darwin.o
3073/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -fexceptions -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/unwind-sjlj.c -o libgcc/./unwind-sjlj.o
3074/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -fexceptions -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/unwind-c.c -o libgcc/./unwind-c.o
3075/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -fexceptions -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc/config/rs6000/darwin-fallback.c -o libgcc/./darwin-fallback.o
3076rm -f ./libgcc_eh.a
3077ar  rc ./libgcc_eh.a libgcc/./unwind-dw2.o libgcc/./unwind-dw2-fde-darwin.o libgcc/./unwind-sjlj.o libgcc/./unwind-c.o libgcc/./darwin-fallback.o
3078ranlib: file: ./libgcc_eh.a(unwind-sjlj.o) has no symbols
3079ranlib -c ./libgcc_eh.a
3080ranlib: file: ./libgcc_eh.a(unwind-sjlj.o) has no symbols
3081/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_muldi3 -c ../../gcc/libgcc2.c -o libgcc/./_muldi3_s.o
3082/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_negdi2 -c ../../gcc/libgcc2.c -o libgcc/./_negdi2_s.o
3083/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_lshrdi3 -c ../../gcc/libgcc2.c -o libgcc/./_lshrdi3_s.o
3084/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_ashldi3 -c ../../gcc/libgcc2.c -o libgcc/./_ashldi3_s.o
3085/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_ashrdi3 -c ../../gcc/libgcc2.c -o libgcc/./_ashrdi3_s.o
3086/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_cmpdi2 -c ../../gcc/libgcc2.c -o libgcc/./_cmpdi2_s.o
3087/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_ucmpdi2 -c ../../gcc/libgcc2.c -o libgcc/./_ucmpdi2_s.o
3088/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_clear_cache -c ../../gcc/libgcc2.c -o libgcc/./_clear_cache_s.o
3089/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_enable_execute_stack -c ../../gcc/libgcc2.c -o libgcc/./_enable_execute_stack_s.o
3090/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_trampoline -c ../../gcc/libgcc2.c -o libgcc/./_trampoline_s.o
3091/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL__main -c ../../gcc/libgcc2.c -o libgcc/./__main_s.o
3092/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_absvsi2 -c ../../gcc/libgcc2.c -o libgcc/./_absvsi2_s.o
3093/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_absvdi2 -c ../../gcc/libgcc2.c -o libgcc/./_absvdi2_s.o
3094/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_addvsi3 -c ../../gcc/libgcc2.c -o libgcc/./_addvsi3_s.o
3095/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_addvdi3 -c ../../gcc/libgcc2.c -o libgcc/./_addvdi3_s.o
3096/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_subvsi3 -c ../../gcc/libgcc2.c -o libgcc/./_subvsi3_s.o
3097/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_subvdi3 -c ../../gcc/libgcc2.c -o libgcc/./_subvdi3_s.o
3098/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_mulvsi3 -c ../../gcc/libgcc2.c -o libgcc/./_mulvsi3_s.o
3099/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_mulvdi3 -c ../../gcc/libgcc2.c -o libgcc/./_mulvdi3_s.o
3100/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_negvsi2 -c ../../gcc/libgcc2.c -o libgcc/./_negvsi2_s.o
3101/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_negvdi2 -c ../../gcc/libgcc2.c -o libgcc/./_negvdi2_s.o
3102/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_ctors -c ../../gcc/libgcc2.c -o libgcc/./_ctors_s.o
3103/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_ffssi2 -c ../../gcc/libgcc2.c -o libgcc/./_ffssi2_s.o
3104/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_ffsdi2 -c ../../gcc/libgcc2.c -o libgcc/./_ffsdi2_s.o
3105/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_clz -c ../../gcc/libgcc2.c -o libgcc/./_clz_s.o
3106/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_clzsi2 -c ../../gcc/libgcc2.c -o libgcc/./_clzsi2_s.o
3107/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_clzdi2 -c ../../gcc/libgcc2.c -o libgcc/./_clzdi2_s.o
3108/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_ctzsi2 -c ../../gcc/libgcc2.c -o libgcc/./_ctzsi2_s.o
3109/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_ctzdi2 -c ../../gcc/libgcc2.c -o libgcc/./_ctzdi2_s.o
3110/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_popcount_tab -c ../../gcc/libgcc2.c -o libgcc/./_popcount_tab_s.o
3111/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_popcountsi2 -c ../../gcc/libgcc2.c -o libgcc/./_popcountsi2_s.o
3112/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_popcountdi2 -c ../../gcc/libgcc2.c -o libgcc/./_popcountdi2_s.o
3113/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_paritysi2 -c ../../gcc/libgcc2.c -o libgcc/./_paritysi2_s.o
3114/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_paritydi2 -c ../../gcc/libgcc2.c -o libgcc/./_paritydi2_s.o
3115/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_powisf2 -c ../../gcc/libgcc2.c -o libgcc/./_powisf2_s.o
3116/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_powidf2 -c ../../gcc/libgcc2.c -o libgcc/./_powidf2_s.o
3117/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_powixf2 -c ../../gcc/libgcc2.c -o libgcc/./_powixf2_s.o
3118/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_powitf2 -c ../../gcc/libgcc2.c -o libgcc/./_powitf2_s.o
3119/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_mulsc3 -c ../../gcc/libgcc2.c -o libgcc/./_mulsc3_s.o
3120/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_muldc3 -c ../../gcc/libgcc2.c -o libgcc/./_muldc3_s.o
3121/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_mulxc3 -c ../../gcc/libgcc2.c -o libgcc/./_mulxc3_s.o
3122/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_multc3 -c ../../gcc/libgcc2.c -o libgcc/./_multc3_s.o
3123/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_divsc3 -c ../../gcc/libgcc2.c -o libgcc/./_divsc3_s.o
3124/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_divdc3 -c ../../gcc/libgcc2.c -o libgcc/./_divdc3_s.o
3125/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_divxc3 -c ../../gcc/libgcc2.c -o libgcc/./_divxc3_s.o
3126/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_divtc3 -c ../../gcc/libgcc2.c -o libgcc/./_divtc3_s.o
3127/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_bswapsi2 -c ../../gcc/libgcc2.c -o libgcc/./_bswapsi2_s.o
3128/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_bswapdi2 -c ../../gcc/libgcc2.c -o libgcc/./_bswapdi2_s.o
3129/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_fixunssfsi -c ../../gcc/libgcc2.c -o libgcc/./_fixunssfsi_s.o
3130/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_fixunsdfsi -c ../../gcc/libgcc2.c -o libgcc/./_fixunsdfsi_s.o
3131/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_fixunsxfsi -c ../../gcc/libgcc2.c -o libgcc/./_fixunsxfsi_s.o
3132/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_fixsfdi -c ../../gcc/libgcc2.c -o libgcc/./_fixsfdi_s.o
3133/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_fixunssfdi -c ../../gcc/libgcc2.c -o libgcc/./_fixunssfdi_s.o
3134/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_floatdisf -c ../../gcc/libgcc2.c -o libgcc/./_floatdisf_s.o
3135/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_floatundisf -c ../../gcc/libgcc2.c -o libgcc/./_floatundisf_s.o
3136/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_fixdfdi -c ../../gcc/libgcc2.c -o libgcc/./_fixdfdi_s.o
3137/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_fixunsdfdi -c ../../gcc/libgcc2.c -o libgcc/./_fixunsdfdi_s.o
3138/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_floatdidf -c ../../gcc/libgcc2.c -o libgcc/./_floatdidf_s.o
3139/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_floatundidf -c ../../gcc/libgcc2.c -o libgcc/./_floatundidf_s.o
3140/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_fixxfdi -c ../../gcc/libgcc2.c -o libgcc/./_fixxfdi_s.o
3141/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_fixunsxfdi -c ../../gcc/libgcc2.c -o libgcc/./_fixunsxfdi_s.o
3142/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_floatdixf -c ../../gcc/libgcc2.c -o libgcc/./_floatdixf_s.o
3143/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_floatundixf -c ../../gcc/libgcc2.c -o libgcc/./_floatundixf_s.o
3144/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_fixtfdi -c ../../gcc/libgcc2.c -o libgcc/./_fixtfdi_s.o
3145/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_fixunstfdi -c ../../gcc/libgcc2.c -o libgcc/./_fixunstfdi_s.o
3146/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_floatditf -c ../../gcc/libgcc2.c -o libgcc/./_floatditf_s.o
3147/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_floatunditf -c ../../gcc/libgcc2.c -o libgcc/./_floatunditf_s.o
3148/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -fexceptions -fnon-call-exceptions -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_divdi3 -c ../../gcc/libgcc2.c -o libgcc/./_divdi3_s.o
3149/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -fexceptions -fnon-call-exceptions -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_moddi3 -c ../../gcc/libgcc2.c -o libgcc/./_moddi3_s.o
3150/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -fexceptions -fnon-call-exceptions -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_udivdi3 -c ../../gcc/libgcc2.c -o libgcc/./_udivdi3_s.o
3151/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -fexceptions -fnon-call-exceptions -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_umoddi3 -c ../../gcc/libgcc2.c -o libgcc/./_umoddi3_s.o
3152/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -fexceptions -fnon-call-exceptions -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_udiv_w_sdiv -c ../../gcc/libgcc2.c -o libgcc/./_udiv_w_sdiv_s.o
3153/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -fexceptions -fnon-call-exceptions -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -DL_udivmoddi4 -c ../../gcc/libgcc2.c -o libgcc/./_udivmoddi4_s.o
3154/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -c ../../gcc/config/rs6000/ppc64-fp.c -o libgcc/./ppc64-fp_s.o
3155/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -c ../../gcc/config/darwin-64.c -o libgcc/./darwin-64_s.o
3156/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -c ../../gcc/config/rs6000/darwin-ldouble.c -o libgcc/./darwin-ldouble_s.o
3157/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -fexceptions -c ../../gcc/unwind-dw2.c -o libgcc/./unwind-dw2_s.o
3158/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -fexceptions -c ../../gcc/unwind-dw2-fde-darwin.c -o libgcc/./unwind-dw2-fde-darwin_s.o
3159/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -fexceptions -c ../../gcc/unwind-sjlj.c -o libgcc/./unwind-sjlj_s.o
3160/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -fexceptions -c ../../gcc/unwind-c.c -o libgcc/./unwind-c_s.o
3161/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber -DSHARED -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -fexceptions -c ../../gcc/config/rs6000/darwin-fallback.c -o libgcc/./darwin-fallback_s.o
3162{ nm -pg libgcc/./_muldi3_s.o libgcc/./_negdi2_s.o libgcc/./_lshrdi3_s.o libgcc/./_ashldi3_s.o libgcc/./_ashrdi3_s.o libgcc/./_cmpdi2_s.o libgcc/./_ucmpdi2_s.o libgcc/./_clear_cache_s.o libgcc/./_enable_execute_stack_s.o libgcc/./_trampoline_s.o libgcc/./__main_s.o libgcc/./_absvsi2_s.o libgcc/./_absvdi2_s.o libgcc/./_addvsi3_s.o libgcc/./_addvdi3_s.o libgcc/./_subvsi3_s.o libgcc/./_subvdi3_s.o libgcc/./_mulvsi3_s.o libgcc/./_mulvdi3_s.o libgcc/./_negvsi2_s.o libgcc/./_negvdi2_s.o libgcc/./_ctors_s.o libgcc/./_ffssi2_s.o libgcc/./_ffsdi2_s.o libgcc/./_clz_s.o libgcc/./_clzsi2_s.o libgcc/./_clzdi2_s.o libgcc/./_ctzsi2_s.o libgcc/./_ctzdi2_s.o libgcc/./_popcount_tab_s.o libgcc/./_popcountsi2_s.o libgcc/./_popcountdi2_s.o libgcc/./_paritysi2_s.o libgcc/./_paritydi2_s.o libgcc/./_powisf2_s.o libgcc/./_powidf2_s.o libgcc/./_powixf2_s.o libgcc/./_powitf2_s.o libgcc/./_mulsc3_s.o libgcc/./_muldc3_s.o libgcc/./_mulxc3_s.o libgcc/./_multc3_s.o libgcc/./_divsc3_s.o libgcc/./_divdc3_s.o libgcc/./_divxc3_s.o libgcc/./_divtc3_s.o libgcc/./_bswapsi2_s.o libgcc/./_bswapdi2_s.o libgcc/./_fixunssfsi_s.o libgcc/./_fixunsdfsi_s.o libgcc/./_fixunsxfsi_s.o libgcc/./_fixsfdi_s.o libgcc/./_fixunssfdi_s.o libgcc/./_floatdisf_s.o libgcc/./_floatundisf_s.o libgcc/./_fixdfdi_s.o libgcc/./_fixunsdfdi_s.o libgcc/./_floatdidf_s.o libgcc/./_floatundidf_s.o libgcc/./_fixxfdi_s.o libgcc/./_fixunsxfdi_s.o libgcc/./_floatdixf_s.o libgcc/./_floatundixf_s.o libgcc/./_fixtfdi_s.o libgcc/./_fixunstfdi_s.o libgcc/./_floatditf_s.o libgcc/./_floatunditf_s.o libgcc/./_divdi3_s.o libgcc/./_moddi3_s.o libgcc/./_udivdi3_s.o libgcc/./_umoddi3_s.o libgcc/./_udiv_w_sdiv_s.o libgcc/./_udivmoddi4_s.o libgcc/./darwin-tramp_s.o libgcc/./darwin-fpsave_s.o libgcc/./ppc64-fp_s.o libgcc/./darwin-64_s.o libgcc/./darwin-ldouble_s.o libgcc/./darwin-world_s.o libgcc/./unwind-dw2_s.o libgcc/./unwind-dw2-fde-darwin_s.o libgcc/./unwind-sjlj_s.o libgcc/./unwind-c_s.o libgcc/./darwin-fallback_s.o; echo %%; \
3163  cat ../../gcc/config/rs6000/libgcc-ppc64.ver ../../gcc/libgcc-std.ver \
3164    | sed -e '/^[   ]*#/d' \
3165          -e 's/^%\(if\|else\|elif\|endif\|define\)/#\1/' \
3166    | /Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber  -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -E -xassembler-with-cpp -; \
3167} | awk -f ../../gcc/mkmap-flat.awk -v leading_underscore=1 > libgcc/./tmp-libgcc.map
3168nm: no name list
3169nm: no name list
3170nm: no name list
3171nm: no name list
3172nm: no name list
3173nm: no name list
3174nm: no name list
3175nm: no name list
3176nm: no name list
3177nm: no name list
3178nm: no name list
3179nm: no name list
3180nm: no name list
3181mv 'libgcc/./tmp-libgcc.map' libgcc/./libgcc.map
3182/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/xgcc -B/Users/euler/Work_MacPorts/apple-gcc42/gcc-5666.3/darwin/./gcc/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/bin/ -B/Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib/ -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include -isystem /Users/euler/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/sys-include -isysroot /Developer/SDKs/MacOSX10.4u.sdk -O2  -O2 -g -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -Wa,-force_cpusubtype_ALL -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -dynamiclib -nodefaultlibs -install_name /usr/lib/libgcc_s`if test . = ppc64 ; then echo _. ; fi`.1.dylib -single_module -o ./libgcc_s.1.dylib.tmp -Wl,-exported_symbols_list,libgcc/./libgcc.map -compatibility_version 1 -current_version 1.0  -isysroot/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 libgcc/./_muldi3_s.o libgcc/./_negdi2_s.o libgcc/./_lshrdi3_s.o libgcc/./_ashldi3_s.o libgcc/./_ashrdi3_s.o libgcc/./_cmpdi2_s.o libgcc/./_ucmpdi2_s.o libgcc/./_clear_cache_s.o libgcc/./_enable_execute_stack_s.o libgcc/./_trampoline_s.o libgcc/./__main_s.o libgcc/./_absvsi2_s.o libgcc/./_absvdi2_s.o libgcc/./_addvsi3_s.o libgcc/./_addvdi3_s.o libgcc/./_subvsi3_s.o libgcc/./_subvdi3_s.o libgcc/./_mulvsi3_s.o libgcc/./_mulvdi3_s.o libgcc/./_negvsi2_s.o libgcc/./_negvdi2_s.o libgcc/./_ctors_s.o libgcc/./_ffssi2_s.o libgcc/./_ffsdi2_s.o libgcc/./_clz_s.o libgcc/./_clzsi2_s.o libgcc/./_clzdi2_s.o libgcc/./_ctzsi2_s.o libgcc/./_ctzdi2_s.o libgcc/./_popcount_tab_s.o libgcc/./_popcountsi2_s.o libgcc/./_popcountdi2_s.o libgcc/./_paritysi2_s.o libgcc/./_paritydi2_s.o libgcc/./_powisf2_s.o libgcc/./_powidf2_s.o libgcc/./_powixf2_s.o libgcc/./_powitf2_s.o libgcc/./_mulsc3_s.o libgcc/./_muldc3_s.o libgcc/./_mulxc3_s.o libgcc/./_multc3_s.o libgcc/./_divsc3_s.o libgcc/./_divdc3_s.o libgcc/./_divxc3_s.o libgcc/./_divtc3_s.o libgcc/./_bswapsi2_s.o libgcc/./_bswapdi2_s.o libgcc/./_fixunssfsi_s.o libgcc/./_fixunsdfsi_s.o libgcc/./_fixunsxfsi_s.o libgcc/./_fixsfdi_s.o libgcc/./_fixunssfdi_s.o libgcc/./_floatdisf_s.o libgcc/./_floatundisf_s.o libgcc/./_fixdfdi_s.o libgcc/./_fixunsdfdi_s.o libgcc/./_floatdidf_s.o libgcc/./_floatundidf_s.o libgcc/./_fixxfdi_s.o libgcc/./_fixunsxfdi_s.o libgcc/./_floatdixf_s.o libgcc/./_floatundixf_s.o libgcc/./_fixtfdi_s.o libgcc/./_fixunstfdi_s.o libgcc/./_floatditf_s.o libgcc/./_floatunditf_s.o libgcc/./_divdi3_s.o libgcc/./_moddi3_s.o libgcc/./_udivdi3_s.o libgcc/./_umoddi3_s.o libgcc/./_udiv_w_sdiv_s.o libgcc/./_udivmoddi4_s.o libgcc/./darwin-tramp_s.o libgcc/./darwin-fpsave_s.o libgcc/./ppc64-fp_s.o libgcc/./darwin-64_s.o libgcc/./darwin-ldouble_s.o libgcc/./darwin-world_s.o libgcc/./unwind-dw2_s.o libgcc/./unwind-dw2-fde-darwin_s.o libgcc/./unwind-sjlj_s.o libgcc/./unwind-c_s.o libgcc/./darwin-fallback_s.o -lc
3183/usr/bin/ld: -syslibroot: multiply specified
3184collect2: ld returned 1 exit status
3185make[4]: *** [libgcc_s.dylib] Error 1
3186make[3]: *** [stmp-multilib] Error 2
3187make[2]: *** [all-stage1-gcc] Error 2
3188make[1]: *** [stage1-bubble] Error 2
3189make: *** [bootstrap] Error 2