This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: PR target/37520: NO_DOLLAR_IN_LABEL should be defined on x86 targets


On Mon, 2 Mar 2009, Gerald Pfeifer wrote:
> On Sun, 1 Mar 2009, H.J. Lu wrote:
>> for BSD/x86.  VFIELD_BASE also starts with '$'. Since it isn't used,
>> this patch removes it.  Could someone please test it on BSD/x86?
> 
> Thanks, H.J.!  Really appreciated.
> 
>> 2009-03-01  H.J. Lu  <hongjiu.lu@intel.com>
>> 
>> 	PR target/37520
>> 	* config/i386/openbsdelf.h (ANON_AGGRNAME_FORMAT): New.
>> 	* config/i386/freebsd.h (ANON_AGGRNAME_FORMAT): Likewise.
>> 
>> gcc/cp/
>> 
>> 2009-03-01  H.J. Lu  <hongjiu.lu@intel.com>
>> 
>> 	PR target/37520
>> 	* cp-tree.h (VFIELD_BASE): Removed.
>> 	(ANON_AGGRNAME_FORMAT): Define only if it is undefined when
>> 	NO_DOLLAR_IN_LABEL is undefined.
> I manage to hose my tester last week, but should be able to send you
> i386-unknown-freebsd7.1 results by tomorrow morning my time.

Sadly it seems libstdc++ is broken now.  I don't see how that would be
related to your patch, but I'll retry with a virgin tree (failure logs
below, Cc:ing libstdc++).

Gerald


In file included from /usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/vstring.h:41,
                 from /sw/test/GCC/trunk/libstdc++-v3/include/precompiled/extc++.h:62:
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/rc_string_base.h: In member function '_CharT* __gnu_cxx::__rc_string_base<_CharT, _Traits, _Alloc>::_Rep::_M_refcopy()':
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/rc_string_base.h:136: error: '_M_info' was not declared in this scope
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/rc_string_base.h: In member function 'void __gnu_cxx::__rc_string_base<_CharT, _Traits, _Alloc>::_Rep::_M_set_length(typename __gnu_cxx::__vstring_utility<_CharT, _Traits, _Alloc>::_CharT_alloc_type::size_type)':
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/rc_string_base.h:143: error: '_M_info' was not declared in this scope
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/rc_string_base.h: In member function 'void __gnu_cxx::__rc_string_base<_CharT, _Traits, _Alloc>::_Rep::_M_destroy(const _Alloc&)':
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/rc_string_base.h:439: error: '_M_info' was not declared in this scope
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/rc_string_base.h: In member function '_CharT* __gnu_cxx::__rc_string_base<_CharT, _Traits, _Alloc>::_Rep::_M_clone(const _Alloc&, typename __gnu_cxx::__vstring_utility<_CharT, _Traits, _Alloc>::_CharT_alloc_type::size_type)':
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/rc_string_base.h:450: error: '_M_info' was not declared in this scope
In file included from /usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/vstring.h:42,
                 from /sw/test/GCC/trunk/libstdc++-v3/include/precompiled/extc++.h:62:
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/sso_string_base.h: In member function 'void __gnu_cxx::__sso_string_base<_CharT, _Traits, _Alloc>::_M_capacity(typename __gnu_cxx::__vstring_utility<_CharT, _Traits, _Alloc>::_CharT_alloc_type::size_type)':
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/sso_string_base.h:77: error: '_M_allocated_capacity' was not declared in this scope
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/sso_string_base.h: In member function 'bool __gnu_cxx::__sso_string_base<_CharT, _Traits, _Alloc>::_M_is_local() const':
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/sso_string_base.h:81: error: '_M_local_data' was not declared in this scope
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/sso_string_base.h: In member function 'void __gnu_cxx::__sso_string_base<_CharT, _Traits, _Alloc>::_M_dispose()':
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/sso_string_base.h:91: error: '_M_allocated_capacity' was not declared in this scope
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/sso_string_base.h: In member function 'typename __gnu_cxx::__vstring_utility<_CharT, _Traits, _Alloc>::_CharT_alloc_type::size_type __gnu_cxx::__sso_string_base<_CharT, _Traits, _Alloc>::_M_capacity() const':
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/sso_string_base.h:157: error: '_M_allocated_capacity' was not declared in this scope
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/sso_string_base.h: In constructor '__gnu_cxx::__sso_string_base<_CharT, _Traits, _Alloc>::__sso_string_base()':
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/sso_string_base.h:178: error: '_M_local_data' was not declared in this scope
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/sso_string_base.h: In member function 'void __gnu_cxx::__sso_string_base<_CharT, _Traits, _Alloc>::_M_swap(__gnu_cxx::__sso_string_base<_CharT, _Traits, _Alloc>&)':
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/sso_string_base.h:249: error: '_M_local_data' was not declared in this scope
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/sso_string_base.h:256: error: '_M_local_data' was not declared in this scope
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/sso_string_base.h:264: error: '_M_local_data' was not declared in this scope
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/sso_string_base.h:274: error: '_M_local_data' was not declared in this scope
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/sso_string_base.h:282: error: '_M_allocated_capacity' was not declared in this scope
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/sso_string_base.h:285: error: '_M_local_data' was not declared in this scope
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/sso_string_base.h: In constructor '__gnu_cxx::__sso_string_base<_CharT, _Traits, _Alloc>::__sso_string_base(const _Alloc&)':
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/sso_string_base.h:334: error: '_M_local_data' was not declared in this scope
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/sso_string_base.h: In copy constructor '__gnu_cxx::__sso_string_base<_CharT, _Traits, _Alloc>::__sso_string_base(const __gnu_cxx::__sso_string_base<_CharT, _Traits, _Alloc>&)':
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/sso_string_base.h:340: error: '_M_local_data' was not declared in this scope
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/sso_string_base.h: In constructor '__gnu_cxx::__sso_string_base<_CharT, _Traits, _Alloc>::__sso_string_base(typename __gnu_cxx::__vstring_utility<_CharT, _Traits, _Alloc>::_CharT_alloc_type::size_type, _CharT, const _Alloc&)':
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/sso_string_base.h:370: error: '_M_local_data' was not declared in this scope
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/sso_string_base.h: In constructor '__gnu_cxx::__sso_string_base<_CharT, _Traits, _Alloc>::__sso_string_base(_InputIterator, _InputIterator, const _Alloc&)':
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/sso_string_base.h:378: error: '_M_local_data' was not declared in this scope
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/sso_string_base.h: In member function 'void __gnu_cxx::__sso_string_base<_CharT, _Traits, _Alloc>::_M_reserve(typename __gnu_cxx::__vstring_utility<_CharT, _Traits, _Alloc>::_CharT_alloc_type::size_type)':
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/sso_string_base.h:526: error: '_M_local_data' was not declared in this scope
gmake[2]: *** [i386-unknown-freebsd7.1/bits/extc++.h.gch/O2g.gch] Error 1
gmake[2]: Leaving directory `/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include'
Checking multilib configuration for libiberty...
mkdir i386-unknown-freebsd7.1/libiberty
Configuring in i386-unknown-freebsd7.1/libiberty
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
checking for perl... perl
checking build system type... i386-unknown-freebsd7.1
checking host system type... i386-unknown-freebsd7.1
checking for i386-unknown-freebsd7.1-ar... ar
checking for i386-unknown-freebsd7.1-ranlib... ranlib
checking for i386-unknown-freebsd7.1-gcc... /usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include
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 /usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include accepts -g... yes
checking for /usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include option to accept ANSI C... none needed
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for _LARGE_FILES value needed for large files... no
checking how to run the C preprocessor... /usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -E
checking whether /usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include supports -W... yes
checking whether /usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include supports -Wall... yes
checking whether /usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include supports -Wwrite-strings... yes
checking whether /usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include supports -Wc++-compat... yes
checking whether /usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include supports -Wstrict-prototypes... yes
checking whether /usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include supports -pedantic ... yes
checking whether /usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include and cc understand -c and -o together... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether byte ordering is bigendian... no
checking for a BSD-compatible install... /usr/bin/install -c
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... no
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... no
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
Adding multilib support to Makefile in /sw/test/GCC/trunk/libiberty
multidirs=
with_multisubdir=
gmake[2]: Entering directory `/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libiberty'
if [ x"" != x ] && [ ! -d pic ]; then \
	  mkdir pic; \
	else true; fi
touch stamp-picdir
CONFIG_FILES= CONFIG_HEADERS=config.h:/sw/test/GCC/trunk/libiberty/config.in /bin/sh ./config.status
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default commands
if [ x"" != x ]; then \
	  /usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /sw/test/GCC/trunk/libiberty/regex.c -o pic/regex.o; \
	else true; fi
/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /sw/test/GCC/trunk/libiberty/regex.c -o regex.o
if [ x"" != x ]; then \
	  /usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /sw/test/GCC/trunk/libiberty/cplus-dem.c -o pic/cplus-dem.o; \
	else true; fi
/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /sw/test/GCC/trunk/libiberty/cplus-dem.c -o cplus-dem.o
if [ x"" != x ]; then \
	  /usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /sw/test/GCC/trunk/libiberty/cp-demangle.c -o pic/cp-demangle.o; \
	else true; fi
/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /sw/test/GCC/trunk/libiberty/cp-demangle.c -o cp-demangle.o
if [ x"" != x ]; then \
	  /usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /sw/test/GCC/trunk/libiberty/md5.c -o pic/md5.o; \
	else true; fi
/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /sw/test/GCC/trunk/libiberty/md5.c -o md5.o
if [ x"" != x ]; then \
	  /usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /sw/test/GCC/trunk/libiberty/sha1.c -o pic/sha1.o; \
	else true; fi
/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /sw/test/GCC/trunk/libiberty/sha1.c -o sha1.o
if [ x"" != x ]; then \
	  /usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /sw/test/GCC/trunk/libiberty/alloca.c -o pic/alloca.o; \
	else true; fi
/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /sw/test/GCC/trunk/libiberty/alloca.c -o alloca.o
if [ x"" != x ]; then \
	  /usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /sw/test/GCC/trunk/libiberty/argv.c -o pic/argv.o; \
	else true; fi
/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /sw/test/GCC/trunk/libiberty/argv.c -o argv.o
if [ x"" != x ]; then \
	  /usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /sw/test/GCC/trunk/libiberty/choose-temp.c -o pic/choose-temp.o; \
	else true; fi
/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /sw/test/GCC/trunk/libiberty/choose-temp.c -o choose-temp.o
if [ x"" != x ]; then \
	  /usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /sw/test/GCC/trunk/libiberty/concat.c -o pic/concat.o; \
	else true; fi
/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /sw/test/GCC/trunk/libiberty/concat.c -o concat.o
if [ x"" != x ]; then \
	  /usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /sw/test/GCC/trunk/libiberty/cp-demint.c -o pic/cp-demint.o; \
	else true; fi
/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /sw/test/GCC/trunk/libiberty/cp-demint.c -o cp-demint.o
if [ x"" != x ]; then \
	  /usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /sw/test/GCC/trunk/libiberty/dyn-string.c -o pic/dyn-string.o; \
	else true; fi
/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /sw/test/GCC/trunk/libiberty/dyn-string.c -o dyn-string.o
if [ x"" != x ]; then \
	  /usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /sw/test/GCC/trunk/libiberty/fdmatch.c -o pic/fdmatch.o; \
	else true; fi
/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /sw/test/GCC/trunk/libiberty/fdmatch.c -o fdmatch.o
if [ x"" != x ]; then \
	  /usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /sw/test/GCC/trunk/libiberty/fibheap.c -o pic/fibheap.o; \
	else true; fi
/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /sw/test/GCC/trunk/libiberty/fibheap.c -o fibheap.o
if [ x"" != x ]; then \
	  /usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /sw/test/GCC/trunk/libiberty/filename_cmp.c -o pic/filename_cmp.o; \
	else true; fi
/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /sw/test/GCC/trunk/libiberty/filename_cmp.c -o filename_cmp.o
if [ x"" != x ]; then \
	  /usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /sw/test/GCC/trunk/libiberty/floatformat.c -o pic/floatformat.o; \
	else true; fi
/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /sw/test/GCC/trunk/libiberty/floatformat.c -o floatformat.o
if [ x"" != x ]; then \
	  /usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /sw/test/GCC/trunk/libiberty/fnmatch.c -o pic/fnmatch.o; \
	else true; fi
/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /sw/test/GCC/trunk/libiberty/fnmatch.c -o fnmatch.o
if [ x"" != x ]; then \
	  /usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /sw/test/GCC/trunk/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \
	else true; fi
/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /sw/test/GCC/trunk/libiberty/fopen_unlocked.c -o fopen_unlocked.o
if [ x"" != x ]; then \
	  /usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /sw/test/GCC/trunk/libiberty/getopt.c -o pic/getopt.o; \
	else true; fi
/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /sw/test/GCC/trunk/libiberty/getopt.c -o getopt.o
if [ x"" != x ]; then \
	  /usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /sw/test/GCC/trunk/libiberty/getopt1.c -o pic/getopt1.o; \
	else true; fi
/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /sw/test/GCC/trunk/libiberty/getopt1.c -o getopt1.o
if [ x"" != x ]; then \
	  /usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /sw/test/GCC/trunk/libiberty/getpwd.c -o pic/getpwd.o; \
	else true; fi
/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /sw/test/GCC/trunk/libiberty/getpwd.c -o getpwd.o
if [ x"" != x ]; then \
	  /usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /sw/test/GCC/trunk/libiberty/getruntime.c -o pic/getruntime.o; \
	else true; fi
/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /sw/test/GCC/trunk/libiberty/getruntime.c -o getruntime.o
if [ x"" != x ]; then \
	  /usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /sw/test/GCC/trunk/libiberty/hashtab.c -o pic/hashtab.o; \
	else true; fi
/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /sw/test/GCC/trunk/libiberty/hashtab.c -o hashtab.o
if [ x"" != x ]; then \
	  /usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /sw/test/GCC/trunk/libiberty/hex.c -o pic/hex.o; \
	else true; fi
/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /sw/test/GCC/trunk/libiberty/hex.c -o hex.o
if [ x"" != x ]; then \
	  /usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /sw/test/GCC/trunk/libiberty/lbasename.c -o pic/lbasename.o; \
	else true; fi
/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /sw/test/GCC/trunk/libiberty/lbasename.c -o lbasename.o
if [ x"" != x ]; then \
	  /usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /sw/test/GCC/trunk/libiberty/lrealpath.c -o pic/lrealpath.o; \
	else true; fi
/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /sw/test/GCC/trunk/libiberty/lrealpath.c -o lrealpath.o
if [ x"" != x ]; then \
	  /usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /sw/test/GCC/trunk/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \
	else true; fi
/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /sw/test/GCC/trunk/libiberty/make-relative-prefix.c -o make-relative-prefix.o
if [ x"" != x ]; then \
	  /usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /sw/test/GCC/trunk/libiberty/make-temp-file.c -o pic/make-temp-file.o; \
	else true; fi
/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /sw/test/GCC/trunk/libiberty/make-temp-file.c -o make-temp-file.o
if [ x"" != x ]; then \
	  /usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /sw/test/GCC/trunk/libiberty/objalloc.c -o pic/objalloc.o; \
	else true; fi
/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /sw/test/GCC/trunk/libiberty/objalloc.c -o objalloc.o
if [ x"" != x ]; then \
	  /usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /sw/test/GCC/trunk/libiberty/obstack.c -o pic/obstack.o; \
	else true; fi
/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /sw/test/GCC/trunk/libiberty/obstack.c -o obstack.o
if [ x"" != x ]; then \
	  /usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /sw/test/GCC/trunk/libiberty/partition.c -o pic/partition.o; \
	else true; fi
/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /sw/test/GCC/trunk/libiberty/partition.c -o partition.o
if [ x"" != x ]; then \
	  /usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /sw/test/GCC/trunk/libiberty/pexecute.c -o pic/pexecute.o; \
	else true; fi
/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /sw/test/GCC/trunk/libiberty/pexecute.c -o pexecute.o
if [ x"" != x ]; then \
	  /usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /sw/test/GCC/trunk/libiberty/physmem.c -o pic/physmem.o; \
	else true; fi
/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /sw/test/GCC/trunk/libiberty/physmem.c -o physmem.o
if [ x"" != x ]; then \
	  /usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /sw/test/GCC/trunk/libiberty/pex-common.c -o pic/pex-common.o; \
	else true; fi
/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /sw/test/GCC/trunk/libiberty/pex-common.c -o pex-common.o
if [ x"" != x ]; then \
	  /usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /sw/test/GCC/trunk/libiberty/pex-one.c -o pic/pex-one.o; \
	else true; fi
/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /sw/test/GCC/trunk/libiberty/pex-one.c -o pex-one.o
if [ x"" != x ]; then \
	  /usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /sw/test/GCC/trunk/libiberty/pex-unix.c -o pic/pex-unix.o; \
	else true; fi
/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /sw/test/GCC/trunk/libiberty/pex-unix.c -o pex-unix.o
if [ x"" != x ]; then \
	  /usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /sw/test/GCC/trunk/libiberty/safe-ctype.c -o pic/safe-ctype.o; \
	else true; fi
/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /sw/test/GCC/trunk/libiberty/safe-ctype.c -o safe-ctype.o
if [ x"" != x ]; then \
	  /usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /sw/test/GCC/trunk/libiberty/sort.c -o pic/sort.o; \
	else true; fi
/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /sw/test/GCC/trunk/libiberty/sort.c -o sort.o
if [ x"" != x ]; then \
	  /usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /sw/test/GCC/trunk/libiberty/spaces.c -o pic/spaces.o; \
	else true; fi
/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /sw/test/GCC/trunk/libiberty/spaces.c -o spaces.o
if [ x"" != x ]; then \
	  /usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /sw/test/GCC/trunk/libiberty/splay-tree.c -o pic/splay-tree.o; \
	else true; fi
/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /sw/test/GCC/trunk/libiberty/splay-tree.c -o splay-tree.o
if [ x"" != x ]; then \
	  /usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /sw/test/GCC/trunk/libiberty/strerror.c -o pic/strerror.o; \
	else true; fi
/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /sw/test/GCC/trunk/libiberty/strerror.c -o strerror.o
if [ x"" != x ]; then \
	  /usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /sw/test/GCC/trunk/libiberty/strsignal.c -o pic/strsignal.o; \
	else true; fi
/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /sw/test/GCC/trunk/libiberty/strsignal.c -o strsignal.o
if [ x"" != x ]; then \
	  /usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /sw/test/GCC/trunk/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \
	else true; fi
/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /sw/test/GCC/trunk/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o
if [ x"" != x ]; then \
	  /usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /sw/test/GCC/trunk/libiberty/xatexit.c -o pic/xatexit.o; \
	else true; fi
/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /sw/test/GCC/trunk/libiberty/xatexit.c -o xatexit.o
if [ x"" != x ]; then \
	  /usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /sw/test/GCC/trunk/libiberty/xexit.c -o pic/xexit.o; \
	else true; fi
/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /sw/test/GCC/trunk/libiberty/xexit.c -o xexit.o
if [ x"" != x ]; then \
	  /usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /sw/test/GCC/trunk/libiberty/xmalloc.c -o pic/xmalloc.o; \
	else true; fi
/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /sw/test/GCC/trunk/libiberty/xmalloc.c -o xmalloc.o
if [ x"" != x ]; then \
	  /usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /sw/test/GCC/trunk/libiberty/xmemdup.c -o pic/xmemdup.o; \
	else true; fi
/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /sw/test/GCC/trunk/libiberty/xmemdup.c -o xmemdup.o
if [ x"" != x ]; then \
	  /usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /sw/test/GCC/trunk/libiberty/xstrdup.c -o pic/xstrdup.o; \
	else true; fi
/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /sw/test/GCC/trunk/libiberty/xstrdup.c -o xstrdup.o
if [ x"" != x ]; then \
	  /usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /sw/test/GCC/trunk/libiberty/xstrerror.c -o pic/xstrerror.o; \
	else true; fi
/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /sw/test/GCC/trunk/libiberty/xstrerror.c -o xstrerror.o
if [ x"" != x ]; then \
	  /usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /sw/test/GCC/trunk/libiberty/xstrndup.c -o pic/xstrndup.o; \
	else true; fi
/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /sw/test/GCC/trunk/libiberty/xstrndup.c -o xstrndup.o
if [ x"" != x ]; then \
	  /usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /sw/test/GCC/trunk/libiberty/mempcpy.c -o pic/mempcpy.o; \
	else true; fi
/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /sw/test/GCC/trunk/libiberty/mempcpy.c -o mempcpy.o
if [ x"" != x ]; then \
	  /usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /sw/test/GCC/trunk/libiberty/stpncpy.c -o pic/stpncpy.o; \
	else true; fi
/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /sw/test/GCC/trunk/libiberty/stpncpy.c -o stpncpy.o
if [ x"" != x ]; then \
	  /usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /sw/test/GCC/trunk/libiberty/strndup.c -o pic/strndup.o; \
	else true; fi
/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /sw/test/GCC/trunk/libiberty/strndup.c -o strndup.o
if [ x"" != x ]; then \
	  /usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /sw/test/GCC/trunk/libiberty/strverscmp.c -o pic/strverscmp.o; \
	else true; fi
/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -c -DHAVE_CONFIG_H -g -O2    -I. -I/sw/test/GCC/trunk/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /sw/test/GCC/trunk/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 ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.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 ./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 ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.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 ./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 ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.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 ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o > required-list
gmake[3]: Entering directory `/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libiberty/testsuite'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libiberty/testsuite'
gmake[3]: Entering directory `/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libiberty'
if [ -z "" ]; then \
	  true; \
	else \
	  rootpre=`${PWDCMD-pwd}`/; export rootpre; \
	  srcrootpre=`cd /sw/test/GCC/trunk/libiberty; ${PWDCMD-pwd}`/; export srcrootpre; \
	  lib=`echo "${rootpre}" | sed -e 's,^.*/\([^/][^/]*\)/$,\1,'`; \
	  compiler="/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include"; \
	  for i in `${compiler} --print-multi-lib 2>/dev/null`; do \
	    dir=`echo $i | sed -e 's/;.*$//'`; \
	    if [ "${dir}" = "." ]; then \
	      true; \
	    else \
	      if [ -d ../${dir}/${lib} ]; then \
		flags=`echo $i | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`; \
		if (cd ../${dir}/${lib}; gmake "AR=ar" "AR_FLAGS=rc" "CC=/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include" "CFLAGS=-g -O2  " "CPPFLAGS=" "DESTDIR=" "EXTRA_OFILES=" "HDEFINES=" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "LDFLAGS=" "LOADLIBES=" "RANLIB=ranlib" "SHELL=/bin/sh" "prefix=/files/pfeifer/gcc" "exec_prefix=/files/pfeifer/gcc" "libdir=/files/pfeifer/gcc/lib" "libsubdir=" "tooldir=/files/pfeifer/gcc/i386-unknown-freebsd7.1" \
				CFLAGS="-g -O2   ${flags}" \
				CCASFLAGS=" ${flags}" \
				FCFLAGS=" ${flags}" \
				FFLAGS=" ${flags}" \
				ADAFLAGS=" ${flags}" \
				prefix="/files/pfeifer/gcc" \
				exec_prefix="/files/pfeifer/gcc" \
				GCJFLAGS=" ${flags}" \
				CXXFLAGS="-g -O2   ${flags}" \
				LIBCFLAGS="-g -O2   ${flags}" \
				LIBCXXFLAGS="-g -O2 -fno-implicit-templates   ${flags}" \
				LDFLAGS=" ${flags}" \
				MULTIFLAGS="${flags}" \
				DESTDIR="" \
				INSTALL="/usr/bin/install -c" \
				INSTALL_DATA="/usr/bin/install -c -m 644" \
				INSTALL_PROGRAM="/usr/bin/install -c" \
				INSTALL_SCRIPT="/usr/bin/install -c" \
				all); then \
		  true; \
		else \
		  exit 1; \
		fi; \
	      else true; \
	      fi; \
	    fi; \
	  done; \
	fi
gmake[3]: Leaving directory `/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libiberty'
gmake[2]: Leaving directory `/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libiberty'
gmake[2]: Entering directory `/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3'
gmake "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CC_FOR_TARGET=/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include" "CFLAGS=-g -O2  " "CXXFLAGS=-g -O2  " "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "LDFLAGS=" "LIBCFLAGS=-g -O2  " "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=gmake" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/files/pfeifer/gcc" "infodir=/files/pfeifer/gcc/info" "libdir=/files/pfeifer/gcc/lib" "includedir=/files/pfeifer/gcc/include" "prefix=/files/pfeifer/gcc" "tool
 dir=/files/pfeifer/gcc/i386-unknown-freebsd7.1" "gxx_include_dir=/files/pfeifer/gcc/include/c++/4.4.0" "AR=ar" "AS=/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/as" "LD=/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/collect-ld" "RANLIB=ranlib" "NM=/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/nm" "NM_FOR_BUILD=" "NM_FOR_TARGET=nm" "DESTDIR=" "WERROR=" all-recursive
gmake[3]: Entering directory `/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3'
Making all in include
gmake[4]: Entering directory `/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include'
mkdir -p ./i386-unknown-freebsd7.1/bits/extc++.h.gch
/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc/xgcc -shared-libgcc -B/usr/nabil-files/pfeifer/OBJ-0303-2309/./gcc -nostdinc++ -L/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/src -L/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/src/.libs -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/bin/ -B/files/pfeifer/gcc/i386-unknown-freebsd7.1/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd7.1/sys-include -Winvalid-pch -x c++-header -g -O2   -I/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/i386-unknown-freebsd7.1 -I/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include -I/sw/test/GCC/trunk/libstdc++-v3/libsupc++ -O2 -g /sw/test/GCC/trunk/libstdc++-v3/include/precompiled/extc++.h -o i386-unknown-freebsd7.1/bits/extc++.h.gch/O2g.gch
In file included from /usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/vstring.h:41,
                 from /sw/test/GCC/trunk/libstdc++-v3/include/precompiled/extc++.h:62:
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/rc_string_base.h: In member function '_CharT* __gnu_cxx::__rc_string_base<_CharT, _Traits, _Alloc>::_Rep::_M_refcopy()':
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/rc_string_base.h:136: error: '_M_info' was not declared in this scope
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/rc_string_base.h: In member function 'void __gnu_cxx::__rc_string_base<_CharT, _Traits, _Alloc>::_Rep::_M_set_length(typename __gnu_cxx::__vstring_utility<_CharT, _Traits, _Alloc>::_CharT_alloc_type::size_type)':
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/rc_string_base.h:143: error: '_M_info' was not declared in this scope
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/rc_string_base.h: In member function 'void __gnu_cxx::__rc_string_base<_CharT, _Traits, _Alloc>::_Rep::_M_destroy(const _Alloc&)':
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/rc_string_base.h:439: error: '_M_info' was not declared in this scope
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/rc_string_base.h: In member function '_CharT* __gnu_cxx::__rc_string_base<_CharT, _Traits, _Alloc>::_Rep::_M_clone(const _Alloc&, typename __gnu_cxx::__vstring_utility<_CharT, _Traits, _Alloc>::_CharT_alloc_type::size_type)':
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/rc_string_base.h:450: error: '_M_info' was not declared in this scope
In file included from /usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/vstring.h:42,
                 from /sw/test/GCC/trunk/libstdc++-v3/include/precompiled/extc++.h:62:
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/sso_string_base.h: In member function 'void __gnu_cxx::__sso_string_base<_CharT, _Traits, _Alloc>::_M_capacity(typename __gnu_cxx::__vstring_utility<_CharT, _Traits, _Alloc>::_CharT_alloc_type::size_type)':
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/sso_string_base.h:77: error: '_M_allocated_capacity' was not declared in this scope
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/sso_string_base.h: In member function 'bool __gnu_cxx::__sso_string_base<_CharT, _Traits, _Alloc>::_M_is_local() const':
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/sso_string_base.h:81: error: '_M_local_data' was not declared in this scope
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/sso_string_base.h: In member function 'void __gnu_cxx::__sso_string_base<_CharT, _Traits, _Alloc>::_M_dispose()':
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/sso_string_base.h:91: error: '_M_allocated_capacity' was not declared in this scope
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/sso_string_base.h: In member function 'typename __gnu_cxx::__vstring_utility<_CharT, _Traits, _Alloc>::_CharT_alloc_type::size_type __gnu_cxx::__sso_string_base<_CharT, _Traits, _Alloc>::_M_capacity() const':
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/sso_string_base.h:157: error: '_M_allocated_capacity' was not declared in this scope
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/sso_string_base.h: In constructor '__gnu_cxx::__sso_string_base<_CharT, _Traits, _Alloc>::__sso_string_base()':
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/sso_string_base.h:178: error: '_M_local_data' was not declared in this scope
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/sso_string_base.h: In member function 'void __gnu_cxx::__sso_string_base<_CharT, _Traits, _Alloc>::_M_swap(__gnu_cxx::__sso_string_base<_CharT, _Traits, _Alloc>&)':
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/sso_string_base.h:249: error: '_M_local_data' was not declared in this scope
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/sso_string_base.h:256: error: '_M_local_data' was not declared in this scope
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/sso_string_base.h:264: error: '_M_local_data' was not declared in this scope
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/sso_string_base.h:274: error: '_M_local_data' was not declared in this scope
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/sso_string_base.h:282: error: '_M_allocated_capacity' was not declared in this scope
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/sso_string_base.h:285: error: '_M_local_data' was not declared in this scope
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/sso_string_base.h: In constructor '__gnu_cxx::__sso_string_base<_CharT, _Traits, _Alloc>::__sso_string_base(const _Alloc&)':
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/sso_string_base.h:334: error: '_M_local_data' was not declared in this scope
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/sso_string_base.h: In copy constructor '__gnu_cxx::__sso_string_base<_CharT, _Traits, _Alloc>::__sso_string_base(const __gnu_cxx::__sso_string_base<_CharT, _Traits, _Alloc>&)':
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/sso_string_base.h:340: error: '_M_local_data' was not declared in this scope
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/sso_string_base.h: In constructor '__gnu_cxx::__sso_string_base<_CharT, _Traits, _Alloc>::__sso_string_base(typename __gnu_cxx::__vstring_utility<_CharT, _Traits, _Alloc>::_CharT_alloc_type::size_type, _CharT, const _Alloc&)':
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/sso_string_base.h:370: error: '_M_local_data' was not declared in this scope
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/sso_string_base.h: In constructor '__gnu_cxx::__sso_string_base<_CharT, _Traits, _Alloc>::__sso_string_base(_InputIterator, _InputIterator, const _Alloc&)':
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/sso_string_base.h:378: error: '_M_local_data' was not declared in this scope
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/sso_string_base.h: In member function 'void __gnu_cxx::__sso_string_base<_CharT, _Traits, _Alloc>::_M_reserve(typename __gnu_cxx::__vstring_utility<_CharT, _Traits, _Alloc>::_CharT_alloc_type::size_type)':
/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include/ext/sso_string_base.h:526: error: '_M_local_data' was not declared in this scope
gmake[4]: *** [i386-unknown-freebsd7.1/bits/extc++.h.gch/O2g.gch] Error 1
gmake[4]: Leaving directory `/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3/include'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory `/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/usr/nabil-files/pfeifer/OBJ-0303-2309/i386-unknown-freebsd7.1/libstdc++-v3'
gmake[1]: *** [all-target-libstdc++-v3] Error 2
gmake[1]: Leaving directory `/usr/nabil-files/pfeifer/OBJ-0303-2309'
gmake: *** [bootstrap-lean] Error 2

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]