NetBSD Problem Report #38023

From tls@panix.com  Wed Feb 13 20:21:51 2008
Return-Path: <tls@panix.com>
Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11])
	by narn.NetBSD.org (Postfix) with ESMTP id C323063B101
	for <gnats-bugs@gnats.NetBSD.org>; Wed, 13 Feb 2008 20:21:51 +0000 (UTC)
Message-Id: <200802132021.m1DKLln07010@panix5.panix.com>
Date: Wed, 13 Feb 2008 15:21:47 -0500 (EST)
From: tls@coyotepoint.com
Reply-To: tls@coyotepoint.com
To: gnats-bugs@gnats.NetBSD.org
Subject: Build fails in tools/gcc on OS/X 10.5 "Leopard"
X-Send-Pr-Version: 3.95

>Number:         38023
>Category:       toolchain
>Synopsis:       Build fails in tools/gcc on OS/X 10.5 "Leopard"
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    toolchain-manager
>State:          closed
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Feb 13 20:25:00 +0000 2008
>Closed-Date:    Sun Oct 29 10:27:32 +0000 2017
>Last-Modified:  Sun Oct 29 10:27:32 +0000 2017
>Originator:     Thor Lancelot Simon
>Release:        NetBSD 4.99.54 from CVS on 2008-02-13
>Organization:
Coyote Point Systems, Inc.
>Environment:
System: Darwin dynamic-12.hvg.tjls.com 9.2.0 Darwin Kernel Version 9.2.0: Tue
Feb  5 16:15:19 PST 2008; root:xnu-1228.3.13~1/RELEASE_PPC Power Macintosh
Architecture: i386
Machine: i386
>Description:
	Any attempt to build NetBSD (in this case, a cross-build for i386)
	on Mac OS X 10.5 ("Leopard", Darwin 9.2.x) on powerpc fails in
	tools/gcc.  For some reason the tools gcc build, though build.sh
	was run with -m i386, seems to be trying to build files specific to
	the powerpc gcc target, and accessing datastructures which are not,
	on 10.5 on powerpc, as it expects them to be (elements of structures
	relating to alternate signal stacks do not match).

	See attached build log (excerpted) from an attempted build on a
	Power Macintosh G5 Quad with 10.5.1.

>How-To-Repeat:

===> build.sh command: ./build.sh -U -m i386 -u tools distribution
===> build.sh started: Wed Feb 13 14:57:57 EST 2008
===> NetBSD version:   4.99.54
===> MACHINE:          i386
===> MACHINE_ARCH:     i386
===> Build platform:   Darwin 9.2.0 Power Macintosh
===> HOST_SH:          /bin/sh
/var/folders/UZ/UZCQBBMNFQ4AjIyJKT+E3k+++TI/-Tmp-/GmOJUQv6:3: *** missing separator.  Stop.
===> No GNU Make 3.81
Copyright (C) 2006  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

This program built for i386-apple-darwin9.0
Reading makefiles...
Reading makefile `/var/folders/UZ/UZCQBBMNFQ4AjIyJKT+E3k+++TI/-Tmp-/GmOJUQv6'.../bin/nbmake, needs building.
===> Bootstrapping nbmake
checking for sh... /bin/sh
checking for gcc... cc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix... 
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking how to run the C preprocessor... cc -E
checking for regex.h... yes
checking for poll.h... yes
checking for regfree in -lregex... no
checking for library containing regfree... none required
checking for setenv... yes
checking for strdup... yes
checking for strerror... yes
checking for strftime... yes
checking for vsnprintf... yes
configure: creating ./config.status
config.status: creating buildmake.sh
cc  -O -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1  -c /Volumes/dataRAID/Users/tls/src/tools/make/../../usr.bin/make/arch.c
cc  -O -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1  -c /Volumes/dataRAID/Users/tls/src/tools/make/../../usr.bin/make/buf.c
cc  -O -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1  -c /Volumes/dataRAID/Users/tls/src/tools/make/../../usr.bin/make/compat.c
cc  -O -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1  -c /Volumes/dataRAID/Users/tls/src/tools/make/../../usr.bin/make/cond.c
cc  -O -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1  -c /Volumes/dataRAID/Users/tls/src/tools/make/../../usr.bin/make/dir.c
cc  -O -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1  -c /Volumes/dataRAID/Users/tls/src/tools/make/../../usr.bin/make/for.c
cc  -O -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1  -c /Volumes/dataRAID/Users/tls/src/tools/make/../../usr.bin/make/hash.c
cc  -O -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1  -c /Volumes/dataRAID/Users/tls/src/tools/make/../../usr.bin/make/job.c
cc  -O -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1  -c /Volumes/dataRAID/Users/tls/src/tools/make/../../usr.bin/make/main.c
cc  -O -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1  -c /Volumes/dataRAID/Users/tls/src/tools/make/../../usr.bin/make/make.c
cc  -O -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1  -c /Volumes/dataRAID/Users/tls/src/tools/make/../../usr.bin/make/parse.c
cc  -O -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1  -c /Volumes/dataRAID/Users/tls/src/tools/make/../../usr.bin/make/str.c
cc  -O -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1  -c /Volumes/dataRAID/Users/tls/src/tools/make/../../usr.bin/make/suff.c
cc  -O -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1  -c /Volumes/dataRAID/Users/tls/src/tools/make/../../usr.bin/make/targ.c
cc  -O -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1  -c /Volumes/dataRAID/Users/tls/src/tools/make/../../usr.bin/make/trace.c
cc  -O -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1  -c /Volumes/dataRAID/Users/tls/src/tools/make/../../usr.bin/make/util.c
cc  -O -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1  -c /Volumes/dataRAID/Users/tls/src/tools/make/../../usr.bin/make/var.c
cc  -O -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1  -c /Volumes/dataRAID/Users/tls/src/tools/make/../../usr.bin/make/lst.lib/lstAppend.c
cc  -O -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1  -c /Volumes/dataRAID/Users/tls/src/tools/make/../../usr.bin/make/lst.lib/lstAtEnd.c
cc  -O -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1  -c /Volumes/dataRAID/Users/tls/src/tools/make/../../usr.bin/make/lst.lib/lstAtFront.c
cc  -O -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1  -c /Volumes/dataRAID/Users/tls/src/tools/make/../../usr.bin/make/lst.lib/lstClose.c
cc  -O -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1  -c /Volumes/dataRAID/Users/tls/src/tools/make/../../usr.bin/make/lst.lib/lstConcat.c
cc  -O -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1  -c /Volumes/dataRAID/Users/tls/src/tools/make/../../usr.bin/make/lst.lib/lstDatum.c
cc  -O -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1  -c /Volumes/dataRAID/Users/tls/src/tools/make/../../usr.bin/make/lst.lib/lstDeQueue.c
cc  -O -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1  -c /Volumes/dataRAID/Users/tls/src/tools/make/../../usr.bin/make/lst.lib/lstDestroy.c
cc  -O -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1  -c /Volumes/dataRAID/Users/tls/src/tools/make/../../usr.bin/make/lst.lib/lstDupl.c
cc  -O -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1  -c /Volumes/dataRAID/Users/tls/src/tools/make/../../usr.bin/make/lst.lib/lstEnQueue.c
cc  -O -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1  -c /Volumes/dataRAID/Users/tls/src/tools/make/../../usr.bin/make/lst.lib/lstFind.c
cc  -O -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1  -c /Volumes/dataRAID/Users/tls/src/tools/make/../../usr.bin/make/lst.lib/lstFindFrom.c
cc  -O -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1  -c /Volumes/dataRAID/Users/tls/src/tools/make/../../usr.bin/make/lst.lib/lstFirst.c
cc  -O -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1  -c /Volumes/dataRAID/Users/tls/src/tools/make/../../usr.bin/make/lst.lib/lstForEach.c
cc  -O -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1  -c /Volumes/dataRAID/Users/tls/src/tools/make/../../usr.bin/make/lst.lib/lstForEachFrom.c
cc  -O -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1  -c /Volumes/dataRAID/Users/tls/src/tools/make/../../usr.bin/make/lst.lib/lstInit.c
cc  -O -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1  -c /Volumes/dataRAID/Users/tls/src/tools/make/../../usr.bin/make/lst.lib/lstInsert.c
cc  -O -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1  -c /Volumes/dataRAID/Users/tls/src/tools/make/../../usr.bin/make/lst.lib/lstIsAtEnd.c
cc  -O -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1  -c /Volumes/dataRAID/Users/tls/src/tools/make/../../usr.bin/make/lst.lib/lstIsEmpty.c
cc  -O -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1  -c /Volumes/dataRAID/Users/tls/src/tools/make/../../usr.bin/make/lst.lib/lstLast.c
cc  -O -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1  -c /Volumes/dataRAID/Users/tls/src/tools/make/../../usr.bin/make/lst.lib/lstMember.c
cc  -O -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1  -c /Volumes/dataRAID/Users/tls/src/tools/make/../../usr.bin/make/lst.lib/lstNext.c
cc  -O -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1  -c /Volumes/dataRAID/Users/tls/src/tools/make/../../usr.bin/make/lst.lib/lstOpen.c
cc  -O -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1  -c /Volumes/dataRAID/Users/tls/src/tools/make/../../usr.bin/make/lst.lib/lstPrev.c
cc  -O -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1  -c /Volumes/dataRAID/Users/tls/src/tools/make/../../usr.bin/make/lst.lib/lstRemove.c
cc  -O -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1  -c /Volumes/dataRAID/Users/tls/src/tools/make/../../usr.bin/make/lst.lib/lstReplace.c
cc  -O -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1  -c /Volumes/dataRAID/Users/tls/src/tools/make/../../usr.bin/make/lst.lib/lstSucc.c
cc  -O -o nbmake *.o  
===> TOOLDIR path:     /Volumes/dataRAID/Users/tls/src/tooldir.Darwin-9.2.0-powerpc
===> DESTDIR path:     /Volumes/dataRAID/Users/tls/src/destdir.i386
===> RELEASEDIR path:  /Volumes/dataRAID/Users/tls/src/releasedir
===> Created /Volumes/dataRAID/Users/tls/src/tooldir.Darwin-9.2.0-powerpc/bin/nbmake
===> makewrapper:      /Volumes/dataRAID/Users/tls/src/tooldir.Darwin-9.2.0-powerpc/bin/nbmake-i386
===> Updated /Volumes/dataRAID/Users/tls/src/tooldir.Darwin-9.2.0-powerpc/bin/nbmake-i386
[... many lines cut here ...]
dependall ===> gcc
creating cache ./config.cache
checking host system type... powerpc-apple-darwin9.2.0
checking target system type... i386--netbsdelf
checking build system type... powerpc-apple-darwin9.2.0
checking for a BSD compatible install... /Volumes/dataRAID/Users/tls/src/tooldir.Darwin-9.2.0-powerpc/bin/i386--netbsdelf-install -c -p -r
checking whether ln works... yes
checking whether ln -s works... yes
checking for gcc... cc
checking whether the C compiler (cc -O2 -no-cpp-precomp ) works... yes
checking whether the C compiler (cc -O2 -no-cpp-precomp ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether cc accepts -g... yes
checking for gnatbind... no
checking whether compiler driver understands Ada... no
checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
checking for correct version of gmp.h... no
checking for bison... /Volumes/dataRAID/Users/tls/src/tooldir.Darwin-9.2.0-powerpc/bin/nbyacc
checking for bison... bison
checking for gm4... gm4
checking for flex... /Volumes/dataRAID/Users/tls/src/tooldir.Darwin-9.2.0-powerpc/bin/nblex
checking for flex... flex
checking for makeinfo... makeinfo
checking for expect... expect
checking for runtest... no
checking for powerpc-apple-darwin9.2.0-ar... ar
checking for powerpc-apple-darwin9.2.0-as... no
checking for as... as
checking for powerpc-apple-darwin9.2.0-dlltool... no
checking for dlltool... no
checking for powerpc-apple-darwin9.2.0-ld... /usr/libexec/gcc/powerpc-apple-darwin9/4.0.1/ld
checking for powerpc-apple-darwin9.2.0-lipo... no
checking for lipo... lipo
checking for powerpc-apple-darwin9.2.0-nm... no
checking for nm... nm
checking for powerpc-apple-darwin9.2.0-ranlib... ranlib
checking for powerpc-apple-darwin9.2.0-strip... no
checking for strip... strip
checking for powerpc-apple-darwin9.2.0-windres... no
checking for windres... no
checking for powerpc-apple-darwin9.2.0-objcopy... no
checking for objcopy... no
checking for powerpc-apple-darwin9.2.0-objdump... no
checking for objdump... no
checking for i386--netbsdelf-ar... i386--netbsdelf-ar
checking for i386--netbsdelf-as... i386--netbsdelf-as
checking for i386--netbsdelf-cc... no
checking for i386--netbsdelf-gcc... no
checking for i386--netbsdelf-c++... no
checking for i386--netbsdelf-g++... no
checking for i386--netbsdelf-cxx... no
checking for i386--netbsdelf-gxx... no
checking for i386--netbsdelf-dlltool... no
checking for i386--netbsdelf-gcc... no
checking for i386--netbsdelf-gcj... no
checking for i386--netbsdelf-gfortran... no
checking for i386--netbsdelf-ld... i386--netbsdelf-ld
checking for i386--netbsdelf-lipo... no
checking for i386--netbsdelf-nm... i386--netbsdelf-nm
checking for i386--netbsdelf-objdump... i386--netbsdelf-objdump
checking for i386--netbsdelf-ranlib... i386--netbsdelf-ranlib
checking for i386--netbsdelf-strip... i386--netbsdelf-strip
checking for i386--netbsdelf-windres... no
checking where to find the target ar... pre-installed
checking where to find the target as... pre-installed
checking where to find the target cc... just compiled
checking where to find the target c++... just compiled
checking where to find the target c++ for libstdc++... just compiled
checking where to find the target dlltool... pre-installed
checking where to find the target gcc... just compiled
checking where to find the target gcj... pre-installed
checking where to find the target gfortran... pre-installed
checking where to find the target ld... pre-installed
checking where to find the target lipo... pre-installed
checking where to find the target nm... pre-installed
checking where to find the target objdump... pre-installed
checking where to find the target ranlib... pre-installed
checking where to find the target strip... pre-installed
checking where to find the target windres... pre-installed
checking whether to enable maintainer-specific portions of Makefiles... no
checking if symbolic links between directories work... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
mkdir ./gcc
Configuring in ./gcc
configure: creating cache ./config.cache
checking build system type... powerpc-apple-darwin9.2.0
checking host system type... powerpc-apple-darwin9.2.0
checking target system type... i386--netbsdelf
checking LIBRARY_PATH variable... ok
checking GCC_EXEC_PREFIX variable... ok
checking whether to place generated files in the source directory... no
checking whether a default linker was specified... no
checking whether a default assembler was specified... no
checking for powerpc-apple-darwin9.2.0-gcc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking whether cc understands -c and -o together... yes
checking how to run the C preprocessor... cc -E
checking for inline... inline
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for void *... yes
checking size of void *... 4
checking for short... yes
checking size of short... 2
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 4
checking for long long... yes
checking for long long... (cached) yes
checking size of long long... 8
checking for __int64... no
checking whether cc accepts -Wno-long-long... yes
checking whether cc accepts -Wno-variadic-macros... yes
checking whether cc accepts -Wold-style-definition... yes
checking whether cc accepts -Wmissing-format-attribute... yes
checking valgrind.h usability... no
checking valgrind.h presence... no
checking for valgrind.h... no
checking whether /Volumes/dataRAID/Users/tls/src/tooldir.Darwin-9.2.0-powerpc/bin/nbgmake sets $(MAKE)... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether ln -s works... yes
checking whether ln works... yes
checking for powerpc-apple-darwin9.2.0-ranlib... ranlib
checking for a BSD compatible install... /Volumes/dataRAID/Users/tls/src/tooldir.Darwin-9.2.0-powerpc/bin/i386--netbsdelf-install -c -p -r
checking for cmp's capabilities... gnucompare
checking for mktemp... yes
checking for makeinfo... /Volumes/dataRAID/Users/tls/src/tooldir.Darwin-9.2.0-powerpc/bin/nbmakeinfo
checking for modern makeinfo... yes
checking for recent Pod::Man... yes
checking for flex... flex
checking for bison... true
checking for nm... nm
checking for ar... ar
checking for GNU C library... no
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking whether string.h and strings.h may both be included... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for limits.h... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for time.h... yes
checking for iconv.h... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for sys/file.h... yes
checking for sys/time.h... yes
checking for sys/mman.h... yes
checking for sys/resource.h... yes
checking for sys/param.h... yes
checking for sys/times.h... yes
checking for sys/stat.h... (cached) yes
checking for direct.h... no
checking for malloc.h... no
checking for langinfo.h... yes
checking for ldfcn.h... no
checking for locale.h... yes
checking for wchar.h... yes
checking for thread.h... no
checking for pthread.h... yes
checking for CHAR_BIT... yes
checking whether byte ordering is bigendian... yes
checking for collect2 libraries... none required
checking for library containing exc_resume... no
checking for library containing ldexp... none required
checking for inttypes.h... yes
checking for times... yes
checking for clock... yes
checking for kill... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking for atoll... yes
checking for atoq... no
checking for sysconf... yes
checking for strsignal... yes
checking for getrusage... yes
checking for nl_langinfo... yes
checking for scandir... yes
checking for alphasort... yes
checking for gettimeofday... yes
checking for mbstowcs... yes
checking for wcswidth... yes
checking for mmap... yes
checking for mincore... yes
checking for setlocale... yes
checking for clearerr_unlocked... yes
checking for feof_unlocked... yes
checking for ferror_unlocked... yes
checking for fflush_unlocked... no
checking for fgetc_unlocked... no
checking for fgets_unlocked... no
checking for fileno_unlocked... yes
checking for fprintf_unlocked... no
checking for fputc_unlocked... no
checking for fputs_unlocked... no
checking for fread_unlocked... no
checking for fwrite_unlocked... no
checking for getchar_unlocked... yes
checking for getc_unlocked... yes
checking for putchar_unlocked... yes
checking for putc_unlocked... yes
checking whether mbstowcs works... yes
checking for ssize_t... yes
checking for uid_t in sys/types.h... yes
checking type of array argument to getgroups... gid_t
checking for sys/mman.h... (cached) yes
checking for mmap... (cached) yes
checking whether read-only mmap of a plain file works... yes
checking whether mmap from /dev/zero works... no
checking for MAP_ANON(YMOUS)... yes
checking whether mmap with MAP_ANON(YMOUS) works... yes
checking for pid_t... yes
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for ld used by GCC... /usr/libexec/gcc/powerpc-apple-darwin9/4.0.1/ld
checking if the linker (/usr/libexec/gcc/powerpc-apple-darwin9/4.0.1/ld) is GNU ld... no
checking for shared library run path origin... done
checking for iconv... yes
checking how to link with libiconv... -liconv
checking for iconv declaration... 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for LC_MESSAGES... yes
checking for nl_langinfo and CODESET... yes
checking whether getenv is declared... yes
checking whether atol is declared... yes
checking whether asprintf is declared... yes
checking whether sbrk is declared... yes
checking whether abort is declared... yes
checking whether atof is declared... yes
checking whether getcwd is declared... yes
checking whether getwd is declared... yes
checking whether strsignal is declared... yes
checking whether strstr is declared... yes
checking whether strverscmp is declared... no
checking whether errno is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether malloc is declared... yes
checking whether realloc is declared... yes
checking whether calloc is declared... yes
checking whether free is declared... yes
checking whether basename is declared... no
checking whether getopt is declared... yes
checking whether clock is declared... yes
checking whether getpagesize is declared... yes
checking whether clearerr_unlocked is declared... yes
checking whether feof_unlocked is declared... yes
checking whether ferror_unlocked is declared... yes
checking whether fflush_unlocked is declared... no
checking whether fgetc_unlocked is declared... no
checking whether fgets_unlocked is declared... no
checking whether fileno_unlocked is declared... yes
checking whether fprintf_unlocked is declared... no
checking whether fputc_unlocked is declared... no
checking whether fputs_unlocked is declared... no
checking whether fread_unlocked is declared... no
checking whether fwrite_unlocked is declared... no
checking whether getchar_unlocked is declared... yes
checking whether getc_unlocked is declared... yes
checking whether putchar_unlocked is declared... yes
checking whether putc_unlocked is declared... yes
checking whether getrlimit is declared... yes
checking whether setrlimit is declared... yes
checking whether getrusage is declared... yes
checking whether ldgetname is declared... no
checking whether times is declared... yes
checking for struct tms... yes
checking for clock_t... yes
checking for .preinit_array/.init_array/.fini_array support... no
checking if mkdir takes one argument... no
Using `/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/config/i386/i386.c' for machine-specific logic.
Using `/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/config/i386/i386.md' as machine description file.
Using the following target machine macro files:
	/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/config/i386/i386.h
	/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/config/i386/unix.h
	/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/config/i386/att.h
	/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/config/dbxelf.h
	/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/config/elfos.h
	/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/config/netbsd.h
	/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/config/netbsd-elf.h
	/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/config/i386/netbsd-elf.h
Using host-default.o host-ppc-darwin.o for host machine hooks.
checking whether NLS is requested... no
checking what assembler to use... /Volumes/dataRAID/Users/tls/src/tooldir.Darwin-9.2.0-powerpc/bin/i386--netbsdelf-as
checking what linker to use... /Volumes/dataRAID/Users/tls/src/tooldir.Darwin-9.2.0-powerpc/bin/i386--netbsdelf-ld
checking what nm to use... /Volumes/dataRAID/Users/tls/src/tooldir.Darwin-9.2.0-powerpc/bin/i386--netbsdelf-nm
checking what objdump to use... /Volumes/dataRAID/Users/tls/src/tooldir.Darwin-9.2.0-powerpc/bin/i386--netbsdelf-objdump
checking assembler for .balign and .p2align... yes
checking assembler for .p2align with maximum skip... yes
checking assembler for working .subsection -1... yes
checking assembler for .weak... yes
checking assembler for .weakref... no
checking assembler for .nsubspa comdat... no
checking assembler for .hidden... yes
checking linker for .hidden support... yes
checking assembler for .sleb128 and .uleb128... yes
checking assembler for eh_frame optimization... yes
checking assembler for section merging support... yes
checking assembler for COMDAT group support... yes
checking assembler for thread-local storage support... yes
checking linker -Bstatic/-Bdynamic option... yes
checking assembler for filds and fists mnemonics... yes
checking assembler for cmov syntax... no
checking assembler for GOTOFF in data... yes
checking assembler for dwarf2 debug_line support... yes
checking assembler for buggy dwarf2 .file directive... no
checking assembler for --gdwarf2 option... yes
checking assembler for --gstabs option... yes
checking linker read-only and read-write section mixing... read-write
checking linker PT_GNU_EH_FRAME support... yes
checking linker position independent executable support... yes
checking linker --as-needed support... yes
checking linker --sysroot support... yes
checking __stack_chk_guard in C library... (cached) yes
Using ggc-page for garbage collection.
checking whether to enable maintainer-specific portions of Makefiles... no
Links are now set up to build a cross-compiler
 from powerpc-apple-darwin9.2.0 to i386--netbsdelf.
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: WARNING:  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/Makefile.in seems to ignore the --datarootdir setting
config.status: creating gccbug
config.status: creating mklibgcc
config.status: creating libada-mk
config.status: creating auto-host.h
config.status: executing default commands
mkdir ./libiberty
Configuring in ./libiberty
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... /Volumes/dataRAID/Users/tls/src/tooldir.Darwin-9.2.0-powerpc/bin/nbmakeinfo
checking for perl... perl
checking build system type... powerpc-apple-darwin9.2.0
checking host system type... powerpc-apple-darwin9.2.0
checking for powerpc-apple-darwin9.2.0-ar... ar
checking for powerpc-apple-darwin9.2.0-ranlib... ranlib
checking for powerpc-apple-darwin9.2.0-gcc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ANSI C... none needed
checking how to run the C preprocessor... cc -E
checking whether cc understands -c and -o together... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether byte ordering is bigendian... yes
checking for a BSD-compatible install... /Volumes/dataRAID/Users/tls/src/tooldir.Darwin-9.2.0-powerpc/bin/i386--netbsdelf-install -c -p -r
checking for sys/file.h... yes
checking for sys/param.h... yes
checking for limits.h... yes
checking for stdlib.h... yes
checking for malloc.h... no
checking for string.h... yes
checking for unistd.h... yes
checking for strings.h... yes
checking for sys/time.h... yes
checking for time.h... yes
checking for sys/resource.h... yes
checking for sys/stat.h... yes
checking for sys/mman.h... yes
checking for fcntl.h... yes
checking for alloca.h... yes
checking for sys/pstat.h... no
checking for sys/sysmp.h... no
checking for sys/sysinfo.h... no
checking for machine/hal_sysinfo.h... no
checking for sys/table.h... no
checking for sys/sysctl.h... yes
checking for sys/systemcfg.h... no
checking for stdint.h... yes
checking for stdio_ext.h... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... no
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... yes
checking for strings.h... (cached) yes
checking for inttypes.h... yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for int... yes
checking size of int... 4
checking for uintptr_t... yes
checking for a 64-bit type... uint64_t
checking for pid_t... yes
checking for library containing strerror... none required
checking for asprintf... yes
checking for atexit... yes
checking for basename... yes
checking for bcmp... yes
checking for bcopy... yes
checking for bsearch... yes
checking for bzero... yes
checking for calloc... yes
checking for clock... yes
checking for ffs... yes
checking for getcwd... yes
checking for getpagesize... yes
checking for gettimeofday... yes
checking for index... yes
checking for insque... yes
checking for memchr... yes
checking for memcmp... yes
checking for memcpy... yes
checking for memmove... yes
checking for mempcpy... no
checking for memset... yes
checking for mkstemps... yes
checking for putenv... yes
checking for random... yes
checking for rename... yes
checking for rindex... yes
checking for setenv... yes
checking for snprintf... yes
checking for sigsetmask... yes
checking for stpcpy... yes
checking for stpncpy... no
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strncasecmp... yes
checking for strndup... no
checking for strrchr... yes
checking for strstr... yes
checking for strtod... yes
checking for strtol... yes
checking for strtoul... yes
checking for strverscmp... no
checking for tmpnam... yes
checking for vasprintf... yes
checking for vfprintf... yes
checking for vprintf... yes
checking for vsnprintf... yes
checking for vsprintf... yes
checking for waitpid... yes
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... -1
checking for unistd.h... (cached) yes
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for _doprnt... no
checking for sys_errlist... yes
checking for sys_nerr... yes
checking for sys_siglist... yes
checking for external symbol _system_configuration... no
checking for getrusage... yes
checking for on_exit... no
checking for psignal... yes
checking for strerror... yes
checking for strsignal... yes
checking for sysconf... yes
checking for times... yes
checking for sbrk... yes
checking for gettimeofday... (cached) yes
checking for realpath... yes
checking for canonicalize_file_name... no
checking for pstat_getstatic... no
checking for pstat_getdynamic... no
checking for sysmp... no
checking for getsysinfo... no
checking for table... yes
checking for sysctl... yes
checking for wait3... yes
checking for wait4... yes
checking for __fsetlocking... no
checking whether basename is declared... no
checking whether ffs is declared... yes
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether calloc is declared... yes
checking whether getenv is declared... yes
checking whether getopt is declared... yes
checking whether malloc is declared... yes
checking whether realloc is declared... yes
checking whether sbrk is declared... yes
checking whether strverscmp is declared... no
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... yes
checking for working strncmp... yes
updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating config.h
config.status: executing default commands
nbgmake[1]: Entering directory `/Volumes/dataRAID/Users/tls/src/tools/gcc/obj/build/libiberty'
if [ x"" != x ] && [ ! -d pic ]; then \
  mkdir pic; \
else true; fi
touch stamp-picdir
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/regex.c -o pic/regex.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/regex.c -o regex.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/cplus-dem.c -o pic/cplus-dem.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/cplus-dem.c -o cplus-dem.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/cp-demangle.c -o pic/cp-demangle.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/cp-demangle.c -o cp-demangle.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/md5.c -o pic/md5.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/md5.c -o md5.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/alloca.c -o pic/alloca.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/alloca.c -o alloca.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/argv.c -o pic/argv.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/argv.c -o argv.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/choose-temp.c -o pic/choose-temp.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/choose-temp.c -o choose-temp.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/concat.c -o pic/concat.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/concat.c -o concat.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/cp-demint.c -o pic/cp-demint.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/cp-demint.c -o cp-demint.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/dyn-string.c -o pic/dyn-string.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/dyn-string.c -o dyn-string.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/fdmatch.c -o pic/fdmatch.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/fdmatch.c -o fdmatch.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/fibheap.c -o pic/fibheap.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/fibheap.c -o fibheap.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/floatformat.c -o pic/floatformat.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/floatformat.c -o floatformat.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/fnmatch.c -o pic/fnmatch.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/fnmatch.c -o fnmatch.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/fopen_unlocked.c -o fopen_unlocked.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/getopt.c -o pic/getopt.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/getopt.c -o getopt.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/getopt1.c -o pic/getopt1.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/getopt1.c -o getopt1.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/getpwd.c -o pic/getpwd.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/getpwd.c -o getpwd.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/getruntime.c -o pic/getruntime.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/getruntime.c -o getruntime.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/hashtab.c -o pic/hashtab.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/hashtab.c -o hashtab.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/hex.c -o pic/hex.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/hex.c -o hex.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/lbasename.c -o pic/lbasename.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/lbasename.c -o lbasename.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/lrealpath.c -o pic/lrealpath.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/lrealpath.c -o lrealpath.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/make-relative-prefix.c -o make-relative-prefix.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/make-temp-file.c -o pic/make-temp-file.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/make-temp-file.c -o make-temp-file.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/objalloc.c -o pic/objalloc.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/objalloc.c -o objalloc.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/obstack.c -o pic/obstack.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/obstack.c -o obstack.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/partition.c -o pic/partition.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/partition.c -o partition.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/pexecute.c -o pic/pexecute.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/pexecute.c -o pexecute.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/physmem.c -o pic/physmem.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/physmem.c -o physmem.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/pex-common.c -o pic/pex-common.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/pex-common.c -o pex-common.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/pex-one.c -o pic/pex-one.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/pex-one.c -o pex-one.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/pex-unix.c -o pic/pex-unix.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/pex-unix.c -o pex-unix.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/safe-ctype.c -o pic/safe-ctype.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/safe-ctype.c -o safe-ctype.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/sort.c -o pic/sort.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/sort.c -o sort.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/spaces.c -o pic/spaces.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/spaces.c -o spaces.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/splay-tree.c -o pic/splay-tree.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/splay-tree.c -o splay-tree.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/strerror.c -o pic/strerror.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/strerror.c -o strerror.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/strsignal.c -o pic/strsignal.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/strsignal.c -o strsignal.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/ternary.c -o pic/ternary.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/ternary.c -o ternary.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/xatexit.c -o pic/xatexit.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/xatexit.c -o xatexit.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/xexit.c -o pic/xexit.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/xexit.c -o xexit.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/xmalloc.c -o pic/xmalloc.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/xmalloc.c -o xmalloc.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/xmemdup.c -o pic/xmemdup.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/xmemdup.c -o xmemdup.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/xstrdup.c -o pic/xstrdup.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/xstrdup.c -o xstrdup.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/xstrerror.c -o pic/xstrerror.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/xstrerror.c -o xstrerror.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/xstrndup.c -o pic/xstrndup.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/xstrndup.c -o xstrndup.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/mempcpy.c -o pic/mempcpy.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/mempcpy.c -o mempcpy.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/stpncpy.c -o pic/stpncpy.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/stpncpy.c -o stpncpy.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/strndup.c -o pic/strndup.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/strndup.c -o strndup.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/strverscmp.c -o pic/strverscmp.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/strverscmp.c -o strverscmp.o
rm -f ./libiberty.a pic/./libiberty.a
ar rc ./libiberty.a \
  ./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
ranlib ./libiberty.a
if [ x"" != x ]; then \
  cd pic; \
  ar rc ./libiberty.a \
    ./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; \
  ranlib ./libiberty.a; \
  cd ..; \
else true; fi
rm -f needed-list; touch needed-list; \
for 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 \
  for g in ./mempcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ; do \
    case "$g" in \
      *$f*) echo $g >> needed-list ;; \
    esac; \
  done; \
done
echo ./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
nbgmake[2]: Entering directory `/Volumes/dataRAID/Users/tls/src/tools/gcc/obj/build/libiberty/testsuite'
nbgmake[2]: Nothing to be done for `all'.
nbgmake[2]: Leaving directory `/Volumes/dataRAID/Users/tls/src/tools/gcc/obj/build/libiberty/testsuite'
nbgmake[1]: Leaving directory `/Volumes/dataRAID/Users/tls/src/tools/gcc/obj/build/libiberty'
mkdir build-powerpc-apple-darwin9.2.0
mkdir build-powerpc-apple-darwin9.2.0/libiberty
Configuring in build-powerpc-apple-darwin9.2.0/libiberty
configure: creating cache ../config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... /Volumes/dataRAID/Users/tls/src/tooldir.Darwin-9.2.0-powerpc/bin/nbmakeinfo
checking for perl... perl
checking build system type... powerpc-apple-darwin9.2.0
checking host system type... powerpc-apple-darwin9.2.0
checking for powerpc-apple-darwin9.2.0-ar... no
checking for ar... ar
checking for powerpc-apple-darwin9.2.0-ranlib... no
checking for ranlib... ranlib
checking for powerpc-apple-darwin9.2.0-gcc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ANSI C... none needed
checking how to run the C preprocessor... cc -E
checking whether cc understands -c and -o together... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether byte ordering is bigendian... yes
checking for a BSD-compatible install... /Volumes/dataRAID/Users/tls/src/tooldir.Darwin-9.2.0-powerpc/bin/i386--netbsdelf-install -c -p -r
checking for sys/file.h... yes
checking for sys/param.h... yes
checking for limits.h... yes
checking for stdlib.h... yes
checking for malloc.h... no
checking for string.h... yes
checking for unistd.h... yes
checking for strings.h... yes
checking for sys/time.h... yes
checking for time.h... yes
checking for sys/resource.h... yes
checking for sys/stat.h... yes
checking for sys/mman.h... yes
checking for fcntl.h... yes
checking for alloca.h... yes
checking for sys/pstat.h... no
checking for sys/sysmp.h... no
checking for sys/sysinfo.h... no
checking for machine/hal_sysinfo.h... no
checking for sys/table.h... no
checking for sys/sysctl.h... yes
checking for sys/systemcfg.h... no
checking for stdint.h... yes
checking for stdio_ext.h... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... no
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... yes
checking for strings.h... (cached) yes
checking for inttypes.h... yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for int... yes
checking size of int... 4
checking for uintptr_t... yes
checking for a 64-bit type... uint64_t
checking for pid_t... yes
checking for library containing strerror... none required
checking for asprintf... yes
checking for atexit... yes
checking for basename... yes
checking for bcmp... yes
checking for bcopy... yes
checking for bsearch... yes
checking for bzero... yes
checking for calloc... yes
checking for clock... yes
checking for ffs... yes
checking for getcwd... yes
checking for getpagesize... yes
checking for gettimeofday... yes
checking for index... yes
checking for insque... yes
checking for memchr... yes
checking for memcmp... yes
checking for memcpy... yes
checking for memmove... yes
checking for mempcpy... no
checking for memset... yes
checking for mkstemps... yes
checking for putenv... yes
checking for random... yes
checking for rename... yes
checking for rindex... yes
checking for setenv... yes
checking for snprintf... yes
checking for sigsetmask... yes
checking for stpcpy... yes
checking for stpncpy... no
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strncasecmp... yes
checking for strndup... no
checking for strrchr... yes
checking for strstr... yes
checking for strtod... yes
checking for strtol... yes
checking for strtoul... yes
checking for strverscmp... no
checking for tmpnam... yes
checking for vasprintf... yes
checking for vfprintf... yes
checking for vprintf... yes
checking for vsnprintf... yes
checking for vsprintf... yes
checking for waitpid... yes
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... -1
checking for unistd.h... (cached) yes
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for _doprnt... no
checking for sys_errlist... yes
checking for sys_nerr... yes
checking for sys_siglist... yes
checking for external symbol _system_configuration... no
checking for getrusage... yes
checking for on_exit... no
checking for psignal... yes
checking for strerror... yes
checking for strsignal... yes
checking for sysconf... yes
checking for times... yes
checking for sbrk... yes
checking for gettimeofday... (cached) yes
checking for realpath... yes
checking for canonicalize_file_name... no
checking for pstat_getstatic... no
checking for pstat_getdynamic... no
checking for sysmp... no
checking for getsysinfo... no
checking for table... yes
checking for sysctl... yes
checking for wait3... yes
checking for wait4... yes
checking for __fsetlocking... no
checking whether basename is declared... no
checking whether ffs is declared... yes
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether calloc is declared... yes
checking whether getenv is declared... yes
checking whether getopt is declared... yes
checking whether malloc is declared... yes
checking whether realloc is declared... yes
checking whether sbrk is declared... yes
checking whether strverscmp is declared... no
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... yes
checking for working strncmp... yes
updating cache ../config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating config.h
config.status: executing default commands
nbgmake[1]: Entering directory `/Volumes/dataRAID/Users/tls/src/tools/gcc/obj/build/build-powerpc-apple-darwin9.2.0/libiberty'
if [ x"" != x ] && [ ! -d pic ]; then \
  mkdir pic; \
else true; fi
touch stamp-picdir
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/regex.c -o pic/regex.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/regex.c -o regex.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/cplus-dem.c -o pic/cplus-dem.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/cplus-dem.c -o cplus-dem.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/cp-demangle.c -o pic/cp-demangle.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/cp-demangle.c -o cp-demangle.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/md5.c -o pic/md5.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/md5.c -o md5.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/alloca.c -o pic/alloca.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/alloca.c -o alloca.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/argv.c -o pic/argv.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/argv.c -o argv.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/choose-temp.c -o pic/choose-temp.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/choose-temp.c -o choose-temp.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/concat.c -o pic/concat.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/concat.c -o concat.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/cp-demint.c -o pic/cp-demint.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/cp-demint.c -o cp-demint.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/dyn-string.c -o pic/dyn-string.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/dyn-string.c -o dyn-string.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/fdmatch.c -o pic/fdmatch.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/fdmatch.c -o fdmatch.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/fibheap.c -o pic/fibheap.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/fibheap.c -o fibheap.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/floatformat.c -o pic/floatformat.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/floatformat.c -o floatformat.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/fnmatch.c -o pic/fnmatch.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/fnmatch.c -o fnmatch.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/fopen_unlocked.c -o fopen_unlocked.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/getopt.c -o pic/getopt.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/getopt.c -o getopt.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/getopt1.c -o pic/getopt1.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/getopt1.c -o getopt1.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/getpwd.c -o pic/getpwd.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/getpwd.c -o getpwd.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/getruntime.c -o pic/getruntime.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/getruntime.c -o getruntime.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/hashtab.c -o pic/hashtab.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/hashtab.c -o hashtab.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/hex.c -o pic/hex.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/hex.c -o hex.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/lbasename.c -o pic/lbasename.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/lbasename.c -o lbasename.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/lrealpath.c -o pic/lrealpath.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/lrealpath.c -o lrealpath.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/make-relative-prefix.c -o make-relative-prefix.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/make-temp-file.c -o pic/make-temp-file.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/make-temp-file.c -o make-temp-file.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/objalloc.c -o pic/objalloc.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/objalloc.c -o objalloc.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/obstack.c -o pic/obstack.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/obstack.c -o obstack.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/partition.c -o pic/partition.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/partition.c -o partition.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/pexecute.c -o pic/pexecute.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/pexecute.c -o pexecute.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/physmem.c -o pic/physmem.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/physmem.c -o physmem.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/pex-common.c -o pic/pex-common.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/pex-common.c -o pex-common.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/pex-one.c -o pic/pex-one.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/pex-one.c -o pex-one.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/pex-unix.c -o pic/pex-unix.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/pex-unix.c -o pex-unix.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/safe-ctype.c -o pic/safe-ctype.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/safe-ctype.c -o safe-ctype.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/sort.c -o pic/sort.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/sort.c -o sort.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/spaces.c -o pic/spaces.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/spaces.c -o spaces.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/splay-tree.c -o pic/splay-tree.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/splay-tree.c -o splay-tree.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/strerror.c -o pic/strerror.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/strerror.c -o strerror.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/strsignal.c -o pic/strsignal.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/strsignal.c -o strsignal.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/ternary.c -o pic/ternary.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/ternary.c -o ternary.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/xatexit.c -o pic/xatexit.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/xatexit.c -o xatexit.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/xexit.c -o pic/xexit.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/xexit.c -o xexit.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/xmalloc.c -o pic/xmalloc.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/xmalloc.c -o xmalloc.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/xmemdup.c -o pic/xmemdup.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/xmemdup.c -o xmemdup.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/xstrdup.c -o pic/xstrdup.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/xstrdup.c -o xstrdup.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/xstrerror.c -o pic/xstrerror.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/xstrerror.c -o xstrerror.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/xstrndup.c -o pic/xstrndup.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/xstrndup.c -o xstrndup.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/mempcpy.c -o pic/mempcpy.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/mempcpy.c -o mempcpy.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/stpncpy.c -o pic/stpncpy.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/stpncpy.c -o stpncpy.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/strndup.c -o pic/strndup.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/strndup.c -o strndup.o
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/strverscmp.c -o pic/strverscmp.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -O2 -no-cpp-precomp  -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libiberty/strverscmp.c -o strverscmp.o
rm -f ./libiberty.a pic/./libiberty.a
ar rc ./libiberty.a \
  ./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
ranlib ./libiberty.a
if [ x"" != x ]; then \
  cd pic; \
  ar rc ./libiberty.a \
    ./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; \
  ranlib ./libiberty.a; \
  cd ..; \
else true; fi
rm -f needed-list; touch needed-list; \
for 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 \
  for g in ./mempcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ; do \
    case "$g" in \
      *$f*) echo $g >> needed-list ;; \
    esac; \
  done; \
done
echo ./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
nbgmake[2]: Entering directory `/Volumes/dataRAID/Users/tls/src/tools/gcc/obj/build/build-powerpc-apple-darwin9.2.0/libiberty/testsuite'
nbgmake[2]: Nothing to be done for `all'.
nbgmake[2]: Leaving directory `/Volumes/dataRAID/Users/tls/src/tools/gcc/obj/build/build-powerpc-apple-darwin9.2.0/libiberty/testsuite'
nbgmake[1]: Leaving directory `/Volumes/dataRAID/Users/tls/src/tools/gcc/obj/build/build-powerpc-apple-darwin9.2.0/libiberty'
mkdir build-powerpc-apple-darwin9.2.0/fixincludes
Configuring in build-powerpc-apple-darwin9.2.0/fixincludes
configure: loading cache ../config.cache
checking build system type... (cached) powerpc-apple-darwin9.2.0
checking host system type... (cached) powerpc-apple-darwin9.2.0
checking target system type... i386--netbsdelf
checking for powerpc-apple-darwin9.2.0-gcc... (cached) cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ANSI C... (cached) none needed
checking whether cc supports -W... yes
checking whether cc supports -Wall... yes
checking whether cc supports -Wwrite-strings... yes
checking whether cc supports -Wstrict-prototypes... yes
checking whether cc supports -Wmissing-prototypes... yes
checking whether cc supports -Wold-style-definition... yes
checking whether cc supports -Wmissing-format-attribute... yes
checking whether cc supports -pedantic -Wno-long-long... yes
checking how to run the C preprocessor... (cached) cc -E
checking for egrep... (cached) grep -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for strings.h... (cached) yes
checking for unistd.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for sys/file.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for clearerr_unlocked... yes
checking for feof_unlocked... yes
checking for ferror_unlocked... yes
checking for fflush_unlocked... no
checking for fgetc_unlocked... no
checking for fgets_unlocked... no
checking for fileno_unlocked... yes
checking for fprintf_unlocked... no
checking for fputc_unlocked... no
checking for fputs_unlocked... no
checking for fread_unlocked... no
checking for fwrite_unlocked... no
checking for getchar_unlocked... yes
checking for getc_unlocked... yes
checking for putchar_unlocked... yes
checking for putc_unlocked... yes
checking whether abort is declared... yes
checking whether errno is declared... no
checking whether clearerr_unlocked is declared... yes
checking whether feof_unlocked is declared... yes
checking whether ferror_unlocked is declared... yes
checking whether fflush_unlocked is declared... no
checking whether fgetc_unlocked is declared... no
checking whether fgets_unlocked is declared... no
checking whether fileno_unlocked is declared... yes
checking whether fprintf_unlocked is declared... no
checking whether fputc_unlocked is declared... no
checking whether fputs_unlocked is declared... no
checking whether fread_unlocked is declared... no
checking whether fwrite_unlocked is declared... no
checking whether getchar_unlocked is declared... yes
checking whether getc_unlocked is declared... yes
checking whether putchar_unlocked is declared... yes
checking whether putc_unlocked is declared... yes
checking for an ANSI C-conforming const... (cached) yes
checking for sys/mman.h... (cached) yes
checking for mmap... yes
checking whether read-only mmap of a plain file works... yes
checking whether mmap from /dev/zero works... no
checking for MAP_ANON(YMOUS)... yes
checking whether mmap with MAP_ANON(YMOUS) works... yes
checking whether to enable maintainer-specific portions of Makefiles... no
updating cache ../config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating mkheaders.almost
config.status: creating config.h
nbgmake[1]: Entering directory `/Volumes/dataRAID/Users/tls/src/tools/gcc/obj/build/build-powerpc-apple-darwin9.2.0/fixincludes'
cc -c -O2 -no-cpp-precomp  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  -DNETBSD_TOOLS -DHAVE_CONFIG_H -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/fixincludes -I../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/fixincludes/../include /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/fixincludes/fixincl.c
In file included from /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/fixincludes/fixincl.c:101:
/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/fixincludes/fixincl.x:77: warning: string length '4662' is greater than the length '509' ISO C89 compilers are required to support
/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/fixincludes/fixincl.x:225: warning: string length '552' is greater than the length '509' ISO C89 compilers are required to support
/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/fixincludes/fixincl.x:270: warning: string length '532' is greater than the length '509' ISO C89 compilers are required to support
/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/fixincludes/fixincl.x:314: warning: string length '808' is greater than the length '509' ISO C89 compilers are required to support
/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/fixincludes/fixincl.x:400: warning: string length '5139' is greater than the length '509' ISO C89 compilers are required to support
/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/fixincludes/fixincl.x:2459: warning: string length '729' is greater than the length '509' ISO C89 compilers are required to support
/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/fixincludes/fixincl.x:7559: warning: string length '575' is greater than the length '509' ISO C89 compilers are required to support
cc -c -O2 -no-cpp-precomp  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  -DNETBSD_TOOLS -DHAVE_CONFIG_H -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/fixincludes -I../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/fixincludes/../include /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/fixincludes/fixtests.c
cc -c -O2 -no-cpp-precomp  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  -DNETBSD_TOOLS -DHAVE_CONFIG_H -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/fixincludes -I../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/fixincludes/../include /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/fixincludes/fixfixes.c
cc -c -O2 -no-cpp-precomp  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  -DNETBSD_TOOLS -DHAVE_CONFIG_H -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/fixincludes -I../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/fixincludes/../include /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/fixincludes/server.c
cc -c -O2 -no-cpp-precomp  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  -DNETBSD_TOOLS -DHAVE_CONFIG_H -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/fixincludes -I../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/fixincludes/../include /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/fixincludes/procopen.c
cc -c -O2 -no-cpp-precomp  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  -DNETBSD_TOOLS -DHAVE_CONFIG_H -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/fixincludes -I../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/fixincludes/../include /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/fixincludes/fixlib.c
cc -c -O2 -no-cpp-precomp  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  -DNETBSD_TOOLS -DHAVE_CONFIG_H -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/fixincludes -I../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/fixincludes/../include /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/fixincludes/fixopts.c
cc -O2 -no-cpp-precomp   -o fixincl fixincl.o fixtests.o fixfixes.o server.o procopen.o fixlib.o fixopts.o ../libiberty/libiberty.a
echo timestamp > full-stamp
srcdir="/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/fixincludes" /bin/sh /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/fixincludes/mkfixinc.sh i386--netbsdelf
sed -e 's/@gcc_version@/4.1.3/' < mkheaders.almost > mkheadersT
mv -f mkheadersT mkheaders
nbgmake[1]: Leaving directory `/Volumes/dataRAID/Users/tls/src/tools/gcc/obj/build/build-powerpc-apple-darwin9.2.0/fixincludes'
mkdir ./libcpp
Configuring in ./libcpp
configure: creating cache ./config.cache
checking build system type... powerpc-apple-darwin9.2.0
checking host system type... powerpc-apple-darwin9.2.0
checking target system type... i386--netbsdelf
checking whether /Volumes/dataRAID/Users/tls/src/tooldir.Darwin-9.2.0-powerpc/bin/nbgmake sets $(MAKE)... yes
checking for a BSD-compatible install... /Volumes/dataRAID/Users/tls/src/tooldir.Darwin-9.2.0-powerpc/bin/i386--netbsdelf-install -c -p -r
checking for powerpc-apple-darwin9.2.0-gcc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ANSI C... none needed
checking for powerpc-apple-darwin9.2.0-ranlib... ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether cc supports -W... yes
checking whether cc supports -Wall... yes
checking whether cc supports -Wwrite-strings... yes
checking whether cc supports -Wstrict-prototypes... yes
checking whether cc supports -Wmissing-prototypes... yes
checking whether cc supports -Wold-style-definition... yes
checking whether cc supports -Wmissing-format-attribute... yes
checking whether cc supports -pedantic -Wno-long-long... yes
checking dependency style of cc... gcc3
checking whether time.h and sys/time.h may both be included... yes
checking whether string.h and strings.h may both be included... yes
checking how to run the C preprocessor... cc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for strings.h... (cached) yes
checking for string.h... (cached) yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for obstacks... no
checking for off_t... yes
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 4
checking for clearerr_unlocked... yes
checking for feof_unlocked... yes
checking for ferror_unlocked... yes
checking for fflush_unlocked... no
checking for fgetc_unlocked... no
checking for fgets_unlocked... no
checking for fileno_unlocked... yes
checking for fprintf_unlocked... no
checking for fputc_unlocked... no
checking for fputs_unlocked... no
checking for fread_unlocked... no
checking for fwrite_unlocked... no
checking for getchar_unlocked... yes
checking for getc_unlocked... yes
checking for putchar_unlocked... yes
checking for putc_unlocked... yes
checking whether abort is declared... yes
checking whether asprintf is declared... yes
checking whether basename is declared... no
checking whether errno is declared... no
checking whether getopt is declared... yes
checking whether clearerr_unlocked is declared... yes
checking whether feof_unlocked is declared... yes
checking whether ferror_unlocked is declared... yes
checking whether fflush_unlocked is declared... no
checking whether fgetc_unlocked is declared... no
checking whether fgets_unlocked is declared... no
checking whether fileno_unlocked is declared... yes
checking whether fprintf_unlocked is declared... no
checking whether fputc_unlocked is declared... no
checking whether fputs_unlocked is declared... no
checking whether fread_unlocked is declared... no
checking whether fwrite_unlocked is declared... no
checking whether getchar_unlocked is declared... yes
checking whether getc_unlocked is declared... yes
checking whether putchar_unlocked is declared... yes
checking whether putc_unlocked is declared... yes
checking whether vasprintf is declared... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for ANSI C header files... (cached) yes
checking for nl_langinfo and CODESET... yes
checking whether NLS is requested... no
checking for uchar... 
checking for ld used by GCC... /usr/libexec/gcc/powerpc-apple-darwin9/4.0.1/ld
checking if the linker (/usr/libexec/gcc/powerpc-apple-darwin9/4.0.1/ld) is GNU ld... no
checking for shared library run path origin... done
checking for iconv... yes
checking how to link with libiconv... -liconv
checking for iconv declaration... 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depdir commands
nbgmake[1]: Entering directory `/Volumes/dataRAID/Users/tls/src/tools/gcc/obj/build/libcpp'
cc  -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/include -DNETBSD_TOOLS -O2 -no-cpp-precomp -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/include -DNETBSD_TOOLS -c -o charset.o -MT charset.o -MD -MP -MF .deps/charset.Po /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/charset.c
cc  -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/include -DNETBSD_TOOLS -O2 -no-cpp-precomp -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/include -DNETBSD_TOOLS -c -o directives.o -MT directives.o -MD -MP -MF .deps/directives.Po /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/directives.c
cc  -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/include -DNETBSD_TOOLS -O2 -no-cpp-precomp -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/include -DNETBSD_TOOLS -c -o errors.o -MT errors.o -MD -MP -MF .deps/errors.Po /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/errors.c
cc  -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/include -DNETBSD_TOOLS -O2 -no-cpp-precomp -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/include -DNETBSD_TOOLS -c -o expr.o -MT expr.o -MD -MP -MF .deps/expr.Po /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/expr.c
cc  -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/include -DNETBSD_TOOLS -O2 -no-cpp-precomp -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/include -DNETBSD_TOOLS -c -o files.o -MT files.o -MD -MP -MF .deps/files.Po /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/files.c
cc  -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/include -DNETBSD_TOOLS -O2 -no-cpp-precomp -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/include -DNETBSD_TOOLS -c -o identifiers.o -MT identifiers.o -MD -MP -MF .deps/identifiers.Po /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/identifiers.c
echo "#define LOCALEDIR \"/Volumes/dataRAID/Users/tls/src/tooldir.Darwin-9.2.0-powerpc/share/locale\"" > localedir.new
/bin/sh /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/../move-if-change localedir.new localedir.h
echo timestamp > localedir.hs
cc  -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/include -DNETBSD_TOOLS -O2 -no-cpp-precomp -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/include -DNETBSD_TOOLS -c -o init.o -MT init.o -MD -MP -MF .deps/init.Po /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/init.c
cc  -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/include -DNETBSD_TOOLS -O2 -no-cpp-precomp -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/include -DNETBSD_TOOLS -c -o lex.o -MT lex.o -MD -MP -MF .deps/lex.Po /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/lex.c
cc  -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/include -DNETBSD_TOOLS -O2 -no-cpp-precomp -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/include -DNETBSD_TOOLS -c -o line-map.o -MT line-map.o -MD -MP -MF .deps/line-map.Po /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/line-map.c
cc  -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/include -DNETBSD_TOOLS -O2 -no-cpp-precomp -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/include -DNETBSD_TOOLS -c -o macro.o -MT macro.o -MD -MP -MF .deps/macro.Po /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/macro.c
cc  -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/include -DNETBSD_TOOLS -O2 -no-cpp-precomp -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/include -DNETBSD_TOOLS -c -o mkdeps.o -MT mkdeps.o -MD -MP -MF .deps/mkdeps.Po /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/mkdeps.c
cc  -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/include -DNETBSD_TOOLS -O2 -no-cpp-precomp -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/include -DNETBSD_TOOLS -c -o pch.o -MT pch.o -MD -MP -MF .deps/pch.Po /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/pch.c
cc  -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/include -DNETBSD_TOOLS -O2 -no-cpp-precomp -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/include -DNETBSD_TOOLS -c -o symtab.o -MT symtab.o -MD -MP -MF .deps/symtab.Po /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/symtab.c
cc  -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/include -DNETBSD_TOOLS -O2 -no-cpp-precomp -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/include -DNETBSD_TOOLS -c -o traditional.o -MT traditional.o -MD -MP -MF .deps/traditional.Po /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/traditional.c
rm -f libcpp.a
ar 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
ranlib libcpp.a
cc  -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/include -DNETBSD_TOOLS -O2 -no-cpp-precomp -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/include -DNETBSD_TOOLS -c -o makedepend.o -MT makedepend.o -MD -MP -MF .deps/makedepend.Po /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/libcpp/makedepend.c
cc -O2 -no-cpp-precomp  -o makedepend \
  makedepend.o libcpp.a ../libiberty/libiberty.a \
   -liconv
nbgmake[1]: Leaving directory `/Volumes/dataRAID/Users/tls/src/tools/gcc/obj/build/libcpp'
mkdir ./fixincludes
Configuring in ./fixincludes
configure: creating cache ./config.cache
checking build system type... powerpc-apple-darwin9.2.0
checking host system type... powerpc-apple-darwin9.2.0
checking target system type... i386--netbsdelf
checking for powerpc-apple-darwin9.2.0-gcc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ANSI C... none needed
checking whether cc supports -W... yes
checking whether cc supports -Wall... yes
checking whether cc supports -Wwrite-strings... yes
checking whether cc supports -Wstrict-prototypes... yes
checking whether cc supports -Wmissing-prototypes... yes
checking whether cc supports -Wold-style-definition... yes
checking whether cc supports -Wmissing-format-attribute... yes
checking whether cc supports -pedantic -Wno-long-long... yes
checking how to run the C preprocessor... cc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for strings.h... (cached) yes
checking for unistd.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/stat.h... (cached) yes
checking for clearerr_unlocked... yes
checking for feof_unlocked... yes
checking for ferror_unlocked... yes
checking for fflush_unlocked... no
checking for fgetc_unlocked... no
checking for fgets_unlocked... no
checking for fileno_unlocked... yes
checking for fprintf_unlocked... no
checking for fputc_unlocked... no
checking for fputs_unlocked... no
checking for fread_unlocked... no
checking for fwrite_unlocked... no
checking for getchar_unlocked... yes
checking for getc_unlocked... yes
checking for putchar_unlocked... yes
checking for putc_unlocked... yes
checking whether abort is declared... yes
checking whether errno is declared... no
checking whether clearerr_unlocked is declared... yes
checking whether feof_unlocked is declared... yes
checking whether ferror_unlocked is declared... yes
checking whether fflush_unlocked is declared... no
checking whether fgetc_unlocked is declared... no
checking whether fgets_unlocked is declared... no
checking whether fileno_unlocked is declared... yes
checking whether fprintf_unlocked is declared... no
checking whether fputc_unlocked is declared... no
checking whether fputs_unlocked is declared... no
checking whether fread_unlocked is declared... no
checking whether fwrite_unlocked is declared... no
checking whether getchar_unlocked is declared... yes
checking whether getc_unlocked is declared... yes
checking whether putchar_unlocked is declared... yes
checking whether putc_unlocked is declared... yes
checking for an ANSI C-conforming const... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for mmap... yes
checking whether read-only mmap of a plain file works... yes
checking whether mmap from /dev/zero works... no
checking for MAP_ANON(YMOUS)... yes
checking whether mmap with MAP_ANON(YMOUS) works... yes
checking whether to enable maintainer-specific portions of Makefiles... no
updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating mkheaders.almost
config.status: creating config.h
nbgmake[1]: Entering directory `/Volumes/dataRAID/Users/tls/src/tools/gcc/obj/build/fixincludes'
cc -c -O2 -no-cpp-precomp -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  -DNETBSD_TOOLS -DHAVE_CONFIG_H -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/fixincludes -I../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/fixincludes/../include /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/fixincludes/fixincl.c
In file included from /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/fixincludes/fixincl.c:101:
/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/fixincludes/fixincl.x:77: warning: string length '4662' is greater than the length '509' ISO C89 compilers are required to support
/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/fixincludes/fixincl.x:225: warning: string length '552' is greater than the length '509' ISO C89 compilers are required to support
/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/fixincludes/fixincl.x:270: warning: string length '532' is greater than the length '509' ISO C89 compilers are required to support
/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/fixincludes/fixincl.x:314: warning: string length '808' is greater than the length '509' ISO C89 compilers are required to support
/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/fixincludes/fixincl.x:400: warning: string length '5139' is greater than the length '509' ISO C89 compilers are required to support
/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/fixincludes/fixincl.x:2459: warning: string length '729' is greater than the length '509' ISO C89 compilers are required to support
/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/fixincludes/fixincl.x:7559: warning: string length '575' is greater than the length '509' ISO C89 compilers are required to support
cc -c -O2 -no-cpp-precomp -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  -DNETBSD_TOOLS -DHAVE_CONFIG_H -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/fixincludes -I../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/fixincludes/../include /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/fixincludes/fixtests.c
cc -c -O2 -no-cpp-precomp -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  -DNETBSD_TOOLS -DHAVE_CONFIG_H -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/fixincludes -I../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/fixincludes/../include /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/fixincludes/fixfixes.c
cc -c -O2 -no-cpp-precomp -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  -DNETBSD_TOOLS -DHAVE_CONFIG_H -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/fixincludes -I../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/fixincludes/../include /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/fixincludes/server.c
cc -c -O2 -no-cpp-precomp -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  -DNETBSD_TOOLS -DHAVE_CONFIG_H -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/fixincludes -I../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/fixincludes/../include /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/fixincludes/procopen.c
cc -c -O2 -no-cpp-precomp -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  -DNETBSD_TOOLS -DHAVE_CONFIG_H -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/fixincludes -I../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/fixincludes/../include /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/fixincludes/fixlib.c
cc -c -O2 -no-cpp-precomp -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  -DNETBSD_TOOLS -DHAVE_CONFIG_H -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/fixincludes -I../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/fixincludes/../include /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/fixincludes/fixopts.c
cc -O2 -no-cpp-precomp  -o fixincl fixincl.o fixtests.o fixfixes.o server.o procopen.o fixlib.o fixopts.o ../libiberty/libiberty.a
echo timestamp > full-stamp
srcdir="/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/fixincludes" /bin/sh /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/fixincludes/mkfixinc.sh i386--netbsdelf
sed -e 's/@gcc_version@/4.1.3/' < mkheaders.almost > mkheadersT
mv -f mkheadersT mkheaders
nbgmake[1]: Leaving directory `/Volumes/dataRAID/Users/tls/src/tools/gcc/obj/build/fixincludes'
nbgmake[1]: Entering directory `/Volumes/dataRAID/Users/tls/src/tools/gcc/obj/build/gcc'
TARGET_CPU_DEFAULT="" \
HEADERS="auto-host.h ansidecl.h" DEFINES="" \
/bin/sh /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/mkconfig.sh config.h
TARGET_CPU_DEFAULT="" \
HEADERS="options.h config/i386/i386.h config/i386/unix.h config/i386/att.h config/dbxelf.h config/elfos.h config/netbsd.h config/netbsd-elf.h config/i386/netbsd-elf.h defaults.h" DEFINES="NETBSD_ENABLE_PTHREADS" \
/bin/sh /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/mkconfig.sh tm.h
awk -f /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/opt-gather.awk /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c.opt /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/common.opt /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/config/i386/i386.opt > tmp-optionlist
/bin/sh /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../move-if-change tmp-optionlist optionlist
echo timestamp > s-options
awk -f /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/opt-functions.awk -f /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/opth-gen.awk \
       < optionlist > tmp-options.h
/bin/sh /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../move-if-change tmp-options.h options.h
echo timestamp > s-options-h
TARGET_CPU_DEFAULT="" \
HEADERS="auto-host.h ansidecl.h" DEFINES="" \
/bin/sh /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/mkconfig.sh bconfig.h
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/build -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   -o build/genmodes.o /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/genmodes.c
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/build -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   -o build/errors.o /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/errors.c
cc   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -DGENERATOR_FILE  -o build/genmodes \
 build/genmodes.o build/errors.o ../build-powerpc-apple-darwin9.2.0/libiberty/libiberty.a
build/genmodes -h > tmp-modes.h
/bin/sh /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../move-if-change tmp-modes.h insn-modes.h
build/genmodes -m > tmp-min-modes.c
/bin/sh /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../move-if-change tmp-min-modes.c min-insn-modes.c
build/genmodes > tmp-modes.c
/bin/sh /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../move-if-change tmp-modes.c insn-modes.c
echo timestamp > s-modes
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/build -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   -o build/genmddeps.o /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/genmddeps.c
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/build -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   -o build/gengenrtl.o /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/gengenrtl.c
cc   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -DGENERATOR_FILE  -o build/gengenrtl \
 build/gengenrtl.o build/errors.o ../build-powerpc-apple-darwin9.2.0/libiberty/libiberty.a
build/gengenrtl -h > tmp-genrtl.h
/bin/sh /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../move-if-change tmp-genrtl.h genrtl.h
build/gengenrtl > tmp-genrtl.c
/bin/sh /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../move-if-change tmp-genrtl.c genrtl.c
echo timestamp > s-genrtl
echo "/* This file is machine generated.  Do not edit.  */" > tmp-gtyp.h
echo "static const char *const srcdir = "  >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc\"" >> tmp-gtyp.h
echo ";" >> tmp-gtyp.h
echo "static const char *const lang_files[] = {" >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/cp/rtti.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/cp/mangle.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/cp/name-lookup.h\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/cp/name-lookup.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/cp/cp-tree.h\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/cp/decl.h\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/cp/call.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/cp/decl.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/cp/decl2.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/cp/pt.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/cp/repo.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/cp/semantics.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/cp/tree.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/cp/parser.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/cp/method.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/cp/typeck2.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c-common.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c-common.h\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c-lex.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c-pragma.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/cp/class.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/cp/cp-objcp-common.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/objc/objc-act.h\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c-parser.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c-tree.h\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c-decl.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c-objc-common.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c-common.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c-common.h\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c-pragma.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/objc/objc-act.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c-lang.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c-tree.h\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c-decl.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c-common.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c-common.h\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c-pragma.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c-objc-common.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c-parser.c\", " >> tmp-gtyp.h
echo "NULL};" >> tmp-gtyp.h
echo "static const char *const langs_for_lang_files[] = {" >> tmp-gtyp.h
echo "\"cp\", " >> tmp-gtyp.h
echo "\"cp\", " >> tmp-gtyp.h
echo "\"cp\", " >> tmp-gtyp.h
echo "\"cp\", " >> tmp-gtyp.h
echo "\"cp\", " >> tmp-gtyp.h
echo "\"cp\", " >> tmp-gtyp.h
echo "\"cp\", " >> tmp-gtyp.h
echo "\"cp\", " >> tmp-gtyp.h
echo "\"cp\", " >> tmp-gtyp.h
echo "\"cp\", " >> tmp-gtyp.h
echo "\"cp\", " >> tmp-gtyp.h
echo "\"cp\", " >> tmp-gtyp.h
echo "\"cp\", " >> tmp-gtyp.h
echo "\"cp\", " >> tmp-gtyp.h
echo "\"cp\", " >> tmp-gtyp.h
echo "\"cp\", " >> tmp-gtyp.h
echo "\"cp\", " >> tmp-gtyp.h
echo "\"cp\", " >> tmp-gtyp.h
echo "\"cp\", " >> tmp-gtyp.h
echo "\"cp\", " >> tmp-gtyp.h
echo "\"cp\", " >> tmp-gtyp.h
echo "\"cp\", " >> tmp-gtyp.h
echo "\"objc\", " >> tmp-gtyp.h
echo "\"objc\", " >> tmp-gtyp.h
echo "\"objc\", " >> tmp-gtyp.h
echo "\"objc\", " >> tmp-gtyp.h
echo "\"objc\", " >> tmp-gtyp.h
echo "\"objc\", " >> tmp-gtyp.h
echo "\"objc\", " >> tmp-gtyp.h
echo "\"objc\", " >> tmp-gtyp.h
echo "\"objc\", " >> tmp-gtyp.h
echo "\"c\", " >> tmp-gtyp.h
echo "\"c\", " >> tmp-gtyp.h
echo "\"c\", " >> tmp-gtyp.h
echo "\"c\", " >> tmp-gtyp.h
echo "\"c\", " >> tmp-gtyp.h
echo "\"c\", " >> tmp-gtyp.h
echo "\"c\", " >> tmp-gtyp.h
echo "\"c\", " >> tmp-gtyp.h
echo "NULL};" >> tmp-gtyp.h
echo "static const char *const all_files[] = {" >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/input.h\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/coretypes.h\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include/line-map.h\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include/cpplib.h\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include/cpp-id-data.h\", " >> tmp-gtyp.h
echo "\"auto-host.h\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include/ansidecl.h\", " >> tmp-gtyp.h
echo "\"options.h\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/config/i386/i386.h\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/config/i386/unix.h\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/config/i386/att.h\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/config/dbxelf.h\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/config/elfos.h\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/config/netbsd.h\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/config/netbsd-elf.h\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/config/i386/netbsd-elf.h\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/defaults.h\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include/hashtab.h\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include/splay-tree.h\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/bitmap.h\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/coverage.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/function.h\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/rtl.h\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/optabs.h\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree.h\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/libfuncs.h\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include/symtab.h\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/real.h\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/varray.h\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/insn-addr.h\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/hwint.h\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/ipa-reference.h\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/cselib.h\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/basic-block.h\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/cgraph.h\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c-common.h\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c-tree.h\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/reload.h\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/alias.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/bitmap.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/cselib.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/cgraph.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/ipa-prop.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/ipa-cp.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/cgraphunit.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/dbxout.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/dwarf2out.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/dwarf2asm.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/dojump.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-profile.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/emit-rtl.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/except.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/explow.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/expr.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/function.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/except.h\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/gcse.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/integrate.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/lists.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/optabs.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/profile.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/regclass.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/reg-stack.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/cfglayout.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/sdbout.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/stor-layout.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/stringpool.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/varasm.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-mudflap.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-flow.h\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c-objc-common.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c-common.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c-parser.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-ssanames.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-eh.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-ssa-address.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-phinodes.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-cfg.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-dfa.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-ssa-propagate.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-iterator.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/gimplify.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-chrec.h\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-vect-generic.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-ssa-operands.h\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-ssa-operands.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-profile.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-nested.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/ipa-reference.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-ssa-structalias.h\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-ssa-structalias.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/targhooks.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/config/i386/i386.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/cp/rtti.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/cp/mangle.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/cp/name-lookup.h\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/cp/name-lookup.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/cp/cp-tree.h\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/cp/decl.h\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/cp/call.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/cp/decl.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/cp/decl2.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/cp/pt.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/cp/repo.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/cp/semantics.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/cp/tree.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/cp/parser.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/cp/method.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/cp/typeck2.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c-common.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c-common.h\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c-lex.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c-pragma.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/cp/class.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/cp/cp-objcp-common.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/objc/objc-act.h\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c-parser.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c-tree.h\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c-decl.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c-objc-common.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c-common.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c-common.h\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c-pragma.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/objc/objc-act.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c-lang.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c-tree.h\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c-decl.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c-common.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c-common.h\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c-pragma.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c-objc-common.c\", " >> tmp-gtyp.h
echo "\"/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c-parser.c\", " >> tmp-gtyp.h
echo " NULL};" >> tmp-gtyp.h
echo "static const char *const lang_dir_names[] = { \"c\", " >> tmp-gtyp.h
echo "\"cp\", " >> tmp-gtyp.h
echo "\"objc\", " >> tmp-gtyp.h
echo "NULL};" >> tmp-gtyp.h
/bin/sh /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../move-if-change tmp-gtyp.h gtyp-gen.h
echo timestamp > s-gtyp-gen
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/build -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   -o build/gengtype.o /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/gengtype.c
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute  -Wno-error  -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/build -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   -o build/gengtype-lex.o /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/gengtype-lex.c
lex.yy.c: In function 'yy_get_next_buffer':
lex.yy.c:2674: warning: old-style function definition
lex.yy.c: In function 'yy_get_previous_state':
lex.yy.c:2806: warning: old-style function definition
lex.yy.c: In function 'input':
lex.yy.c:2919: warning: old-style function definition
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute  -Wno-error  -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/build -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   -o build/gengtype-yacc.o /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/gengtype-yacc.c
cc   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -DGENERATOR_FILE  -o build/gengtype \
 build/gengtype.o build/gengtype-lex.o build/gengtype-yacc.o \
 build/errors.o ../build-powerpc-apple-darwin9.2.0/libiberty/libiberty.a
build/gengtype
warning: structure `VEC_cp_token_position_heap' used but not defined
warning: structure `c_arg_info' used but not defined
warning: structure `c_switch' used but not defined
warning: structure `et_node' used but not defined
warning: structure `loop' used but not defined
warning: structure `ipa_reference_vars_info_d' used but not defined
warning: structure `reg_info_def' used but not defined
warning: structure `value_set' used but not defined
warning: structure `VEC_cp_token_position_heap' used but not defined
warning: structure `c_arg_info' used but not defined
warning: structure `c_switch' used but not defined
warning: structure `et_node' used but not defined
warning: structure `loop' used but not defined
warning: structure `ipa_reference_vars_info_d' used but not defined
warning: structure `reg_info_def' used but not defined
warning: structure `value_set' used but not defined
echo timestamp > s-gtype
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/build -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   -o build/rtl.o /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/rtl.c
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/build -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   -o build/read-rtl.o /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/read-rtl.c
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/build -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   -o build/ggc-none.o /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/ggc-none.c
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/build -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   -o build/min-insn-modes.o min-insn-modes.c
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/build -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   -o build/gensupport.o /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/gensupport.c
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/build -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   -o build/dummy-conditions.o /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/dummy-conditions.c
cc   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -DGENERATOR_FILE  -o build/genmddeps \
 build/genmddeps.o build/gensupport.o build/dummy-conditions.o build/rtl.o build/read-rtl.o build/ggc-none.o build/min-insn-modes.o \
 build/errors.o ../build-powerpc-apple-darwin9.2.0/libiberty/libiberty.a
build/genmddeps /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/config/i386/i386.md > tmp-mddeps
/bin/sh /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../move-if-change tmp-mddeps mddeps.mk
echo timestamp > s-mddeps
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/build -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   -o build/genconstants.o /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/genconstants.c
cc   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -DGENERATOR_FILE  -o build/genconstants \
 build/genconstants.o build/gensupport.o build/dummy-conditions.o build/rtl.o build/read-rtl.o build/ggc-none.o build/min-insn-modes.o \
 build/errors.o ../build-powerpc-apple-darwin9.2.0/libiberty/libiberty.a
build/genconstants /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/config/i386/i386.md > tmp-constants.h
/bin/sh /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../move-if-change tmp-constants.h insn-constants.h
echo timestamp > s-constants
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/build -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   -o build/genflags.o /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/genflags.c
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/build -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   -o build/genconditions.o /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/genconditions.c
cc   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -DGENERATOR_FILE  -o build/genconditions \
 build/genconditions.o build/gensupport.o build/dummy-conditions.o build/rtl.o build/read-rtl.o build/ggc-none.o build/min-insn-modes.o \
 build/errors.o ../build-powerpc-apple-darwin9.2.0/libiberty/libiberty.a
build/genconditions /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/config/i386/i386.md > tmp-conditions.c
/bin/sh /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../move-if-change tmp-conditions.c insn-conditions.c
echo timestamp > s-conditions
TARGET_CPU_DEFAULT="" \
HEADERS="config/i386/i386-protos.h tm-preds.h" DEFINES="" \
/bin/sh /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/mkconfig.sh tm_p.h
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/build -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   -o build/genpreds.o /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/genpreds.c
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/build -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   -o build/print-rtl.o /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/print-rtl.c
cc   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -DGENERATOR_FILE  -o build/genpreds \
 build/genpreds.o build/rtl.o build/read-rtl.o build/ggc-none.o build/min-insn-modes.o build/gensupport.o build/dummy-conditions.o build/print-rtl.o \
 build/errors.o ../build-powerpc-apple-darwin9.2.0/libiberty/libiberty.a
build/genpreds -h /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/config/i386/i386.md > tmp-preds.h
/bin/sh /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../move-if-change tmp-preds.h tm-preds.h
build/genpreds /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/config/i386/i386.md > tmp-preds.c
/bin/sh /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../move-if-change tmp-preds.c insn-preds.c
echo timestamp > s-preds
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute  -Wno-error  -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/build -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   -o build/insn-conditions.o insn-conditions.c
/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/config/i386/i386.md:20209: warning: string length '903' is greater than the length '509' ISO C89 compilers are required to support
/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/config/i386/i386.md:7887: warning: string length '510' is greater than the length '509' ISO C89 compilers are required to support
cc   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -DGENERATOR_FILE  -o build/genflags \
	build/genflags.o build/rtl.o build/read-rtl.o build/ggc-none.o build/min-insn-modes.o build/gensupport.o build/insn-conditions.o build/print-rtl.o \
	build/errors.o ../build-powerpc-apple-darwin9.2.0/libiberty/libiberty.a
build/genflags /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/config/i386/i386.md > tmp-flags.h
/bin/sh /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../move-if-change tmp-flags.h insn-flags.h
echo timestamp > s-flags
ltf="/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/cp/cp-tree.def /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/objc/objc-tree.def"; for f in $ltf; do \
    echo "#include \"$f\""; \
done | sed 's|/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/||' > tmp-gencheck.h
/bin/sh /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../move-if-change tmp-gencheck.h gencheck.h
echo timestamp > s-gencheck
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/build -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   -o build/gencheck.o /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/gencheck.c
cc   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -DGENERATOR_FILE  -o build/gencheck \
 build/gencheck.o ../build-powerpc-apple-darwin9.2.0/libiberty/libiberty.a
build/gencheck > tmp-check.h
/bin/sh /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../move-if-change tmp-check.h tree-check.h
echo timestamp > s-check
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c-lang.c -o c-lang.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/stub-objc.c -o stub-objc.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/attribs.c -o attribs.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c-errors.c -o c-errors.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c-lex.c -o c-lex.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c-pragma.c -o c-pragma.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/build -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   -o build/genconfig.o /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/genconfig.c
cc   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -DGENERATOR_FILE  -o build/genconfig \
	build/genconfig.o build/rtl.o build/read-rtl.o build/ggc-none.o build/min-insn-modes.o build/gensupport.o build/insn-conditions.o build/print-rtl.o \
	build/errors.o ../build-powerpc-apple-darwin9.2.0/libiberty/libiberty.a
build/genconfig /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/config/i386/i386.md > tmp-config.h
/bin/sh /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../move-if-change tmp-config.h insn-config.h
echo timestamp > s-config
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c-decl.c -o c-decl.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c-typeck.c -o c-typeck.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c-convert.c -o c-convert.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c-aux-info.c -o c-aux-info.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c-common.c -o c-common.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   \
	/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c-opts.c -o c-opts.o 
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c-format.c -o c-format.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c-semantics.c -o c-semantics.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c-incpath.c -o c-incpath.o
cc   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   \
  -DGCC_INCLUDE_DIR=\"/Volumes/dataRAID/Users/tls/src/tooldir.Darwin-9.2.0-powerpc/lib/gcc/i386--netbsdelf/4.1.3/include\" -DGPLUSPLUS_INCLUDE_DIR=\"/Volumes/dataRAID/Users/tls/src/tooldir.Darwin-9.2.0-powerpc/lib/gcc/i386--netbsdelf/4.1.3/../../../..`echo /Volumes/dataRAID/Users/tls/src/tooldir.Darwin-9.2.0-powerpc | sed -e 's|^/Volumes/dataRAID/Users/tls/src/tooldir.Darwin-9.2.0-powerpc||' -e 's|/[^/]*|/..|g'`/include/c++/4.1.3\" -DGPLUSPLUS_TOOL_INCLUDE_DIR=\"/Volumes/dataRAID/Users/tls/src/tooldir.Darwin-9.2.0-powerpc/lib/gcc/i386--netbsdelf/4.1.3/../../../..`echo /Volumes/dataRAID/Users/tls/src/tooldir.Darwin-9.2.0-powerpc | sed -e 's|^/Volumes/dataRAID/Users/tls/src/tooldir.Darwin-9.2.0-powerpc||' -e 's|/[^/]*|/..|g'`/include/c++/4.1.3/i386--netbsdelf\" -DGPLUSPLUS_BACKWARD_INCLUDE_DIR=\"/Volumes/dataRAID/Users/tls/src/tooldir.Darwin-9.2.0-powerpc/lib/gcc/i386--netbsdelf/4.1.3/../../../..`echo /Volumes/dataRAID/Users/tls/src/tooldir.Darwin-9.2.0-powerpc | sed -e 's|^/Vo
 lumes/dataRAID/Users/tls/src/tooldir.Darwin-9.2.0-powerpc||' -e 's|/[^/]*|/..|g'`/include/c++/4.1.3/backward\" -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" -DCROSS_INCLUDE_DIR=\"/Volumes/dataRAID/Users/tls/src/tooldir.Darwin-9.2.0-powerpc/lib/gcc/i386--netbsdelf/4.1.3/../../../../i386--netbsdelf/sys-include\" -DTOOL_INCLUDE_DIR=\"/Volumes/dataRAID/Users/tls/src/tooldir.Darwin-9.2.0-powerpc/lib/gcc/i386--netbsdelf/4.1.3/../../../../i386--netbsdelf/include\"  \
  -c /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/cppdefault.c -o cppdefault.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c-ppoutput.c -o c-ppoutput.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c-cppbuiltin.c -o c-cppbuiltin.o
cc   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   \
-DPREFIX=\"/Volumes/dataRAID/Users/tls/src/tooldir.Darwin-9.2.0-powerpc\" -DBASEVER="\"4.1.3\"" \
  -c /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/prefix.c -o prefix.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c-objc-common.c -o c-objc-common.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c-dump.c -o c-dump.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   \
  -DHOST_MACHINE=\"powerpc-apple-darwin9.2.0\" -DTARGET_MACHINE=\"i386--netbsdelf\" \
  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c-pch.c -o c-pch.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c-parser.c -o c-parser.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c-gimplify.c -o c-gimplify.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-mudflap.c -o tree-mudflap.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/c-pretty-print.c -o c-pretty-print.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/dummy-checksum.c -o dummy-checksum.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/main.c -o main.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-chrec.c -o tree-chrec.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-scalar-evolution.c -o tree-scalar-evolution.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-data-ref.c -o tree-data-ref.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-cfg.c -o tree-cfg.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-dfa.c -o tree-dfa.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-eh.c -o tree-eh.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-ssa.c -o tree-ssa.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-optimize.c -o tree-optimize.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-gimple.c -o tree-gimple.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/gimplify.c -o gimplify.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-pretty-print.c -o tree-pretty-print.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-into-ssa.c -o tree-into-ssa.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-outof-ssa.c -o tree-outof-ssa.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-ssa-ccp.c -o tree-ssa-ccp.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-vn.c -o tree-vn.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-ssa-uncprop.c -o tree-ssa-uncprop.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-ssa-dce.c -o tree-ssa-dce.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-ssa-copy.c -o tree-ssa-copy.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-nrv.c -o tree-nrv.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-ssa-copyrename.c -o tree-ssa-copyrename.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-ssa-pre.c -o tree-ssa-pre.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-ssa-live.c -o tree-ssa-live.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-ssa-operands.c -o tree-ssa-operands.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-ssa-alias.c -o tree-ssa-alias.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-ssa-phiopt.c -o tree-ssa-phiopt.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-ssa-forwprop.c -o tree-ssa-forwprop.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-nested.c -o tree-nested.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-ssa-dse.c -o tree-ssa-dse.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-ssa-dom.c -o tree-ssa-dom.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/domwalk.c -o domwalk.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-tailcall.c -o tree-tailcall.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/gimple-low.c -o gimple-low.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-iterator.c -o tree-iterator.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-phinodes.c -o tree-phinodes.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-ssanames.c -o tree-ssanames.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-sra.c -o tree-sra.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-complex.c -o tree-complex.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/build -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   -o build/gencodes.o /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/gencodes.c
cc   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -DGENERATOR_FILE  -o build/gencodes \
	build/gencodes.o build/rtl.o build/read-rtl.o build/ggc-none.o build/min-insn-modes.o build/gensupport.o build/insn-conditions.o build/print-rtl.o \
	build/errors.o ../build-powerpc-apple-darwin9.2.0/libiberty/libiberty.a
build/gencodes /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/config/i386/i386.md > tmp-codes.h
/bin/sh /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../move-if-change tmp-codes.h insn-codes.h
echo timestamp > s-codes
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-vect-generic.c -o tree-vect-generic.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-ssa-loop.c -o tree-ssa-loop.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-ssa-loop-niter.c -o tree-ssa-loop-niter.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-ssa-loop-manip.c -o tree-ssa-loop-manip.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-ssa-threadupdate.c -o tree-ssa-threadupdate.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-vectorizer.c -o tree-vectorizer.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-vect-analyze.c -o tree-vect-analyze.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-vect-transform.c -o tree-vect-transform.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-ssa-loop-ivcanon.c -o tree-ssa-loop-ivcanon.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-ssa-propagate.c -o tree-ssa-propagate.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-ssa-address.c -o tree-ssa-address.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-ssa-math-opts.c -o tree-ssa-math-opts.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-ssa-loop-ivopts.c -o tree-ssa-loop-ivopts.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-if-conv.c -o tree-if-conv.o
/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-if-conv.c: In function 'main_tree_if_conversion':
/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-if-conv.c:862: warning: 'cond' may be used uninitialized in this function
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-ssa-loop-unswitch.c -o tree-ssa-loop-unswitch.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/alias.c -o alias.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/bb-reorder.c -o bb-reorder.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/bitmap.c -o bitmap.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/builtins.c -o builtins.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/caller-save.c -o caller-save.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/calls.c -o calls.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/cfg.c -o cfg.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/cfganal.c -o cfganal.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/cfgbuild.c -o cfgbuild.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/cfgcleanup.c -o cfgcleanup.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/cfglayout.c -o cfglayout.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/cfgloop.c -o cfgloop.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/cfgloopanal.c -o cfgloopanal.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/cfgloopmanip.c -o cfgloopmanip.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/loop-init.c -o loop-init.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/loop-unswitch.c -o loop-unswitch.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/loop-unroll.c -o loop-unroll.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/cfgrtl.c -o cfgrtl.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/build -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   -o build/genattr.o /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/genattr.c
cc   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -DGENERATOR_FILE  -o build/genattr \
	build/genattr.o build/rtl.o build/read-rtl.o build/ggc-none.o build/min-insn-modes.o build/gensupport.o build/insn-conditions.o build/print-rtl.o \
	build/errors.o ../build-powerpc-apple-darwin9.2.0/libiberty/libiberty.a
build/genattr /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/config/i386/i386.md > tmp-attr.h
/bin/sh /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../move-if-change tmp-attr.h insn-attr.h
echo timestamp > s-attr
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/combine.c -o combine.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/conflict.c -o conflict.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/convert.c -o convert.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/build -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   -o build/gcov-iov.o /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/gcov-iov.c
cc   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -DGENERATOR_FILE  build/gcov-iov.o -o build/gcov-iov
build/gcov-iov '4.1.3' 'prerelease' \
    > tmp-gcov-iov.h
/bin/sh /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../move-if-change tmp-gcov-iov.h gcov-iov.h
echo timestamp > s-iov
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/coverage.c -o coverage.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/cse.c -o cse.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/cselib.c -o cselib.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/dbxout.c -o dbxout.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/ddg.c -o ddg.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-ssa-loop-ch.c -o tree-ssa-loop-ch.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/loop-invariant.c -o loop-invariant.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-ssa-loop-im.c -o tree-ssa-loop-im.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/debug.c -o debug.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/df.c -o df.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/diagnostic.c -o diagnostic.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/dojump.c -o dojump.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/dominance.c -o dominance.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/loop-doloop.c -o loop-doloop.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/dwarf2asm.c -o dwarf2asm.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/dwarf2out.c -o dwarf2out.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/emit-rtl.c -o emit-rtl.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/except.c -o except.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/explow.c -o explow.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/loop-iv.c -o loop-iv.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/expmed.c -o expmed.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/expr.c -o expr.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/final.c -o final.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/flow.c -o flow.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/fold-const.c -o fold-const.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/function.c -o function.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/gcse.c -o gcse.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   genrtl.c -o genrtl.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/ggc-common.c -o ggc-common.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/global.c -o global.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/graph.c -o graph.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   gtype-desc.c -o gtype-desc.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/haifa-sched.c -o haifa-sched.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/hooks.c -o hooks.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/ifcvt.c -o ifcvt.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/build -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   -o build/genattrtab.o /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/genattrtab.c
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/build -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   -o build/genautomata.o /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/genautomata.c
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/build -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   -o build/varray.o /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/varray.c
cc   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -DGENERATOR_FILE  -o build/genattrtab \
 build/genattrtab.o build/genautomata.o \
 build/rtl.o build/read-rtl.o build/ggc-none.o build/min-insn-modes.o build/gensupport.o build/insn-conditions.o build/print-rtl.o build/errors.o \
 build/varray.o ../build-powerpc-apple-darwin9.2.0/libiberty/libiberty.a -lm
build/genattrtab /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/config/i386/i386.md > tmp-attrtab.c

Automaton `pentium'
       48 NDFA states,            138 NDFA arcs
       48 DFA states,             138 DFA arcs
       20 minimal DFA states,      82 minimal DFA arcs
      273 all insns         17 insn equivalence classes
   91 transition comb vector els,   340 trans table els: use comb vect
   91 state alts comb vector els,   340 state alts table els: use comb vect
  340 min delay table els, compression factor 2

Automaton `pentium_fpu'
       80 NDFA states,            172 NDFA arcs
       80 DFA states,             172 DFA arcs
       75 minimal DFA states,     162 minimal DFA arcs
      273 all insns          8 insn equivalence classes
  164 transition comb vector els,   600 trans table els: use comb vect
  164 state alts comb vector els,   600 state alts table els: use comb vect
  600 min delay table els, compression factor 1

Automaton `ppro_decoder'
        4 NDFA states,             12 NDFA arcs
        4 DFA states,              12 DFA arcs
        4 minimal DFA states,      12 minimal DFA arcs
      273 all insns          4 insn equivalence classes
   13 transition comb vector els,    16 trans table els: use simple vect
   13 state alts comb vector els,    16 state alts table els: use simple vect
   16 min delay table els, compression factor 8

Automaton `ppro_core'
      105 NDFA states,            376 NDFA arcs
      105 DFA states,             376 DFA arcs
      105 minimal DFA states,     376 minimal DFA arcs
      273 all insns         13 insn equivalence classes
  481 transition comb vector els,  1365 trans table els: use comb vect
  481 state alts comb vector els,  1365 state alts table els: use comb vect
 1365 min delay table els, compression factor 1

Automaton `ppro_idiv'
       38 NDFA states,             79 NDFA arcs
       38 DFA states,              79 DFA arcs
       38 minimal DFA states,      79 minimal DFA arcs
      273 all insns          5 insn equivalence classes
   82 transition comb vector els,   190 trans table els: use simple vect
   82 state alts comb vector els,   190 state alts table els: use simple vect
  190 min delay table els, compression factor 1

Automaton `ppro_fdiv'
       38 NDFA states,             79 NDFA arcs
       38 DFA states,              79 DFA arcs
       38 minimal DFA states,      79 minimal DFA arcs
      273 all insns          5 insn equivalence classes
   82 transition comb vector els,   190 trans table els: use simple vect
   82 state alts comb vector els,   190 state alts table els: use simple vect
  190 min delay table els, compression factor 1

Automaton `ppro_load'
        3 NDFA states,              8 NDFA arcs
        3 DFA states,               8 DFA arcs
        3 minimal DFA states,       8 minimal DFA arcs
      273 all insns          4 insn equivalence classes
    9 transition comb vector els,    12 trans table els: use simple vect
    9 state alts comb vector els,    12 state alts table els: use simple vect
   12 min delay table els, compression factor 4

Automaton `ppro_store'
       16 NDFA states,             56 NDFA arcs
       16 DFA states,              56 DFA arcs
       11 minimal DFA states,      44 minimal DFA arcs
      273 all insns          7 insn equivalence classes
   51 transition comb vector els,    77 trans table els: use simple vect
   51 state alts comb vector els,    77 state alts table els: use simple vect
   77 min delay table els, compression factor 4

Automaton `k6_decoder'
        4 NDFA states,             11 NDFA arcs
        4 DFA states,              11 DFA arcs
        3 minimal DFA states,       9 minimal DFA arcs
      273 all insns          4 insn equivalence classes
   10 transition comb vector els,    12 trans table els: use simple vect
   10 state alts comb vector els,    12 state alts table els: use simple vect
   12 min delay table els, compression factor 8

Automaton `k6_load_unit'
       11 NDFA states,             24 NDFA arcs
       11 DFA states,              24 DFA arcs
       11 minimal DFA states,      24 minimal DFA arcs
      273 all insns          4 insn equivalence classes
   26 transition comb vector els,    44 trans table els: use simple vect
   26 state alts comb vector els,    44 state alts table els: use simple vect
   44 min delay table els, compression factor 2

Automaton `k6_store_unit'
       68 NDFA states,            233 NDFA arcs
       68 DFA states,             233 DFA arcs
       37 minimal DFA states,     126 minimal DFA arcs
      273 all insns          6 insn equivalence classes
  141 transition comb vector els,   222 trans table els: use simple vect
  141 state alts comb vector els,   222 state alts table els: use simple vect
  222 min delay table els, compression factor 1

Automaton `k6_integer_units'
      114 NDFA states,            396 NDFA arcs
      114 DFA states,             396 DFA arcs
      114 minimal DFA states,     396 minimal DFA arcs
      273 all insns         11 insn equivalence classes
  481 transition comb vector els,  1254 trans table els: use comb vect
  481 state alts comb vector els,  1254 state alts table els: use comb vect
 1254 min delay table els, compression factor 1

Automaton `k6_fpu_unit'
       58 NDFA states,            120 NDFA arcs
       58 DFA states,             120 DFA arcs
       57 minimal DFA states,     118 minimal DFA arcs
      273 all insns          5 insn equivalence classes
  120 transition comb vector els,   285 trans table els: use simple vect
  120 state alts comb vector els,   285 state alts table els: use simple vect
  285 min delay table els, compression factor 1

Automaton `k6_branch_unit'
        2 NDFA states,              5 NDFA arcs
        2 DFA states,               5 DFA arcs
        2 minimal DFA states,       5 minimal DFA arcs
      273 all insns          3 insn equivalence classes
    6 transition comb vector els,     6 trans table els: use simple vect
    6 state alts comb vector els,     6 state alts table els: use simple vect
    6 min delay table els, compression factor 8

Automaton `athlon'
      518 NDFA states,           1668 NDFA arcs
      518 DFA states,            1668 DFA arcs
       76 minimal DFA states,     328 minimal DFA arcs
      273 all insns         10 insn equivalence classes
  382 transition comb vector els,   760 trans table els: use simple vect
  382 state alts comb vector els,   760 state alts table els: use simple vect
  760 min delay table els, compression factor 2

Automaton `athlon_load'
      162 NDFA states,            855 NDFA arcs
      162 DFA states,             855 DFA arcs
      162 minimal DFA states,     855 minimal DFA arcs
      273 all insns         10 insn equivalence classes
 1039 transition comb vector els,  1620 trans table els: use simple vect
 1039 state alts comb vector els,  1620 state alts table els: use simple vect
 1620 min delay table els, compression factor 2

Automaton `athlon_mult'
       16 NDFA states,             48 NDFA arcs
       16 DFA states,              48 DFA arcs
       16 minimal DFA states,      48 minimal DFA arcs
      273 all insns          4 insn equivalence classes
   52 transition comb vector els,    64 trans table els: use simple vect
   52 state alts comb vector els,    64 state alts table els: use simple vect
   64 min delay table els, compression factor 2

Automaton `athlon_fp'
    15522 NDFA states,          99908 NDFA arcs
    15522 DFA states,           99908 DFA arcs
      463 minimal DFA states,    3038 minimal DFA arcs
      273 all insns         21 insn equivalence classes
 3051 transition comb vector els,  9723 trans table els: use comb vect
 3051 state alts comb vector els,  9723 state alts table els: use comb vect
 9723 min delay table els, compression factor 1

17533 all allocated states,     102661 all allocated arcs
32710 all allocated alternative states
 6281 all transition comb vector els, 16780 all trans table els
 6281 all state alts comb vector els, 16780 all state alts table els
16780 all min delay table els
    0 locked states num

  transformation: 0.010591, building DFA: 6.507579
  DFA minimization: 0.477197, making insn equivalence: 0.001087
 all automaton generation: 7.080591, output: 0.064917
/bin/sh /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../move-if-change tmp-attrtab.c insn-attrtab.c
echo timestamp > s-attrtab
cc   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   -c insn-attrtab.c \
  -o insn-attrtab.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/build -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   -o build/genemit.o /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/genemit.c
cc   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -DGENERATOR_FILE  -o build/genemit \
	build/genemit.o build/rtl.o build/read-rtl.o build/ggc-none.o build/min-insn-modes.o build/gensupport.o build/insn-conditions.o build/print-rtl.o \
	build/errors.o ../build-powerpc-apple-darwin9.2.0/libiberty/libiberty.a
build/genemit /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/config/i386/i386.md > tmp-emit.c
/bin/sh /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../move-if-change tmp-emit.c insn-emit.c
echo timestamp > s-emit
cc   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   -c insn-emit.c \
  -o insn-emit.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   insn-modes.c -o insn-modes.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/build -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   -o build/genextract.o /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/genextract.c
cc   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -DGENERATOR_FILE  -o build/genextract \
	build/genextract.o build/rtl.o build/read-rtl.o build/ggc-none.o build/min-insn-modes.o build/gensupport.o build/insn-conditions.o build/print-rtl.o \
	build/errors.o ../build-powerpc-apple-darwin9.2.0/libiberty/libiberty.a
build/genextract /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/config/i386/i386.md > tmp-extract.c
/bin/sh /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../move-if-change tmp-extract.c insn-extract.c
echo timestamp > s-extract
cc   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   -c insn-extract.c \
  -o insn-extract.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/build -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   -o build/genopinit.o /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/genopinit.c
cc   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -DGENERATOR_FILE  -o build/genopinit \
	build/genopinit.o build/rtl.o build/read-rtl.o build/ggc-none.o build/min-insn-modes.o build/gensupport.o build/insn-conditions.o build/print-rtl.o \
	build/errors.o ../build-powerpc-apple-darwin9.2.0/libiberty/libiberty.a
build/genopinit /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/config/i386/i386.md > tmp-opinit.c
/bin/sh /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../move-if-change tmp-opinit.c insn-opinit.c
echo timestamp > s-opinit
cc   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   -c insn-opinit.c \
  -o insn-opinit.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/build -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   -o build/genoutput.o /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/genoutput.c
cc   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -DGENERATOR_FILE  -o build/genoutput \
	build/genoutput.o build/rtl.o build/read-rtl.o build/ggc-none.o build/min-insn-modes.o build/gensupport.o build/insn-conditions.o build/print-rtl.o \
	build/errors.o ../build-powerpc-apple-darwin9.2.0/libiberty/libiberty.a
build/genoutput /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/config/i386/i386.md > tmp-output.c
/bin/sh /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../move-if-change tmp-output.c insn-output.c
echo timestamp > s-output
cc   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   -c insn-output.c \
  -o insn-output.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/build -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   -o build/genpeep.o /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/genpeep.c
cc   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -DGENERATOR_FILE  -o build/genpeep \
	build/genpeep.o build/rtl.o build/read-rtl.o build/ggc-none.o build/min-insn-modes.o build/gensupport.o build/insn-conditions.o build/print-rtl.o \
	build/errors.o ../build-powerpc-apple-darwin9.2.0/libiberty/libiberty.a
build/genpeep /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/config/i386/i386.md > tmp-peep.c
/bin/sh /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../move-if-change tmp-peep.c insn-peep.c
echo timestamp > s-peep
cc   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   -c insn-peep.c \
  -o insn-peep.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/build -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   -o build/genrecog.o /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/genrecog.c
cc   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -DGENERATOR_FILE  -o build/genrecog \
	build/genrecog.o build/rtl.o build/read-rtl.o build/ggc-none.o build/min-insn-modes.o build/gensupport.o build/insn-conditions.o build/print-rtl.o \
	build/errors.o ../build-powerpc-apple-darwin9.2.0/libiberty/libiberty.a
build/genrecog /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/config/i386/i386.md > tmp-recog.c
/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/config/i386/i386.md:18652: warning: operand 1 missing mode?
/bin/sh /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../move-if-change tmp-recog.c insn-recog.c
echo timestamp > s-recog
cc   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   -c insn-recog.c \
  -o insn-recog.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/integrate.c -o integrate.o
cc   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   \
  -DLOCALEDIR=\"/Volumes/dataRAID/Users/tls/src/tooldir.Darwin-9.2.0-powerpc/share/locale\" \
  -c /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/intl.c -o intl.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/jump.c -o jump.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/langhooks.c -o langhooks.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/lcm.c -o lcm.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/lists.c -o lists.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/local-alloc.c -o local-alloc.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/loop.c -o loop.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/mode-switching.c -o mode-switching.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/modulo-sched.c -o modulo-sched.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/optabs.c -o optabs.o
awk -f /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/opt-functions.awk -f /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/optc-gen.awk \
       -v header_name="config.h system.h coretypes.h tm.h" < optionlist > options.c 
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   options.c -o options.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/opts.c -o opts.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/params.c -o params.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/postreload.c -o postreload.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/postreload-gcse.c -o postreload-gcse.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/predict.c -o predict.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   insn-preds.c -o insn-preds.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/pointer-set.c -o pointer-set.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/print-rtl.c -o print-rtl.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/print-tree.c -o print-tree.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/profile.c -o profile.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/value-prof.c -o value-prof.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/var-tracking.c -o var-tracking.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/real.c -o real.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/recog.c -o recog.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/reg-stack.c -o reg-stack.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/regclass.c -o regclass.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/regmove.c -o regmove.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/regrename.c -o regrename.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/reload.c -o reload.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute  -Wno-error  -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/reload1.c -o reload1.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/reorg.c -o reorg.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/resource.c -o resource.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/rtl.c -o rtl.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/rtlanal.c -o rtlanal.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/rtl-error.c -o rtl-error.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/sbitmap.c -o sbitmap.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/sched-deps.c -o sched-deps.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/sched-ebb.c -o sched-ebb.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/sched-rgn.c -o sched-rgn.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/sched-vis.c -o sched-vis.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/sdbout.c -o sdbout.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/simplify-rtx.c -o simplify-rtx.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/sreal.c -o sreal.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/stmt.c -o stmt.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/stor-layout.c -o stor-layout.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/stringpool.c -o stringpool.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/targhooks.c -o targhooks.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/timevar.c -o timevar.o
cc   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   \
  -DTARGET_NAME=\"i386--netbsdelf\" \
  -c /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/toplev.c -o toplev.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tracer.c -o tracer.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree.c -o tree.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-dump.c -o tree-dump.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/varasm.c -o varasm.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/varray.c -o varray.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/vec.c -o vec.o
cc   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   \
-DBASEVER="\"4.1.3\"" -DDATESTAMP="\" 20080202\"" \
-DDEVPHASE="\" (prerelease)\"" -c /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/version.c -o version.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/vmsdbgout.c -o vmsdbgout.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/xcoffout.c -o xcoffout.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/alloc-pool.c -o alloc-pool.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/et-forest.c -o et-forest.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/cfghooks.c -o cfghooks.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/bt-load.c -o bt-load.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/pretty-print.c -o pretty-print.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/ggc-page.c -o ggc-page.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/web.c -o web.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/passes.c -o passes.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-profile.c -o tree-profile.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/rtlhooks.c -o rtlhooks.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/cfgexpand.c -o cfgexpand.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/lambda-mat.c -o lambda-mat.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/lambda-trans.c -o lambda-trans.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/lambda-code.c -o lambda-code.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-loop-linear.c -o tree-loop-linear.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-ssa-sink.c -o tree-ssa-sink.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-vrp.c -o tree-vrp.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-stdarg.c -o tree-stdarg.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-cfgcleanup.c -o tree-cfgcleanup.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-ssa-reassoc.c -o tree-ssa-reassoc.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-ssa-structalias.c -o tree-ssa-structalias.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/tree-object-size.c -o tree-object-size.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   \
	/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/config/i386/i386.c -o i386.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/host-default.c -o host-default.o
cc -c   -O2 -no-cpp-precomp -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  -DNETBSD_TOOLS   -I. -I. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/. -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../include -I/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/../libcpp/include  /Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/config/rs6000/host-darwin.c -o host-ppc-darwin.o
/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/config/rs6000/host-darwin.c:38: warning: 'struct sigaltstack' declared inside parameter list
/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/config/rs6000/host-darwin.c:38: warning: its scope is only this definition or declaration, which is probably not what you want
/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/config/rs6000/host-darwin.c:38: error: conflicting types for 'sigaltstack'
/usr/include/signal.h:89: error: previous declaration of 'sigaltstack' was here
/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/config/rs6000/host-darwin.c: In function 'segv_handler':
/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/config/rs6000/host-darwin.c:71: error: 'struct __darwin_mcontext' has no member named 'ss'
/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/config/rs6000/host-darwin.c:120: error: 'struct __darwin_mcontext' has no member named 'es'
/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/config/rs6000/host-darwin.c:120: error: 'struct __darwin_mcontext' has no member named 'ss'
/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/config/rs6000/host-darwin.c: In function 'darwin_rs6000_extra_signals':
/Volumes/dataRAID/Users/tls/src/tools/gcc/../../gnu/dist/gcc4/gcc/config/rs6000/host-darwin.c:134: warning: passing argument 1 of 'sigaltstack' from incompatible pointer type
nbgmake[1]: *** [host-ppc-darwin.o] Error 1
nbgmake[1]: Leaving directory `/Volumes/dataRAID/Users/tls/src/tools/gcc/obj/build/gcc'
nbgmake: *** [all-gcc] Error 2

*** Failed target:  .build_done
*** Failed command: (cd build && /usr/bin/env -i gcc_cv_libc_provides_ssp=yes CC=cc CFLAGS=-O2\ -no-cpp-precomp CPPFLAGS= CXX=c++ CXXFLAGS=-O INSTALL=/Volumes/dataRAID/Users/tls/src/tooldir.Darwin-9.2.0-powerpc/bin/i386--netbsdelf-install\ -c\ -p\ -r LDFLAGS= AR=ar RANLIB=ranlib LEX=/Volumes/dataRAID/Users/tls/src/tooldir.Darwin-9.2.0-powerpc/bin/nblex MAKE=/Volumes/dataRAID/Users/tls/src/tooldir.Darwin-9.2.0-powerpc/bin/nbgmake PATH="/Volumes/dataRAID/Users/tls/src/tooldir.Darwin-9.2.0-powerpc/bin:$PATH" YACC=/Volumes/dataRAID/Users/tls/src/tooldir.Darwin-9.2.0-powerpc/bin/nbyacc MACHINE= MAKEINFO=/Volumes/dataRAID/Users/tls/src/tooldir.Darwin-9.2.0-powerpc/bin/nbmakeinfo LIBGCC= LIBGCC1= LIBGCC1_TEST= LIBGCC2= INSTALL_LIBGCC= EXTRA_PARTS= CPPFLAGS=-DNETBSD_TOOLS AR=ar RANLIB=ranlib BISON=true DESTDIR= INSTALL=/Volumes/dataRAID/Users/tls/src/tooldir.Darwin-9.2.0-powerpc/bin/i386--netbsdelf-install\ -c\ -p\ -r /Volumes/dataRAID/Users/tls/src/tooldir.Darwin-9.2.0-powerpc/bin/n
 bgmake -e MACHINE= MAKEINFO=/Volumes/dataRAID/Users/tls/src/tooldir.Darwin-9.2.0-powerpc/bin/nbmakeinfo LIBGCC= LIBGCC1= LIBGCC1_TEST= LIBGCC2= INSTALL_LIBGCC= EXTRA_PARTS= CPPFLAGS=-DNETBSD_TOOLS AR=ar RANLIB=ranlib BISON=true DESTDIR= INSTALL=/Volumes/dataRAID/Users/tls/src/tooldir.Darwin-9.2.0-powerpc/bin/i386--netbsdelf-install\ -c\ -p\ -r all-gcc)
*** Error code 2

Stop.
nbmake: stopped in /Volumes/dataRAID/Users/tls/src/tools/gcc

*** Failed target:  dependall
*** Failed command: cd /Volumes/dataRAID/Users/tls/src/tools/gcc; /Volumes/dataRAID/Users/tls/src/tooldir.Darwin-9.2.0-powerpc/bin/nbmake realall
*** Error code 1

Stop.
nbmake: stopped in /Volumes/dataRAID/Users/tls/src/tools/gcc

*** Failed target:  dependall-gcc
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/Volumes/dataRAID/Users/tls/src/tools" ;; *) this="${dir}/"; real="/Volumes/dataRAID/Users/tls/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /Volumes/dataRAID/Users/tls/src/tooldir.Darwin-9.2.0-powerpc/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget gcc dependall
*** Error code 1

Stop.
nbmake: stopped in /Volumes/dataRAID/Users/tls/src/tools

ERROR: Failed to make dependall tools
*** BUILD ABORTED ***
>Fix:


>Release-Note:

>Audit-Trail:
From: Thor Lancelot Simon <tls@coyotepoint.com>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: toolchain/38023: Build fails in tools/gcc on OS/X 10.5 "Leopard"
Date: Wed, 13 Feb 2008 16:03:59 -0500

 On Wed, Feb 13, 2008 at 08:25:00PM +0000, gnats-admin@netbsd.org wrote:
 > Thank you very much for your problem report.
 > It has the internal identification `toolchain/38023'.
 > The individual assigned to look at your
 > report is: toolchain-manager. 
 > 
 > >Category:       toolchain
 > >Responsible:    toolchain-manager
 > >Synopsis:       Build fails in tools/gcc on OS/X 10.5 "Leopard"
 > >Arrival-Date:   Wed Feb 13 20:25:00 +0000 2008

 Here is a patch.  I do not know how to feed it back to gcc.

 Index: gcc/config/rs6000/host-darwin.c
 ===================================================================
 RCS file: /cvsroot/src/gnu/dist/gcc4/gcc/config/rs6000/host-darwin.c,v
 retrieving revision 1.1.1.1
 diff -u -p -r1.1.1.1 host-darwin.c
 --- gcc/config/rs6000/host-darwin.c	20 Apr 2006 09:47:56 -0000	1.1.1.1
 +++ gcc/config/rs6000/host-darwin.c	13 Feb 2008 21:01:00 -0000
 @@ -33,10 +33,6 @@ static void segv_crash_handler (int);
  static void segv_handler (int, siginfo_t *, void *);
  static void darwin_rs6000_extra_signals (void);

 -/* This doesn't have a prototype in signal.h in 10.2.x and earlier,
 -   fixed in later releases.  */
 -extern int sigaltstack(const struct sigaltstack *, struct sigaltstack *);
 -
  #undef HOST_HOOKS_EXTRA_SIGNALS
  #define HOST_HOOKS_EXTRA_SIGNALS darwin_rs6000_extra_signals

 @@ -68,7 +64,11 @@ segv_handler (int sig ATTRIBUTE_UNUSED,
    sigaddset (&sigset, SIGSEGV);
    sigprocmask (SIG_UNBLOCK, &sigset, NULL);

 +#if __DARWIN_UNIX03
 +  faulting_insn = *(unsigned *)uc->uc_mcontext->__ss.__srr0;
 +#else
    faulting_insn = *(unsigned *)uc->uc_mcontext->ss.srr0;
 +#endif

    /* Note that this only has to work for GCC, so we don't have to deal
       with all the possible cases (GCC has no AltiVec code, for
 @@ -116,8 +116,13 @@ segv_handler (int sig ATTRIBUTE_UNUSED,
        exit (FATAL_EXIT_CODE);
      }

 +#if __DARWIN_UNIX03
 +  fprintf (stderr, "[address=%08lx pc=%08x]\n",
 +	  uc->uc_mcontext->__es.__dar, uc->uc_mcontext->__ss.__srr0);
 +#else
    fprintf (stderr, "[address=%08lx pc=%08x]\n", 
  	   uc->uc_mcontext->es.dar, uc->uc_mcontext->ss.srr0);
 +#endif
    internal_error ("Segmentation Fault");
    exit (FATAL_EXIT_CODE);
  }

State-Changed-From-To: open->feedback
State-Changed-By: maya@NetBSD.org
State-Changed-When: Sun, 29 Oct 2017 06:03:03 +0000
State-Changed-Why:
It's been at least one GCC update, are you still having problems with it?


State-Changed-From-To: feedback->closed
State-Changed-By: maya@NetBSD.org
State-Changed-When: Sun, 29 Oct 2017 10:27:32 +0000
State-Changed-Why:
bouncing email, assuming fixed


>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2014 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.