This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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: CrossGCC FAQ


Thanks Bill for the nice FAQ. i was following it (http://crossgcc.billgatliff.com) to build toolchain for arm-elf on i686-pc-linux-gnu host. however, the build failed in the final complete gcc build step.

Versions
==========
i'm using binutils-2.14, gcc-3.3.2, and newlib-1.11.0.


More Info
==========
the build failed in the directory /opt/soubhik/temp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/libsupc++


the build terminated with following messages :

/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -shared-libgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -nostdinc++ -L/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/src -L/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/src/.libs -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -mthumb -I../../../../../gcc-3.3.2/libstdc++-v3/../gcc -I../../../../../gcc-3.3.2/libstdc++-v3/../include -I/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/include/arm-elf -I/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/include -I../../../../../gcc-3.3.2/libstdc++-v3/libsupc++ -g -O2 -mthumb -fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -fdiagnostics-show-location=once -c ../../../../../gcc-3.3.2/libstdc++-v3/libsupc++/eh_alloc.cc -o eh_alloc.o

In file included from ../../../../../gcc-3.3.2/libstdc++-v3/libsupc++/eh_alloc.cc:33:
/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/include/cstdlib:86: error: `div_t' not declared
/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/include/cstdlib:87: error: `ldiv_t' not declared
/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/include/cstdlib:97: error: `div' not declared
/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/include/cstdlib:102: error: `ldiv' not declared
/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/include/cstdlib:104: error: `mblen' not declared
/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/include/cstdlib:105: error: `mbstowcs' not declared
/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/include/cstdlib:106: error: `mbtowc' not declared
/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/include/cstdlib:115: error: `wcstombs' not declared
/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/include/cstdlib:116: error: `wctomb' not declared
/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/include/cstdlib:122: error: syntax error before `(' token
make[6]: *** [eh_alloc.lo] Error 1



i've attached both make.log and configure.log, in case if more information is required.


Finally, i've succeeded in building the final gcc by configuring with --enable-languages=c


soubhik.



Bill Gatliff wrote:
Soubhik:


I maintain an updated FAQ at http://crossgcc.billgatliff.com, and the community maintains a Wiki at http://billgatliff.com/twiki/bin/view/Crossgcc/WebHome. Both are linked to from my home page at http://billgatliff.com.


b.g.


Bhattacharya, Soubhik wrote:


the CrossGCC FAQ (http://www.objsw.com/CrossGCC/) looks like a great
effort to simplify the use of GNU toolchain, providing information of
each and every step needed, from download to installation.
unfortunately, it is hopelessly backdated, last modification date being
Dec, 1999. i cann't build gcc-3.3.2 for arm-linux target on a i686-linux
host following the instructions provided there. is there anybody out
there who has time and inclination to update this FAQ? this wud
immensely help people like me who need to build and install a crossgcc
only occasionaly.

i know it's unfair to suggest others shud spare time so that i get
benefited. i wud have loved to rewrite the FAQ, only if i knew what to
write (you see, i'm still not successful in building gcc-3.3.2 for even
one combination of target and host).

just suggesting,
soubhik.

------
Want more information? See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com




-- -0-1-2-3-4-5-6-7-8-9-0-1-2-3-4-5-6-7 Soubhik Bhattacharya Member Technical Staff Mentor Graphics Hyderabad, India. -0-1-2-3-4-5-6-7-8-9-0-1-2-3-4-5-6-7



Configuring for a i686-pc-linux-gnu host.
*** This configuration is not supported in the following subdirectories:
     target-libffi
    (Any other directories should still work fine.)
Created "Makefile" in /home/soubhik/localtemp/crossgcc/build-gcc
Configuring libiberty...
creating cache ../config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo
checking for perl... perl
checking host system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for ar... ar
checking for ranlib... ranlib
checking for gcc... gcc
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking whether gcc and cc understand -c and -o together... yes
checking for POSIXized ISC... no
checking for working const... yes
checking for inline... inline
checking for a BSD compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -E
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... yes
checking for string.h... yes
checking for unistd.h... yes
checking for strings.h... yes
checking for sys/time.h... yes
checking for time.h... yes
checking for sys/resource.h... yes
checking for sys/stat.h... yes
checking for sys/mman.h... yes
checking for fcntl.h... yes
checking for alloca.h... yes
checking for sys/pstat.h... no
checking for sys/sysmp.h... no
checking for sys/sysinfo.h... yes
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 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 ANSI C header files... yes
checking for uintptr_t... no
checking for pid_t... yes
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
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 index... yes
checking for insque... yes
checking for memchr... yes
checking for memcmp... yes
checking for memcpy... yes
checking for memmove... yes
checking for memset... yes
checking for mkstemps... no
checking for putenv... yes
checking for random... yes
checking for rename... yes
checking for rindex... yes
checking for setenv... yes
checking for sigsetmask... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strncasecmp... yes
checking for strrchr... yes
checking for strstr... yes
checking for strtod... yes
checking for strtol... yes
checking for strtoul... yes
checking for tmpnam... yes
checking for vasprintf... yes
checking for vfprintf... yes
checking for vprintf... 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 vfork.h... no
checking for working vfork... 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... yes
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... yes
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 stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/types.h... yes
checking for getpagesize... (cached) yes
checking for working mmap... yes
checking for working strncmp... yes
updating cache ../config.cache
creating ./config.status
creating Makefile
creating testsuite/Makefile
creating config.h
Configuring zlib...
loading cache ../config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... arm-unknown-elf
checking build system type... i686-pc-linux-gnu
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... (cached) gcc
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking for object suffix... o
checking for ranlib... (cached) ranlib
checking for strip... strip
updating cache ../config.cache
loading cache ../config.cache within ltconfig
checking whether -lc should be explicitly linked in... no
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
finding the maximum length of command line arguments... 49153
checking if gcc supports -c -o file.o... yes
checking if gcc supports -fno-rtti -fno-exceptions ... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking command to parse /usr/bin/nm -B output... ok
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
creating libtool
updating cache ../config.cache
loading cache ../config.cache
checking how to run the C preprocessor... (cached) gcc -E
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) yes
checking for memcpy... (cached) yes
checking for strerror... (cached) yes
checking for unistd.h... (cached) yes
creating ./config.status
creating Makefile
Configuring gcc...
loading cache ../config.cache
checking LIBRARY_PATH variable... ok
checking GCC_EXEC_PREFIX variable... ok
checking host system type... i686-pc-linux-gnu
checking target system type... arm-unknown-elf
checking build system type... i686-pc-linux-gnu
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking whether gcc and cc understand -c and -o together... (cached) yes
checking for gnatbind... no
checking for compiler driver that understands Ada... no
checking whether gcc accepts -Wno-long-long... yes
checking how to run the C preprocessor... (cached) gcc -E
checking for inline... (cached) inline
checking for volatile... yes
checking for long double... yes
checking for long long int... yes
checking for __int64... no
checking for built-in _Bool... no
checking size of short... 2
checking size of int... 4
checking size of long... 4
checking size of long long... 8
checking execution character set... ASCII
checking whether make sets ${MAKE}... (cached) yes
checking whether a default assembler was specified... no
checking whether a default linker was specified... no
checking for GNU C library... yes
checking for mawk... no
checking for gawk... gawk
checking whether ln works... yes
checking whether ln -s works... yes
checking for ranlib... (cached) ranlib
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking for working stdbool.h... yes
checking whether string.h and strings.h may both be included... yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking for limits.h... (cached) yes
checking for stddef.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for time.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/file.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/mman.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for sys/times.h... yes
checking for sys/stat.h... (cached) yes
checking for direct.h... no
checking for malloc.h... (cached) yes
checking for langinfo.h... yes
checking for thread.h... no
checking for pthread.h... yes
checking for CHAR_BIT... yes
checking byte ordering... little-endian
checking floating point format... IEEE (little-endian)
checking for mktemp... yes
checking for makeinfo... (cached) makeinfo
checking for modern makeinfo... no
configure: warning: 
*** Makeinfo is missing or too old.
*** Info documentation will not be built.
checking for recent Pod::Man... no
checking for flex... flex
checking for bison... bison
checking for collect2 libraries... none required
checking for library containing exc_resume... no
checking for library containing ldexp... none required
checking for preprocessor stringizing operator... yes
checking for inttypes.h... yes
checking for times... (cached) yes
checking for clock... (cached) yes
checking for dup2... yes
checking for kill... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking for atoll... yes
checking for atoq... no
checking for sysconf... (cached) yes
checking for strsignal... (cached) yes
checking for putc_unlocked... yes
checking for fputc_unlocked... yes
checking for fputs_unlocked... yes
checking for fwrite_unlocked... yes
checking for fprintf_unlocked... no
checking for getrusage... (cached) yes
checking for nl_langinfo... yes
checking for lstat... yes
checking for scandir... yes
checking for alphasort... yes
checking for gettimeofday... (cached) yes
checking for mmap... yes
checking for ssize_t... yes
checking for uid_t in sys/types.h... yes
checking type of array argument to getgroups... gid_t
checking whether the printf functions support %p... yes
checking whether read-only mmap of a plain file works... yes
checking whether mmap from /dev/zero works... yes
checking for MAP_ANON(YMOUS)... yes
checking whether mmap with MAP_ANON(YMOUS) works... yes
checking for pid_t... (cached) yes
checking for vfork.h... (cached) no
checking for working vfork... (cached) yes
checking for iconv... yes
checking for iconv declaration... 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking whether getenv is declared... yes
checking whether atol is declared... yes
checking whether sbrk is declared... yes
checking whether abort is declared... yes
checking whether atof is declared... yes
checking whether getcwd is declared... yes
checking whether getwd is declared... yes
checking whether strsignal is declared... yes
checking whether putc_unlocked is declared... yes
checking whether fputs_unlocked is declared... yes
checking whether fwrite_unlocked is declared... yes
checking whether fprintf_unlocked is declared... no
checking whether strstr is declared... yes
checking whether errno is declared... yes
checking whether vasprintf is declared... yes
checking whether malloc is declared... yes
checking whether realloc is declared... yes
checking whether calloc is declared... yes
checking whether free is declared... yes
checking whether basename is declared... yes
checking whether getopt is declared... no
checking whether clock is declared... yes
checking whether getrlimit is declared... yes
checking whether setrlimit is declared... yes
checking whether getrusage is declared... yes
checking whether times is declared... yes
checking for struct tms... yes
checking for clock_t... yes
checking for .preinit_array/.init_array/.fini_array support... no
checking if mkdir takes one argument... no
checking for main in -lunwind... no
Using `../../gcc-3.3.2/gcc/config/arm/arm.c' for machine-specific logic.
Using `../../gcc-3.3.2/gcc/config/arm/arm.md' as machine description file.
Using the following target machine macro files:
	../../gcc-3.3.2/gcc/config/dbxelf.h
	../../gcc-3.3.2/gcc/config/elfos.h
	../../gcc-3.3.2/gcc/config/arm/unknown-elf.h
	../../gcc-3.3.2/gcc/config/arm/elf.h
	../../gcc-3.3.2/gcc/config/arm/aout.h
	../../gcc-3.3.2/gcc/config/arm/arm.h
checking for library containing strerror... none required
checking for working const... (cached) yes
checking for off_t... yes
checking for size_t... yes
checking for working alloca.h... (cached) yes
checking for alloca... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking for argz.h... yes
checking for limits.h... (cached) yes
checking for locale.h... yes
checking for nl_types.h... yes
checking for malloc.h... (cached) yes
checking for stddef.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for feof_unlocked... yes
checking for fgets_unlocked... yes
checking for getcwd... (cached) yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... yes
checking for munmap... yes
checking for putenv... (cached) yes
checking for setenv... (cached) yes
checking for setlocale... yes
checking for stpcpy... yes
checking for strchr... (cached) yes
checking for strcasecmp... (cached) yes
checking for strdup... (cached) yes
checking for strtoul... (cached) yes
checking for tsearch... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
checking for iconv... (cached) yes
checking for iconv declaration... (cached) 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for libintl.h... yes
checking for GNU gettext in libc... yes
checking for dcgettext... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for bison... bison
checking version of bison... 1.28, ok
checking for catalogs to be installed...  be da de el es fr ja nl sv tr be da de el es fr ja nl sv tr
checking what assembler to use... /opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/as
checking what linker to use... /opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ld
checking what nm to use... arm-elf-nm
checking what objdump to use... arm-elf-objdump
checking assembler alignment features... .p2align including maximum skip
checking assembler subsection support... working .subsection -1
checking assembler weak support... yes
checking assembler hidden support... yes
checking assembler leb128 support... yes
checking assembler eh_frame optimization... yes
checking assembler section merging support... yes
checking assembler thread-local storage support... no
checking assembler dwarf2 debug_line support... yes
checking assembler --gdwarf2 support... yes
checking assembler --gstabs support... yes
checking linker read-only and read-write section mixing... read-write
checking linker PT_GNU_EH_FRAME support... yes
Using ggc-page for garbage collection.
checking whether to enable maintainer-specific portions of Makefiles... no
Links are now set up to build a cross-compiler for arm-unknown-elf
  from i686-pc-linux-gnu.
updating cache ../config.cache
creating ./config.status
creating Makefile
creating intl/Makefile
creating fixinc/Makefile
creating gccbug
creating mklibgcc
creating mkheaders
creating auto-host.h
Configuring fastjar...
loading cache ../config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for a BSD compatible install... /usr/bin/install -c
checking for rm... /bin/rm
checking for cp... /bin/cp
checking for strip... /usr/bin/strip
checking for chmod... /bin/chmod
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for executable suffix... no
checking whether to enable maintainer-specific portions of Makefiles... no
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for fcntl.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for limits.h... (cached) yes
checking for off_t... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking if mkdir takes one argument... (cached) no
checking size of char... 1
checking size of short... (cached) 2
checking size of int... (cached) 4
checking size of long... (cached) 4
checking size of long long... (cached) 8
checking byte ordering... (cached) little-endian
updating cache ../config.cache
creating ./config.status
creating Makefile
creating install-defs.sh
creating config.h
make[1]: Entering directory `/opt/soubhik/temp/crossgcc/build-gcc/libiberty'
if [ x"" != x ] && [ ! -d pic ]; then \
  mkdir pic; \
else true; fi
touch stamp-picdir
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.2/libiberty/regex.c -o pic/regex.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.2/libiberty/regex.c -o regex.o
In file included from ../../gcc-3.3.2/libiberty/regex.c:649:
../../gcc-3.3.2/libiberty/regex.c: In function `byte_compile_range':
../../gcc-3.3.2/libiberty/regex.c:4548: warning: signed and unsigned type in conditional expression
../../gcc-3.3.2/libiberty/regex.c:4558: warning: signed and unsigned type in conditional expression
../../gcc-3.3.2/libiberty/regex.c:4558: warning: signed and unsigned type in conditional expression
../../gcc-3.3.2/libiberty/regex.c: In function `xregcomp':
../../gcc-3.3.2/libiberty/regex.c:8043: warning: signed and unsigned type in conditional expression
../../gcc-3.3.2/libiberty/regex.c: In function `xregerror':
../../gcc-3.3.2/libiberty/regex.c:8178: warning: unused parameter `preg'
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.2/libiberty/cplus-dem.c -o pic/cplus-dem.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.2/libiberty/cplus-dem.c -o cplus-dem.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.2/libiberty/cp-demangle.c -o pic/cp-demangle.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.2/libiberty/cp-demangle.c -o cp-demangle.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.2/libiberty/md5.c -o pic/md5.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.2/libiberty/md5.c -o md5.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.2/libiberty/alloca.c -o pic/alloca.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.2/libiberty/alloca.c -o alloca.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.2/libiberty/argv.c -o pic/argv.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.2/libiberty/argv.c -o argv.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.2/libiberty/choose-temp.c -o pic/choose-temp.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.2/libiberty/choose-temp.c -o choose-temp.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.2/libiberty/concat.c -o pic/concat.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.2/libiberty/concat.c -o concat.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.2/libiberty/dyn-string.c -o pic/dyn-string.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.2/libiberty/dyn-string.c -o dyn-string.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.2/libiberty/fdmatch.c -o pic/fdmatch.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.2/libiberty/fdmatch.c -o fdmatch.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.2/libiberty/fibheap.c -o pic/fibheap.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.2/libiberty/fibheap.c -o fibheap.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.2/libiberty/floatformat.c -o pic/floatformat.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.2/libiberty/floatformat.c -o floatformat.o
In file included from /usr/include/math.h:350,
                 from ../../gcc-3.3.2/libiberty/floatformat.c:21:
/usr/include/bits/mathinline.h: In function `__sgn1l':
/usr/include/bits/mathinline.h:469: warning: traditional C rejects automatic aggregate initialization
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.2/libiberty/fnmatch.c -o pic/fnmatch.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.2/libiberty/fnmatch.c -o fnmatch.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.2/libiberty/getopt.c -o pic/getopt.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.2/libiberty/getopt.c -o getopt.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.2/libiberty/getopt1.c -o pic/getopt1.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.2/libiberty/getopt1.c -o getopt1.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.2/libiberty/getpwd.c -o pic/getpwd.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.2/libiberty/getpwd.c -o getpwd.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.2/libiberty/getruntime.c -o pic/getruntime.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.2/libiberty/getruntime.c -o getruntime.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.2/libiberty/hashtab.c -o pic/hashtab.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.2/libiberty/hashtab.c -o hashtab.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.2/libiberty/hex.c -o pic/hex.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.2/libiberty/hex.c -o hex.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.2/libiberty/lbasename.c -o pic/lbasename.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.2/libiberty/lbasename.c -o lbasename.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.2/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.2/libiberty/make-relative-prefix.c -o make-relative-prefix.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.2/libiberty/make-temp-file.c -o pic/make-temp-file.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.2/libiberty/make-temp-file.c -o make-temp-file.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.2/libiberty/objalloc.c -o pic/objalloc.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.2/libiberty/objalloc.c -o objalloc.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.2/libiberty/obstack.c -o pic/obstack.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.2/libiberty/obstack.c -o obstack.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.2/libiberty/partition.c -o pic/partition.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.2/libiberty/partition.c -o partition.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.2/libiberty/physmem.c -o pic/physmem.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.2/libiberty/physmem.c -o physmem.o
In file included from /usr/include/sys/sysctl.h:28,
                 from ../../gcc-3.3.2/libiberty/physmem.c:52:
/usr/include/linux/sysctl.h:126: warning: comma at end of enumerator list
/usr/include/linux/sysctl.h:222: warning: comma at end of enumerator list
/usr/include/linux/sysctl.h:292: warning: comma at end of enumerator list
/usr/include/linux/sysctl.h:531: warning: comma at end of enumerator list
/usr/include/linux/sysctl.h:593: warning: comma at end of enumerator list
/usr/include/linux/sysctl.h:647: warning: comma at end of enumerator list
/usr/include/linux/sysctl.h:652: warning: comma at end of enumerator list
/usr/include/linux/sysctl.h:673: warning: comma at end of enumerator list
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.2/libiberty/pexecute.c -o pic/pexecute.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.2/libiberty/pexecute.c -o pexecute.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.2/libiberty/safe-ctype.c -o pic/safe-ctype.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.2/libiberty/safe-ctype.c -o safe-ctype.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.2/libiberty/sort.c -o pic/sort.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.2/libiberty/sort.c -o sort.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.2/libiberty/spaces.c -o pic/spaces.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.2/libiberty/spaces.c -o spaces.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.2/libiberty/splay-tree.c -o pic/splay-tree.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.2/libiberty/splay-tree.c -o splay-tree.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.2/libiberty/strerror.c -o pic/strerror.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.2/libiberty/strerror.c -o strerror.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.2/libiberty/strsignal.c -o pic/strsignal.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.2/libiberty/strsignal.c -o strsignal.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.2/libiberty/ternary.c -o pic/ternary.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.2/libiberty/ternary.c -o ternary.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.2/libiberty/xatexit.c -o pic/xatexit.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.2/libiberty/xatexit.c -o xatexit.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.2/libiberty/xexit.c -o pic/xexit.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.2/libiberty/xexit.c -o xexit.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.2/libiberty/xmalloc.c -o pic/xmalloc.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.2/libiberty/xmalloc.c -o xmalloc.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.2/libiberty/xmemdup.c -o pic/xmemdup.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.2/libiberty/xmemdup.c -o xmemdup.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.2/libiberty/xstrdup.c -o pic/xstrdup.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.2/libiberty/xstrdup.c -o xstrdup.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.2/libiberty/xstrerror.c -o pic/xstrerror.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.2/libiberty/xstrerror.c -o xstrerror.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.2/libiberty/mkstemps.c -o pic/mkstemps.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.2/libiberty/mkstemps.c -o mkstemps.o
rm -f libiberty.a pic/libiberty.a
ar rc libiberty.a \
  regex.o cplus-dem.o cp-demangle.o md5.o alloca.o argv.o choose-temp.o concat.o dyn-string.o fdmatch.o fibheap.o floatformat.o fnmatch.o getopt.o getopt1.o getpwd.o getruntime.o hashtab.o hex.o lbasename.o make-relative-prefix.o make-temp-file.o objalloc.o obstack.o partition.o physmem.o pexecute.o safe-ctype.o sort.o spaces.o splay-tree.o strerror.o strsignal.o ternary.o xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o  mkstemps.o
ranlib libiberty.a
if [ x"" != x ]; then \
  cd pic; \
  ar rc libiberty.a \
    regex.o cplus-dem.o cp-demangle.o md5.o alloca.o argv.o choose-temp.o concat.o dyn-string.o fdmatch.o fibheap.o floatformat.o fnmatch.o getopt.o getopt1.o getpwd.o getruntime.o hashtab.o hex.o lbasename.o make-relative-prefix.o make-temp-file.o objalloc.o obstack.o partition.o physmem.o pexecute.o safe-ctype.o sort.o spaces.o splay-tree.o strerror.o strsignal.o ternary.o xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o  mkstemps.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 mkstemps.o ; do \
    case "$g" in \
      *$f*) echo $g >> needed-list ;; \
    esac; \
  done; \
done
echo regex.o cplus-dem.o cp-demangle.o md5.o alloca.o argv.o choose-temp.o concat.o dyn-string.o fdmatch.o fibheap.o floatformat.o fnmatch.o getopt.o getopt1.o getpwd.o getruntime.o hashtab.o hex.o lbasename.o make-relative-prefix.o make-temp-file.o objalloc.o obstack.o partition.o physmem.o pexecute.o safe-ctype.o sort.o spaces.o splay-tree.o strerror.o strsignal.o ternary.o xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o > required-list
make[2]: Entering directory `/opt/soubhik/temp/crossgcc/build-gcc/libiberty/testsuite'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/opt/soubhik/temp/crossgcc/build-gcc/libiberty/testsuite'
make[1]: Leaving directory `/opt/soubhik/temp/crossgcc/build-gcc/libiberty'
make[1]: Entering directory `/opt/soubhik/temp/crossgcc/build-gcc/zlib'
gcc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1  -I. -I../../gcc-3.3.2/zlib      -g -O2 -c ../../gcc-3.3.2/zlib/adler32.c
gcc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1  -I. -I../../gcc-3.3.2/zlib      -g -O2 -c ../../gcc-3.3.2/zlib/compress.c
gcc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1  -I. -I../../gcc-3.3.2/zlib      -g -O2 -c ../../gcc-3.3.2/zlib/crc32.c
gcc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1  -I. -I../../gcc-3.3.2/zlib      -g -O2 -c ../../gcc-3.3.2/zlib/deflate.c
gcc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1  -I. -I../../gcc-3.3.2/zlib      -g -O2 -c ../../gcc-3.3.2/zlib/gzio.c
gcc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1  -I. -I../../gcc-3.3.2/zlib      -g -O2 -c ../../gcc-3.3.2/zlib/infblock.c
gcc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1  -I. -I../../gcc-3.3.2/zlib      -g -O2 -c ../../gcc-3.3.2/zlib/infcodes.c
gcc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1  -I. -I../../gcc-3.3.2/zlib      -g -O2 -c ../../gcc-3.3.2/zlib/inffast.c
gcc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1  -I. -I../../gcc-3.3.2/zlib      -g -O2 -c ../../gcc-3.3.2/zlib/inflate.c
gcc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1  -I. -I../../gcc-3.3.2/zlib      -g -O2 -c ../../gcc-3.3.2/zlib/inftrees.c
gcc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1  -I. -I../../gcc-3.3.2/zlib      -g -O2 -c ../../gcc-3.3.2/zlib/infutil.c
gcc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1  -I. -I../../gcc-3.3.2/zlib      -g -O2 -c ../../gcc-3.3.2/zlib/trees.c
gcc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1  -I. -I../../gcc-3.3.2/zlib      -g -O2 -c ../../gcc-3.3.2/zlib/uncompr.c
gcc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1  -I. -I../../gcc-3.3.2/zlib      -g -O2 -c ../../gcc-3.3.2/zlib/zutil.c
rm -f libz.a
ar cru libz.a adler32.o compress.o crc32.o deflate.o gzio.o infblock.o infcodes.o inffast.o inflate.o inftrees.o infutil.o trees.o uncompr.o zutil.o 
ranlib libz.a
: make ; exec true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-O2 -g -O2" "INSTALL=/bin/sh /home/soubhik/localtemp/crossgcc/gcc-3.3.2/install-sh -c" "INSTALL_DATA=/bin/sh /home/soubhik/localtemp/crossgcc/gcc-3.3.2/install-sh -c -m 644" "INSTALL_PROGRAM=/bin/sh /home/soubhik/localtemp/crossgcc/gcc-3.3.2/install-sh -c " "INSTALL_SCRIPT=/bin/sh /home/soubhik/localtemp/crossgcc/gcc-3.3.2/install-sh -c" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-O2 -g -O2" "MAKE=make" "MAKEINFO=/home/soubhik/localtemp/crossgcc/gcc-3.3.2/missing makeinfo --no-split " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/opt/soubhik/temp/crossgcc/final-install" "infodir=/opt/soubhik/temp/crossgcc/final-install/info" "libdir=/opt/soubhik/temp/crossgcc/final-install/lib" "prefix=/opt/soubhik/temp/crossgcc/final-install" "tooldir=/opt/soubhik/temp/crossgcc/final-install/arm-elf" "AR=ar" "AS=as" "CC=gcc" "CXX=c++" "LD=ld" "LIBCFLAGS=-g -O2" "NM=nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do
make[1]: Leaving directory `/opt/soubhik/temp/crossgcc/build-gcc/zlib'
make[1]: Entering directory `/opt/soubhik/temp/crossgcc/build-gcc/fastjar'
gcc -DHAVE_CONFIG_H -I. -I../../gcc-3.3.2/fastjar -I. -I. -I../../gcc-3.3.2/fastjar -I../../gcc-3.3.2/fastjar/../zlib -I../../gcc-3.3.2/fastjar/../include   -W -Wall -pedantic -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -g -O2 -c ../../gcc-3.3.2/fastjar/jartool.c
../../gcc-3.3.2/fastjar/jartool.c: In function `help':
../../gcc-3.3.2/fastjar/jartool.c:1904: warning: string length `594' is greater than the minimum length `509' ISO C89 is required to support
gcc -DHAVE_CONFIG_H -I. -I../../gcc-3.3.2/fastjar -I. -I. -I../../gcc-3.3.2/fastjar -I../../gcc-3.3.2/fastjar/../zlib -I../../gcc-3.3.2/fastjar/../include   -W -Wall -pedantic -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -g -O2 -c ../../gcc-3.3.2/fastjar/dostime.c
gcc -DHAVE_CONFIG_H -I. -I../../gcc-3.3.2/fastjar -I. -I. -I../../gcc-3.3.2/fastjar -I../../gcc-3.3.2/fastjar/../zlib -I../../gcc-3.3.2/fastjar/../include   -W -Wall -pedantic -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -g -O2 -c ../../gcc-3.3.2/fastjar/compress.c
gcc -DHAVE_CONFIG_H -I. -I../../gcc-3.3.2/fastjar -I. -I. -I../../gcc-3.3.2/fastjar -I../../gcc-3.3.2/fastjar/../zlib -I../../gcc-3.3.2/fastjar/../include   -W -Wall -pedantic -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -g -O2 -c ../../gcc-3.3.2/fastjar/pushback.c
gcc -W -Wall -pedantic -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -g -O2  -o jar  jartool.o dostime.o compress.o pushback.o ./../zlib/libz.a -L/../zlib/ ../libiberty/libiberty.a 
gcc -DHAVE_CONFIG_H -I. -I../../gcc-3.3.2/fastjar -I. -I. -I../../gcc-3.3.2/fastjar -I../../gcc-3.3.2/fastjar/../zlib -I../../gcc-3.3.2/fastjar/../include   -W -Wall -pedantic -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -g -O2 -c ../../gcc-3.3.2/fastjar/jargrep.c
gcc -W -Wall -pedantic -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -g -O2  -o grepjar  jargrep.o dostime.o compress.o pushback.o ./../zlib/libz.a -L/../zlib/ ../libiberty/libiberty.a 
make[1]: Leaving directory `/opt/soubhik/temp/crossgcc/build-gcc/fastjar'
make[1]: Entering directory `/opt/soubhik/temp/crossgcc/build-gcc/gcc'
TM_DEFINES="" \
HEADERS="auto-host.h ansidecl.h  dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h defaults.h" XM_DEFINES="POSIX" \
TARGET_CPU_DEFAULT="TARGET_CPU_generic" \
/bin/sh ../../gcc-3.3.2/gcc/mkconfig.sh config.h
TM_DEFINES="" \
HEADERS="auto-host.h ansidecl.h  dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h defaults.h" XM_DEFINES="POSIX" \
TARGET_CPU_DEFAULT="TARGET_CPU_generic" \
/bin/sh ../../gcc-3.3.2/gcc/mkconfig.sh hconfig.h
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/gengenrtl.c -o gengenrtl.o
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o gengenrtl \
 gengenrtl.o ../libiberty/libiberty.a
./gengenrtl -h > tmp-genrtl.h
/bin/sh ../../gcc-3.3.2/gcc/move-if-change tmp-genrtl.h genrtl.h
./gengenrtl > tmp-genrtl.c
/bin/sh ../../gcc-3.3.2/gcc/move-if-change tmp-genrtl.c genrtl.c
echo timestamp > s-genrtl
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/genflags.c -o genflags.o
echo "/* This file is machine generated.  Do not edit.  */" > tmp-gtyp.h
echo "static const char *srcdir = "  >> tmp-gtyp.h
echo "\"../../gcc-3.3.2/gcc\"" >> tmp-gtyp.h
echo ";" >> tmp-gtyp.h
echo "static const char *lang_files[] = {" >> tmp-gtyp.h
ll="../../gcc-3.3.2/gcc/cp/mangle.c  ../../gcc-3.3.2/gcc/cp/cp-tree.h  ../../gcc-3.3.2/gcc/cp/decl.h  ../../gcc-3.3.2/gcc/cp/lex.h  ../../gcc-3.3.2/gcc/cp/call.c  ../../gcc-3.3.2/gcc/cp/decl.c  ../../gcc-3.3.2/gcc/cp/decl2.c  ../../gcc-3.3.2/gcc/cp/parse.y  ../../gcc-3.3.2/gcc/cp/pt.c  ../../gcc-3.3.2/gcc/cp/repo.c  ../../gcc-3.3.2/gcc/cp/spew.c  ../../gcc-3.3.2/gcc/cp/tree.c  ../../gcc-3.3.2/gcc/c-common.c  ../../gcc-3.3.2/gcc/c-common.h  ../../gcc-3.3.2/gcc/c-pragma.c  ../../gcc-3.3.2/gcc/f/com.c  ../../gcc-3.3.2/gcc/f/com.h  ../../gcc-3.3.2/gcc/f/ste.c  ../../gcc-3.3.2/gcc/f/where.h  ../../gcc-3.3.2/gcc/f/where.c  ../../gcc-3.3.2/gcc/f/lex.c  ../../gcc-3.3.2/gcc/java/java-tree.h  ../../gcc-3.3.2/gcc/java/builtins.c  ../../gcc-3.3.2/gcc/java/class.c  ../../gcc-3.3.2/gcc/java/constants.c  ../../gcc-3.3.2/gcc/java/decl.c  ../../gcc-3.3.2/gcc/java/expr.c  ../../gcc-3.3.2/gcc/java/jcf-parse.c  ../../gcc-3.3.2/gcc/java/jcf-write.c  ../../gcc-3.3.2/gcc/java/lang.c  ../../gcc-3.3.2/gcc/java/mangle.c  ../../gcc-3.3.2/gcc/java/parse.y  ../../gcc-3.3.2/gcc/objc/objc-act.h  ../../gcc-3.3.2/gcc/c-parse.in  ../../gcc-3.3.2/gcc/c-tree.h  ../../gcc-3.3.2/gcc/c-decl.c  ../../gcc-3.3.2/gcc/c-objc-common.c  ../../gcc-3.3.2/gcc/c-common.c  ../../gcc-3.3.2/gcc/c-common.h  ../../gcc-3.3.2/gcc/c-pragma.c  ../../gcc-3.3.2/gcc/c-parse.in  ../../gcc-3.3.2/gcc/c-lang.c  ../../gcc-3.3.2/gcc/c-parse.in  ../../gcc-3.3.2/gcc/c-tree.h  ../../gcc-3.3.2/gcc/c-decl.c  ../../gcc-3.3.2/gcc/c-common.c  ../../gcc-3.3.2/gcc/c-common.h  ../../gcc-3.3.2/gcc/c-pragma.c  ../../gcc-3.3.2/gcc/c-objc-common.c "; \
for f in $ll; do \
echo "\"$f\", "; done >> tmp-gtyp.h
echo "NULL};" >> tmp-gtyp.h
echo "static const char *langs_for_lang_files[] = {" >> tmp-gtyp.h
ff="cp  cp  cp  cp  cp  cp  cp  cp  cp  cp  cp  cp  cp  cp  cp  f  f  f  f  f  f  java  java  java  java  java  java  java  java  java  java  java  objc  objc  objc  objc  objc  objc  objc  objc  objc  c  c  c  c  c  c  c  c "; \
for f in $ff; do \
echo "\"$f\", " ; done  >> tmp-gtyp.h
echo "NULL};" >> tmp-gtyp.h
echo "static const char *all_files[] = {" >> tmp-gtyp.h
gf="config.h auto-host.h ../../gcc-3.3.2/gcc/../include/ansidecl.h ../../gcc-3.3.2/gcc/config/dbxelf.h ../../gcc-3.3.2/gcc/config/elfos.h ../../gcc-3.3.2/gcc/config/arm/unknown-elf.h ../../gcc-3.3.2/gcc/config/arm/elf.h ../../gcc-3.3.2/gcc/config/arm/aout.h ../../gcc-3.3.2/gcc/config/arm/arm.h ../../gcc-3.3.2/gcc/defaults.h ../../gcc-3.3.2/gcc/defaults.h ../../gcc-3.3.2/gcc/location.h ../../gcc-3.3.2/gcc/../include/hashtab.h ../../gcc-3.3.2/gcc/bitmap.h ../../gcc-3.3.2/gcc/function.h  ../../gcc-3.3.2/gcc/rtl.h ../../gcc-3.3.2/gcc/optabs.h ../../gcc-3.3.2/gcc/tree.h ../../gcc-3.3.2/gcc/libfuncs.h ../../gcc-3.3.2/gcc/hashtable.h ../../gcc-3.3.2/gcc/real.h ../../gcc-3.3.2/gcc/varray.h ../../gcc-3.3.2/gcc/ssa.h ../../gcc-3.3.2/gcc/insn-addr.h ../../gcc-3.3.2/gcc/cselib.h ../../gcc-3.3.2/gcc/c-common.h ../../gcc-3.3.2/gcc/c-tree.h ../../gcc-3.3.2/gcc/basic-block.h ../../gcc-3.3.2/gcc/alias.c ../../gcc-3.3.2/gcc/bitmap.c ../../gcc-3.3.2/gcc/cselib.c ../../gcc-3.3.2/gcc/dwarf2out.c ../../gcc-3.3.2/gcc/emit-rtl.c ../../gcc-3.3.2/gcc/except.c ../../gcc-3.3.2/gcc/explow.c ../../gcc-3.3.2/gcc/expr.c ../../gcc-3.3.2/gcc/fold-const.c ../../gcc-3.3.2/gcc/function.c ../../gcc-3.3.2/gcc/gcse.c ../../gcc-3.3.2/gcc/integrate.c ../../gcc-3.3.2/gcc/lists.c ../../gcc-3.3.2/gcc/optabs.c ../../gcc-3.3.2/gcc/profile.c ../../gcc-3.3.2/gcc/ra-build.c ../../gcc-3.3.2/gcc/regclass.c ../../gcc-3.3.2/gcc/reg-stack.c ../../gcc-3.3.2/gcc/sdbout.c ../../gcc-3.3.2/gcc/stmt.c ../../gcc-3.3.2/gcc/stor-layout.c ../../gcc-3.3.2/gcc/tree.c ../../gcc-3.3.2/gcc/varasm.c ../../gcc-3.3.2/gcc/config/arm/arm.c ../../gcc-3.3.2/gcc/cp/mangle.c ../../gcc-3.3.2/gcc/cp/cp-tree.h ../../gcc-3.3.2/gcc/cp/decl.h ../../gcc-3.3.2/gcc/cp/lex.h ../../gcc-3.3.2/gcc/cp/call.c ../../gcc-3.3.2/gcc/cp/decl.c ../../gcc-3.3.2/gcc/cp/decl2.c ../../gcc-3.3.2/gcc/cp/parse.y ../../gcc-3.3.2/gcc/cp/pt.c ../../gcc-3.3.2/gcc/cp/repo.c ../../gcc-3.3.2/gcc/cp/spew.c ../../gcc-3.3.2/gcc/cp/tree.c ../../gcc-3.3.2/gcc/c-common.c ../../gcc-3.3.2/gcc/c-common.h ../../gcc-3.3.2/gcc/c-pragma.c ../../gcc-3.3.2/gcc/f/com.c ../../gcc-3.3.2/gcc/f/com.h ../../gcc-3.3.2/gcc/f/ste.c ../../gcc-3.3.2/gcc/f/where.h ../../gcc-3.3.2/gcc/f/where.c ../../gcc-3.3.2/gcc/f/lex.c ../../gcc-3.3.2/gcc/java/java-tree.h ../../gcc-3.3.2/gcc/java/builtins.c ../../gcc-3.3.2/gcc/java/class.c ../../gcc-3.3.2/gcc/java/constants.c ../../gcc-3.3.2/gcc/java/decl.c ../../gcc-3.3.2/gcc/java/expr.c ../../gcc-3.3.2/gcc/java/jcf-parse.c ../../gcc-3.3.2/gcc/java/jcf-write.c ../../gcc-3.3.2/gcc/java/lang.c ../../gcc-3.3.2/gcc/java/mangle.c ../../gcc-3.3.2/gcc/java/parse.y ../../gcc-3.3.2/gcc/objc/objc-act.h ../../gcc-3.3.2/gcc/c-parse.in ../../gcc-3.3.2/gcc/c-tree.h ../../gcc-3.3.2/gcc/c-decl.c ../../gcc-3.3.2/gcc/c-objc-common.c ../../gcc-3.3.2/gcc/c-common.c ../../gcc-3.3.2/gcc/c-common.h ../../gcc-3.3.2/gcc/c-pragma.c ../../gcc-3.3.2/gcc/c-parse.in ../../gcc-3.3.2/gcc/c-lang.c ../../gcc-3.3.2/gcc/c-parse.in ../../gcc-3.3.2/gcc/c-tree.h ../../gcc-3.3.2/gcc/c-decl.c ../../gcc-3.3.2/gcc/c-common.c ../../gcc-3.3.2/gcc/c-common.h ../../gcc-3.3.2/gcc/c-pragma.c ../../gcc-3.3.2/gcc/c-objc-common.c"; \
for f in $gf; do \
echo "\"$f\", "; done >> tmp-gtyp.h
echo " NULL};" >> tmp-gtyp.h
echo "static const char *lang_dir_names[] = { \"c\", " >> tmp-gtyp.h
gf="cp f java objc"; \
for l in $gf; do \
echo "\"$l\", "; done >> tmp-gtyp.h
echo "NULL};" >> tmp-gtyp.h
/bin/sh ../../gcc-3.3.2/gcc/move-if-change tmp-gtyp.h gtyp-gen.h 
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include \
  ../../gcc-3.3.2/gcc/gengtype.c -o gengtype.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include \
  ../../gcc-3.3.2/gcc/gengtype-lex.c -o gengtype-lex.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include \
  ../../gcc-3.3.2/gcc/gengtype-yacc.c -o gengtype-yacc.o
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o gengtype \
 gengtype.o gengtype-lex.o gengtype-yacc.o ../libiberty/libiberty.a
./gengtype
warning: structure `JCF' used but not defined
warning: structure `CPool' used but not defined
warning: structure `reg_info_def' used but not defined
warning: structure `die_struct' used but not defined
warning: structure `basic_block_def' used but not defined
echo timestamp > s-gtype
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/rtl.c -o rtl.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/read-rtl.c -o read-rtl.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/bitmap.c -o bitmap.o
../../gcc-3.3.2/gcc/bitmap.c: In function `bitmap_last_set_bit':
../../gcc-3.3.2/gcc/bitmap.c:488: warning: `word' might be used uninitialized in this function
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/ggc-none.c -o ggc-none.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/gensupport.c -o gensupport.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include \
	../../gcc-3.3.2/gcc/genconditions.c -o genconditions.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include \
    ../../gcc-3.3.2/gcc/dummy-conditions.c -o dummy-conditions.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/errors.c -o errors.o
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o genconditions \
 genconditions.o gensupport.o dummy-conditions.o rtl.o read-rtl.o bitmap.o ggc-none.o \
    errors.o ../libiberty/libiberty.a
./genconditions ../../gcc-3.3.2/gcc/config/arm/arm.md > tmp-conditions.c
/bin/sh ../../gcc-3.3.2/gcc/move-if-change tmp-conditions.c insn-conditions.c
echo timestamp > s-conditions
TM_DEFINES="" \
HEADERS="arm/arm-protos.h" XM_DEFINES="" TARGET_CPU_DEFAULT="" \
/bin/sh ../../gcc-3.3.2/gcc/mkconfig.sh tm_p.h
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/genpreds.c -o genpreds.o
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o genpreds \
 genpreds.o ../libiberty/libiberty.a
./genpreds > tmp-preds.h
/bin/sh ../../gcc-3.3.2/gcc/move-if-change tmp-preds.h tm-preds.h
echo timestamp > s-preds
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/genconstants.c -o genconstants.o
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o genconstants \
 genconstants.o gensupport.o dummy-conditions.o rtl.o read-rtl.o bitmap.o ggc-none.o \
    errors.o ../libiberty/libiberty.a
./genconstants ../../gcc-3.3.2/gcc/config/arm/arm.md > tmp-constants.h
/bin/sh ../../gcc-3.3.2/gcc/move-if-change tmp-constants.h insn-constants.h
echo timestamp > s-constants
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include insn-conditions.c
ltf="../../gcc-3.3.2/gcc/cp/cp-tree.def ../../gcc-3.3.2/gcc/java/java-tree.def ../../gcc-3.3.2/gcc/objc/objc-tree.def"; for f in $ltf; do \
    echo "#include \"$f\""; \
done | sed 's|../../gcc-3.3.2/gcc/||' > tmp-gencheck.h
/bin/sh ../../gcc-3.3.2/gcc/move-if-change tmp-gencheck.h gencheck.h
echo timestamp > s-gencheck
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include \
  ../../gcc-3.3.2/gcc/gencheck.c -o gencheck.o
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o gencheck \
 gencheck.o ../libiberty/libiberty.a
./gencheck > tmp-check.h
/bin/sh ../../gcc-3.3.2/gcc/move-if-change tmp-check.h tree-check.h
echo timestamp > s-check
rm -f print-rtl1.c
sed -e 's/config[.]h/hconfig.h/' ../../gcc-3.3.2/gcc/print-rtl.c > print-rtl1.c
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include print-rtl1.c -o print-rtl1.o
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o genflags \
 genflags.o rtl.o read-rtl.o bitmap.o ggc-none.o gensupport.o insn-conditions.o print-rtl1.o \
    errors.o ../libiberty/libiberty.a
./genflags ../../gcc-3.3.2/gcc/config/arm/arm.md > tmp-flags.h
/bin/sh ../../gcc-3.3.2/gcc/move-if-change tmp-flags.h insn-flags.h
echo timestamp > s-flags
(cd intl && make all)
make[2]: Entering directory `/opt/soubhik/temp/crossgcc/build-gcc/gcc/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/opt/soubhik/temp/crossgcc/build-gcc/gcc/intl'
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include \
       -c ../../gcc-3.3.2/gcc/c-parse.c -o c-parse.o
/usr/share/bison/bison.simple: In function `yyparse':
/usr/share/bison/bison.simple:924: warning: label `yyoverflowlab' defined but not used
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/c-lang.c -o c-lang.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/c-pretty-print.c -o c-pretty-print.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/attribs.c -o attribs.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/c-errors.c -o c-errors.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/c-lex.c -o c-lex.o
../../gcc-3.3.2/gcc/c-lex.c:102:59: warning: function-like macro "strcmp" must be used with arguments in traditional C
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/c-pragma.c -o c-pragma.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/c-decl.c -o c-decl.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/c-typeck.c -o c-typeck.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/c-convert.c -o c-convert.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/c-aux-info.c -o c-aux-info.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/c-common.c -o c-common.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/c-opts.c -o c-opts.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/c-format.c -o c-format.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/c-semantics.c -o c-semantics.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/genconfig.c -o genconfig.o
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o genconfig \
  genconfig.o rtl.o read-rtl.o bitmap.o ggc-none.o gensupport.o insn-conditions.o print-rtl1.o \
    errors.o ../libiberty/libiberty.a
./genconfig ../../gcc-3.3.2/gcc/config/arm/arm.md > tmp-config.h
/bin/sh ../../gcc-3.3.2/gcc/move-if-change tmp-config.h insn-config.h
echo timestamp > s-config
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/c-objc-common.c -o c-objc-common.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/c-dump.c -o c-dump.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/cpplib.c -o cpplib.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/cpplex.c -o cpplex.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/cppmacro.c -o cppmacro.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/cppexp.c -o cppexp.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/cppfiles.c -o cppfiles.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/cpptrad.c -o cpptrad.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/cpphash.c -o cpphash.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/cpperror.c -o cpperror.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/cppinit.c -o cppinit.o
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include \
  -DGCC_INCLUDE_DIR=\"/opt/soubhik/temp/crossgcc/final-install/lib/gcc-lib/arm-elf/3.3.2/include\" -DGPLUSPLUS_INCLUDE_DIR=\"/opt/soubhik/temp/crossgcc/final-install/lib/gcc-lib/arm-elf/3.3.2/../../../..`echo /opt/soubhik/temp/crossgcc/final-install | sed -e 's|^/opt/soubhik/temp/crossgcc/final-install||' -e 's|/[^/]*|/..|g'`/include/c++/3.3.2\" -DGPLUSPLUS_TOOL_INCLUDE_DIR=\"/opt/soubhik/temp/crossgcc/final-install/lib/gcc-lib/arm-elf/3.3.2/../../../..`echo /opt/soubhik/temp/crossgcc/final-install | sed -e 's|^/opt/soubhik/temp/crossgcc/final-install||' -e 's|/[^/]*|/..|g'`/include/c++/3.3.2/arm-elf\" -DGPLUSPLUS_BACKWARD_INCLUDE_DIR=\"/opt/soubhik/temp/crossgcc/final-install/lib/gcc-lib/arm-elf/3.3.2/../../../..`echo /opt/soubhik/temp/crossgcc/final-install | sed -e 's|^/opt/soubhik/temp/crossgcc/final-install||' -e 's|/[^/]*|/..|g'`/include/c++/3.3.2/backward\" -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" -DCROSS_INCLUDE_DIR=\"/opt/soubhik/temp/crossgcc/final-install/lib/gcc-lib/arm-elf/3.3.2/../../../../arm-elf/sys-include\" -DTOOL_INCLUDE_DIR=\"/opt/soubhik/temp/crossgcc/final-install/lib/gcc-lib/arm-elf/3.3.2/../../../../arm-elf/include\" \
  -c ../../gcc-3.3.2/gcc/cppdefault.c -o cppdefault.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/cppmain.c -o cppmain.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/hashtable.c -o hashtable.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/line-map.c -o line-map.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/mkdeps.c -o mkdeps.o
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include \
-DPREFIX=\"/opt/soubhik/temp/crossgcc/final-install\" \
  -c ../../gcc-3.3.2/gcc/prefix.c -o prefix.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/mbchar.c -o mbchar.o
rm -rf libcpp.a
ar rc libcpp.a cpplib.o cpplex.o cppmacro.o cppexp.o cppfiles.o cpptrad.o cpphash.o cpperror.o cppinit.o cppdefault.o cppmain.o hashtable.o line-map.o mkdeps.o prefix.o mbchar.o
ranlib libcpp.a
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/main.c -o main.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/alias.c -o alias.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/bb-reorder.c -o bb-reorder.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/gencodes.c -o gencodes.o
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o gencodes \
 gencodes.o rtl.o read-rtl.o bitmap.o ggc-none.o gensupport.o insn-conditions.o print-rtl1.o \
    errors.o ../libiberty/libiberty.a
./gencodes ../../gcc-3.3.2/gcc/config/arm/arm.md > tmp-codes.h
/bin/sh ../../gcc-3.3.2/gcc/move-if-change tmp-codes.h insn-codes.h
echo timestamp > s-codes
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/builtins.c -o builtins.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/caller-save.c -o caller-save.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/calls.c -o calls.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/cfg.c -o cfg.o
../../gcc-3.3.2/gcc/cfg.c: In function `dump_flow_info':
../../gcc-3.3.2/gcc/cfg.c:580: warning: ISO C89 does not support the `ll' length modifier
../../gcc-3.3.2/gcc/cfg.c: In function `dump_edge_info':
../../gcc-3.3.2/gcc/cfg.c:666: warning: ISO C89 does not support the `ll' length modifier
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/cfganal.c -o cfganal.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/cfgbuild.c -o cfgbuild.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/cfgcleanup.c -o cfgcleanup.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/cfglayout.c -o cfglayout.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/cfgloop.c -o cfgloop.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/cfgrtl.c -o cfgrtl.o
../../gcc-3.3.2/gcc/cfgrtl.c: In function `dump_bb':
../../gcc-3.3.2/gcc/cfgrtl.c:1586: warning: ISO C89 does not support the `ll' length modifier
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/genattr.c -o genattr.o
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o genattr \
 genattr.o rtl.o read-rtl.o bitmap.o ggc-none.o gensupport.o insn-conditions.o print-rtl1.o \
    errors.o ../libiberty/libiberty.a
./genattr ../../gcc-3.3.2/gcc/config/arm/arm.md > tmp-attr.h
/bin/sh ../../gcc-3.3.2/gcc/move-if-change tmp-attr.h insn-attr.h
echo timestamp > s-attr
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/combine.c -o combine.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/conflict.c -o conflict.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/convert.c -o convert.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/cse.c -o cse.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/cselib.c -o cselib.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/dbxout.c -o dbxout.o
../../gcc-3.3.2/gcc/dbxout.c: In function `dbxout_begin_block':
../../gcc-3.3.2/gcc/dbxout.c:628: warning: comparison between signed and unsigned
../../gcc-3.3.2/gcc/dbxout.c: In function `dbxout_end_block':
../../gcc-3.3.2/gcc/dbxout.c:638: warning: comparison between signed and unsigned
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/debug.c -o debug.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/df.c -o df.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/diagnostic.c -o diagnostic.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/doloop.c -o doloop.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/dominance.c -o dominance.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/dwarf2asm.c -o dwarf2asm.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/dwarf2out.c -o dwarf2out.o
../../gcc-3.3.2/gcc/dwarf2out.c: In function `output_call_frame_info':
../../gcc-3.3.2/gcc/dwarf2out.c:1990: warning: comparison between signed and unsigned
../../gcc-3.3.2/gcc/dwarf2out.c: In function `dwarf2out_begin_block':
../../gcc-3.3.2/gcc/dwarf2out.c:12186: warning: comparison between signed and unsigned
../../gcc-3.3.2/gcc/dwarf2out.c: In function `dwarf2out_end_block':
../../gcc-3.3.2/gcc/dwarf2out.c:12198: warning: comparison between signed and unsigned
../../gcc-3.3.2/gcc/dwarf2out.c: In function `dwarf2out_source_line':
../../gcc-3.3.2/gcc/dwarf2out.c:12330: warning: comparison between signed and unsigned
../../gcc-3.3.2/gcc/dwarf2out.c:12356: warning: comparison between signed and unsigned
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/dwarfout.c -o dwarfout.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/emit-rtl.c -o emit-rtl.o
../../gcc-3.3.2/gcc/emit-rtl.c: In function `gen_rtx_REG':
../../gcc-3.3.2/gcc/emit-rtl.c:535: warning: comparison between signed and unsigned
../../gcc-3.3.2/gcc/emit-rtl.c: In function `set_mem_attributes_minus_bitpos':
../../gcc-3.3.2/gcc/emit-rtl.c:1857: warning: comparison between signed and unsigned
../../gcc-3.3.2/gcc/emit-rtl.c: In function `init_emit_once':
../../gcc-3.3.2/gcc/emit-rtl.c:5478: warning: comparison between signed and unsigned
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/except.c -o except.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/explow.c -o explow.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/expmed.c -o expmed.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/expr.c -o expr.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/final.c -o final.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/flow.c -o flow.o
../../gcc-3.3.2/gcc/flow.c: In function `mark_regs_live_at_end':
../../gcc-3.3.2/gcc/flow.c:1005: warning: comparison between signed and unsigned
../../gcc-3.3.2/gcc/flow.c: In function `calculate_global_regs_live':
../../gcc-3.3.2/gcc/flow.c:1234: warning: comparison between signed and unsigned
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/fold-const.c -o fold-const.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/function.c -o function.o
../../gcc-3.3.2/gcc/function.c: In function `assign_stack_temp_for_type':
../../gcc-3.3.2/gcc/function.c:738: warning: signed and unsigned type in conditional expression
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/gcse.c -o gcse.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include genrtl.c -o genrtl.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/ggc-common.c -o ggc-common.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/global.c -o global.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/graph.c -o graph.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include gtype-desc.c -o gtype-desc.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/haifa-sched.c -o haifa-sched.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/hooks.c -o hooks.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/ifcvt.c -o ifcvt.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/genattrtab.c -o genattrtab.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/genautomata.c -o genautomata.o
In file included from /usr/include/math.h:350,
                 from ../../gcc-3.3.2/gcc/genautomata.c:109:
/usr/include/bits/mathinline.h: In function `__signbitf':
/usr/include/bits/mathinline.h:130: warning: traditional C rejects automatic aggregate initialization
/usr/include/bits/mathinline.h: In function `__signbit':
/usr/include/bits/mathinline.h:136: warning: traditional C rejects automatic aggregate initialization
/usr/include/bits/mathinline.h: In function `__signbitl':
/usr/include/bits/mathinline.h:142: warning: traditional C rejects automatic aggregate initialization
/usr/include/bits/mathinline.h: In function `__sgn1l':
/usr/include/bits/mathinline.h:469: warning: traditional C rejects automatic aggregate initialization
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/varray.c -o varray.o
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o genattrtab \
 genattrtab.o genautomata.o \
 rtl.o read-rtl.o bitmap.o ggc-none.o gensupport.o insn-conditions.o print-rtl1.o errors.o \
 varray.o ../libiberty/libiberty.a -lm
./genattrtab ../../gcc-3.3.2/gcc/config/arm/arm.md > tmp-attrtab.c
Check description...done
Reservation transformation...done
Create anonymous automaton ...done
Generation of attributes...done
All other genattrtab stuff...done
Forming and outputing automata tables...done
Output functions to work with automata...done

Automaton #0
        1 NDFA states,              1 NDFA arcs
        1 DFA states,               1 DFA arcs
        1 minimal DFA states,       1 minimal DFA arcs
        1 all insns          1 insn equivalence classes
    1 transition comb vector els,     1 trans table els: use simple vect
    1 state alts comb vector els,     1 state alts table els: use simple vect
    1 min delay table els, compression factor 8

    2 all allocated states,         1 all allocated arcs
    0 all allocated alternative states
    1 all transition comb vector els,     1 all trans table els
    1 all state alts comb vector els,     1 all state alts table els
    1 all min delay table els
    1 locked states num

  transformation: 0.000000, building DFA: 0.000000
  DFA minimization: 0.000000, making insn equivalence: 0.000000
 all automaton generation: 0.000000, output: 0.000000
/bin/sh ../../gcc-3.3.2/gcc/move-if-change tmp-attrtab.c insn-attrtab.c
echo timestamp > s-attrtab
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -c insn-attrtab.c \
  -o insn-attrtab.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/genemit.c -o genemit.o
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o genemit \
 genemit.o rtl.o read-rtl.o bitmap.o ggc-none.o gensupport.o insn-conditions.o print-rtl1.o \
    errors.o ../libiberty/libiberty.a
./genemit ../../gcc-3.3.2/gcc/config/arm/arm.md > tmp-emit.c
/bin/sh ../../gcc-3.3.2/gcc/move-if-change tmp-emit.c insn-emit.c
echo timestamp > s-emit
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -c insn-emit.c \
  -o insn-emit.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/genextract.c -o genextract.o
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o genextract \
 genextract.o rtl.o read-rtl.o bitmap.o ggc-none.o gensupport.o insn-conditions.o print-rtl1.o \
    errors.o ../libiberty/libiberty.a
./genextract ../../gcc-3.3.2/gcc/config/arm/arm.md > tmp-extract.c
/bin/sh ../../gcc-3.3.2/gcc/move-if-change tmp-extract.c insn-extract.c
echo timestamp > s-extract
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -c insn-extract.c \
  -o insn-extract.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/genopinit.c -o genopinit.o
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o genopinit \
 genopinit.o rtl.o read-rtl.o bitmap.o ggc-none.o gensupport.o insn-conditions.o print-rtl1.o \
    errors.o ../libiberty/libiberty.a
./genopinit ../../gcc-3.3.2/gcc/config/arm/arm.md > tmp-opinit.c
/bin/sh ../../gcc-3.3.2/gcc/move-if-change tmp-opinit.c insn-opinit.c
echo timestamp > s-opinit
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -c insn-opinit.c \
  -o insn-opinit.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/genoutput.c -o genoutput.o
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o genoutput \
 genoutput.o rtl.o read-rtl.o bitmap.o ggc-none.o gensupport.o insn-conditions.o print-rtl1.o \
    errors.o ../libiberty/libiberty.a
./genoutput ../../gcc-3.3.2/gcc/config/arm/arm.md > tmp-output.c
/bin/sh ../../gcc-3.3.2/gcc/move-if-change tmp-output.c insn-output.c
echo timestamp > s-output
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -c insn-output.c \
  -o insn-output.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/genpeep.c -o genpeep.o
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o genpeep \
 genpeep.o rtl.o read-rtl.o bitmap.o ggc-none.o gensupport.o insn-conditions.o print-rtl1.o \
    errors.o ../libiberty/libiberty.a
./genpeep ../../gcc-3.3.2/gcc/config/arm/arm.md > tmp-peep.c
/bin/sh ../../gcc-3.3.2/gcc/move-if-change tmp-peep.c insn-peep.c
echo timestamp > s-peep
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -c insn-peep.c \
  -o insn-peep.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/genrecog.c -o genrecog.o
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o genrecog \
 genrecog.o rtl.o read-rtl.o bitmap.o ggc-none.o gensupport.o insn-conditions.o print-rtl1.o \
    errors.o ../libiberty/libiberty.a
./genrecog ../../gcc-3.3.2/gcc/config/arm/arm.md > tmp-recog.c
/bin/sh ../../gcc-3.3.2/gcc/move-if-change tmp-recog.c insn-recog.c
echo timestamp > s-recog
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -c insn-recog.c \
  -o insn-recog.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/integrate.c -o integrate.o
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include \
  -DLOCALEDIR=\"/opt/soubhik/temp/crossgcc/final-install/share/locale\" \
  -c ../../gcc-3.3.2/gcc/intl.c -o intl.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/jump.c -o jump.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/langhooks.c -o langhooks.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/lcm.c -o lcm.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/lists.c -o lists.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/local-alloc.c -o local-alloc.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/loop.c -o loop.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/optabs.c -o optabs.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/params.c -o params.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/predict.c -o predict.o
../../gcc-3.3.2/gcc/predict.c: In function `dump_prediction':
../../gcc-3.3.2/gcc/predict.c:305: warning: ISO C89 does not support the `ll' length modifier
../../gcc-3.3.2/gcc/predict.c:309: warning: ISO C89 does not support the `ll' length modifier
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/print-rtl.c -o print-rtl.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/print-tree.c -o print-tree.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/profile.c -o profile.o
../../gcc-3.3.2/gcc/profile.c: In function `compute_branch_probabilities':
../../gcc-3.3.2/gcc/profile.c:479: warning: ISO C89 does not support the `ll' length modifier
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/ra.c -o ra.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/ra-build.c -o ra-build.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/ra-colorize.c -o ra-colorize.o
../../gcc-3.3.2/gcc/ra-colorize.c: In function `colorize_one_web':
../../gcc-3.3.2/gcc/ra-colorize.c:1294: warning: `fat_colors' might be used uninitialized in this function
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/ra-debug.c -o ra-debug.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/ra-rewrite.c -o ra-rewrite.o
../../gcc-3.3.2/gcc/ra-rewrite.c: In function `rewrite_program2':
../../gcc-3.3.2/gcc/ra-rewrite.c:1086: warning: `bb' might be used uninitialized in this function
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/real.c -o real.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/recog.c -o recog.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/reg-stack.c -o reg-stack.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/regclass.c -o regclass.o
../../gcc-3.3.2/gcc/regclass.c: In function `init_reg_sets_1':
../../gcc-3.3.2/gcc/regclass.c:310: warning: comparison between signed and unsigned
../../gcc-3.3.2/gcc/regclass.c:461: warning: comparison between signed and unsigned
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/regmove.c -o regmove.o
../../gcc-3.3.2/gcc/regmove.c: In function `fixup_match_1':
../../gcc-3.3.2/gcc/regmove.c:1684: warning: `newconst' might be used uninitialized in this function
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/regrename.c -o regrename.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/reload.c -o reload.o
../../gcc-3.3.2/gcc/reload.c: In function `update_auto_inc_notes':
../../gcc-3.3.2/gcc/reload.c:5162: warning: comparison between signed and unsigned
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/reload1.c -o reload1.o
../../gcc-3.3.2/gcc/reload1.c: In function `reload_as_needed':
../../gcc-3.3.2/gcc/reload1.c:3982: warning: comparison between signed and unsigned
../../gcc-3.3.2/gcc/reload1.c:4049: warning: comparison between signed and unsigned
../../gcc-3.3.2/gcc/reload1.c:3838: warning: `prev' might be used uninitialized in this function
../../gcc-3.3.2/gcc/reload1.c: In function `emit_input_reload_insns':
../../gcc-3.3.2/gcc/reload1.c:6260: warning: comparison between signed and unsigned
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/reorg.c -o reorg.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/resource.c -o resource.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/rtlanal.c -o rtlanal.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/rtl-error.c -o rtl-error.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/sbitmap.c -o sbitmap.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/sched-deps.c -o sched-deps.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/sched-ebb.c -o sched-ebb.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/sched-rgn.c -o sched-rgn.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/sched-vis.c -o sched-vis.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/sdbout.c -o sdbout.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/sibcall.c -o sibcall.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/simplify-rtx.c -o simplify-rtx.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/ssa.c -o ssa.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/ssa-ccp.c -o ssa-ccp.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/ssa-dce.c -o ssa-dce.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/stmt.c -o stmt.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/stor-layout.c -o stor-layout.o
../../gcc-3.3.2/gcc/stor-layout.c: In function `start_record_layout':
../../gcc-3.3.2/gcc/stor-layout.c:542: warning: comparison between signed and unsigned
../../gcc-3.3.2/gcc/stor-layout.c:542: warning: signed and unsigned type in conditional expression
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/stringpool.c -o stringpool.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/timevar.c -o timevar.o
lof="../../gcc-3.3.2/gcc/cp/lang-options.h ../../gcc-3.3.2/gcc/f/lang-options.h ../../gcc-3.3.2/gcc/java/lang-options.h ../../gcc-3.3.2/gcc/objc/lang-options.h"; for f in $lof; do \
    echo "#include \"$f\""; \
done | sed 's|../../gcc-3.3.2/gcc/||' > tmp-options.h
/bin/sh ../../gcc-3.3.2/gcc/move-if-change tmp-options.h options.h
echo timestamp > s-options
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include \
  -DTARGET_NAME=\"arm-elf\" \
  -c ../../gcc-3.3.2/gcc/toplev.c -o toplev.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/tracer.c -o tracer.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/tree.c -o tree.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/tree-dump.c -o tree-dump.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/tree-inline.c -o tree-inline.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/unroll.c -o unroll.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/varasm.c -o varasm.o
../../gcc-3.3.2/gcc/varasm.c:533: warning: `asm_output_aligned_bss' defined but not used
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/version.c -o version.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/vmsdbgout.c -o vmsdbgout.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/xcoffout.c -o xcoffout.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/et-forest.c -o et-forest.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/ggc-page.c -o ggc-page.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include \
	../../gcc-3.3.2/gcc/config/arm/arm.c -o arm.o
rm -rf libbackend.a
ar rc libbackend.a alias.o bb-reorder.o bitmap.o builtins.o caller-save.o calls.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o cfglayout.o cfgloop.o cfgrtl.o combine.o conflict.o convert.o cse.o cselib.o dbxout.o debug.o df.o diagnostic.o doloop.o dominance.o dwarf2asm.o dwarf2out.o dwarfout.o emit-rtl.o except.o explow.o expmed.o expr.o final.o flow.o fold-const.o function.o gcse.o genrtl.o ggc-common.o global.o graph.o gtype-desc.o haifa-sched.o hashtable.o hooks.o ifcvt.o insn-attrtab.o insn-emit.o insn-extract.o insn-opinit.o insn-output.o insn-peep.o insn-recog.o integrate.o intl.o jump.o  langhooks.o lcm.o lists.o local-alloc.o loop.o mbchar.o optabs.o params.o predict.o print-rtl.o print-tree.o profile.o ra.o ra-build.o ra-colorize.o ra-debug.o ra-rewrite.o real.o recog.o reg-stack.o regclass.o regmove.o regrename.o reload.o reload1.o reorg.o resource.o rtl.o rtlanal.o rtl-error.o sbitmap.o sched-deps.o sched-ebb.o sched-rgn.o sched-vis.o sdbout.o sibcall.o simplify-rtx.o ssa.o ssa-ccp.o ssa-dce.o stmt.o stor-layout.o stringpool.o timevar.o toplev.o tracer.o tree.o tree-dump.o tree-inline.o unroll.o varasm.o varray.o version.o vmsdbgout.o xcoffout.o et-forest.o ggc-page.o arm.o 
ranlib libbackend.a
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H  -o cc1 \
	c-parse.o c-lang.o c-pretty-print.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-objc-common.o c-dump.o libcpp.a  main.o libbackend.a   ../libiberty/libiberty.a
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/gcov.c -o gcov.o
../../gcc-3.3.2/gcc/gcov.c: In function `format_hwint':
../../gcc-3.3.2/gcc/gcov.c:1172: warning: ISO C89 does not support the `ll' length modifier
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H  gcov.o intl.o version.o   ../libiberty/libiberty.a -o gcov
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -Icp -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/cp -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/cp/call.c -o cp/call.o
../../gcc-3.3.2/gcc/cp/call.c: In function `equal_functions':
../../gcc-3.3.2/gcc/cp/call.c:2497: warning: signed and unsigned type in conditional expression
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -Icp -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/cp -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/cp/decl.c -o cp/decl.o
../../gcc-3.3.2/gcc/cp/decl.c: In function `decls_match':
../../gcc-3.3.2/gcc/cp/decl.c:3167: warning: signed and unsigned type in conditional expression
../../gcc-3.3.2/gcc/cp/decl.c:3168: warning: signed and unsigned type in conditional expression
../../gcc-3.3.2/gcc/cp/decl.c:3176: warning: signed and unsigned type in conditional expression
../../gcc-3.3.2/gcc/cp/decl.c:3190: warning: signed and unsigned type in conditional expression
../../gcc-3.3.2/gcc/cp/decl.c:3193: warning: signed and unsigned type in conditional expression
../../gcc-3.3.2/gcc/cp/decl.c: In function `duplicate_decls':
../../gcc-3.3.2/gcc/cp/decl.c:3390: warning: signed and unsigned type in conditional expression
../../gcc-3.3.2/gcc/cp/decl.c:3391: warning: signed and unsigned type in conditional expression
../../gcc-3.3.2/gcc/cp/decl.c:3434: warning: signed and unsigned type in conditional expression
../../gcc-3.3.2/gcc/cp/decl.c:3511: warning: signed and unsigned type in conditional expression
../../gcc-3.3.2/gcc/cp/decl.c:3511: warning: signed and unsigned type in conditional expression
../../gcc-3.3.2/gcc/cp/decl.c:3591: warning: signed and unsigned type in conditional expression
../../gcc-3.3.2/gcc/cp/decl.c:3591: warning: signed and unsigned type in conditional expression
../../gcc-3.3.2/gcc/cp/decl.c:3597: warning: signed and unsigned type in conditional expression
../../gcc-3.3.2/gcc/cp/decl.c:3601: warning: signed and unsigned type in conditional expression
../../gcc-3.3.2/gcc/cp/decl.c:3603: warning: signed and unsigned type in conditional expression
../../gcc-3.3.2/gcc/cp/decl.c:3952: warning: signed and unsigned type in conditional expression
../../gcc-3.3.2/gcc/cp/decl.c:3967: warning: signed and unsigned type in conditional expression
../../gcc-3.3.2/gcc/cp/decl.c: In function `pushdecl':
../../gcc-3.3.2/gcc/cp/decl.c:4211: warning: signed and unsigned type in conditional expression
../../gcc-3.3.2/gcc/cp/decl.c:4238: warning: signed and unsigned type in conditional expression
../../gcc-3.3.2/gcc/cp/decl.c: In function `cxx_insert_default_attributes':
../../gcc-3.3.2/gcc/cp/decl.c:7388: warning: signed and unsigned type in conditional expression
../../gcc-3.3.2/gcc/cp/decl.c: In function `grokfndecl':
../../gcc-3.3.2/gcc/cp/decl.c:9615: warning: signed and unsigned type in conditional expression
../../gcc-3.3.2/gcc/cp/decl.c:9649: warning: signed and unsigned type in conditional expression
../../gcc-3.3.2/gcc/cp/decl.c: In function `start_function':
../../gcc-3.3.2/gcc/cp/decl.c:14324: warning: signed and unsigned type in conditional expression
../../gcc-3.3.2/gcc/cp/decl.c: In function `finish_function':
../../gcc-3.3.2/gcc/cp/decl.c:14925: warning: signed and unsigned type in conditional expression
../../gcc-3.3.2/gcc/cp/decl.c: In function `cp_missing_noreturn_ok_p':
../../gcc-3.3.2/gcc/cp/decl.c:15437: warning: signed and unsigned type in conditional expression
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -Icp -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/cp -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/cp/expr.c -o cp/expr.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -Icp -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/cp -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/cp/pt.c -o cp/pt.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -Icp -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/cp -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/cp/typeck2.c -o cp/typeck2.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -Icp -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/cp -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/cp/class.c -o cp/class.o
../../gcc-3.3.2/gcc/cp/class.c: In function `layout_virtual_bases':
../../gcc-3.3.2/gcc/cp/class.c:4710: warning: comparison between signed and unsigned
../../gcc-3.3.2/gcc/cp/class.c:4710: warning: signed and unsigned type in conditional expression
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -Icp -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/cp -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/cp/decl2.c -o cp/decl2.o
../../gcc-3.3.2/gcc/cp/decl2.c: In function `merge_functions':
../../gcc-3.3.2/gcc/cp/decl2.c:3785: warning: signed and unsigned type in conditional expression
../../gcc-3.3.2/gcc/cp/decl2.c:3785: warning: signed and unsigned type in conditional expression
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -Icp -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/cp -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/cp/error.c -o cp/error.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -Icp -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/cp -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/cp/lex.c -o cp/lex.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -Icp -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/cp -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  \
	../../gcc-3.3.2/gcc/cp/parse.c -o cp/parse.o
/usr/share/bison/bison.simple: In function `yyparse':
/usr/share/bison/bison.simple:924: warning: label `yyoverflowlab' defined but not used
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -Icp -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/cp -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/cp/ptree.c -o cp/ptree.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -Icp -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/cp -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/cp/rtti.c -o cp/rtti.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -Icp -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/cp -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/cp/spew.c -o cp/spew.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -Icp -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/cp -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/cp/typeck.c -o cp/typeck.o
../../gcc-3.3.2/gcc/cp/typeck.c: In function `build_function_call_real':
../../gcc-3.3.2/gcc/cp/typeck.c:2673: warning: signed and unsigned type in conditional expression
../../gcc-3.3.2/gcc/cp/typeck.c: In function `build_unary_op':
../../gcc-3.3.2/gcc/cp/typeck.c:4200: warning: signed and unsigned type in conditional expression
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -Icp -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/cp -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/cp/cvt.c -o cp/cvt.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -Icp -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/cp -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/cp/except.c -o cp/except.o
../../gcc-3.3.2/gcc/cp/except.c: In function `nothrow_libfn_p':
../../gcc-3.3.2/gcc/cp/except.c:882: warning: signed and unsigned type in conditional expression
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -Icp -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/cp -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/cp/friend.c -o cp/friend.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -Icp -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/cp -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/cp/init.c -o cp/init.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -Icp -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/cp -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/cp/method.c -o cp/method.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -Icp -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/cp -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/cp/search.c -o cp/search.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -Icp -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/cp -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/cp/semantics.c -o cp/semantics.o
../../gcc-3.3.2/gcc/cp/semantics.c: In function `finish_member_declaration':
../../gcc-3.3.2/gcc/cp/semantics.c:1837: warning: signed and unsigned type in conditional expression
../../gcc-3.3.2/gcc/cp/semantics.c: In function `genrtl_start_function':
../../gcc-3.3.2/gcc/cp/semantics.c:2519: warning: signed and unsigned type in conditional expression
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -Icp -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/cp -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/cp/tree.c -o cp/tree.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -Icp -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/cp -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/cp/repo.c -o cp/repo.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -Icp -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/cp -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/cp/dump.c -o cp/dump.o
../../gcc-3.3.2/gcc/cp/dump.c: In function `cp_dump_tree':
../../gcc-3.3.2/gcc/cp/dump.c:222: warning: signed and unsigned type in conditional expression
../../gcc-3.3.2/gcc/cp/dump.c:223: warning: signed and unsigned type in conditional expression
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -Icp -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/cp -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/cp/optimize.c -o cp/optimize.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -Icp -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/cp -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/cp/mangle.c -o cp/mangle.o
../../gcc-3.3.2/gcc/cp/mangle.c: In function `write_mangled_name':
../../gcc-3.3.2/gcc/cp/mangle.c:615: warning: signed and unsigned type in conditional expression
../../gcc-3.3.2/gcc/cp/mangle.c: In function `write_encoding':
../../gcc-3.3.2/gcc/cp/mangle.c:640: warning: signed and unsigned type in conditional expression
../../gcc-3.3.2/gcc/cp/mangle.c: In function `mangle_decl_string':
../../gcc-3.3.2/gcc/cp/mangle.c:2406: warning: signed and unsigned type in conditional expression
../../gcc-3.3.2/gcc/cp/mangle.c:2414: warning: signed and unsigned type in conditional expression
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -Icp -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/cp -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/cp/cp-lang.c -o cp/cp-lang.o
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H  -o cc1plus \
      cp/call.o cp/decl.o cp/expr.o cp/pt.o cp/typeck2.o cp/class.o cp/decl2.o cp/error.o cp/lex.o cp/parse.o cp/ptree.o cp/rtti.o cp/spew.o cp/typeck.o cp/cvt.o cp/except.o cp/friend.o cp/init.o cp/method.o cp/search.o cp/semantics.o cp/tree.o cp/repo.o cp/dump.o cp/optimize.o cp/mangle.o cp/cp-lang.o attribs.o c-common.o c-format.o c-pragma.o c-semantics.o c-lex.o c-dump.o  c-pretty-print.o c-opts.o main.o libbackend.a libcpp.a   ../libiberty/libiberty.a
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -If -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/f -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/f/bad.c -o f/bad.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -If -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/f -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/f/bit.c -o f/bit.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -If -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/f -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/f/bld.c -o f/bld.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -If -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/f -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/f/com.c -o f/com.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -If -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/f -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/f/data.c -o f/data.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -If -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/f -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/f/equiv.c -o f/equiv.o
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -If -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/f -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include \
      -c ../../gcc-3.3.2/gcc/f/fini.c -o f/fini.o
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H -DGENERATOR_FILE  -o f/fini \
	f/fini.o ../libiberty/libiberty.a
./f/fini ../../gcc-3.3.2/gcc/f/str-1t.fin f/str-1t.j f/str-1t.h
./f/fini ../../gcc-3.3.2/gcc/f/str-2t.fin f/str-2t.j f/str-2t.h
./f/fini ../../gcc-3.3.2/gcc/f/str-fo.fin f/str-fo.j f/str-fo.h
./f/fini ../../gcc-3.3.2/gcc/f/str-io.fin f/str-io.j f/str-io.h
./f/fini ../../gcc-3.3.2/gcc/f/str-nq.fin f/str-nq.j f/str-nq.h
./f/fini ../../gcc-3.3.2/gcc/f/str-op.fin f/str-op.j f/str-op.h
./f/fini ../../gcc-3.3.2/gcc/f/str-ot.fin f/str-ot.j f/str-ot.h
echo timestamp > f/stamp-str
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -If -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/f -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/f/expr.c -o f/expr.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -If -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/f -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/f/global.c -o f/global.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -If -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/f -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/f/implic.c -o f/implic.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -If -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/f -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/f/info.c -o f/info.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -If -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/f -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/f/intrin.c -o f/intrin.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -If -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/f -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/f/lab.c -o f/lab.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -If -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/f -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/f/lex.c -o f/lex.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -If -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/f -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/f/malloc.c -o f/malloc.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -If -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/f -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/f/name.c -o f/name.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -If -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/f -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/f/parse.c -o f/parse.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -If -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/f -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/f/src.c -o f/src.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -If -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/f -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/f/st.c -o f/st.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -If -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/f -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/f/sta.c -o f/sta.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -If -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/f -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/f/stb.c -o f/stb.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -If -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/f -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/f/stc.c -o f/stc.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -If -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/f -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/f/std.c -o f/std.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -If -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/f -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/f/ste.c -o f/ste.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -If -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/f -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/f/storag.c -o f/storag.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -If -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/f -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/f/stp.c -o f/stp.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -If -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/f -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/f/str.c -o f/str.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -If -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/f -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/f/sts.c -o f/sts.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -If -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/f -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/f/stt.c -o f/stt.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -If -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/f -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/f/stu.c -o f/stu.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -If -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/f -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/f/stv.c -o f/stv.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -If -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/f -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/f/stw.c -o f/stw.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -If -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/f -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/f/symbol.c -o f/symbol.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -If -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/f -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/f/target.c -o f/target.o
../../gcc-3.3.2/gcc/f/target.c: In function `ffetarget_memcpy_':
../../gcc-3.3.2/gcc/f/target.c:2550: warning: implicit declaration of function `sorry'
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -If -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/f -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/f/top.c -o f/top.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -If -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/f -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/f/type.c -o f/type.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -If -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/f -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/f/where.c -o f/where.o
rm -f f771
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H  -o f771 f/bad.o f/bit.o f/bld.o f/com.o f/data.o f/equiv.o f/expr.o f/global.o f/implic.o f/info.o f/intrin.o f/lab.o f/lex.o f/malloc.o f/name.o f/parse.o f/src.o f/st.o f/sta.o f/stb.o f/stc.o f/std.o f/ste.o f/storag.o f/stp.o f/str.o f/sts.o f/stt.o f/stu.o f/stv.o f/stw.o f/symbol.o f/target.o f/top.o f/type.o f/where.o main.o libbackend.a   ../libiberty/libiberty.a
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -Ijava -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/java -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/java/parse.c -o java/parse.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -Ijava -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/java -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/java/class.c -o java/class.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -Ijava -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/java -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/java/decl.c -o java/decl.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -Ijava -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/java -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/java/expr.c -o java/expr.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -Ijava -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/java -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/java/constants.c -o java/constants.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -Ijava -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/java -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/java/lang.c -o java/lang.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -Ijava -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/java -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/java/typeck.c -o java/typeck.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -Ijava -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/java -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/java/except.c -o java/except.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -Ijava -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/java -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/java/verify.c -o java/verify.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -Ijava -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/java -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/java/zextract.c -o java/zextract.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -Ijava -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/java -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -I../../gcc-3.3.2/gcc/../zlib \
	../../gcc-3.3.2/gcc/java/jcf-io.c -o java/jcf-io.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -Ijava -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/java -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/java/win32-host.c -o java/win32-host.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -Ijava -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/java -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/java/jcf-parse.c -o java/jcf-parse.o
../../gcc-3.3.2/gcc/java/jcf-parse.c: In function `get_constant':
../../gcc-3.3.2/gcc/java/jcf-parse.c:313: warning: implicit declaration of function `arm_float_words_big_endian'
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -Ijava -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/java -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/java/mangle.c -o java/mangle.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -Ijava -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/java -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/java/mangle_name.c -o java/mangle_name.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -Ijava -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/java -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/java/builtins.c -o java/builtins.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -Ijava -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/java -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/java/jcf-write.c -o java/jcf-write.o
../../gcc-3.3.2/gcc/java/jcf-write.c: In function `find_constant_index':
../../gcc-3.3.2/gcc/java/jcf-write.c:845: warning: implicit declaration of function `arm_float_words_big_endian'
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -Ijava -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/java -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/java/buffer.c -o java/buffer.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -Ijava -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/java -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/java/check-init.c -o java/check-init.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -Ijava -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/java -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/java/jcf-depend.c -o java/jcf-depend.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -Ijava -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/java -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include \
  -DLIBGCJ_ZIP_FILE='"/opt/soubhik/temp/crossgcc/final-install/share/java/libgcj-3.3.2.jar"' \
  -DDEFAULT_TARGET_VERSION=\"3.3.2\" \
  ../../gcc-3.3.2/gcc/java/jcf-path.c -o java/jcf-path.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -Ijava -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/java -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/java/xref.c -o java/xref.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -Ijava -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/java -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/java/boehm.c -o java/boehm.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -Ijava -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/java -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include \
-DINLINER_FOR_JAVA=1 \
../../gcc-3.3.2/gcc/tree-inline.c -o java/java-tree-inline.o
rm -f jc1
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H  -o jc1 \
	java/parse.o java/class.o java/decl.o java/expr.o java/constants.o java/lang.o java/typeck.o java/except.o java/verify.o java/zextract.o java/jcf-io.o java/win32-host.o java/jcf-parse.o java/mangle.o java/mangle_name.o java/builtins.o java/jcf-write.o java/buffer.o java/check-init.o java/jcf-depend.o java/jcf-path.o java/xref.o java/boehm.o java/java-tree-inline.o mkdeps.o main.o libbackend.a -L../zlib -lz    ../libiberty/libiberty.a
if test yes = yes \
   || test -n ""; then \
  /bin/sh ../../gcc-3.3.2/gcc/genmultilib \
    "marm/mthumb" \
    "arm thumb" \
    "" \
    "" \
    "" \
    "" \
    "" \
    "yes" \
    > tmp-mlib.h; \
else \
  /bin/sh ../../gcc-3.3.2/gcc/genmultilib '' '' '' '' '' '' '' no \
    > tmp-mlib.h; \
fi
/bin/sh ../../gcc-3.3.2/gcc/move-if-change tmp-mlib.h multilib.h
echo timestamp > s-mlib
lsf="../../gcc-3.3.2/gcc/cp/lang-specs.h ../../gcc-3.3.2/gcc/f/lang-specs.h ../../gcc-3.3.2/gcc/java/lang-specs.h ../../gcc-3.3.2/gcc/objc/lang-specs.h"; for f in $lsf; do \
    echo "#include \"$f\""; \
done | sed 's|../../gcc-3.3.2/gcc/||' > tmp-specs.h
/bin/sh ../../gcc-3.3.2/gcc/move-if-change tmp-specs.h specs.h
echo timestamp > s-specs
(SHLIB_LINK='' \
SHLIB_MULTILIB=''; \
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include \
  -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/opt/soubhik/temp/crossgcc/final-install/lib/gcc-lib/\" -DDEFAULT_TARGET_VERSION=\"3.3.2\" -DDEFAULT_TARGET_MACHINE=\"arm-elf\" -DSTANDARD_BINDIR_PREFIX=\"/opt/soubhik/temp/crossgcc/final-install/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\"  `test "X${SHLIB_LINK}" = "X" || test "yes" != "yes" || echo "-DENABLE_SHARED_LIBGCC"` `test "X${SHLIB_MULTILIB}" = "X" || echo "-DNO_SHARED_LIBGCC_MULTILIB"` \
  -c ../../gcc-3.3.2/gcc/gcc.c -o gcc.o)
../../gcc-3.3.2/gcc/gcc.c:689: warning: string length `524' is greater than the minimum length `509' ISO C89 is required to support
../../gcc-3.3.2/gcc/gcc.c:836: warning: string length `523' is greater than the minimum length `509' ISO C89 is required to support
In file included from specs.h:4,
                 from ../../gcc-3.3.2/gcc/gcc.c:866:
../../gcc-3.3.2/gcc/objc/lang-specs.h:28: warning: string length `546' is greater than the minimum length `509' ISO C89 is required to support
../../gcc-3.3.2/gcc/gcc.c:1423: warning: string length `2267' is greater than the minimum length `509' ISO C89 is required to support
(SHLIB_LINK='' \
SHLIB_MULTILIB=''; \
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/opt/soubhik/temp/crossgcc/final-install/lib/gcc-lib/\" -DDEFAULT_TARGET_VERSION=\"3.3.2\" -DDEFAULT_TARGET_MACHINE=\"arm-elf\" -DSTANDARD_BINDIR_PREFIX=\"/opt/soubhik/temp/crossgcc/final-install/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\"  `test "X${SHLIB_LINK}" = "X" || test "yes" != "yes" || echo "-DENABLE_SHARED_LIBGCC"` `test "X${SHLIB_MULTILIB}" = "X" || echo "-DNO_SHARED_LIBGCC_MULTILIB"` \
	-I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/java/jvspec.c -o jvspec.o)
../../gcc-3.3.2/gcc/java/jvspec.c:58: warning: string length `969' is greater than the minimum length `509' ISO C89 is required to support
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H  -o gcj gcc.o jvspec.o prefix.o intl.o \
  version.o    ../libiberty/libiberty.a
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -Ijava -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/java -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/java/jvgenmain.c -o java/jvgenmain.o
rm -f jvgenmain
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H  -o jvgenmain java/jvgenmain.o java/mangle_name.o errors.o   ../libiberty/libiberty.a
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -Ijava -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/java -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/java/gjavah.c -o java/gjavah.o
rm -f gcjh
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H  -o gcjh java/gjavah.o java/jcf-io.o java/win32-host.o java/jcf-depend.o java/jcf-path.o java/zextract.o version.o mkdeps.o errors.o -L../zlib -lz   ../libiberty/libiberty.a
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -Ijava -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/java -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/java/parse-scan.c -o java/parse-scan.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -Ijava -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/java -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/java/jv-scan.c -o java/jv-scan.o
rm -f jv-scan
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H  -o jv-scan java/parse-scan.o java/jv-scan.o version.o    ../libiberty/libiberty.a
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG_H    -I. -Ijava -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/java -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/java/jcf-dump.c -o java/jcf-dump.o
rm -f jcf-dump
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H  -o jcf-dump java/jcf-dump.o java/jcf-io.o java/win32-host.o java/jcf-depend.o java/jcf-path.o java/zextract.o errors.o version.o mkdeps.o \
	-L../zlib -lz    ../libiberty/libiberty.a
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -I../../gcc-3.3.2/gcc/objc \
-c ../../gcc-3.3.2/gcc/objc/objc-lang.c -o objc-lang.o
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -I../../gcc-3.3.2/gcc/objc \
-c ../../gcc-3.3.2/gcc/objc/objc-parse.c -o objc-parse.o
/usr/share/bison/bison.simple: In function `yyparse':
/usr/share/bison/bison.simple:924: warning: label `yyoverflowlab' defined but not used
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -I../../gcc-3.3.2/gcc/objc \
-c ../../gcc-3.3.2/gcc/objc/objc-act.c
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H  -o cc1obj objc-lang.o objc-parse.o objc-act.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-objc-common.o c-dump.o libcpp.a  main.o libbackend.a   ../libiberty/libiberty.a
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  \
-DTARGET_MACHINE=\"arm-elf\" \
-c ../../gcc-3.3.2/gcc/collect2.c -o collect2.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/tlink.c -o tlink.o
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H  -o Tcollect2 \
	collect2.o tlink.o intl.o version.o   ../libiberty/libiberty.a 
mv -f Tcollect2 collect2
(SHLIB_LINK='' \
SHLIB_MULTILIB=''; \
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include \
  -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/opt/soubhik/temp/crossgcc/final-install/lib/gcc-lib/\" -DDEFAULT_TARGET_VERSION=\"3.3.2\" -DDEFAULT_TARGET_MACHINE=\"arm-elf\" -DSTANDARD_BINDIR_PREFIX=\"/opt/soubhik/temp/crossgcc/final-install/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\"  `test "X${SHLIB_LINK}" = "X" || test "yes" != "yes" || echo "-DENABLE_SHARED_LIBGCC"` `test "X${SHLIB_MULTILIB}" = "X" || echo "-DNO_SHARED_LIBGCC_MULTILIB"` \
  -c ../../gcc-3.3.2/gcc/gccspec.c -o gccspec.o)
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H  -o xgcc gcc.o gccspec.o intl.o \
  prefix.o version.o    ../libiberty/libiberty.a
cp xgcc gcc-cross
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/cppspec.c -o cppspec.o
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H  -o cpp gcc.o cppspec.o intl.o \
  prefix.o version.o    ../libiberty/libiberty.a
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -dumpspecs > tmp-specs
mv tmp-specs specs
if [ -f specs.ready ] ; then \
	true; \
else \
	echo timestamp > specs.ready; \
fi
(MAKE="make"; srcdir=`cd ../../gcc-3.3.2/gcc/fixinc && ${PWDCMD-pwd}` ; \
CC="gcc"; CFLAGS="  -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE"; LDFLAGS=""; \
WARN_CFLAGS="-W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long "; \
export MAKE srcdir CC CFLAGS LDFLAGS WARN_CFLAGS; cd ./fixinc && \
/bin/sh ${srcdir}/mkfixinc.sh i686-pc-linux-gnu arm-unknown-elf)
constructing ../fixinc.sh for arm-unknown-elf to run on i686-pc-linux-gnu
make TARGETS=oneprocess SHELL="/bin/sh" CC="gcc" CFLAGS=" -g -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE" LDFLAGS="" install-bin
make[2]: Entering directory `/opt/soubhik/temp/crossgcc/build-gcc/gcc/fixinc'
/bin/sh ../../../gcc-3.3.2/gcc/fixinc/genfixes machname.h
No forbidden identifiers defined by this target
gcc -c -DIN_GCC -DHAVE_CONFIG_H -g -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  -I. -I.. -I../../../gcc-3.3.2/gcc/fixinc -I../../../gcc-3.3.2/gcc/fixinc/.. -I../../../gcc-3.3.2/gcc/fixinc/../config -I../../../gcc-3.3.2/gcc/fixinc/../../include ../../../gcc-3.3.2/gcc/fixinc/fixincl.c
In file included from ../../../gcc-3.3.2/gcc/fixinc/fixincl.c:106:
../../../gcc-3.3.2/gcc/fixinc/fixincl.x:56: warning: string length `1232' is greater than the minimum length `509' ISO C89 is required to support
../../../gcc-3.3.2/gcc/fixinc/fixincl.x:137: warning: string length `552' is greater than the minimum length `509' ISO C89 is required to support
../../../gcc-3.3.2/gcc/fixinc/fixincl.x:182: warning: string length `523' is greater than the minimum length `509' ISO C89 is required to support
../../../gcc-3.3.2/gcc/fixinc/fixincl.x:226: warning: string length `762' is greater than the minimum length `509' ISO C89 is required to support
../../../gcc-3.3.2/gcc/fixinc/fixincl.x:353: warning: string length `3445' is greater than the minimum length `509' ISO C89 is required to support
../../../gcc-3.3.2/gcc/fixinc/fixincl.x:2038: warning: string length `729' is greater than the minimum length `509' ISO C89 is required to support
../../../gcc-3.3.2/gcc/fixinc/fixincl.c: In function `initialize':
../../../gcc-3.3.2/gcc/fixinc/fixincl.c:227: warning: traditional C rejects string concatenation
../../../gcc-3.3.2/gcc/fixinc/fixincl.c:229: warning: traditional C rejects string concatenation
../../../gcc-3.3.2/gcc/fixinc/fixincl.c: In function `test_test':
../../../gcc-3.3.2/gcc/fixinc/fixincl.c:640: warning: `res' might be used uninitialized in this function
../../../gcc-3.3.2/gcc/fixinc/fixincl.c: In function `start_fixer':
../../../gcc-3.3.2/gcc/fixinc/fixincl.c:1047: warning: `pz_cmd_save' might be used uninitialized in this function
gcc -c -DIN_GCC -DHAVE_CONFIG_H -g -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  -I. -I.. -I../../../gcc-3.3.2/gcc/fixinc -I../../../gcc-3.3.2/gcc/fixinc/.. -I../../../gcc-3.3.2/gcc/fixinc/../config -I../../../gcc-3.3.2/gcc/fixinc/../../include ../../../gcc-3.3.2/gcc/fixinc/fixtests.c
../../../gcc-3.3.2/gcc/fixinc/fixtests.c: In function `machine_name_test':
../../../gcc-3.3.2/gcc/fixinc/fixtests.c:72: warning: unused parameter `fname'
../../../gcc-3.3.2/gcc/fixinc/fixtests.c:72: warning: unused parameter `text'
../../../gcc-3.3.2/gcc/fixinc/fixtests.c: In function `stdc_0_in_system_headers_test':
../../../gcc-3.3.2/gcc/fixinc/fixtests.c:124: warning: unused parameter `fname'
../../../gcc-3.3.2/gcc/fixinc/fixtests.c:124: warning: unused parameter `text'
gcc -c -DIN_GCC -DHAVE_CONFIG_H -g -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  -I. -I.. -I../../../gcc-3.3.2/gcc/fixinc -I../../../gcc-3.3.2/gcc/fixinc/.. -I../../../gcc-3.3.2/gcc/fixinc/../config -I../../../gcc-3.3.2/gcc/fixinc/../../include ../../../gcc-3.3.2/gcc/fixinc/fixfixes.c
../../../gcc-3.3.2/gcc/fixinc/fixfixes.c: In function `char_macro_use_fix':
../../../gcc-3.3.2/gcc/fixinc/fixfixes.c:382: warning: signed and unsigned type in conditional expression
../../../gcc-3.3.2/gcc/fixinc/fixfixes.c: In function `char_macro_def_fix':
../../../gcc-3.3.2/gcc/fixinc/fixfixes.c:478: warning: signed and unsigned type in conditional expression
../../../gcc-3.3.2/gcc/fixinc/fixfixes.c: In function `machine_name_fix':
../../../gcc-3.3.2/gcc/fixinc/fixfixes.c:499: warning: unused parameter `filname'
../../../gcc-3.3.2/gcc/fixinc/fixfixes.c:499: warning: unused parameter `p_fixd'
gcc -c -DIN_GCC -DHAVE_CONFIG_H -g -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  -I. -I.. -I../../../gcc-3.3.2/gcc/fixinc -I../../../gcc-3.3.2/gcc/fixinc/.. -I../../../gcc-3.3.2/gcc/fixinc/../config -I../../../gcc-3.3.2/gcc/fixinc/../../include ../../../gcc-3.3.2/gcc/fixinc/server.c
gcc -c -DIN_GCC -DHAVE_CONFIG_H -g -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  -I. -I.. -I../../../gcc-3.3.2/gcc/fixinc -I../../../gcc-3.3.2/gcc/fixinc/.. -I../../../gcc-3.3.2/gcc/fixinc/../config -I../../../gcc-3.3.2/gcc/fixinc/../../include ../../../gcc-3.3.2/gcc/fixinc/procopen.c
gcc -c -DIN_GCC -DHAVE_CONFIG_H -g -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  -I. -I.. -I../../../gcc-3.3.2/gcc/fixinc -I../../../gcc-3.3.2/gcc/fixinc/.. -I../../../gcc-3.3.2/gcc/fixinc/../config -I../../../gcc-3.3.2/gcc/fixinc/../../include ../../../gcc-3.3.2/gcc/fixinc/gnu-regex.c
../../../gcc-3.3.2/gcc/fixinc/gnu-regex.c: In function `compile_range':
../../../gcc-3.3.2/gcc/fixinc/gnu-regex.c:3051: warning: signed and unsigned type in conditional expression
../../../gcc-3.3.2/gcc/fixinc/gnu-regex.c:3051: warning: signed and unsigned type in conditional expression
gcc -c -DIN_GCC -DHAVE_CONFIG_H -g -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  -I. -I.. -I../../../gcc-3.3.2/gcc/fixinc -I../../../gcc-3.3.2/gcc/fixinc/.. -I../../../gcc-3.3.2/gcc/fixinc/../config -I../../../gcc-3.3.2/gcc/fixinc/../../include ../../../gcc-3.3.2/gcc/fixinc/fixlib.c
gcc -DIN_GCC -DHAVE_CONFIG_H -g -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  -I. -I.. -I../../../gcc-3.3.2/gcc/fixinc -I../../../gcc-3.3.2/gcc/fixinc/.. -I../../../gcc-3.3.2/gcc/fixinc/../config -I../../../gcc-3.3.2/gcc/fixinc/../../include  -o fixincl fixincl.o fixtests.o fixfixes.o server.o procopen.o gnu-regex.o fixlib.o ../../libiberty/libiberty.a
echo timestamp > full-stamp
./fixincl -v < /dev/null
'fixincl version 1.1'
chmod 755 ../fixinc.sh
make[2]: Leaving directory `/opt/soubhik/temp/crossgcc/build-gcc/gcc/fixinc'
rm -rf include; mkdir include
chmod a+rx include
(TARGET_MACHINE='arm-unknown-elf'; srcdir=`cd ../../gcc-3.3.2/gcc; ${PWDCMD-pwd}`; \
SHELL='/bin/sh' ;\
export TARGET_MACHINE srcdir SHELL ; \
/bin/sh ./fixinc.sh `${PWDCMD-pwd}`/include /opt/soubhik/temp/crossgcc/final-install/arm-elf/sys-include ; \
rm -f include/syslimits.h; \
if [ -f include/limits.h ]; then \
  mv include/limits.h include/syslimits.h; \
else \
  cp ../../gcc-3.3.2/gcc/gsyslimits.h include/syslimits.h; \
fi; \
chmod a+r include/syslimits.h)
Fixing headers into /home/soubhik/localtemp/crossgcc/build-gcc/gcc/include for arm-unknown-elf target
Finding directories and links to directories
 Searching /opt/soubhik/temp/crossgcc/final-install/arm-elf/sys-include/.
Making symbolic directory links
Fixing directory /opt/soubhik/temp/crossgcc/final-install/arm-elf/sys-include into /home/soubhik/localtemp/crossgcc/build-gcc/gcc/include
Cleaning up unneeded directories:
fixincludes is done
if [ "/opt/soubhik/temp/crossgcc/final-install/arm-elf/sys-include" = "/opt/soubhik/temp/crossgcc/final-install/arm-elf/sys-include" ] \
   && [ -d /opt/soubhik/temp/crossgcc/final-install/arm-elf/sys-include ]; then \
  if [ -d /opt/soubhik/temp/crossgcc/final-install/lib ] ; then true ; else mkdir /opt/soubhik/temp/crossgcc/final-install/lib ; fi; \
  if [ -d /opt/soubhik/temp/crossgcc/final-install/lib/gcc-lib ] ; then true ; else mkdir /opt/soubhik/temp/crossgcc/final-install/lib/gcc-lib; fi; \
  if [ -d /opt/soubhik/temp/crossgcc/final-install/lib/gcc-lib/arm-elf ] ; then true ; else mkdir /opt/soubhik/temp/crossgcc/final-install/lib/gcc-lib/arm-elf ; fi; \
  if [ -d /opt/soubhik/temp/crossgcc/final-install/lib/gcc-lib/arm-elf/3.3.2 ] ; then true ; else mkdir /opt/soubhik/temp/crossgcc/final-install/lib/gcc-lib/arm-elf/3.3.2 ; fi; \
else true; fi
echo timestamp > stmp-fixinc
if [ -f /opt/soubhik/temp/crossgcc/final-install/arm-elf/sys-include/limits.h ] ; then \
  cat ../../gcc-3.3.2/gcc/limitx.h ../../gcc-3.3.2/gcc/glimits.h ../../gcc-3.3.2/gcc/limity.h > tmp-xlimits.h; \
else \
  cat ../../gcc-3.3.2/gcc/glimits.h > tmp-xlimits.h; \
fi
mv tmp-xlimits.h xlimits.h
if [ -d include ] ; then true; else mkdir include; chmod a+rx include; fi
for file in .. ../../gcc-3.3.2/gcc/ginclude/float.h ../../gcc-3.3.2/gcc/ginclude/iso646.h ../../gcc-3.3.2/gcc/ginclude/stdarg.h ../../gcc-3.3.2/gcc/ginclude/stdbool.h ../../gcc-3.3.2/gcc/ginclude/stddef.h ../../gcc-3.3.2/gcc/ginclude/varargs.h ../../gcc-3.3.2/gcc/unwind.h ; do \
  if [ X$file != X.. ]; then \
    realfile=`echo $file | sed -e 's|.*/\([^/]*\)$|\1|'`; \
    echo timestamp > include/$realfile; \
    rm -f include/$realfile; \
    cp $file include; \
    chmod a+r include/$realfile; \
  fi; \
done
rm -f include/limits.h
cp xlimits.h include/limits.h
chmod a+r include/limits.h
rm -f include/README
cp ../../gcc-3.3.2/gcc/README-fixinc include/README
chmod a+r include/README
echo timestamp > stmp-int-hdrs
if [ -d /opt/soubhik/temp/crossgcc/final-install/arm-elf/sys-include ]; \
then \
  CC="/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include     -I. -I../../gcc-3.3.2/gcc -isystem include -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/sys-include"; \
  export CC; \
  /bin/sh ../../gcc-3.3.2/gcc/scan-types.sh "../../gcc-3.3.2/gcc" >tmp-deduced.h; \
  mv tmp-deduced.h deduced.h; \
else \
  echo timestamp > deduced.h; \
fi
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/gen-protos.c -o gen-protos.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/scan.c -o scan.o
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o gen-protos \
  gen-protos.o scan.o ../libiberty/libiberty.a
sed -e s/TARGET_GETGROUPS_T/gid_t/ \
  deduced.h ../../gcc-3.3.2/gcc/sys-protos.h > tmp-fixtmp.c
mv tmp-fixtmp.c fixtmp.c
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include fixtmp.c -w -U__SIZE_TYPE__ -U__PTRDIFF_TYPE__ -U__WCHAR_TYPE__ -E \
  | sed -e 's/	/ /g' -e 's/ *(/ (/g' -e 's/ [ ]*/ /g' -e 's/( )/()/' \
  |  ./gen-protos >xsys-protos.hT
gen-protos: 1346 entries 340 collisions
mv xsys-protos.hT xsys-protos.h
rm -rf fixtmp.c
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/fix-header.c -o fix-header.o
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/scan-decls.c -o scan-decls.o
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o fix-header fix-header.o \
   scan-decls.o scan.o libcpp.a   ../libiberty/libiberty.a
if [ -f fixhdr.ready ] ; then \
	true; \
else \
	echo timestamp > fixhdr.ready; \
fi
if [ -f include/fixed ] ; then true; \
else \
  : This line works around a 'make' bug in BSDI 1.1.; \
  FIXPROTO_DEFINES=""; export FIXPROTO_DEFINES; \
  mkinstalldirs="/bin/sh ../../gcc-3.3.2/gcc/mkinstalldirs"; \
    export mkinstalldirs; \
  if [ -d /opt/soubhik/temp/crossgcc/final-install/arm-elf/sys-include ] ; then \
    /bin/sh ../../gcc-3.3.2/gcc/fixproto include include /opt/soubhik/temp/crossgcc/final-install/arm-elf/sys-include; \
    if [ $? -eq 0 ] ; then true ; else exit 1 ; fi ; \
  else true; fi; \
  echo timestamp > include/fixed; \
fi
fixproto: populating `include'
Adding missing unistd.h
Adding missing stdlib.h
fix-header: fixing stdlib.h
echo timestamp > stmp-fixproto
objext='.o' \
LIB1ASMFUNCS='_udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_tls _bb_init_func _call_via_rX _interwork_call_via_rX' \
LIB2FUNCS_1='_muldi3 _negdi2 _lshrdi3 _ashldi3 _ashrdi3 _ffsdi2 _clz _cmpdi2 _ucmpdi2 _floatdidf _floatdisf _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi _fixxfdi _fixunsxfdi' \
LIB2FUNCS_2='_floatdixf _fixunsxfsi _fixtfdi _fixunstfdi _floatditf _clear_cache _trampoline __main _exit _absvsi2 _absvdi2 _addvsi3 _addvdi3 _subvsi3 _subvdi3 _mulvsi3 _mulvdi3 _negvsi2 _negvdi2 _ctors' \
LIB2FUNCS_ST='_eprintf _bb __gcc_bcmp' \
LIB2ADD='' \
LIB2ADD_ST='' \
LIB2ADDEH='../../gcc-3.3.2/gcc/unwind-dw2.c ../../gcc-3.3.2/gcc/unwind-dw2-fde.c ../../gcc-3.3.2/gcc/unwind-sjlj.c ../../gcc-3.3.2/gcc/unwind-c.c' \
LIB2ADDEHDEP='unwind.inc unwind-dw2-fde.h' \
FPBIT='fp-bit.c' \
FPBIT_FUNCS='_pack_sf _unpack_sf _addsub_sf _mul_sf _div_sf _fpcmp_parts_sf _compare_sf _eq_sf _ne_sf _gt_sf _ge_sf _lt_sf _le_sf _unord_sf _si_to_sf _sf_to_si _negate_sf _make_sf _sf_to_df _sf_to_tf _thenan_sf _sf_to_usi _usi_to_sf' \
LIB2_DIVMOD_FUNCS='_divdi3 _moddi3 _udivdi3 _umoddi3 _udiv_w_sdiv _udivmoddi4' \
DPBIT='dp-bit.c' \
DPBIT_FUNCS='_pack_df _unpack_df _addsub_df _mul_df _div_df _fpcmp_parts_df _compare_df _eq_df _ne_df _gt_df _ge_df _lt_df _le_df _unord_df _si_to_df _df_to_si _negate_df _make_df _df_to_sf _df_to_tf _thenan_df _df_to_usi _usi_to_df' \
TPBIT='' \
TPBIT_FUNCS='_pack_tf _unpack_tf _addsub_tf _mul_tf _div_tf _fpcmp_parts_tf _compare_tf _eq_tf _ne_tf _gt_tf _ge_tf _lt_tf _le_tf _unord_tf _si_to_tf _tf_to_si _negate_tf _make_tf _tf_to_df _tf_to_sf _thenan_tf _tf_to_usi _usi_to_tf' \
MULTILIBS=`/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include --print-multi-lib` \
EXTRA_MULTILIB_PARTS='crtbegin.o crtend.o crti.o crtn.o' \
SHLIB_LINK='' \
SHLIB_INSTALL='' \
SHLIB_EXT='' \
SHLIB_MULTILIB='' \
SHLIB_MKMAP='' \
SHLIB_MKMAP_OPTS='' \
SHLIB_MAPFILES='' \
SHLIB_NM_FLAGS='-pg' \
MULTILIB_OSDIRNAMES='' \
mkinstalldirs='/bin/sh ../../gcc-3.3.2/gcc/mkinstalldirs' \
  /bin/sh mklibgcc > tmp-libgcc.mk
mv tmp-libgcc.mk libgcc.mk
TM_DEFINES="" \
HEADERS="ansidecl.h  dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h defaults.h" XM_DEFINES="" \
TARGET_CPU_DEFAULT="" \
/bin/sh ../../gcc-3.3.2/gcc/mkconfig.sh tconfig.h
echo '#define FLOAT' > fp-bit.c
echo '#ifndef __ARMEB__' >> fp-bit.c
echo '#define FLOAT_BIT_ORDER_MISMATCH' >> fp-bit.c
echo '#endif' >> fp-bit.c
cat ../../gcc-3.3.2/gcc/config/fp-bit.c >> fp-bit.c
echo '#ifndef __ARMEB__' > dp-bit.c
echo '#define FLOAT_BIT_ORDER_MISMATCH' >> dp-bit.c
echo '#define FLOAT_WORD_ORDER_MISMATCH' >> dp-bit.c
echo '#endif' >> dp-bit.c
cat ../../gcc-3.3.2/gcc/config/fp-bit.c >> dp-bit.c
make GCC_FOR_TARGET="/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include" \
  BUILD_PREFIX="" BUILD_PREFIX_1="loser-" \
  AR_FOR_TARGET="arm-elf-ar" \
  AR_CREATE_FOR_TARGET="arm-elf-ar  rc" \
  AR_FLAGS_FOR_TARGET="" \
  CFLAGS="-g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long " \
  RANLIB_FOR_TARGET="arm-elf-ranlib" \
  RANLIB_TEST_FOR_TARGET="[ -f arm-elf-ranlib ] || ( [ "i686-pc-linux-gnu" = "arm-unknown-elf" ] && [ -f /usr/bin/ranlib -o -f /bin/ranlib ] )" \
  NM_FOR_TARGET="arm-elf-nm" AWK="gawk" \
  LIBGCC2_CFLAGS="-O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc" \
  INCLUDES="-I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include" \
  CONFIG_H="config.h auto-host.h ../../gcc-3.3.2/gcc/../include/ansidecl.h ../../gcc-3.3.2/gcc/config/dbxelf.h ../../gcc-3.3.2/gcc/config/elfos.h ../../gcc-3.3.2/gcc/config/arm/unknown-elf.h ../../gcc-3.3.2/gcc/config/arm/elf.h ../../gcc-3.3.2/gcc/config/arm/aout.h ../../gcc-3.3.2/gcc/config/arm/arm.h ../../gcc-3.3.2/gcc/defaults.h ../../gcc-3.3.2/gcc/defaults.h insn-constants.h insn-flags.h" MACHMODE_H="machmode.h machmode.def ../../gcc-3.3.2/gcc/config/arm/arm-modes.def" \
  LIB1ASMSRC='arm/lib1funcs.asm' \
  MAKEOVERRIDES= \
  -f libgcc.mk all
make[2]: Entering directory `/opt/soubhik/temp/crossgcc/build-gcc/gcc'
for d in libgcc thumb libgcc/thumb; do \
  if [ -d $d ]; then true; else /bin/sh ../../gcc-3.3.2/gcc/mkinstalldirs $d; fi; \
done
mkdir libgcc
mkdir thumb
mkdir libgcc/thumb
if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DL_udivsi3 -xassembler-with-cpp -c ../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm -o libgcc/./_udivsi3.o
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm: Assembler messages:
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm:159: Warning: ignoring redefinition of register alias 'ip'
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm:160: Warning: ignoring redefinition of register alias 'sp'
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm:161: Warning: ignoring redefinition of register alias 'lr'
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm:162: Warning: ignoring redefinition of register alias 'pc'
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DL_divsi3 -xassembler-with-cpp -c ../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm -o libgcc/./_divsi3.o
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm: Assembler messages:
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm:159: Warning: ignoring redefinition of register alias 'ip'
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm:160: Warning: ignoring redefinition of register alias 'sp'
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm:161: Warning: ignoring redefinition of register alias 'lr'
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm:162: Warning: ignoring redefinition of register alias 'pc'
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DL_umodsi3 -xassembler-with-cpp -c ../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm -o libgcc/./_umodsi3.o
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm: Assembler messages:
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm:159: Warning: ignoring redefinition of register alias 'ip'
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm:160: Warning: ignoring redefinition of register alias 'sp'
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm:161: Warning: ignoring redefinition of register alias 'lr'
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm:162: Warning: ignoring redefinition of register alias 'pc'
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DL_modsi3 -xassembler-with-cpp -c ../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm -o libgcc/./_modsi3.o
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm: Assembler messages:
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm:159: Warning: ignoring redefinition of register alias 'ip'
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm:160: Warning: ignoring redefinition of register alias 'sp'
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm:161: Warning: ignoring redefinition of register alias 'lr'
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm:162: Warning: ignoring redefinition of register alias 'pc'
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DL_dvmd_tls -xassembler-with-cpp -c ../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm -o libgcc/./_dvmd_tls.o
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm: Assembler messages:
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm:159: Warning: ignoring redefinition of register alias 'ip'
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm:160: Warning: ignoring redefinition of register alias 'sp'
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm:161: Warning: ignoring redefinition of register alias 'lr'
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm:162: Warning: ignoring redefinition of register alias 'pc'
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DL_bb_init_func -xassembler-with-cpp -c ../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm -o libgcc/./_bb_init_func.o
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm: Assembler messages:
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm:159: Warning: ignoring redefinition of register alias 'ip'
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm:160: Warning: ignoring redefinition of register alias 'sp'
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm:161: Warning: ignoring redefinition of register alias 'lr'
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm:162: Warning: ignoring redefinition of register alias 'pc'
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DL_call_via_rX -xassembler-with-cpp -c ../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm -o libgcc/./_call_via_rX.o
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm: Assembler messages:
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm:159: Warning: ignoring redefinition of register alias 'ip'
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm:160: Warning: ignoring redefinition of register alias 'sp'
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm:161: Warning: ignoring redefinition of register alias 'lr'
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm:162: Warning: ignoring redefinition of register alias 'pc'
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DL_interwork_call_via_rX -xassembler-with-cpp -c ../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm -o libgcc/./_interwork_call_via_rX.o
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm: Assembler messages:
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm:159: Warning: ignoring redefinition of register alias 'ip'
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm:160: Warning: ignoring redefinition of register alias 'sp'
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm:161: Warning: ignoring redefinition of register alias 'lr'
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm:162: Warning: ignoring redefinition of register alias 'pc'
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -DL_muldi3 -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/./_muldi3.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -DL_negdi2 -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/./_negdi2.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -DL_lshrdi3 -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/./_lshrdi3.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -DL_ashldi3 -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/./_ashldi3.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -DL_ashrdi3 -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/./_ashrdi3.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -DL_ffsdi2 -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/./_ffsdi2.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -DL_clz -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/./_clz.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -DL_cmpdi2 -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/./_cmpdi2.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -DL_ucmpdi2 -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/./_ucmpdi2.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -DL_floatdidf -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/./_floatdidf.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -DL_floatdisf -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/./_floatdisf.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -DL_fixunsdfsi -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/./_fixunsdfsi.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -DL_fixunssfsi -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/./_fixunssfsi.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -DL_fixunsdfdi -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/./_fixunsdfdi.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -DL_fixdfdi -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/./_fixdfdi.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -DL_fixunssfdi -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/./_fixunssfdi.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -DL_fixsfdi -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/./_fixsfdi.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -DL_fixxfdi -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/./_fixxfdi.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -DL_fixunsxfdi -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/./_fixunsxfdi.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -DL_floatdixf -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/./_floatdixf.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -DL_fixunsxfsi -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/./_fixunsxfsi.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -DL_fixtfdi -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/./_fixtfdi.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -DL_fixunstfdi -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/./_fixunstfdi.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -DL_floatditf -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/./_floatditf.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -DL_clear_cache -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/./_clear_cache.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -DL_trampoline -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/./_trampoline.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -DL__main -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/./__main.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -DL_exit -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/./_exit.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -DL_absvsi2 -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/./_absvsi2.o
../../gcc-3.3.2/gcc/libgcc2.c: In function `__absvsi2':
../../gcc-3.3.2/gcc/libgcc2.c:192: warning: implicit declaration of function `abort'
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -DL_absvdi2 -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/./_absvdi2.o
../../gcc-3.3.2/gcc/libgcc2.c: In function `__absvdi2':
../../gcc-3.3.2/gcc/libgcc2.c:212: warning: implicit declaration of function `abort'
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -DL_addvsi3 -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/./_addvsi3.o
../../gcc-3.3.2/gcc/libgcc2.c: In function `__addvsi3':
../../gcc-3.3.2/gcc/libgcc2.c:75: warning: implicit declaration of function `abort'
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -DL_addvdi3 -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/./_addvdi3.o
../../gcc-3.3.2/gcc/libgcc2.c: In function `__addvdi3':
../../gcc-3.3.2/gcc/libgcc2.c:90: warning: implicit declaration of function `abort'
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -DL_subvsi3 -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/./_subvsi3.o
../../gcc-3.3.2/gcc/libgcc2.c: In function `__subvsi3':
../../gcc-3.3.2/gcc/libgcc2.c:108: warning: implicit declaration of function `abort'
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -DL_subvdi3 -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/./_subvdi3.o
../../gcc-3.3.2/gcc/libgcc2.c: In function `__subvdi3':
../../gcc-3.3.2/gcc/libgcc2.c:127: warning: implicit declaration of function `abort'
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -DL_mulvsi3 -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/./_mulvsi3.o
../../gcc-3.3.2/gcc/libgcc2.c: In function `__mulvsi3':
../../gcc-3.3.2/gcc/libgcc2.c:143: warning: implicit declaration of function `abort'
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -DL_mulvdi3 -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/./_mulvdi3.o
../../gcc-3.3.2/gcc/libgcc2.c: In function `__mulvdi3':
../../gcc-3.3.2/gcc/libgcc2.c:228: warning: implicit declaration of function `abort'
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -DL_negvsi2 -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/./_negvsi2.o
../../gcc-3.3.2/gcc/libgcc2.c: In function `__negvsi2':
../../gcc-3.3.2/gcc/libgcc2.c:158: warning: implicit declaration of function `abort'
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -DL_negvdi2 -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/./_negvdi2.o
../../gcc-3.3.2/gcc/libgcc2.c: In function `__negvdi2':
../../gcc-3.3.2/gcc/libgcc2.c:173: warning: implicit declaration of function `abort'
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -DL_ctors -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/./_ctors.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -DL_divdi3 -c ../../gcc-3.3.2/gcc/libgcc2.c -fexceptions -fnon-call-exceptions -o libgcc/./_divdi3.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -DL_moddi3 -c ../../gcc-3.3.2/gcc/libgcc2.c -fexceptions -fnon-call-exceptions -o libgcc/./_moddi3.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -DL_udivdi3 -c ../../gcc-3.3.2/gcc/libgcc2.c -fexceptions -fnon-call-exceptions -o libgcc/./_udivdi3.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -DL_umoddi3 -c ../../gcc-3.3.2/gcc/libgcc2.c -fexceptions -fnon-call-exceptions -o libgcc/./_umoddi3.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -DL_udiv_w_sdiv -c ../../gcc-3.3.2/gcc/libgcc2.c -fexceptions -fnon-call-exceptions -o libgcc/./_udiv_w_sdiv.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -DL_udivmoddi4 -c ../../gcc-3.3.2/gcc/libgcc2.c -fexceptions -fnon-call-exceptions -o libgcc/./_udivmoddi4.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -DL_pack_sf -c fp-bit.c -o libgcc/./_pack_sf.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -DL_unpack_sf -c fp-bit.c -o libgcc/./_unpack_sf.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -DL_addsub_sf -c fp-bit.c -o libgcc/./_addsub_sf.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -DL_mul_sf -c fp-bit.c -o libgcc/./_mul_sf.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -DL_div_sf -c fp-bit.c -o libgcc/./_div_sf.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -DL_fpcmp_parts_sf -c fp-bit.c -o libgcc/./_fpcmp_parts_sf.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -DL_compare_sf -c fp-bit.c -o libgcc/./_compare_sf.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -DL_eq_sf -c fp-bit.c -o libgcc/./_eq_sf.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -DL_ne_sf -c fp-bit.c -o libgcc/./_ne_sf.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -DL_gt_sf -c fp-bit.c -o libgcc/./_gt_sf.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -DL_ge_sf -c fp-bit.c -o libgcc/./_ge_sf.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -DL_lt_sf -c fp-bit.c -o libgcc/./_lt_sf.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -DL_le_sf -c fp-bit.c -o libgcc/./_le_sf.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -DL_unord_sf -c fp-bit.c -o libgcc/./_unord_sf.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -DL_si_to_sf -c fp-bit.c -o libgcc/./_si_to_sf.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -DL_sf_to_si -c fp-bit.c -o libgcc/./_sf_to_si.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -DL_negate_sf -c fp-bit.c -o libgcc/./_negate_sf.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -DL_make_sf -c fp-bit.c -o libgcc/./_make_sf.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -DL_sf_to_df -c fp-bit.c -o libgcc/./_sf_to_df.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -DL_sf_to_tf -c fp-bit.c -o libgcc/./_sf_to_tf.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -DL_thenan_sf -c fp-bit.c -o libgcc/./_thenan_sf.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -DL_sf_to_usi -c fp-bit.c -o libgcc/./_sf_to_usi.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -DL_usi_to_sf -c fp-bit.c -o libgcc/./_usi_to_sf.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -DL_pack_df -c dp-bit.c -o libgcc/./_pack_df.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -DL_unpack_df -c dp-bit.c -o libgcc/./_unpack_df.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -DL_addsub_df -c dp-bit.c -o libgcc/./_addsub_df.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -DL_mul_df -c dp-bit.c -o libgcc/./_mul_df.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -DL_div_df -c dp-bit.c -o libgcc/./_div_df.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -DL_fpcmp_parts_df -c dp-bit.c -o libgcc/./_fpcmp_parts_df.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -DL_compare_df -c dp-bit.c -o libgcc/./_compare_df.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -DL_eq_df -c dp-bit.c -o libgcc/./_eq_df.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -DL_ne_df -c dp-bit.c -o libgcc/./_ne_df.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -DL_gt_df -c dp-bit.c -o libgcc/./_gt_df.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -DL_ge_df -c dp-bit.c -o libgcc/./_ge_df.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -DL_lt_df -c dp-bit.c -o libgcc/./_lt_df.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -DL_le_df -c dp-bit.c -o libgcc/./_le_df.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -DL_unord_df -c dp-bit.c -o libgcc/./_unord_df.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -DL_si_to_df -c dp-bit.c -o libgcc/./_si_to_df.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -DL_df_to_si -c dp-bit.c -o libgcc/./_df_to_si.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -DL_negate_df -c dp-bit.c -o libgcc/./_negate_df.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -DL_make_df -c dp-bit.c -o libgcc/./_make_df.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -DL_df_to_sf -c dp-bit.c -o libgcc/./_df_to_sf.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -DL_df_to_tf -c dp-bit.c -o libgcc/./_df_to_tf.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -DL_thenan_df -c dp-bit.c -o libgcc/./_thenan_df.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -DL_df_to_usi -c dp-bit.c -o libgcc/./_df_to_usi.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -DL_usi_to_df -c dp-bit.c -o libgcc/./_usi_to_df.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -fexceptions -c ../../gcc-3.3.2/gcc/unwind-dw2.c -o libgcc/./unwind-dw2.o
In file included from ../../gcc-3.3.2/gcc/unwind-dw2.c:26:
../../gcc-3.3.2/gcc/unwind-pe.h: In function `size_of_encoded_value':
../../gcc-3.3.2/gcc/unwind-pe.h:76: warning: implicit declaration of function `abort'
../../gcc-3.3.2/gcc/unwind-dw2.c: At top level:
../../gcc-3.3.2/gcc/unwind-pe.h:61: warning: `size_of_encoded_value' defined but not used
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -fexceptions -c ../../gcc-3.3.2/gcc/unwind-dw2-fde.c -o libgcc/./unwind-dw2-fde.o
In file included from ../../gcc-3.3.2/gcc/unwind-dw2-fde.c:37:
../../gcc-3.3.2/gcc/unwind-pe.h: In function `size_of_encoded_value':
../../gcc-3.3.2/gcc/unwind-pe.h:76: warning: implicit declaration of function `abort'
../../gcc-3.3.2/gcc/unwind-dw2-fde.c: In function `get_cie_encoding':
../../gcc-3.3.2/gcc/unwind-dw2-fde.c:274: warning: implicit declaration of function `strlen'
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -fexceptions -c ../../gcc-3.3.2/gcc/unwind-sjlj.c -o libgcc/./unwind-sjlj.o
../../gcc-3.3.2/gcc/unwind-sjlj.c: In function `_Unwind_GetCFA':
../../gcc-3.3.2/gcc/unwind-sjlj.c:183: warning: return makes integer from pointer without a cast
../../gcc-3.3.2/gcc/unwind-sjlj.c:180: warning: unused parameter `context'
../../gcc-3.3.2/gcc/unwind-sjlj.c: In function `_Unwind_FindEnclosingFunction':
../../gcc-3.3.2/gcc/unwind-sjlj.c:221: warning: unused parameter `pc'
In file included from ../../gcc-3.3.2/gcc/unwind-sjlj.c:294:
../../gcc-3.3.2/gcc/unwind.inc: In function `_Unwind_RaiseException_Phase2':
../../gcc-3.3.2/gcc/unwind.inc:67: warning: implicit declaration of function `abort'
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -fexceptions -c ../../gcc-3.3.2/gcc/unwind-c.c -o libgcc/./unwind-c.o
In file included from ../../gcc-3.3.2/gcc/unwind-c.c:26:
../../gcc-3.3.2/gcc/unwind-pe.h: In function `size_of_encoded_value':
../../gcc-3.3.2/gcc/unwind-pe.h:76: warning: implicit declaration of function `abort'
../../gcc-3.3.2/gcc/unwind-pe.h: At top level:
../../gcc-3.3.2/gcc/unwind-pe.h:61: warning: `size_of_encoded_value' defined but not used
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -DL_eprintf -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/./_eprintf.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -DL_bb -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/./_bb.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -DL__gcc_bcmp -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/./__gcc_bcmp.o
rm -rf ./libgcc.a
arm-elf-ar  rc ./libgcc.a libgcc/./_udivsi3.o libgcc/./_divsi3.o libgcc/./_umodsi3.o libgcc/./_modsi3.o libgcc/./_dvmd_tls.o libgcc/./_bb_init_func.o libgcc/./_call_via_rX.o libgcc/./_interwork_call_via_rX.o libgcc/./_muldi3.o libgcc/./_negdi2.o libgcc/./_lshrdi3.o libgcc/./_ashldi3.o libgcc/./_ashrdi3.o libgcc/./_ffsdi2.o libgcc/./_clz.o libgcc/./_cmpdi2.o libgcc/./_ucmpdi2.o libgcc/./_floatdidf.o libgcc/./_floatdisf.o libgcc/./_fixunsdfsi.o libgcc/./_fixunssfsi.o libgcc/./_fixunsdfdi.o libgcc/./_fixdfdi.o libgcc/./_fixunssfdi.o libgcc/./_fixsfdi.o libgcc/./_fixxfdi.o libgcc/./_fixunsxfdi.o libgcc/./_floatdixf.o libgcc/./_fixunsxfsi.o libgcc/./_fixtfdi.o libgcc/./_fixunstfdi.o libgcc/./_floatditf.o libgcc/./_clear_cache.o libgcc/./_trampoline.o libgcc/./__main.o libgcc/./_exit.o libgcc/./_absvsi2.o libgcc/./_absvdi2.o libgcc/./_addvsi3.o libgcc/./_addvdi3.o libgcc/./_subvsi3.o libgcc/./_subvdi3.o libgcc/./_mulvsi3.o libgcc/./_mulvdi3.o libgcc/./_negvsi2.o libgcc/./_negvdi2.o libgcc/./_ctors.o libgcc/./_divdi3.o libgcc/./_moddi3.o libgcc/./_udivdi3.o libgcc/./_umoddi3.o libgcc/./_udiv_w_sdiv.o libgcc/./_udivmoddi4.o libgcc/./_pack_sf.o libgcc/./_unpack_sf.o libgcc/./_addsub_sf.o libgcc/./_mul_sf.o libgcc/./_div_sf.o libgcc/./_fpcmp_parts_sf.o libgcc/./_compare_sf.o libgcc/./_eq_sf.o libgcc/./_ne_sf.o libgcc/./_gt_sf.o libgcc/./_ge_sf.o libgcc/./_lt_sf.o libgcc/./_le_sf.o libgcc/./_unord_sf.o libgcc/./_si_to_sf.o libgcc/./_sf_to_si.o libgcc/./_negate_sf.o libgcc/./_make_sf.o libgcc/./_sf_to_df.o libgcc/./_sf_to_tf.o libgcc/./_thenan_sf.o libgcc/./_sf_to_usi.o libgcc/./_usi_to_sf.o libgcc/./_pack_df.o libgcc/./_unpack_df.o libgcc/./_addsub_df.o libgcc/./_mul_df.o libgcc/./_div_df.o libgcc/./_fpcmp_parts_df.o libgcc/./_compare_df.o libgcc/./_eq_df.o libgcc/./_ne_df.o libgcc/./_gt_df.o libgcc/./_ge_df.o libgcc/./_lt_df.o libgcc/./_le_df.o libgcc/./_unord_df.o libgcc/./_si_to_df.o libgcc/./_df_to_si.o libgcc/./_negate_df.o libgcc/./_make_df.o libgcc/./_df_to_sf.o libgcc/./_df_to_tf.o libgcc/./_thenan_df.o libgcc/./_df_to_usi.o libgcc/./_usi_to_df.o libgcc/./unwind-dw2.o libgcc/./unwind-dw2-fde.o libgcc/./unwind-sjlj.o libgcc/./unwind-c.o libgcc/./_eprintf.o libgcc/./_bb.o libgcc/./__gcc_bcmp.o
if [ -f arm-elf-ranlib ] || ( [ i686-pc-linux-gnu = arm-unknown-elf ] && [ -f /usr/bin/ranlib -o -f /bin/ranlib ] ) ; then \
  arm-elf-ranlib ./libgcc.a ; \
else true; fi;
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -mthumb -DL_udivsi3 -xassembler-with-cpp -c ../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm -o libgcc/thumb/_udivsi3.o
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm: Assembler messages:
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm:159: Warning: ignoring redefinition of register alias 'ip'
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm:160: Warning: ignoring redefinition of register alias 'sp'
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm:161: Warning: ignoring redefinition of register alias 'lr'
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm:162: Warning: ignoring redefinition of register alias 'pc'
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -mthumb -DL_divsi3 -xassembler-with-cpp -c ../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm -o libgcc/thumb/_divsi3.o
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm: Assembler messages:
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm:159: Warning: ignoring redefinition of register alias 'ip'
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm:160: Warning: ignoring redefinition of register alias 'sp'
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm:161: Warning: ignoring redefinition of register alias 'lr'
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm:162: Warning: ignoring redefinition of register alias 'pc'
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -mthumb -DL_umodsi3 -xassembler-with-cpp -c ../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm -o libgcc/thumb/_umodsi3.o
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm: Assembler messages:
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm:159: Warning: ignoring redefinition of register alias 'ip'
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm:160: Warning: ignoring redefinition of register alias 'sp'
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm:161: Warning: ignoring redefinition of register alias 'lr'
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm:162: Warning: ignoring redefinition of register alias 'pc'
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -mthumb -DL_modsi3 -xassembler-with-cpp -c ../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm -o libgcc/thumb/_modsi3.o
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm: Assembler messages:
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm:159: Warning: ignoring redefinition of register alias 'ip'
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm:160: Warning: ignoring redefinition of register alias 'sp'
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm:161: Warning: ignoring redefinition of register alias 'lr'
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm:162: Warning: ignoring redefinition of register alias 'pc'
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -mthumb -DL_dvmd_tls -xassembler-with-cpp -c ../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm -o libgcc/thumb/_dvmd_tls.o
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm: Assembler messages:
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm:159: Warning: ignoring redefinition of register alias 'ip'
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm:160: Warning: ignoring redefinition of register alias 'sp'
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm:161: Warning: ignoring redefinition of register alias 'lr'
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm:162: Warning: ignoring redefinition of register alias 'pc'
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -mthumb -DL_bb_init_func -xassembler-with-cpp -c ../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm -o libgcc/thumb/_bb_init_func.o
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm: Assembler messages:
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm:159: Warning: ignoring redefinition of register alias 'ip'
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm:160: Warning: ignoring redefinition of register alias 'sp'
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm:161: Warning: ignoring redefinition of register alias 'lr'
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm:162: Warning: ignoring redefinition of register alias 'pc'
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -mthumb -DL_call_via_rX -xassembler-with-cpp -c ../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm -o libgcc/thumb/_call_via_rX.o
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm: Assembler messages:
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm:159: Warning: ignoring redefinition of register alias 'ip'
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm:160: Warning: ignoring redefinition of register alias 'sp'
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm:161: Warning: ignoring redefinition of register alias 'lr'
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm:162: Warning: ignoring redefinition of register alias 'pc'
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -mthumb -DL_interwork_call_via_rX -xassembler-with-cpp -c ../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm -o libgcc/thumb/_interwork_call_via_rX.o
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm: Assembler messages:
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm:159: Warning: ignoring redefinition of register alias 'ip'
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm:160: Warning: ignoring redefinition of register alias 'sp'
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm:161: Warning: ignoring redefinition of register alias 'lr'
../../gcc-3.3.2/gcc/config/arm/lib1funcs.asm:162: Warning: ignoring redefinition of register alias 'pc'
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -mthumb -DL_muldi3 -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/thumb/_muldi3.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -mthumb -DL_negdi2 -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/thumb/_negdi2.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -mthumb -DL_lshrdi3 -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/thumb/_lshrdi3.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -mthumb -DL_ashldi3 -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/thumb/_ashldi3.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -mthumb -DL_ashrdi3 -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/thumb/_ashrdi3.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -mthumb -DL_ffsdi2 -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/thumb/_ffsdi2.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -mthumb -DL_clz -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/thumb/_clz.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -mthumb -DL_cmpdi2 -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/thumb/_cmpdi2.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -mthumb -DL_ucmpdi2 -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/thumb/_ucmpdi2.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -mthumb -DL_floatdidf -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/thumb/_floatdidf.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -mthumb -DL_floatdisf -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/thumb/_floatdisf.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -mthumb -DL_fixunsdfsi -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/thumb/_fixunsdfsi.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -mthumb -DL_fixunssfsi -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/thumb/_fixunssfsi.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -mthumb -DL_fixunsdfdi -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/thumb/_fixunsdfdi.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -mthumb -DL_fixdfdi -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/thumb/_fixdfdi.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -mthumb -DL_fixunssfdi -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/thumb/_fixunssfdi.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -mthumb -DL_fixsfdi -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/thumb/_fixsfdi.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -mthumb -DL_fixxfdi -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/thumb/_fixxfdi.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -mthumb -DL_fixunsxfdi -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/thumb/_fixunsxfdi.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -mthumb -DL_floatdixf -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/thumb/_floatdixf.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -mthumb -DL_fixunsxfsi -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/thumb/_fixunsxfsi.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -mthumb -DL_fixtfdi -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/thumb/_fixtfdi.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -mthumb -DL_fixunstfdi -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/thumb/_fixunstfdi.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -mthumb -DL_floatditf -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/thumb/_floatditf.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -mthumb -DL_clear_cache -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/thumb/_clear_cache.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -mthumb -DL_trampoline -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/thumb/_trampoline.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -mthumb -DL__main -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/thumb/__main.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -mthumb -DL_exit -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/thumb/_exit.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -mthumb -DL_absvsi2 -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/thumb/_absvsi2.o
../../gcc-3.3.2/gcc/libgcc2.c: In function `__absvsi2':
../../gcc-3.3.2/gcc/libgcc2.c:192: warning: implicit declaration of function `abort'
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -mthumb -DL_absvdi2 -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/thumb/_absvdi2.o
../../gcc-3.3.2/gcc/libgcc2.c: In function `__absvdi2':
../../gcc-3.3.2/gcc/libgcc2.c:212: warning: implicit declaration of function `abort'
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -mthumb -DL_addvsi3 -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/thumb/_addvsi3.o
../../gcc-3.3.2/gcc/libgcc2.c: In function `__addvsi3':
../../gcc-3.3.2/gcc/libgcc2.c:75: warning: implicit declaration of function `abort'
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -mthumb -DL_addvdi3 -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/thumb/_addvdi3.o
../../gcc-3.3.2/gcc/libgcc2.c: In function `__addvdi3':
../../gcc-3.3.2/gcc/libgcc2.c:90: warning: implicit declaration of function `abort'
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -mthumb -DL_subvsi3 -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/thumb/_subvsi3.o
../../gcc-3.3.2/gcc/libgcc2.c: In function `__subvsi3':
../../gcc-3.3.2/gcc/libgcc2.c:108: warning: implicit declaration of function `abort'
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -mthumb -DL_subvdi3 -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/thumb/_subvdi3.o
../../gcc-3.3.2/gcc/libgcc2.c: In function `__subvdi3':
../../gcc-3.3.2/gcc/libgcc2.c:127: warning: implicit declaration of function `abort'
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -mthumb -DL_mulvsi3 -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/thumb/_mulvsi3.o
../../gcc-3.3.2/gcc/libgcc2.c: In function `__mulvsi3':
../../gcc-3.3.2/gcc/libgcc2.c:143: warning: implicit declaration of function `abort'
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -mthumb -DL_mulvdi3 -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/thumb/_mulvdi3.o
../../gcc-3.3.2/gcc/libgcc2.c: In function `__mulvdi3':
../../gcc-3.3.2/gcc/libgcc2.c:228: warning: implicit declaration of function `abort'
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -mthumb -DL_negvsi2 -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/thumb/_negvsi2.o
../../gcc-3.3.2/gcc/libgcc2.c: In function `__negvsi2':
../../gcc-3.3.2/gcc/libgcc2.c:158: warning: implicit declaration of function `abort'
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -mthumb -DL_negvdi2 -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/thumb/_negvdi2.o
../../gcc-3.3.2/gcc/libgcc2.c: In function `__negvdi2':
../../gcc-3.3.2/gcc/libgcc2.c:173: warning: implicit declaration of function `abort'
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -mthumb -DL_ctors -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/thumb/_ctors.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -mthumb -DL_divdi3 -c ../../gcc-3.3.2/gcc/libgcc2.c -fexceptions -fnon-call-exceptions -o libgcc/thumb/_divdi3.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -mthumb -DL_moddi3 -c ../../gcc-3.3.2/gcc/libgcc2.c -fexceptions -fnon-call-exceptions -o libgcc/thumb/_moddi3.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -mthumb -DL_udivdi3 -c ../../gcc-3.3.2/gcc/libgcc2.c -fexceptions -fnon-call-exceptions -o libgcc/thumb/_udivdi3.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -mthumb -DL_umoddi3 -c ../../gcc-3.3.2/gcc/libgcc2.c -fexceptions -fnon-call-exceptions -o libgcc/thumb/_umoddi3.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -mthumb -DL_udiv_w_sdiv -c ../../gcc-3.3.2/gcc/libgcc2.c -fexceptions -fnon-call-exceptions -o libgcc/thumb/_udiv_w_sdiv.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -mthumb -DL_udivmoddi4 -c ../../gcc-3.3.2/gcc/libgcc2.c -fexceptions -fnon-call-exceptions -o libgcc/thumb/_udivmoddi4.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -mthumb -DL_pack_sf -c fp-bit.c -o libgcc/thumb/_pack_sf.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -mthumb -DL_unpack_sf -c fp-bit.c -o libgcc/thumb/_unpack_sf.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -mthumb -DL_addsub_sf -c fp-bit.c -o libgcc/thumb/_addsub_sf.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -mthumb -DL_mul_sf -c fp-bit.c -o libgcc/thumb/_mul_sf.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -mthumb -DL_div_sf -c fp-bit.c -o libgcc/thumb/_div_sf.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -mthumb -DL_fpcmp_parts_sf -c fp-bit.c -o libgcc/thumb/_fpcmp_parts_sf.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -mthumb -DL_compare_sf -c fp-bit.c -o libgcc/thumb/_compare_sf.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -mthumb -DL_eq_sf -c fp-bit.c -o libgcc/thumb/_eq_sf.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -mthumb -DL_ne_sf -c fp-bit.c -o libgcc/thumb/_ne_sf.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -mthumb -DL_gt_sf -c fp-bit.c -o libgcc/thumb/_gt_sf.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -mthumb -DL_ge_sf -c fp-bit.c -o libgcc/thumb/_ge_sf.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -mthumb -DL_lt_sf -c fp-bit.c -o libgcc/thumb/_lt_sf.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -mthumb -DL_le_sf -c fp-bit.c -o libgcc/thumb/_le_sf.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -mthumb -DL_unord_sf -c fp-bit.c -o libgcc/thumb/_unord_sf.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -mthumb -DL_si_to_sf -c fp-bit.c -o libgcc/thumb/_si_to_sf.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -mthumb -DL_sf_to_si -c fp-bit.c -o libgcc/thumb/_sf_to_si.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -mthumb -DL_negate_sf -c fp-bit.c -o libgcc/thumb/_negate_sf.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -mthumb -DL_make_sf -c fp-bit.c -o libgcc/thumb/_make_sf.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -mthumb -DL_sf_to_df -c fp-bit.c -o libgcc/thumb/_sf_to_df.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -mthumb -DL_sf_to_tf -c fp-bit.c -o libgcc/thumb/_sf_to_tf.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -mthumb -DL_thenan_sf -c fp-bit.c -o libgcc/thumb/_thenan_sf.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -mthumb -DL_sf_to_usi -c fp-bit.c -o libgcc/thumb/_sf_to_usi.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -mthumb -DL_usi_to_sf -c fp-bit.c -o libgcc/thumb/_usi_to_sf.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -mthumb -DL_pack_df -c dp-bit.c -o libgcc/thumb/_pack_df.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -mthumb -DL_unpack_df -c dp-bit.c -o libgcc/thumb/_unpack_df.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -mthumb -DL_addsub_df -c dp-bit.c -o libgcc/thumb/_addsub_df.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -mthumb -DL_mul_df -c dp-bit.c -o libgcc/thumb/_mul_df.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -mthumb -DL_div_df -c dp-bit.c -o libgcc/thumb/_div_df.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -mthumb -DL_fpcmp_parts_df -c dp-bit.c -o libgcc/thumb/_fpcmp_parts_df.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -mthumb -DL_compare_df -c dp-bit.c -o libgcc/thumb/_compare_df.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -mthumb -DL_eq_df -c dp-bit.c -o libgcc/thumb/_eq_df.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -mthumb -DL_ne_df -c dp-bit.c -o libgcc/thumb/_ne_df.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -mthumb -DL_gt_df -c dp-bit.c -o libgcc/thumb/_gt_df.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -mthumb -DL_ge_df -c dp-bit.c -o libgcc/thumb/_ge_df.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -mthumb -DL_lt_df -c dp-bit.c -o libgcc/thumb/_lt_df.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -mthumb -DL_le_df -c dp-bit.c -o libgcc/thumb/_le_df.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -mthumb -DL_unord_df -c dp-bit.c -o libgcc/thumb/_unord_df.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -mthumb -DL_si_to_df -c dp-bit.c -o libgcc/thumb/_si_to_df.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -mthumb -DL_df_to_si -c dp-bit.c -o libgcc/thumb/_df_to_si.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -mthumb -DL_negate_df -c dp-bit.c -o libgcc/thumb/_negate_df.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -mthumb -DL_make_df -c dp-bit.c -o libgcc/thumb/_make_df.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -mthumb -DL_df_to_sf -c dp-bit.c -o libgcc/thumb/_df_to_sf.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -mthumb -DL_df_to_tf -c dp-bit.c -o libgcc/thumb/_df_to_tf.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -mthumb -DL_thenan_df -c dp-bit.c -o libgcc/thumb/_thenan_df.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -mthumb -DL_df_to_usi -c dp-bit.c -o libgcc/thumb/_df_to_usi.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -DFINE_GRAINED_LIBRARIES -mthumb -DL_usi_to_df -c dp-bit.c -o libgcc/thumb/_usi_to_df.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -mthumb -fexceptions -c ../../gcc-3.3.2/gcc/unwind-dw2.c -o libgcc/thumb/unwind-dw2.o
In file included from ../../gcc-3.3.2/gcc/unwind-dw2.c:26:
../../gcc-3.3.2/gcc/unwind-pe.h: In function `size_of_encoded_value':
../../gcc-3.3.2/gcc/unwind-pe.h:76: warning: implicit declaration of function `abort'
../../gcc-3.3.2/gcc/unwind-dw2.c: At top level:
../../gcc-3.3.2/gcc/unwind-pe.h:61: warning: `size_of_encoded_value' defined but not used
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -mthumb -fexceptions -c ../../gcc-3.3.2/gcc/unwind-dw2-fde.c -o libgcc/thumb/unwind-dw2-fde.o
In file included from ../../gcc-3.3.2/gcc/unwind-dw2-fde.c:37:
../../gcc-3.3.2/gcc/unwind-pe.h: In function `size_of_encoded_value':
../../gcc-3.3.2/gcc/unwind-pe.h:76: warning: implicit declaration of function `abort'
../../gcc-3.3.2/gcc/unwind-dw2-fde.c: In function `get_cie_encoding':
../../gcc-3.3.2/gcc/unwind-dw2-fde.c:274: warning: implicit declaration of function `strlen'
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -mthumb -fexceptions -c ../../gcc-3.3.2/gcc/unwind-sjlj.c -o libgcc/thumb/unwind-sjlj.o
../../gcc-3.3.2/gcc/unwind-sjlj.c: In function `_Unwind_GetCFA':
../../gcc-3.3.2/gcc/unwind-sjlj.c:183: warning: return makes integer from pointer without a cast
../../gcc-3.3.2/gcc/unwind-sjlj.c:180: warning: unused parameter `context'
../../gcc-3.3.2/gcc/unwind-sjlj.c: In function `_Unwind_FindEnclosingFunction':
../../gcc-3.3.2/gcc/unwind-sjlj.c:221: warning: unused parameter `pc'
In file included from ../../gcc-3.3.2/gcc/unwind-sjlj.c:294:
../../gcc-3.3.2/gcc/unwind.inc: In function `_Unwind_RaiseException_Phase2':
../../gcc-3.3.2/gcc/unwind.inc:67: warning: implicit declaration of function `abort'
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -mthumb -fexceptions -c ../../gcc-3.3.2/gcc/unwind-c.c -o libgcc/thumb/unwind-c.o
In file included from ../../gcc-3.3.2/gcc/unwind-c.c:26:
../../gcc-3.3.2/gcc/unwind-pe.h: In function `size_of_encoded_value':
../../gcc-3.3.2/gcc/unwind-pe.h:76: warning: implicit declaration of function `abort'
../../gcc-3.3.2/gcc/unwind-pe.h: At top level:
../../gcc-3.3.2/gcc/unwind-pe.h:61: warning: `size_of_encoded_value' defined but not used
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -mthumb -DL_eprintf -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/thumb/_eprintf.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -mthumb -DL_bb -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/thumb/_bb.o
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -mthumb -DL__gcc_bcmp -c ../../gcc-3.3.2/gcc/libgcc2.c -o libgcc/thumb/__gcc_bcmp.o
rm -rf thumb/libgcc.a
arm-elf-ar  rc thumb/libgcc.a libgcc/thumb/_udivsi3.o libgcc/thumb/_divsi3.o libgcc/thumb/_umodsi3.o libgcc/thumb/_modsi3.o libgcc/thumb/_dvmd_tls.o libgcc/thumb/_bb_init_func.o libgcc/thumb/_call_via_rX.o libgcc/thumb/_interwork_call_via_rX.o libgcc/thumb/_muldi3.o libgcc/thumb/_negdi2.o libgcc/thumb/_lshrdi3.o libgcc/thumb/_ashldi3.o libgcc/thumb/_ashrdi3.o libgcc/thumb/_ffsdi2.o libgcc/thumb/_clz.o libgcc/thumb/_cmpdi2.o libgcc/thumb/_ucmpdi2.o libgcc/thumb/_floatdidf.o libgcc/thumb/_floatdisf.o libgcc/thumb/_fixunsdfsi.o libgcc/thumb/_fixunssfsi.o libgcc/thumb/_fixunsdfdi.o libgcc/thumb/_fixdfdi.o libgcc/thumb/_fixunssfdi.o libgcc/thumb/_fixsfdi.o libgcc/thumb/_fixxfdi.o libgcc/thumb/_fixunsxfdi.o libgcc/thumb/_floatdixf.o libgcc/thumb/_fixunsxfsi.o libgcc/thumb/_fixtfdi.o libgcc/thumb/_fixunstfdi.o libgcc/thumb/_floatditf.o libgcc/thumb/_clear_cache.o libgcc/thumb/_trampoline.o libgcc/thumb/__main.o libgcc/thumb/_exit.o libgcc/thumb/_absvsi2.o libgcc/thumb/_absvdi2.o libgcc/thumb/_addvsi3.o libgcc/thumb/_addvdi3.o libgcc/thumb/_subvsi3.o libgcc/thumb/_subvdi3.o libgcc/thumb/_mulvsi3.o libgcc/thumb/_mulvdi3.o libgcc/thumb/_negvsi2.o libgcc/thumb/_negvdi2.o libgcc/thumb/_ctors.o libgcc/thumb/_divdi3.o libgcc/thumb/_moddi3.o libgcc/thumb/_udivdi3.o libgcc/thumb/_umoddi3.o libgcc/thumb/_udiv_w_sdiv.o libgcc/thumb/_udivmoddi4.o libgcc/thumb/_pack_sf.o libgcc/thumb/_unpack_sf.o libgcc/thumb/_addsub_sf.o libgcc/thumb/_mul_sf.o libgcc/thumb/_div_sf.o libgcc/thumb/_fpcmp_parts_sf.o libgcc/thumb/_compare_sf.o libgcc/thumb/_eq_sf.o libgcc/thumb/_ne_sf.o libgcc/thumb/_gt_sf.o libgcc/thumb/_ge_sf.o libgcc/thumb/_lt_sf.o libgcc/thumb/_le_sf.o libgcc/thumb/_unord_sf.o libgcc/thumb/_si_to_sf.o libgcc/thumb/_sf_to_si.o libgcc/thumb/_negate_sf.o libgcc/thumb/_make_sf.o libgcc/thumb/_sf_to_df.o libgcc/thumb/_sf_to_tf.o libgcc/thumb/_thenan_sf.o libgcc/thumb/_sf_to_usi.o libgcc/thumb/_usi_to_sf.o libgcc/thumb/_pack_df.o libgcc/thumb/_unpack_df.o libgcc/thumb/_addsub_df.o libgcc/thumb/_mul_df.o libgcc/thumb/_div_df.o libgcc/thumb/_fpcmp_parts_df.o libgcc/thumb/_compare_df.o libgcc/thumb/_eq_df.o libgcc/thumb/_ne_df.o libgcc/thumb/_gt_df.o libgcc/thumb/_ge_df.o libgcc/thumb/_lt_df.o libgcc/thumb/_le_df.o libgcc/thumb/_unord_df.o libgcc/thumb/_si_to_df.o libgcc/thumb/_df_to_si.o libgcc/thumb/_negate_df.o libgcc/thumb/_make_df.o libgcc/thumb/_df_to_sf.o libgcc/thumb/_df_to_tf.o libgcc/thumb/_thenan_df.o libgcc/thumb/_df_to_usi.o libgcc/thumb/_usi_to_df.o libgcc/thumb/unwind-dw2.o libgcc/thumb/unwind-dw2-fde.o libgcc/thumb/unwind-sjlj.o libgcc/thumb/unwind-c.o libgcc/thumb/_eprintf.o libgcc/thumb/_bb.o libgcc/thumb/__gcc_bcmp.o
if [ -f arm-elf-ranlib ] || ( [ i686-pc-linux-gnu = arm-unknown-elf ] && [ -f /usr/bin/ranlib -o -f /bin/ranlib ] ) ; then \
  arm-elf-ranlib thumb/libgcc.a ; \
else true; fi;
make GCC_FOR_TARGET="/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include" \
  AR_FOR_TARGET="arm-elf-ar" \
  AR_CREATE_FOR_TARGET="arm-elf-ar  rc" \
  AR_EXTRACT_FOR_TARGET="" \
  AR_FLAGS_FOR_TARGET="" \
  CC="gcc" CFLAGS="-g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long " \
  BUILD_PREFIX="" \
  BUILD_PREFIX_1="loser-" \
  LANGUAGES="" \
  LIBGCC2_CFLAGS="-O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc "  \
  MULTILIB_CFLAGS="" T= crtbegin.o
make[3]: Entering directory `/opt/soubhik/temp/crossgcc/build-gcc/gcc'
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2 -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss  \
  -Dinhibit_libc -c ../../gcc-3.3.2/gcc/crtstuff.c -DCRT_BEGIN \
  -o crtbegin.o
../../gcc-3.3.2/gcc/crtstuff.c: In function `__do_global_dtors_aux':
../../gcc-3.3.2/gcc/crtstuff.c:280: warning: passing arg 1 of `__deregister_frame_info' discards qualifiers from pointer target type
../../gcc-3.3.2/gcc/crtstuff.c: In function `frame_dummy':
../../gcc-3.3.2/gcc/crtstuff.c:316: warning: passing arg 1 of `__register_frame_info' discards qualifiers from pointer target type
make[3]: Leaving directory `/opt/soubhik/temp/crossgcc/build-gcc/gcc'
make GCC_FOR_TARGET="/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include" \
  AR_FOR_TARGET="arm-elf-ar" \
  AR_CREATE_FOR_TARGET="arm-elf-ar  rc" \
  AR_EXTRACT_FOR_TARGET="" \
  AR_FLAGS_FOR_TARGET="" \
  CC="gcc" CFLAGS="-g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long " \
  BUILD_PREFIX="" \
  BUILD_PREFIX_1="loser-" \
  LANGUAGES="" \
  LIBGCC2_CFLAGS="-O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -mthumb "  \
  MULTILIB_CFLAGS=" -mthumb" T=thumb/ thumb/crtbegin.o
make[3]: Entering directory `/opt/soubhik/temp/crossgcc/build-gcc/gcc'
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2 -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -I. -Ithumb -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/thumb -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -mthumb -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss  \
  -Dinhibit_libc -c ../../gcc-3.3.2/gcc/crtstuff.c -DCRT_BEGIN \
  -o thumb/crtbegin.o
../../gcc-3.3.2/gcc/crtstuff.c: In function `__do_global_dtors_aux':
../../gcc-3.3.2/gcc/crtstuff.c:280: warning: passing arg 1 of `__deregister_frame_info' discards qualifiers from pointer target type
../../gcc-3.3.2/gcc/crtstuff.c: In function `frame_dummy':
../../gcc-3.3.2/gcc/crtstuff.c:316: warning: passing arg 1 of `__register_frame_info' discards qualifiers from pointer target type
make[3]: Leaving directory `/opt/soubhik/temp/crossgcc/build-gcc/gcc'
make GCC_FOR_TARGET="/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include" \
  AR_FOR_TARGET="arm-elf-ar" \
  AR_CREATE_FOR_TARGET="arm-elf-ar  rc" \
  AR_EXTRACT_FOR_TARGET="" \
  AR_FLAGS_FOR_TARGET="" \
  CC="gcc" CFLAGS="-g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long " \
  BUILD_PREFIX="" \
  BUILD_PREFIX_1="loser-" \
  LANGUAGES="" \
  LIBGCC2_CFLAGS="-O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc "  \
  MULTILIB_CFLAGS="" T= crtend.o
make[3]: Entering directory `/opt/soubhik/temp/crossgcc/build-gcc/gcc'
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2 -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss  \
  -Dinhibit_libc -c ../../gcc-3.3.2/gcc/crtstuff.c -DCRT_END \
  -o crtend.o
make[3]: Leaving directory `/opt/soubhik/temp/crossgcc/build-gcc/gcc'
make GCC_FOR_TARGET="/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include" \
  AR_FOR_TARGET="arm-elf-ar" \
  AR_CREATE_FOR_TARGET="arm-elf-ar  rc" \
  AR_EXTRACT_FOR_TARGET="" \
  AR_FLAGS_FOR_TARGET="" \
  CC="gcc" CFLAGS="-g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long " \
  BUILD_PREFIX="" \
  BUILD_PREFIX_1="loser-" \
  LANGUAGES="" \
  LIBGCC2_CFLAGS="-O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -mthumb "  \
  MULTILIB_CFLAGS=" -mthumb" T=thumb/ thumb/crtend.o
make[3]: Entering directory `/opt/soubhik/temp/crossgcc/build-gcc/gcc'
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2 -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -I. -Ithumb -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/thumb -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include -mthumb -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss  \
  -Dinhibit_libc -c ../../gcc-3.3.2/gcc/crtstuff.c -DCRT_END \
  -o thumb/crtend.o
make[3]: Leaving directory `/opt/soubhik/temp/crossgcc/build-gcc/gcc'
make GCC_FOR_TARGET="/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include" \
  AR_FOR_TARGET="arm-elf-ar" \
  AR_CREATE_FOR_TARGET="arm-elf-ar  rc" \
  AR_EXTRACT_FOR_TARGET="" \
  AR_FLAGS_FOR_TARGET="" \
  CC="gcc" CFLAGS="-g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long " \
  BUILD_PREFIX="" \
  BUILD_PREFIX_1="loser-" \
  LANGUAGES="" \
  LIBGCC2_CFLAGS="-O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc "  \
  MULTILIB_CFLAGS="" T= crti.o
make[3]: Entering directory `/opt/soubhik/temp/crossgcc/build-gcc/gcc'
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include   -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include \
-c -o crti.o -x assembler-with-cpp ../../gcc-3.3.2/gcc/config/arm/crti.asm
make[3]: Leaving directory `/opt/soubhik/temp/crossgcc/build-gcc/gcc'
make GCC_FOR_TARGET="/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include" \
  AR_FOR_TARGET="arm-elf-ar" \
  AR_CREATE_FOR_TARGET="arm-elf-ar  rc" \
  AR_EXTRACT_FOR_TARGET="" \
  AR_FLAGS_FOR_TARGET="" \
  CC="gcc" CFLAGS="-g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long " \
  BUILD_PREFIX="" \
  BUILD_PREFIX_1="loser-" \
  LANGUAGES="" \
  LIBGCC2_CFLAGS="-O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -mthumb "  \
  MULTILIB_CFLAGS=" -mthumb" T=thumb/ thumb/crti.o
make[3]: Entering directory `/opt/soubhik/temp/crossgcc/build-gcc/gcc'
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -mthumb -I. -Ithumb -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/thumb -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include \
-c -o thumb/crti.o -x assembler-with-cpp ../../gcc-3.3.2/gcc/config/arm/crti.asm
make[3]: Leaving directory `/opt/soubhik/temp/crossgcc/build-gcc/gcc'
make GCC_FOR_TARGET="/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include" \
  AR_FOR_TARGET="arm-elf-ar" \
  AR_CREATE_FOR_TARGET="arm-elf-ar  rc" \
  AR_EXTRACT_FOR_TARGET="" \
  AR_FLAGS_FOR_TARGET="" \
  CC="gcc" CFLAGS="-g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long " \
  BUILD_PREFIX="" \
  BUILD_PREFIX_1="loser-" \
  LANGUAGES="" \
  LIBGCC2_CFLAGS="-O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc "  \
  MULTILIB_CFLAGS="" T= crtn.o
make[3]: Entering directory `/opt/soubhik/temp/crossgcc/build-gcc/gcc'
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include   -I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include \
-c -o crtn.o -x assembler-with-cpp ../../gcc-3.3.2/gcc/config/arm/crtn.asm
make[3]: Leaving directory `/opt/soubhik/temp/crossgcc/build-gcc/gcc'
make GCC_FOR_TARGET="/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include" \
  AR_FOR_TARGET="arm-elf-ar" \
  AR_CREATE_FOR_TARGET="arm-elf-ar  rc" \
  AR_EXTRACT_FOR_TARGET="" \
  AR_FLAGS_FOR_TARGET="" \
  CC="gcc" CFLAGS="-g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long " \
  BUILD_PREFIX="" \
  BUILD_PREFIX_1="loser-" \
  LANGUAGES="" \
  LIBGCC2_CFLAGS="-O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -Dinhibit_libc -fno-inline -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -mthumb "  \
  MULTILIB_CFLAGS=" -mthumb" T=thumb/ thumb/crtn.o
make[3]: Entering directory `/opt/soubhik/temp/crossgcc/build-gcc/gcc'
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -mthumb -I. -Ithumb -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/thumb -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include \
-c -o thumb/crtn.o -x assembler-with-cpp ../../gcc-3.3.2/gcc/config/arm/crtn.asm
make[3]: Leaving directory `/opt/soubhik/temp/crossgcc/build-gcc/gcc'
make[2]: Leaving directory `/opt/soubhik/temp/crossgcc/build-gcc/gcc'
echo timestamp > stmp-multilib
(SHLIB_LINK='' \
SHLIB_MULTILIB=''; \
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/opt/soubhik/temp/crossgcc/final-install/lib/gcc-lib/\" -DDEFAULT_TARGET_VERSION=\"3.3.2\" -DDEFAULT_TARGET_MACHINE=\"arm-elf\" -DSTANDARD_BINDIR_PREFIX=\"/opt/soubhik/temp/crossgcc/final-install/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\"  `test "X${SHLIB_LINK}" = "X" || test "yes" != "yes" || echo "-DENABLE_SHARED_LIBGCC"` `test "X${SHLIB_MULTILIB}" = "X" || echo "-DNO_SHARED_LIBGCC_MULTILIB"` \
	-I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/cp/g++spec.c)
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H  -o g++ \
  gcc.o g++spec.o intl.o prefix.o version.o     ../libiberty/libiberty.a
rm -f g++-cross
cp g++ g++-cross
(SHLIB_LINK='' \
SHLIB_MULTILIB=''; \
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/opt/soubhik/temp/crossgcc/final-install/lib/gcc-lib/\" -DDEFAULT_TARGET_VERSION=\"3.3.2\" -DDEFAULT_TARGET_MACHINE=\"arm-elf\" -DSTANDARD_BINDIR_PREFIX=\"/opt/soubhik/temp/crossgcc/final-install/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\"  `test "X${SHLIB_LINK}" = "X" || test "yes" != "yes" || echo "-DENABLE_SHARED_LIBGCC"` `test "X${SHLIB_MULTILIB}" = "X" || echo "-DNO_SHARED_LIBGCC_MULTILIB"` \
	-I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. -I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/f/g77spec.c)
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H  -o g77 gcc.o g77spec.o \
   version.o prefix.o intl.o    ../libiberty/libiberty.a
rm -f g77-cross; \
cp g77 g77-cross
rm -f gcj-cross
cp gcj gcj-cross
make[1]: Leaving directory `/opt/soubhik/temp/crossgcc/build-gcc/gcc'
Configuring in arm-elf/libiberty
creating cache ../config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo
checking for perl... perl
checking host system type... arm-unknown-elf
checking build system type... i686-pc-linux-gnu
checking for arm-elf-ar... arm-elf-ar
checking for arm-elf-ranlib... arm-elf-ranlib
checking for gcc...  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include
checking whether we are using GNU C... yes
checking whether  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include accepts -g... yes
checking whether  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include and cc understand -c and -o together... yes
checking for POSIXized ISC... no
checking for working const... yes
checking for inline... inline
checking for a BSD compatible install... /usr/bin/install -c
checking how to run the C preprocessor...  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -E
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... yes
checking for string.h... yes
checking for unistd.h... yes
checking for strings.h... no
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... no
checking for fcntl.h... yes
checking for alloca.h... yes
checking for sys/pstat.h... no
checking for sys/sysmp.h... no
checking for sys/sysinfo.h... no
checking for machine/hal_sysinfo.h... no
checking for sys/table.h... no
checking for sys/sysctl.h... no
checking for sys/systemcfg.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 ANSI C header files... no
checking for uintptr_t... no
checking for pid_t... yes
checking whether the C compiler ( /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2 -g -O2 ) works... yes
checking whether the C compiler ( /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -O2 -g -O2 ) is a cross-compiler... yes
checking for asprintf... yes
checking for atexit... yes
checking for basename... no
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... no
checking for getpagesize... no
checking for index... yes
checking for insque... no
checking for memchr... yes
checking for memcmp... yes
checking for memcpy... yes
checking for memmove... yes
checking for memset... yes
checking for mkstemps... no
checking for putenv... yes
checking for random... no
checking for rename... yes
checking for rindex... yes
checking for setenv... yes
checking for sigsetmask... no
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strncasecmp... yes
checking for strrchr... yes
checking for strstr... yes
checking for strtod... yes
checking for strtol... yes
checking for strtoul... yes
checking for tmpnam... yes
checking for vasprintf... no
checking for vfprintf... yes
checking for vprintf... yes
checking for vsprintf... yes
checking for waitpid... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for working vfork... checking for vfork... no
no
checking for _doprnt... no
checking for sys_errlist... no
checking for sys_nerr... no
checking for sys_siglist... no
checking for external symbol _system_configuration... no
checking for getrusage... no
checking for on_exit... yes
checking for psignal... no
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for times... yes
checking for sbrk... yes
checking for gettimeofday... yes
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... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/types.h... yes
checking for getpagesize... (cached) no
checking for working mmap... no
checking for working strncmp... no
updating cache ../config.cache
creating ./config.status
creating Makefile
creating testsuite/Makefile
creating config.h
Adding multilib support to Makefile in ../../../gcc-3.3.2/libiberty
multidirs=thumb
with_multisubdir=
Running configure in multilib subdirs thumb
pwd: /home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/libiberty
Running configure in multilib subdir thumb
pwd: /home/soubhik/localtemp/crossgcc/build-gcc/arm-elf
mkdir thumb
creating cache ../config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo
checking for perl... perl
checking host system type... arm-unknown-elf
checking build system type... i686-pc-linux-gnu
checking for arm-elf-ar... arm-elf-ar
checking for arm-elf-ranlib... arm-elf-ranlib
checking for gcc... /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include  -mthumb
checking whether we are using GNU C... yes
checking whether /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include  -mthumb accepts -g... yes
checking whether /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include  -mthumb and cc understand -c and -o together... yes
checking for POSIXized ISC... no
checking for working const... yes
checking for inline... inline
checking for a BSD compatible install... /usr/bin/install -c
checking how to run the C preprocessor... /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include  -mthumb -E
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... yes
checking for string.h... yes
checking for unistd.h... yes
checking for strings.h... no
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... no
checking for fcntl.h... yes
checking for alloca.h... yes
checking for sys/pstat.h... no
checking for sys/sysmp.h... no
checking for sys/sysinfo.h... no
checking for machine/hal_sysinfo.h... no
checking for sys/table.h... no
checking for sys/sysctl.h... no
checking for sys/systemcfg.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 ANSI C header files... no
checking for uintptr_t... no
checking for pid_t... yes
checking whether the C compiler (/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include  -mthumb -O2 -g -O2 ) works... yes
checking whether the C compiler (/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include  -mthumb -O2 -g -O2 ) is a cross-compiler... yes
checking for asprintf... yes
checking for atexit... yes
checking for basename... no
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... no
checking for getpagesize... no
checking for index... yes
checking for insque... no
checking for memchr... yes
checking for memcmp... yes
checking for memcpy... yes
checking for memmove... yes
checking for memset... yes
checking for mkstemps... no
checking for putenv... yes
checking for random... no
checking for rename... yes
checking for rindex... yes
checking for setenv... yes
checking for sigsetmask... no
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strncasecmp... yes
checking for strrchr... yes
checking for strstr... yes
checking for strtod... yes
checking for strtol... yes
checking for strtoul... yes
checking for tmpnam... yes
checking for vasprintf... no
checking for vfprintf... yes
checking for vprintf... yes
checking for vsprintf... yes
checking for waitpid... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for working vfork... checking for vfork... no
no
checking for _doprnt... no
checking for sys_errlist... no
checking for sys_nerr... no
checking for sys_siglist... no
checking for external symbol _system_configuration... no
checking for getrusage... no
checking for on_exit... yes
checking for psignal... no
checking for strerror... yes
checking for strsignal... no
checking for sysconf... no
checking for times... yes
checking for sbrk... yes
checking for gettimeofday... yes
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... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/types.h... yes
checking for getpagesize... (cached) no
checking for working mmap... no
checking for working strncmp... no
updating cache ../config.cache
creating ./config.status
creating Makefile
creating testsuite/Makefile
creating config.h
Adding multilib support to Makefile in ../../../../gcc-3.3.2/libiberty
with_multisubdir=thumb
make[1]: Entering directory `/opt/soubhik/temp/crossgcc/build-gcc/arm-elf/libiberty'
if [ x"" != x ] && [ ! -d pic ]; then \
  mkdir pic; \
else true; fi
touch stamp-picdir
CONFIG_FILES= CONFIG_HEADERS=config.h:config.in /bin/sh ./config.status
creating config.h
config.h is unchanged
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../gcc-3.3.2/libiberty/regex.c -o pic/regex.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../gcc-3.3.2/libiberty/regex.c -o regex.o
In file included from ../../../gcc-3.3.2/include/xregex.h:26,
                 from ../../../gcc-3.3.2/libiberty/regex.c:195:
../../../gcc-3.3.2/include/xregex2.h:548: warning: ISO C90 does not support `static' or type qualifiers in parameter array declarators
In file included from ../../../gcc-3.3.2/libiberty/regex.c:649:
../../../gcc-3.3.2/libiberty/regex.c: In function `byte_regex_compile':
../../../gcc-3.3.2/libiberty/regex.c:2473: warning: implicit declaration of function `free'
../../../gcc-3.3.2/libiberty/regex.c:2534: warning: function `free' was previously declared within a block
../../../gcc-3.3.2/libiberty/regex.c:2567: warning: function `free' was previously declared within a block
../../../gcc-3.3.2/libiberty/regex.c:2674: warning: function `free' was previously declared within a block
../../../gcc-3.3.2/libiberty/regex.c:3677: warning: function `free' was previously declared within a block
../../../gcc-3.3.2/libiberty/regex.c:4184: warning: function `free' was previously declared within a block
../../../gcc-3.3.2/libiberty/regex.c: In function `byte_re_compile_fastmap':
../../../gcc-3.3.2/libiberty/regex.c:4898: warning: implicit declaration of function `abort'
../../../gcc-3.3.2/libiberty/regex.c: In function `xregcomp':
../../../gcc-3.3.2/libiberty/regex.c:8043: warning: signed and unsigned type in conditional expression
../../../gcc-3.3.2/libiberty/regex.c:8082: warning: function `free' was previously declared within a block
../../../gcc-3.3.2/libiberty/regex.c: In function `xregexec':
../../../gcc-3.3.2/libiberty/regex.c:8161: warning: function `free' was previously declared within a block
../../../gcc-3.3.2/libiberty/regex.c: In function `xregerror':
../../../gcc-3.3.2/libiberty/regex.c:8178: warning: unused parameter `preg'
../../../gcc-3.3.2/libiberty/regex.c: In function `xregfree':
../../../gcc-3.3.2/libiberty/regex.c:8227: warning: function `free' was previously declared within a block
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../gcc-3.3.2/libiberty/cplus-dem.c -o pic/cplus-dem.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../gcc-3.3.2/libiberty/cplus-dem.c -o cplus-dem.o
../../../gcc-3.3.2/libiberty/cplus-dem.c: In function `code_for_qualifier':
../../../gcc-3.3.2/libiberty/cplus-dem.c:630: warning: implicit declaration of function `abort'
../../../gcc-3.3.2/libiberty/cplus-dem.c: In function `squangle_mop_up':
../../../gcc-3.3.2/libiberty/cplus-dem.c:1154: warning: implicit declaration of function `free'
../../../gcc-3.3.2/libiberty/cplus-dem.c:1158: warning: function `free' was previously declared within a block
../../../gcc-3.3.2/libiberty/cplus-dem.c: In function `delete_non_B_K_work_stuff':
../../../gcc-3.3.2/libiberty/cplus-dem.c:1246: warning: function `free' was previously declared within a block
../../../gcc-3.3.2/libiberty/cplus-dem.c:1256: warning: function `free' was previously declared within a block
../../../gcc-3.3.2/libiberty/cplus-dem.c:1264: warning: function `free' was previously declared within a block
../../../gcc-3.3.2/libiberty/cplus-dem.c: In function `demangle_template_value_parm':
../../../gcc-3.3.2/libiberty/cplus-dem.c:2006: warning: function `free' was previously declared within a block
../../../gcc-3.3.2/libiberty/cplus-dem.c:2010: warning: function `free' was previously declared within a block
../../../gcc-3.3.2/libiberty/cplus-dem.c: In function `gnu_special':
../../../gcc-3.3.2/libiberty/cplus-dem.c:3051: warning: function `free' was previously declared within a block
../../../gcc-3.3.2/libiberty/cplus-dem.c: In function `recursively_demangle':
../../../gcc-3.3.2/libiberty/cplus-dem.c:3110: warning: function `free' was previously declared within a block
../../../gcc-3.3.2/libiberty/cplus-dem.c:3116: warning: function `free' was previously declared within a block
../../../gcc-3.3.2/libiberty/cplus-dem.c: In function `demangle_qualified':
../../../gcc-3.3.2/libiberty/cplus-dem.c:3287: warning: implicit declaration of function `atoi'
../../../gcc-3.3.2/libiberty/cplus-dem.c: In function `do_hpacc_template_literal':
../../../gcc-3.3.2/libiberty/cplus-dem.c:4098: warning: function `free' was previously declared within a block
../../../gcc-3.3.2/libiberty/cplus-dem.c:4105: warning: function `free' was previously declared within a block
../../../gcc-3.3.2/libiberty/cplus-dem.c: In function `forget_B_and_K_types':
../../../gcc-3.3.2/libiberty/cplus-dem.c:4334: warning: function `free' was previously declared within a block
../../../gcc-3.3.2/libiberty/cplus-dem.c:4344: warning: function `free' was previously declared within a block
../../../gcc-3.3.2/libiberty/cplus-dem.c: In function `forget_types':
../../../gcc-3.3.2/libiberty/cplus-dem.c:4362: warning: function `free' was previously declared within a block
../../../gcc-3.3.2/libiberty/cplus-dem.c: In function `string_delete':
../../../gcc-3.3.2/libiberty/cplus-dem.c:4765: warning: function `free' was previously declared within a block
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../gcc-3.3.2/libiberty/cp-demangle.c -o pic/cp-demangle.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../gcc-3.3.2/libiberty/cp-demangle.c -o cp-demangle.o
../../../gcc-3.3.2/libiberty/cp-demangle.c: In function `string_list_new':
../../../gcc-3.3.2/libiberty/cp-demangle.c:420: warning: implicit declaration of function `malloc'
../../../gcc-3.3.2/libiberty/cp-demangle.c: In function `substitution_add':
../../../gcc-3.3.2/libiberty/cp-demangle.c:591: warning: implicit declaration of function `realloc'
../../../gcc-3.3.2/libiberty/cp-demangle.c: In function `template_arg_list_new':
../../../gcc-3.3.2/libiberty/cp-demangle.c:669: warning: function `malloc' was previously declared within a block
../../../gcc-3.3.2/libiberty/cp-demangle.c: In function `template_arg_list_delete':
../../../gcc-3.3.2/libiberty/cp-demangle.c:690: warning: implicit declaration of function `free'
../../../gcc-3.3.2/libiberty/cp-demangle.c: In function `demangling_new':
../../../gcc-3.3.2/libiberty/cp-demangle.c:817: warning: function `malloc' was previously declared within a block
../../../gcc-3.3.2/libiberty/cp-demangle.c: In function `demangling_delete':
../../../gcc-3.3.2/libiberty/cp-demangle.c:864: warning: function `free' was previously declared within a block
../../../gcc-3.3.2/libiberty/cp-demangle.c: In function `demangle_number':
../../../gcc-3.3.2/libiberty/cp-demangle.c:1399: warning: implicit declaration of function `strtol'
../../../gcc-3.3.2/libiberty/cp-demangle.c: In function `demangle_identifier':
../../../gcc-3.3.2/libiberty/cp-demangle.c:1505: warning: function `strtol' was previously declared within a block
../../../gcc-3.3.2/libiberty/cp-demangle.c: In function `cplus_demangle_v3':
../../../gcc-3.3.2/libiberty/cp-demangle.c:3800: warning: implicit declaration of function `abort'
../../../gcc-3.3.2/libiberty/cp-demangle.c: In function `java_demangle_v3':
../../../gcc-3.3.2/libiberty/cp-demangle.c:3908: warning: function `free' was previously declared within a block
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../gcc-3.3.2/libiberty/md5.c -o pic/md5.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../gcc-3.3.2/libiberty/md5.c -o md5.o
../../../gcc-3.3.2/libiberty/md5.c: In function `md5_finish_ctx':
../../../gcc-3.3.2/libiberty/md5.c:115: warning: implicit declaration of function `memcpy'
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../gcc-3.3.2/libiberty/alloca.c -o pic/alloca.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../gcc-3.3.2/libiberty/alloca.c -o alloca.o
../../../gcc-3.3.2/libiberty/alloca.c: In function `C_alloca':
../../../gcc-3.3.2/libiberty/alloca.c:179: warning: implicit declaration of function `free'
../../../gcc-3.3.2/libiberty/alloca.c:199: warning: implicit declaration of function `abort'
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../gcc-3.3.2/libiberty/argv.c -o pic/argv.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../gcc-3.3.2/libiberty/argv.c -o argv.o
../../../gcc-3.3.2/libiberty/argv.c: In function `dupargv':
../../../gcc-3.3.2/libiberty/argv.c:89: warning: implicit declaration of function `malloc'
../../../gcc-3.3.2/libiberty/argv.c:97: warning: assignment makes pointer from integer without a cast
../../../gcc-3.3.2/libiberty/argv.c: In function `freeargv':
../../../gcc-3.3.2/libiberty/argv.c:131: warning: implicit declaration of function `free'
../../../gcc-3.3.2/libiberty/argv.c:133: warning: function `free' was previously declared within a block
../../../gcc-3.3.2/libiberty/argv.c: In function `buildargv':
../../../gcc-3.3.2/libiberty/argv.c:208: warning: function `malloc' was previously declared within a block
../../../gcc-3.3.2/libiberty/argv.c:213: warning: implicit declaration of function `realloc'
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../gcc-3.3.2/libiberty/choose-temp.c -o pic/choose-temp.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../gcc-3.3.2/libiberty/choose-temp.c -o choose-temp.o
../../../gcc-3.3.2/libiberty/choose-temp.c: In function `choose_temp_base':
../../../gcc-3.3.2/libiberty/choose-temp.c:68: warning: implicit declaration of function `mktemp'
../../../gcc-3.3.2/libiberty/choose-temp.c:70: warning: implicit declaration of function `abort'
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../gcc-3.3.2/libiberty/concat.c -o pic/concat.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../gcc-3.3.2/libiberty/concat.c -o concat.o
../../../gcc-3.3.2/libiberty/concat.c: In function `reconcat':
../../../gcc-3.3.2/libiberty/concat.c:210: warning: implicit declaration of function `free'
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../gcc-3.3.2/libiberty/dyn-string.c -o pic/dyn-string.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../gcc-3.3.2/libiberty/dyn-string.c -o dyn-string.o
../../../gcc-3.3.2/libiberty/dyn-string.c: In function `dyn_string_delete':
../../../gcc-3.3.2/libiberty/dyn-string.c:123: warning: implicit declaration of function `free'
../../../gcc-3.3.2/libiberty/dyn-string.c: In function `dyn_string_release':
../../../gcc-3.3.2/libiberty/dyn-string.c:140: warning: function `free' was previously declared within a block
../../../gcc-3.3.2/libiberty/dyn-string.c: In function `dyn_string_copy':
../../../gcc-3.3.2/libiberty/dyn-string.c:206: warning: implicit declaration of function `abort'
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../gcc-3.3.2/libiberty/fdmatch.c -o pic/fdmatch.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../gcc-3.3.2/libiberty/fdmatch.c -o fdmatch.o
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../gcc-3.3.2/libiberty/fibheap.c -o pic/fibheap.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../gcc-3.3.2/libiberty/fibheap.c -o fibheap.o
../../../gcc-3.3.2/libiberty/fibheap.c: In function `fibheap_union':
../../../gcc-3.3.2/libiberty/fibheap.c:166: warning: implicit declaration of function `free'
../../../gcc-3.3.2/libiberty/fibheap.c:171: warning: function `free' was previously declared within a block
../../../gcc-3.3.2/libiberty/fibheap.c:187: warning: function `free' was previously declared within a block
../../../gcc-3.3.2/libiberty/fibheap.c: In function `fibheap_extract_min':
../../../gcc-3.3.2/libiberty/fibheap.c:206: warning: function `free' was previously declared within a block
../../../gcc-3.3.2/libiberty/fibheap.c: In function `fibheap_delete':
../../../gcc-3.3.2/libiberty/fibheap.c:297: warning: function `free' was previously declared within a block
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../gcc-3.3.2/libiberty/floatformat.c -o pic/floatformat.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../gcc-3.3.2/libiberty/floatformat.c -o floatformat.o
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../gcc-3.3.2/libiberty/fnmatch.c -o pic/fnmatch.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../gcc-3.3.2/libiberty/fnmatch.c -o fnmatch.o
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../gcc-3.3.2/libiberty/getopt.c -o pic/getopt.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../gcc-3.3.2/libiberty/getopt.c -o getopt.o
../../../gcc-3.3.2/libiberty/getopt.c: In function `_getopt_initialize':
../../../gcc-3.3.2/libiberty/getopt.c:396: warning: unused parameter `argc'
../../../gcc-3.3.2/libiberty/getopt.c:397: warning: unused parameter `argv'
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../gcc-3.3.2/libiberty/getopt1.c -o pic/getopt1.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../gcc-3.3.2/libiberty/getopt1.c -o getopt1.o
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../gcc-3.3.2/libiberty/getpwd.c -o pic/getpwd.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../gcc-3.3.2/libiberty/getpwd.c -o getpwd.o
../../../gcc-3.3.2/libiberty/getpwd.c: In function `getpwd':
../../../gcc-3.3.2/libiberty/getpwd.c:78: warning: implicit declaration of function `getenv'
../../../gcc-3.3.2/libiberty/getpwd.c:78: warning: assignment makes pointer from integer without a cast
../../../gcc-3.3.2/libiberty/getpwd.c:86: warning: implicit declaration of function `getcwd'
../../../gcc-3.3.2/libiberty/getpwd.c:89: warning: implicit declaration of function `free'
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../gcc-3.3.2/libiberty/getruntime.c -o pic/getruntime.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../gcc-3.3.2/libiberty/getruntime.c -o getruntime.o
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../gcc-3.3.2/libiberty/hashtab.c -o pic/hashtab.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../gcc-3.3.2/libiberty/hashtab.c -o hashtab.o
../../../gcc-3.3.2/libiberty/hashtab.c: In function `higher_prime_number':
../../../gcc-3.3.2/libiberty/hashtab.c:137: warning: implicit declaration of function `abort'
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../gcc-3.3.2/libiberty/hex.c -o pic/hex.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../gcc-3.3.2/libiberty/hex.c -o hex.o
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../gcc-3.3.2/libiberty/lbasename.c -o pic/lbasename.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../gcc-3.3.2/libiberty/lbasename.c -o lbasename.o
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../gcc-3.3.2/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../gcc-3.3.2/libiberty/make-relative-prefix.c -o make-relative-prefix.o
../../../gcc-3.3.2/libiberty/make-relative-prefix.c: In function `save_string':
../../../gcc-3.3.2/libiberty/make-relative-prefix.c:98: warning: implicit declaration of function `malloc'
../../../gcc-3.3.2/libiberty/make-relative-prefix.c:98: warning: initialization makes pointer from integer without a cast
../../../gcc-3.3.2/libiberty/make-relative-prefix.c: In function `split_directories':
../../../gcc-3.3.2/libiberty/make-relative-prefix.c:138: warning: function `malloc' was previously declared within a block
../../../gcc-3.3.2/libiberty/make-relative-prefix.c: In function `free_split_directories':
../../../gcc-3.3.2/libiberty/make-relative-prefix.c:201: warning: implicit declaration of function `free'
../../../gcc-3.3.2/libiberty/make-relative-prefix.c: In function `make_relative_prefix':
../../../gcc-3.3.2/libiberty/make-relative-prefix.c:242: warning: implicit declaration of function `getenv'
../../../gcc-3.3.2/libiberty/make-relative-prefix.c:242: warning: assignment makes pointer from integer without a cast
../../../gcc-3.3.2/libiberty/make-relative-prefix.c:275: warning: implicit declaration of function `access'
../../../gcc-3.3.2/libiberty/make-relative-prefix.c:361: warning: function `malloc' was previously declared within a block
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../gcc-3.3.2/libiberty/make-temp-file.c -o pic/make-temp-file.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../gcc-3.3.2/libiberty/make-temp-file.c -o make-temp-file.o
../../../gcc-3.3.2/libiberty/make-temp-file.c: In function `try':
../../../gcc-3.3.2/libiberty/make-temp-file.c:73: warning: implicit declaration of function `access'
../../../gcc-3.3.2/libiberty/make-temp-file.c: In function `choose_tmpdir':
../../../gcc-3.3.2/libiberty/make-temp-file.c:107: warning: implicit declaration of function `getenv'
../../../gcc-3.3.2/libiberty/make-temp-file.c:107: warning: passing arg 1 of `try' makes pointer from integer without a cast
../../../gcc-3.3.2/libiberty/make-temp-file.c:108: warning: passing arg 1 of `try' makes pointer from integer without a cast
../../../gcc-3.3.2/libiberty/make-temp-file.c:109: warning: passing arg 1 of `try' makes pointer from integer without a cast
../../../gcc-3.3.2/libiberty/make-temp-file.c: In function `make_temp_file':
../../../gcc-3.3.2/libiberty/make-temp-file.c:174: warning: implicit declaration of function `abort'
../../../gcc-3.3.2/libiberty/make-temp-file.c:176: warning: implicit declaration of function `close'
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../gcc-3.3.2/libiberty/objalloc.c -o pic/objalloc.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../gcc-3.3.2/libiberty/objalloc.c -o objalloc.o
../../../gcc-3.3.2/libiberty/objalloc.c: In function `objalloc_create':
../../../gcc-3.3.2/libiberty/objalloc.c:93: warning: implicit declaration of function `malloc'
../../../gcc-3.3.2/libiberty/objalloc.c:100: warning: implicit declaration of function `free'
../../../gcc-3.3.2/libiberty/objalloc.c: In function `_objalloc_alloc':
../../../gcc-3.3.2/libiberty/objalloc.c:140: warning: function `malloc' was previously declared within a block
../../../gcc-3.3.2/libiberty/objalloc.c:156: warning: function `malloc' was previously declared within a block
../../../gcc-3.3.2/libiberty/objalloc.c: In function `objalloc_free':
../../../gcc-3.3.2/libiberty/objalloc.c:185: warning: function `free' was previously declared within a block
../../../gcc-3.3.2/libiberty/objalloc.c:189: warning: function `free' was previously declared within a block
../../../gcc-3.3.2/libiberty/objalloc.c: In function `objalloc_free_block':
../../../gcc-3.3.2/libiberty/objalloc.c:223: warning: implicit declaration of function `abort'
../../../gcc-3.3.2/libiberty/objalloc.c:248: warning: function `free' was previously declared within a block
../../../gcc-3.3.2/libiberty/objalloc.c:251: warning: function `free' was previously declared within a block
../../../gcc-3.3.2/libiberty/objalloc.c:286: warning: function `free' was previously declared within a block
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../gcc-3.3.2/libiberty/obstack.c -o pic/obstack.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../gcc-3.3.2/libiberty/obstack.c -o obstack.o
../../../gcc-3.3.2/libiberty/obstack.c: In function `_obstack_free':
../../../gcc-3.3.2/libiberty/obstack.c:401: warning: implicit declaration of function `abort'
../../../gcc-3.3.2/libiberty/obstack.c: In function `print_and_abort':
../../../gcc-3.3.2/libiberty/obstack.c:468: warning: implicit declaration of function `exit'
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../gcc-3.3.2/libiberty/partition.c -o pic/partition.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../gcc-3.3.2/libiberty/partition.c -o partition.o
../../../gcc-3.3.2/libiberty/partition.c: In function `partition_delete':
../../../gcc-3.3.2/libiberty/partition.c:68: warning: implicit declaration of function `free'
../../../gcc-3.3.2/libiberty/partition.c: In function `partition_print':
../../../gcc-3.3.2/libiberty/partition.c:180: warning: implicit declaration of function `qsort'
../../../gcc-3.3.2/libiberty/partition.c:189: warning: function `free' was previously declared within a block
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../gcc-3.3.2/libiberty/physmem.c -o pic/physmem.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../gcc-3.3.2/libiberty/physmem.c -o physmem.o
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../gcc-3.3.2/libiberty/pexecute.c -o pic/pexecute.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../gcc-3.3.2/libiberty/pexecute.c -o pexecute.o
../../../gcc-3.3.2/libiberty/pexecute.c: In function `pexecute':
../../../gcc-3.3.2/libiberty/pexecute.c:699: warning: implicit declaration of function `pipe'
../../../gcc-3.3.2/libiberty/pexecute.c:720: warning: implicit declaration of function `fork'
../../../gcc-3.3.2/libiberty/pexecute.c:723: warning: implicit declaration of function `sleep'
../../../gcc-3.3.2/libiberty/pexecute.c:738: warning: implicit declaration of function `close'
../../../gcc-3.3.2/libiberty/pexecute.c:739: warning: implicit declaration of function `dup'
../../../gcc-3.3.2/libiberty/pexecute.c:744: warning: function `close' was previously declared within a block
../../../gcc-3.3.2/libiberty/pexecute.c:745: warning: function `dup' was previously declared within a block
../../../gcc-3.3.2/libiberty/pexecute.c:751: warning: function `close' was previously declared within a block
../../../gcc-3.3.2/libiberty/pexecute.c:759: warning: implicit declaration of function `exit'
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../gcc-3.3.2/libiberty/safe-ctype.c -o pic/safe-ctype.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../gcc-3.3.2/libiberty/safe-ctype.c -o safe-ctype.o
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../gcc-3.3.2/libiberty/sort.c -o pic/sort.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../gcc-3.3.2/libiberty/sort.c -o sort.o
../../../gcc-3.3.2/libiberty/sort.c: In function `sort_pointers':
../../../gcc-3.3.2/libiberty/sort.c:74: warning: implicit declaration of function `abort'
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../gcc-3.3.2/libiberty/spaces.c -o pic/spaces.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../gcc-3.3.2/libiberty/spaces.c -o spaces.o
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../gcc-3.3.2/libiberty/splay-tree.c -o pic/splay-tree.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../gcc-3.3.2/libiberty/splay-tree.c -o splay-tree.o
../../../gcc-3.3.2/libiberty/splay-tree.c: In function `splay_tree_xmalloc_deallocate':
../../../gcc-3.3.2/libiberty/splay-tree.c:245: warning: implicit declaration of function `free'
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../gcc-3.3.2/libiberty/strerror.c -o pic/strerror.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../gcc-3.3.2/libiberty/strerror.c -o strerror.o
../../../gcc-3.3.2/libiberty/strerror.c: In function `init_error_tables':
../../../gcc-3.3.2/libiberty/strerror.c:530: warning: implicit declaration of function `malloc'
../../../gcc-3.3.2/libiberty/strerror.c:548: warning: function `malloc' was previously declared within a block
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../gcc-3.3.2/libiberty/strsignal.c -o pic/strsignal.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../gcc-3.3.2/libiberty/strsignal.c -o strsignal.o
../../../gcc-3.3.2/libiberty/strsignal.c: In function `init_signal_tables':
../../../gcc-3.3.2/libiberty/strsignal.c:317: warning: implicit declaration of function `malloc'
../../../gcc-3.3.2/libiberty/strsignal.c:335: warning: function `malloc' was previously declared within a block
../../../gcc-3.3.2/libiberty/strsignal.c: In function `psignal':
../../../gcc-3.3.2/libiberty/strsignal.c:568: warning: comparison between signed and unsigned
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../gcc-3.3.2/libiberty/ternary.c -o pic/ternary.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../gcc-3.3.2/libiberty/ternary.c -o ternary.o
../../../gcc-3.3.2/libiberty/ternary.c: In function `ternary_cleanup':
../../../gcc-3.3.2/libiberty/ternary.c:110: warning: implicit declaration of function `free'
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../gcc-3.3.2/libiberty/xatexit.c -o pic/xatexit.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../gcc-3.3.2/libiberty/xatexit.c -o xatexit.o
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../gcc-3.3.2/libiberty/xexit.c -o pic/xexit.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../gcc-3.3.2/libiberty/xexit.c -o xexit.o
../../../gcc-3.3.2/libiberty/xexit.c: In function `xexit':
../../../gcc-3.3.2/libiberty/xexit.c:52: warning: implicit declaration of function `exit'
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../gcc-3.3.2/libiberty/xmalloc.c -o pic/xmalloc.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../gcc-3.3.2/libiberty/xmalloc.c -o xmalloc.o
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../gcc-3.3.2/libiberty/xmemdup.c -o pic/xmemdup.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../gcc-3.3.2/libiberty/xmemdup.c -o xmemdup.o
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../gcc-3.3.2/libiberty/xstrdup.c -o pic/xstrdup.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../gcc-3.3.2/libiberty/xstrdup.c -o xstrdup.o
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../gcc-3.3.2/libiberty/xstrerror.c -o pic/xstrerror.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../gcc-3.3.2/libiberty/xstrerror.c -o xstrerror.o
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../gcc-3.3.2/libiberty/basename.c -o pic/basename.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../gcc-3.3.2/libiberty/basename.c -o basename.o
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../gcc-3.3.2/libiberty/getcwd.c -o pic/getcwd.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../gcc-3.3.2/libiberty/getcwd.c -o getcwd.o
../../../gcc-3.3.2/libiberty/getcwd.c: In function `getcwd':
../../../gcc-3.3.2/libiberty/getcwd.c:50: warning: comparison between signed and unsigned
../../../gcc-3.3.2/libiberty/getcwd.c:55: warning: implicit declaration of function `malloc'
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../gcc-3.3.2/libiberty/getpagesize.c -o pic/getpagesize.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../gcc-3.3.2/libiberty/getpagesize.c -o getpagesize.o
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../gcc-3.3.2/libiberty/insque.c -o pic/insque.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../gcc-3.3.2/libiberty/insque.c -o insque.o
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../gcc-3.3.2/libiberty/mkstemps.c -o pic/mkstemps.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../gcc-3.3.2/libiberty/mkstemps.c -o mkstemps.o
../../../gcc-3.3.2/libiberty/mkstemps.c: In function `mkstemps':
../../../gcc-3.3.2/libiberty/mkstemps.c:101: warning: implicit declaration of function `getpid'
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../gcc-3.3.2/libiberty/random.c -o pic/random.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../gcc-3.3.2/libiberty/random.c -o random.o
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../gcc-3.3.2/libiberty/sigsetmask.c -o pic/sigsetmask.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../gcc-3.3.2/libiberty/sigsetmask.c -o sigsetmask.o
../../../gcc-3.3.2/libiberty/sigsetmask.c: In function `sigsetmask':
../../../gcc-3.3.2/libiberty/sigsetmask.c:30: warning: traditional C rejects ISO C style function definitions
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../gcc-3.3.2/libiberty/vasprintf.c -o pic/vasprintf.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../gcc-3.3.2/libiberty/vasprintf.c -o vasprintf.o
../../../gcc-3.3.2/libiberty/vasprintf.c: In function `int_vasprintf':
../../../gcc-3.3.2/libiberty/vasprintf.c:87: warning: implicit declaration of function `abs'
../../../gcc-3.3.2/libiberty/vasprintf.c:90: warning: implicit declaration of function `strtoul'
../../../gcc-3.3.2/libiberty/vasprintf.c:141: warning: implicit declaration of function `malloc'
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../gcc-3.3.2/libiberty/waitpid.c -o pic/waitpid.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../gcc-3.3.2/libiberty/waitpid.c -o waitpid.o
../../../gcc-3.3.2/libiberty/waitpid.c: In function `waitpid':
../../../gcc-3.3.2/libiberty/waitpid.c:28: warning: unused parameter `options'
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../gcc-3.3.2/libiberty/vfork.c -o pic/vfork.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../gcc-3.3.2/libiberty/vfork.c -o vfork.o
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../gcc-3.3.2/libiberty/strncmp.c -o pic/strncmp.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2 -I. -I../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../gcc-3.3.2/libiberty/strncmp.c -o strncmp.o
rm -f libiberty.a pic/libiberty.a
arm-elf-ar rc libiberty.a \
  regex.o cplus-dem.o cp-demangle.o md5.o alloca.o argv.o choose-temp.o concat.o dyn-string.o fdmatch.o fibheap.o floatformat.o fnmatch.o getopt.o getopt1.o getpwd.o getruntime.o hashtab.o hex.o lbasename.o make-relative-prefix.o make-temp-file.o objalloc.o obstack.o partition.o physmem.o pexecute.o safe-ctype.o sort.o spaces.o splay-tree.o strerror.o strsignal.o ternary.o xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o  basename.o getcwd.o getpagesize.o insque.o mkstemps.o random.o sigsetmask.o vasprintf.o waitpid.o vfork.o strncmp.o
arm-elf-ranlib libiberty.a
if [ x"" != x ]; then \
  cd pic; \
  arm-elf-ar rc libiberty.a \
    regex.o cplus-dem.o cp-demangle.o md5.o alloca.o argv.o choose-temp.o concat.o dyn-string.o fdmatch.o fibheap.o floatformat.o fnmatch.o getopt.o getopt1.o getpwd.o getruntime.o hashtab.o hex.o lbasename.o make-relative-prefix.o make-temp-file.o objalloc.o obstack.o partition.o physmem.o pexecute.o safe-ctype.o sort.o spaces.o splay-tree.o strerror.o strsignal.o ternary.o xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o  basename.o getcwd.o getpagesize.o insque.o mkstemps.o random.o sigsetmask.o vasprintf.o waitpid.o vfork.o strncmp.o; \
  arm-elf-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 basename.o getcwd.o getpagesize.o insque.o mkstemps.o random.o sigsetmask.o vasprintf.o waitpid.o vfork.o strncmp.o ; do \
    case "$g" in \
      *$f*) echo $g >> needed-list ;; \
    esac; \
  done; \
done
echo regex.o cplus-dem.o cp-demangle.o md5.o alloca.o argv.o choose-temp.o concat.o dyn-string.o fdmatch.o fibheap.o floatformat.o fnmatch.o getopt.o getopt1.o getpwd.o getruntime.o hashtab.o hex.o lbasename.o make-relative-prefix.o make-temp-file.o objalloc.o obstack.o partition.o physmem.o pexecute.o safe-ctype.o sort.o spaces.o splay-tree.o strerror.o strsignal.o ternary.o xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o > required-list
make[2]: Entering directory `/opt/soubhik/temp/crossgcc/build-gcc/arm-elf/libiberty/testsuite'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/opt/soubhik/temp/crossgcc/build-gcc/arm-elf/libiberty/testsuite'
make[2]: Entering directory `/opt/soubhik/temp/crossgcc/build-gcc/arm-elf/libiberty'
if [ -z "thumb" ]; then \
  true; \
else \
  rootpre=`${PWDCMD-pwd}`/; export rootpre; \
  srcrootpre=`cd ../../../gcc-3.3.2/libiberty; ${PWDCMD-pwd}`/; export srcrootpre; \
  lib=`echo ${rootpre} | sed -e 's,^.*/\([^/][^/]*\)/$,\1,'`; \
  compiler="/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/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}; make "AR=arm-elf-ar" "AR_FLAGS=rc" "CC=/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include" "CFLAGS=-O2 -g -O2" "DESTDIR=" "LIBCFLAGS=-O2 -g -O2" "EXTRA_OFILES=" "HDEFINES=" "INSTALL=/bin/sh /home/soubhik/localtemp/crossgcc/gcc-3.3.2/install-sh -c" "INSTALL_DATA=/bin/sh /home/soubhik/localtemp/crossgcc/gcc-3.3.2/install-sh -c -m 644" "INSTALL_PROGRAM=/bin/sh /home/soubhik/localtemp/crossgcc/gcc-3.3.2/install-sh -c " "LDFLAGS=" "LOADLIBES=" "RANLIB=arm-elf-ranlib" "SHELL=/bin/sh" "prefix=/opt/soubhik/temp/crossgcc/final-install" "exec_prefix=/opt/soubhik/temp/crossgcc/final-install" "libdir=/opt/soubhik/temp/crossgcc/final-install/lib" "libsubdir=/opt/soubhik/temp/crossgcc/final-install/lib/gcc-lib/arm-elf/3.3.2" "tooldir=/opt/soubhik/temp/crossgcc/final-install/arm-elf" \
			CFLAGS="-O2 -g -O2 ${flags}" \
			prefix="/opt/soubhik/temp/crossgcc/final-install" \
			exec_prefix="/opt/soubhik/temp/crossgcc/final-install" \
			GCJFLAGS=" ${flags}" \
			CXXFLAGS="-g -O2 ${flags}" \
			LIBCFLAGS="-O2 -g -O2 ${flags}" \
			LIBCXXFLAGS="-g -O2 -fno-implicit-templates ${flags}" \
			LDFLAGS=" ${flags}" \
			DESTDIR="" \
			INSTALL="/bin/sh /home/soubhik/localtemp/crossgcc/gcc-3.3.2/install-sh -c" \
			INSTALL_DATA="/bin/sh /home/soubhik/localtemp/crossgcc/gcc-3.3.2/install-sh -c -m 644" \
			INSTALL_PROGRAM="/bin/sh /home/soubhik/localtemp/crossgcc/gcc-3.3.2/install-sh -c " \
			INSTALL_SCRIPT="/bin/sh /home/soubhik/localtemp/crossgcc/gcc-3.3.2/install-sh -c" \
			all); then \
	  true; \
	else \
	  exit 1; \
	fi; \
      else true; \
      fi; \
    fi; \
  done; \
fi
make[3]: Entering directory `/opt/soubhik/temp/crossgcc/build-gcc/arm-elf/thumb/libiberty'
if [ x"" != x ] && [ ! -d pic ]; then \
  mkdir pic; \
else true; fi
touch stamp-picdir
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../../gcc-3.3.2/libiberty/regex.c -o pic/regex.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../../gcc-3.3.2/libiberty/regex.c -o regex.o
In file included from ../../../../gcc-3.3.2/include/xregex.h:26,
                 from ../../../../gcc-3.3.2/libiberty/regex.c:195:
../../../../gcc-3.3.2/include/xregex2.h:548: warning: ISO C90 does not support `static' or type qualifiers in parameter array declarators
In file included from ../../../../gcc-3.3.2/libiberty/regex.c:649:
../../../../gcc-3.3.2/libiberty/regex.c: In function `byte_regex_compile':
../../../../gcc-3.3.2/libiberty/regex.c:2473: warning: implicit declaration of function `free'
../../../../gcc-3.3.2/libiberty/regex.c:2534: warning: function `free' was previously declared within a block
../../../../gcc-3.3.2/libiberty/regex.c:2567: warning: function `free' was previously declared within a block
../../../../gcc-3.3.2/libiberty/regex.c:2674: warning: function `free' was previously declared within a block
../../../../gcc-3.3.2/libiberty/regex.c:3677: warning: function `free' was previously declared within a block
../../../../gcc-3.3.2/libiberty/regex.c:4184: warning: function `free' was previously declared within a block
../../../../gcc-3.3.2/libiberty/regex.c: In function `byte_re_compile_fastmap':
../../../../gcc-3.3.2/libiberty/regex.c:4898: warning: implicit declaration of function `abort'
../../../../gcc-3.3.2/libiberty/regex.c: In function `xregcomp':
../../../../gcc-3.3.2/libiberty/regex.c:8043: warning: signed and unsigned type in conditional expression
../../../../gcc-3.3.2/libiberty/regex.c:8082: warning: function `free' was previously declared within a block
../../../../gcc-3.3.2/libiberty/regex.c: In function `xregexec':
../../../../gcc-3.3.2/libiberty/regex.c:8161: warning: function `free' was previously declared within a block
../../../../gcc-3.3.2/libiberty/regex.c: In function `xregerror':
../../../../gcc-3.3.2/libiberty/regex.c:8178: warning: unused parameter `preg'
../../../../gcc-3.3.2/libiberty/regex.c: In function `xregfree':
../../../../gcc-3.3.2/libiberty/regex.c:8227: warning: function `free' was previously declared within a block
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../../gcc-3.3.2/libiberty/cplus-dem.c -o pic/cplus-dem.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../../gcc-3.3.2/libiberty/cplus-dem.c -o cplus-dem.o
../../../../gcc-3.3.2/libiberty/cplus-dem.c: In function `code_for_qualifier':
../../../../gcc-3.3.2/libiberty/cplus-dem.c:630: warning: implicit declaration of function `abort'
../../../../gcc-3.3.2/libiberty/cplus-dem.c: In function `squangle_mop_up':
../../../../gcc-3.3.2/libiberty/cplus-dem.c:1154: warning: implicit declaration of function `free'
../../../../gcc-3.3.2/libiberty/cplus-dem.c:1158: warning: function `free' was previously declared within a block
../../../../gcc-3.3.2/libiberty/cplus-dem.c: In function `delete_non_B_K_work_stuff':
../../../../gcc-3.3.2/libiberty/cplus-dem.c:1246: warning: function `free' was previously declared within a block
../../../../gcc-3.3.2/libiberty/cplus-dem.c:1256: warning: function `free' was previously declared within a block
../../../../gcc-3.3.2/libiberty/cplus-dem.c:1264: warning: function `free' was previously declared within a block
../../../../gcc-3.3.2/libiberty/cplus-dem.c: In function `demangle_template_value_parm':
../../../../gcc-3.3.2/libiberty/cplus-dem.c:2006: warning: function `free' was previously declared within a block
../../../../gcc-3.3.2/libiberty/cplus-dem.c:2010: warning: function `free' was previously declared within a block
../../../../gcc-3.3.2/libiberty/cplus-dem.c: In function `gnu_special':
../../../../gcc-3.3.2/libiberty/cplus-dem.c:3051: warning: function `free' was previously declared within a block
../../../../gcc-3.3.2/libiberty/cplus-dem.c: In function `recursively_demangle':
../../../../gcc-3.3.2/libiberty/cplus-dem.c:3110: warning: function `free' was previously declared within a block
../../../../gcc-3.3.2/libiberty/cplus-dem.c:3116: warning: function `free' was previously declared within a block
../../../../gcc-3.3.2/libiberty/cplus-dem.c: In function `demangle_qualified':
../../../../gcc-3.3.2/libiberty/cplus-dem.c:3287: warning: implicit declaration of function `atoi'
../../../../gcc-3.3.2/libiberty/cplus-dem.c: In function `do_hpacc_template_literal':
../../../../gcc-3.3.2/libiberty/cplus-dem.c:4098: warning: function `free' was previously declared within a block
../../../../gcc-3.3.2/libiberty/cplus-dem.c:4105: warning: function `free' was previously declared within a block
../../../../gcc-3.3.2/libiberty/cplus-dem.c: In function `forget_B_and_K_types':
../../../../gcc-3.3.2/libiberty/cplus-dem.c:4334: warning: function `free' was previously declared within a block
../../../../gcc-3.3.2/libiberty/cplus-dem.c:4344: warning: function `free' was previously declared within a block
../../../../gcc-3.3.2/libiberty/cplus-dem.c: In function `forget_types':
../../../../gcc-3.3.2/libiberty/cplus-dem.c:4362: warning: function `free' was previously declared within a block
../../../../gcc-3.3.2/libiberty/cplus-dem.c: In function `string_delete':
../../../../gcc-3.3.2/libiberty/cplus-dem.c:4765: warning: function `free' was previously declared within a block
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../../gcc-3.3.2/libiberty/cp-demangle.c -o pic/cp-demangle.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../../gcc-3.3.2/libiberty/cp-demangle.c -o cp-demangle.o
../../../../gcc-3.3.2/libiberty/cp-demangle.c: In function `string_list_new':
../../../../gcc-3.3.2/libiberty/cp-demangle.c:420: warning: implicit declaration of function `malloc'
../../../../gcc-3.3.2/libiberty/cp-demangle.c: In function `substitution_add':
../../../../gcc-3.3.2/libiberty/cp-demangle.c:591: warning: implicit declaration of function `realloc'
../../../../gcc-3.3.2/libiberty/cp-demangle.c: In function `template_arg_list_new':
../../../../gcc-3.3.2/libiberty/cp-demangle.c:669: warning: function `malloc' was previously declared within a block
../../../../gcc-3.3.2/libiberty/cp-demangle.c: In function `template_arg_list_delete':
../../../../gcc-3.3.2/libiberty/cp-demangle.c:690: warning: implicit declaration of function `free'
../../../../gcc-3.3.2/libiberty/cp-demangle.c: In function `demangling_new':
../../../../gcc-3.3.2/libiberty/cp-demangle.c:817: warning: function `malloc' was previously declared within a block
../../../../gcc-3.3.2/libiberty/cp-demangle.c: In function `demangling_delete':
../../../../gcc-3.3.2/libiberty/cp-demangle.c:864: warning: function `free' was previously declared within a block
../../../../gcc-3.3.2/libiberty/cp-demangle.c: In function `demangle_number':
../../../../gcc-3.3.2/libiberty/cp-demangle.c:1399: warning: implicit declaration of function `strtol'
../../../../gcc-3.3.2/libiberty/cp-demangle.c: In function `demangle_identifier':
../../../../gcc-3.3.2/libiberty/cp-demangle.c:1505: warning: function `strtol' was previously declared within a block
../../../../gcc-3.3.2/libiberty/cp-demangle.c: In function `cplus_demangle_v3':
../../../../gcc-3.3.2/libiberty/cp-demangle.c:3800: warning: implicit declaration of function `abort'
../../../../gcc-3.3.2/libiberty/cp-demangle.c: In function `java_demangle_v3':
../../../../gcc-3.3.2/libiberty/cp-demangle.c:3908: warning: function `free' was previously declared within a block
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../../gcc-3.3.2/libiberty/md5.c -o pic/md5.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../../gcc-3.3.2/libiberty/md5.c -o md5.o
../../../../gcc-3.3.2/libiberty/md5.c: In function `md5_finish_ctx':
../../../../gcc-3.3.2/libiberty/md5.c:115: warning: implicit declaration of function `memcpy'
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../../gcc-3.3.2/libiberty/alloca.c -o pic/alloca.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../../gcc-3.3.2/libiberty/alloca.c -o alloca.o
../../../../gcc-3.3.2/libiberty/alloca.c: In function `C_alloca':
../../../../gcc-3.3.2/libiberty/alloca.c:179: warning: implicit declaration of function `free'
../../../../gcc-3.3.2/libiberty/alloca.c:199: warning: implicit declaration of function `abort'
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../../gcc-3.3.2/libiberty/argv.c -o pic/argv.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../../gcc-3.3.2/libiberty/argv.c -o argv.o
../../../../gcc-3.3.2/libiberty/argv.c: In function `dupargv':
../../../../gcc-3.3.2/libiberty/argv.c:89: warning: implicit declaration of function `malloc'
../../../../gcc-3.3.2/libiberty/argv.c:97: warning: assignment makes pointer from integer without a cast
../../../../gcc-3.3.2/libiberty/argv.c: In function `freeargv':
../../../../gcc-3.3.2/libiberty/argv.c:131: warning: implicit declaration of function `free'
../../../../gcc-3.3.2/libiberty/argv.c:133: warning: function `free' was previously declared within a block
../../../../gcc-3.3.2/libiberty/argv.c: In function `buildargv':
../../../../gcc-3.3.2/libiberty/argv.c:208: warning: function `malloc' was previously declared within a block
../../../../gcc-3.3.2/libiberty/argv.c:213: warning: implicit declaration of function `realloc'
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../../gcc-3.3.2/libiberty/choose-temp.c -o pic/choose-temp.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../../gcc-3.3.2/libiberty/choose-temp.c -o choose-temp.o
../../../../gcc-3.3.2/libiberty/choose-temp.c: In function `choose_temp_base':
../../../../gcc-3.3.2/libiberty/choose-temp.c:68: warning: implicit declaration of function `mktemp'
../../../../gcc-3.3.2/libiberty/choose-temp.c:70: warning: implicit declaration of function `abort'
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../../gcc-3.3.2/libiberty/concat.c -o pic/concat.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../../gcc-3.3.2/libiberty/concat.c -o concat.o
../../../../gcc-3.3.2/libiberty/concat.c: In function `reconcat':
../../../../gcc-3.3.2/libiberty/concat.c:210: warning: implicit declaration of function `free'
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../../gcc-3.3.2/libiberty/dyn-string.c -o pic/dyn-string.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../../gcc-3.3.2/libiberty/dyn-string.c -o dyn-string.o
../../../../gcc-3.3.2/libiberty/dyn-string.c: In function `dyn_string_delete':
../../../../gcc-3.3.2/libiberty/dyn-string.c:123: warning: implicit declaration of function `free'
../../../../gcc-3.3.2/libiberty/dyn-string.c: In function `dyn_string_release':
../../../../gcc-3.3.2/libiberty/dyn-string.c:140: warning: function `free' was previously declared within a block
../../../../gcc-3.3.2/libiberty/dyn-string.c: In function `dyn_string_copy':
../../../../gcc-3.3.2/libiberty/dyn-string.c:206: warning: implicit declaration of function `abort'
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../../gcc-3.3.2/libiberty/fdmatch.c -o pic/fdmatch.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../../gcc-3.3.2/libiberty/fdmatch.c -o fdmatch.o
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../../gcc-3.3.2/libiberty/fibheap.c -o pic/fibheap.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../../gcc-3.3.2/libiberty/fibheap.c -o fibheap.o
../../../../gcc-3.3.2/libiberty/fibheap.c: In function `fibheap_union':
../../../../gcc-3.3.2/libiberty/fibheap.c:166: warning: implicit declaration of function `free'
../../../../gcc-3.3.2/libiberty/fibheap.c:171: warning: function `free' was previously declared within a block
../../../../gcc-3.3.2/libiberty/fibheap.c:187: warning: function `free' was previously declared within a block
../../../../gcc-3.3.2/libiberty/fibheap.c: In function `fibheap_extract_min':
../../../../gcc-3.3.2/libiberty/fibheap.c:206: warning: function `free' was previously declared within a block
../../../../gcc-3.3.2/libiberty/fibheap.c: In function `fibheap_delete':
../../../../gcc-3.3.2/libiberty/fibheap.c:297: warning: function `free' was previously declared within a block
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../../gcc-3.3.2/libiberty/floatformat.c -o pic/floatformat.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../../gcc-3.3.2/libiberty/floatformat.c -o floatformat.o
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../../gcc-3.3.2/libiberty/fnmatch.c -o pic/fnmatch.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../../gcc-3.3.2/libiberty/fnmatch.c -o fnmatch.o
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../../gcc-3.3.2/libiberty/getopt.c -o pic/getopt.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../../gcc-3.3.2/libiberty/getopt.c -o getopt.o
../../../../gcc-3.3.2/libiberty/getopt.c: In function `_getopt_initialize':
../../../../gcc-3.3.2/libiberty/getopt.c:396: warning: unused parameter `argc'
../../../../gcc-3.3.2/libiberty/getopt.c:397: warning: unused parameter `argv'
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../../gcc-3.3.2/libiberty/getopt1.c -o pic/getopt1.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../../gcc-3.3.2/libiberty/getopt1.c -o getopt1.o
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../../gcc-3.3.2/libiberty/getpwd.c -o pic/getpwd.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../../gcc-3.3.2/libiberty/getpwd.c -o getpwd.o
../../../../gcc-3.3.2/libiberty/getpwd.c: In function `getpwd':
../../../../gcc-3.3.2/libiberty/getpwd.c:78: warning: implicit declaration of function `getenv'
../../../../gcc-3.3.2/libiberty/getpwd.c:78: warning: assignment makes pointer from integer without a cast
../../../../gcc-3.3.2/libiberty/getpwd.c:86: warning: implicit declaration of function `getcwd'
../../../../gcc-3.3.2/libiberty/getpwd.c:89: warning: implicit declaration of function `free'
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../../gcc-3.3.2/libiberty/getruntime.c -o pic/getruntime.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../../gcc-3.3.2/libiberty/getruntime.c -o getruntime.o
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../../gcc-3.3.2/libiberty/hashtab.c -o pic/hashtab.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../../gcc-3.3.2/libiberty/hashtab.c -o hashtab.o
../../../../gcc-3.3.2/libiberty/hashtab.c: In function `higher_prime_number':
../../../../gcc-3.3.2/libiberty/hashtab.c:137: warning: implicit declaration of function `abort'
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../../gcc-3.3.2/libiberty/hex.c -o pic/hex.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../../gcc-3.3.2/libiberty/hex.c -o hex.o
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../../gcc-3.3.2/libiberty/lbasename.c -o pic/lbasename.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../../gcc-3.3.2/libiberty/lbasename.c -o lbasename.o
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../../gcc-3.3.2/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../../gcc-3.3.2/libiberty/make-relative-prefix.c -o make-relative-prefix.o
../../../../gcc-3.3.2/libiberty/make-relative-prefix.c: In function `save_string':
../../../../gcc-3.3.2/libiberty/make-relative-prefix.c:98: warning: implicit declaration of function `malloc'
../../../../gcc-3.3.2/libiberty/make-relative-prefix.c:98: warning: initialization makes pointer from integer without a cast
../../../../gcc-3.3.2/libiberty/make-relative-prefix.c: In function `split_directories':
../../../../gcc-3.3.2/libiberty/make-relative-prefix.c:138: warning: function `malloc' was previously declared within a block
../../../../gcc-3.3.2/libiberty/make-relative-prefix.c: In function `free_split_directories':
../../../../gcc-3.3.2/libiberty/make-relative-prefix.c:201: warning: implicit declaration of function `free'
../../../../gcc-3.3.2/libiberty/make-relative-prefix.c: In function `make_relative_prefix':
../../../../gcc-3.3.2/libiberty/make-relative-prefix.c:242: warning: implicit declaration of function `getenv'
../../../../gcc-3.3.2/libiberty/make-relative-prefix.c:242: warning: assignment makes pointer from integer without a cast
../../../../gcc-3.3.2/libiberty/make-relative-prefix.c:275: warning: implicit declaration of function `access'
../../../../gcc-3.3.2/libiberty/make-relative-prefix.c:361: warning: function `malloc' was previously declared within a block
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../../gcc-3.3.2/libiberty/make-temp-file.c -o pic/make-temp-file.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../../gcc-3.3.2/libiberty/make-temp-file.c -o make-temp-file.o
../../../../gcc-3.3.2/libiberty/make-temp-file.c: In function `try':
../../../../gcc-3.3.2/libiberty/make-temp-file.c:73: warning: implicit declaration of function `access'
../../../../gcc-3.3.2/libiberty/make-temp-file.c: In function `choose_tmpdir':
../../../../gcc-3.3.2/libiberty/make-temp-file.c:107: warning: implicit declaration of function `getenv'
../../../../gcc-3.3.2/libiberty/make-temp-file.c:107: warning: passing arg 1 of `try' makes pointer from integer without a cast
../../../../gcc-3.3.2/libiberty/make-temp-file.c:108: warning: passing arg 1 of `try' makes pointer from integer without a cast
../../../../gcc-3.3.2/libiberty/make-temp-file.c:109: warning: passing arg 1 of `try' makes pointer from integer without a cast
../../../../gcc-3.3.2/libiberty/make-temp-file.c: In function `make_temp_file':
../../../../gcc-3.3.2/libiberty/make-temp-file.c:174: warning: implicit declaration of function `abort'
../../../../gcc-3.3.2/libiberty/make-temp-file.c:176: warning: implicit declaration of function `close'
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../../gcc-3.3.2/libiberty/objalloc.c -o pic/objalloc.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../../gcc-3.3.2/libiberty/objalloc.c -o objalloc.o
../../../../gcc-3.3.2/libiberty/objalloc.c: In function `objalloc_create':
../../../../gcc-3.3.2/libiberty/objalloc.c:93: warning: implicit declaration of function `malloc'
../../../../gcc-3.3.2/libiberty/objalloc.c:100: warning: implicit declaration of function `free'
../../../../gcc-3.3.2/libiberty/objalloc.c: In function `_objalloc_alloc':
../../../../gcc-3.3.2/libiberty/objalloc.c:140: warning: function `malloc' was previously declared within a block
../../../../gcc-3.3.2/libiberty/objalloc.c:156: warning: function `malloc' was previously declared within a block
../../../../gcc-3.3.2/libiberty/objalloc.c: In function `objalloc_free':
../../../../gcc-3.3.2/libiberty/objalloc.c:185: warning: function `free' was previously declared within a block
../../../../gcc-3.3.2/libiberty/objalloc.c:189: warning: function `free' was previously declared within a block
../../../../gcc-3.3.2/libiberty/objalloc.c: In function `objalloc_free_block':
../../../../gcc-3.3.2/libiberty/objalloc.c:223: warning: implicit declaration of function `abort'
../../../../gcc-3.3.2/libiberty/objalloc.c:248: warning: function `free' was previously declared within a block
../../../../gcc-3.3.2/libiberty/objalloc.c:251: warning: function `free' was previously declared within a block
../../../../gcc-3.3.2/libiberty/objalloc.c:286: warning: function `free' was previously declared within a block
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../../gcc-3.3.2/libiberty/obstack.c -o pic/obstack.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../../gcc-3.3.2/libiberty/obstack.c -o obstack.o
../../../../gcc-3.3.2/libiberty/obstack.c: In function `_obstack_free':
../../../../gcc-3.3.2/libiberty/obstack.c:401: warning: implicit declaration of function `abort'
../../../../gcc-3.3.2/libiberty/obstack.c: In function `print_and_abort':
../../../../gcc-3.3.2/libiberty/obstack.c:468: warning: implicit declaration of function `exit'
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../../gcc-3.3.2/libiberty/partition.c -o pic/partition.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../../gcc-3.3.2/libiberty/partition.c -o partition.o
../../../../gcc-3.3.2/libiberty/partition.c: In function `partition_delete':
../../../../gcc-3.3.2/libiberty/partition.c:68: warning: implicit declaration of function `free'
../../../../gcc-3.3.2/libiberty/partition.c: In function `partition_print':
../../../../gcc-3.3.2/libiberty/partition.c:180: warning: implicit declaration of function `qsort'
../../../../gcc-3.3.2/libiberty/partition.c:189: warning: function `free' was previously declared within a block
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../../gcc-3.3.2/libiberty/physmem.c -o pic/physmem.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../../gcc-3.3.2/libiberty/physmem.c -o physmem.o
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../../gcc-3.3.2/libiberty/pexecute.c -o pic/pexecute.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../../gcc-3.3.2/libiberty/pexecute.c -o pexecute.o
../../../../gcc-3.3.2/libiberty/pexecute.c: In function `pexecute':
../../../../gcc-3.3.2/libiberty/pexecute.c:699: warning: implicit declaration of function `pipe'
../../../../gcc-3.3.2/libiberty/pexecute.c:720: warning: implicit declaration of function `fork'
../../../../gcc-3.3.2/libiberty/pexecute.c:723: warning: implicit declaration of function `sleep'
../../../../gcc-3.3.2/libiberty/pexecute.c:738: warning: implicit declaration of function `close'
../../../../gcc-3.3.2/libiberty/pexecute.c:739: warning: implicit declaration of function `dup'
../../../../gcc-3.3.2/libiberty/pexecute.c:744: warning: function `close' was previously declared within a block
../../../../gcc-3.3.2/libiberty/pexecute.c:745: warning: function `dup' was previously declared within a block
../../../../gcc-3.3.2/libiberty/pexecute.c:751: warning: function `close' was previously declared within a block
../../../../gcc-3.3.2/libiberty/pexecute.c:759: warning: implicit declaration of function `exit'
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../../gcc-3.3.2/libiberty/safe-ctype.c -o pic/safe-ctype.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../../gcc-3.3.2/libiberty/safe-ctype.c -o safe-ctype.o
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../../gcc-3.3.2/libiberty/sort.c -o pic/sort.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../../gcc-3.3.2/libiberty/sort.c -o sort.o
../../../../gcc-3.3.2/libiberty/sort.c: In function `sort_pointers':
../../../../gcc-3.3.2/libiberty/sort.c:74: warning: implicit declaration of function `abort'
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../../gcc-3.3.2/libiberty/spaces.c -o pic/spaces.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../../gcc-3.3.2/libiberty/spaces.c -o spaces.o
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../../gcc-3.3.2/libiberty/splay-tree.c -o pic/splay-tree.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../../gcc-3.3.2/libiberty/splay-tree.c -o splay-tree.o
../../../../gcc-3.3.2/libiberty/splay-tree.c: In function `splay_tree_xmalloc_deallocate':
../../../../gcc-3.3.2/libiberty/splay-tree.c:245: warning: implicit declaration of function `free'
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../../gcc-3.3.2/libiberty/strerror.c -o pic/strerror.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../../gcc-3.3.2/libiberty/strerror.c -o strerror.o
../../../../gcc-3.3.2/libiberty/strerror.c: In function `init_error_tables':
../../../../gcc-3.3.2/libiberty/strerror.c:530: warning: implicit declaration of function `malloc'
../../../../gcc-3.3.2/libiberty/strerror.c:548: warning: function `malloc' was previously declared within a block
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../../gcc-3.3.2/libiberty/strsignal.c -o pic/strsignal.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../../gcc-3.3.2/libiberty/strsignal.c -o strsignal.o
../../../../gcc-3.3.2/libiberty/strsignal.c: In function `init_signal_tables':
../../../../gcc-3.3.2/libiberty/strsignal.c:317: warning: implicit declaration of function `malloc'
../../../../gcc-3.3.2/libiberty/strsignal.c:335: warning: function `malloc' was previously declared within a block
../../../../gcc-3.3.2/libiberty/strsignal.c: In function `psignal':
../../../../gcc-3.3.2/libiberty/strsignal.c:568: warning: comparison between signed and unsigned
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../../gcc-3.3.2/libiberty/ternary.c -o pic/ternary.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../../gcc-3.3.2/libiberty/ternary.c -o ternary.o
../../../../gcc-3.3.2/libiberty/ternary.c: In function `ternary_cleanup':
../../../../gcc-3.3.2/libiberty/ternary.c:110: warning: implicit declaration of function `free'
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../../gcc-3.3.2/libiberty/xatexit.c -o pic/xatexit.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../../gcc-3.3.2/libiberty/xatexit.c -o xatexit.o
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../../gcc-3.3.2/libiberty/xexit.c -o pic/xexit.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../../gcc-3.3.2/libiberty/xexit.c -o xexit.o
../../../../gcc-3.3.2/libiberty/xexit.c: In function `xexit':
../../../../gcc-3.3.2/libiberty/xexit.c:52: warning: implicit declaration of function `exit'
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../../gcc-3.3.2/libiberty/xmalloc.c -o pic/xmalloc.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../../gcc-3.3.2/libiberty/xmalloc.c -o xmalloc.o
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../../gcc-3.3.2/libiberty/xmemdup.c -o pic/xmemdup.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../../gcc-3.3.2/libiberty/xmemdup.c -o xmemdup.o
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../../gcc-3.3.2/libiberty/xstrdup.c -o pic/xstrdup.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../../gcc-3.3.2/libiberty/xstrdup.c -o xstrdup.o
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../../gcc-3.3.2/libiberty/xstrerror.c -o pic/xstrerror.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../../gcc-3.3.2/libiberty/xstrerror.c -o xstrerror.o
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../../gcc-3.3.2/libiberty/basename.c -o pic/basename.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../../gcc-3.3.2/libiberty/basename.c -o basename.o
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../../gcc-3.3.2/libiberty/getcwd.c -o pic/getcwd.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../../gcc-3.3.2/libiberty/getcwd.c -o getcwd.o
../../../../gcc-3.3.2/libiberty/getcwd.c: In function `getcwd':
../../../../gcc-3.3.2/libiberty/getcwd.c:50: warning: comparison between signed and unsigned
../../../../gcc-3.3.2/libiberty/getcwd.c:55: warning: implicit declaration of function `malloc'
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../../gcc-3.3.2/libiberty/getpagesize.c -o pic/getpagesize.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../../gcc-3.3.2/libiberty/getpagesize.c -o getpagesize.o
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../../gcc-3.3.2/libiberty/insque.c -o pic/insque.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../../gcc-3.3.2/libiberty/insque.c -o insque.o
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../../gcc-3.3.2/libiberty/mkstemps.c -o pic/mkstemps.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../../gcc-3.3.2/libiberty/mkstemps.c -o mkstemps.o
../../../../gcc-3.3.2/libiberty/mkstemps.c: In function `mkstemps':
../../../../gcc-3.3.2/libiberty/mkstemps.c:101: warning: implicit declaration of function `getpid'
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../../gcc-3.3.2/libiberty/random.c -o pic/random.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../../gcc-3.3.2/libiberty/random.c -o random.o
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../../gcc-3.3.2/libiberty/sigsetmask.c -o pic/sigsetmask.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../../gcc-3.3.2/libiberty/sigsetmask.c -o sigsetmask.o
../../../../gcc-3.3.2/libiberty/sigsetmask.c: In function `sigsetmask':
../../../../gcc-3.3.2/libiberty/sigsetmask.c:30: warning: traditional C rejects ISO C style function definitions
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../../gcc-3.3.2/libiberty/vasprintf.c -o pic/vasprintf.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../../gcc-3.3.2/libiberty/vasprintf.c -o vasprintf.o
../../../../gcc-3.3.2/libiberty/vasprintf.c: In function `int_vasprintf':
../../../../gcc-3.3.2/libiberty/vasprintf.c:87: warning: implicit declaration of function `abs'
../../../../gcc-3.3.2/libiberty/vasprintf.c:90: warning: implicit declaration of function `strtoul'
../../../../gcc-3.3.2/libiberty/vasprintf.c:141: warning: implicit declaration of function `malloc'
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../../gcc-3.3.2/libiberty/waitpid.c -o pic/waitpid.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../../gcc-3.3.2/libiberty/waitpid.c -o waitpid.o
../../../../gcc-3.3.2/libiberty/waitpid.c: In function `waitpid':
../../../../gcc-3.3.2/libiberty/waitpid.c:28: warning: unused parameter `options'
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../../gcc-3.3.2/libiberty/vfork.c -o pic/vfork.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../../gcc-3.3.2/libiberty/vfork.c -o vfork.o
if [ x"" != x ]; then \
  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../../../gcc-3.3.2/libiberty/strncmp.c -o pic/strncmp.o; \
else true; fi
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -mthumb -I. -I../../../../gcc-3.3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../../gcc-3.3.2/libiberty/strncmp.c -o strncmp.o
rm -f libiberty.a pic/libiberty.a
arm-elf-ar rc libiberty.a \
  regex.o cplus-dem.o cp-demangle.o md5.o alloca.o argv.o choose-temp.o concat.o dyn-string.o fdmatch.o fibheap.o floatformat.o fnmatch.o getopt.o getopt1.o getpwd.o getruntime.o hashtab.o hex.o lbasename.o make-relative-prefix.o make-temp-file.o objalloc.o obstack.o partition.o physmem.o pexecute.o safe-ctype.o sort.o spaces.o splay-tree.o strerror.o strsignal.o ternary.o xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o  basename.o getcwd.o getpagesize.o insque.o mkstemps.o random.o sigsetmask.o vasprintf.o waitpid.o vfork.o strncmp.o
arm-elf-ranlib libiberty.a
if [ x"" != x ]; then \
  cd pic; \
  arm-elf-ar rc libiberty.a \
    regex.o cplus-dem.o cp-demangle.o md5.o alloca.o argv.o choose-temp.o concat.o dyn-string.o fdmatch.o fibheap.o floatformat.o fnmatch.o getopt.o getopt1.o getpwd.o getruntime.o hashtab.o hex.o lbasename.o make-relative-prefix.o make-temp-file.o objalloc.o obstack.o partition.o physmem.o pexecute.o safe-ctype.o sort.o spaces.o splay-tree.o strerror.o strsignal.o ternary.o xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o  basename.o getcwd.o getpagesize.o insque.o mkstemps.o random.o sigsetmask.o vasprintf.o waitpid.o vfork.o strncmp.o; \
  arm-elf-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 basename.o getcwd.o getpagesize.o insque.o mkstemps.o random.o sigsetmask.o vasprintf.o waitpid.o vfork.o strncmp.o ; do \
    case "$g" in \
      *$f*) echo $g >> needed-list ;; \
    esac; \
  done; \
done
echo regex.o cplus-dem.o cp-demangle.o md5.o alloca.o argv.o choose-temp.o concat.o dyn-string.o fdmatch.o fibheap.o floatformat.o fnmatch.o getopt.o getopt1.o getpwd.o getruntime.o hashtab.o hex.o lbasename.o make-relative-prefix.o make-temp-file.o objalloc.o obstack.o partition.o physmem.o pexecute.o safe-ctype.o sort.o spaces.o splay-tree.o strerror.o strsignal.o ternary.o xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o > required-list
make[4]: Entering directory `/opt/soubhik/temp/crossgcc/build-gcc/arm-elf/thumb/libiberty/testsuite'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/opt/soubhik/temp/crossgcc/build-gcc/arm-elf/thumb/libiberty/testsuite'
make[3]: Leaving directory `/opt/soubhik/temp/crossgcc/build-gcc/arm-elf/thumb/libiberty'
make[2]: Leaving directory `/opt/soubhik/temp/crossgcc/build-gcc/arm-elf/libiberty'
make[1]: Leaving directory `/opt/soubhik/temp/crossgcc/build-gcc/arm-elf/libiberty'
Configuring in arm-elf/libstdc++-v3
loading cache ../config.cache
checking host system type... arm-unknown-elf
checking target system type... arm-unknown-elf
checking build system type... i686-pc-linux-gnu
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for mawk... no
checking for gawk... gawk
checking whether ln -s works... yes
checking for gcc... (cached)  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include
checking whether we are using GNU C... (cached) yes
checking whether  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include accepts -g... (cached) yes
checking for c++...  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -shared-libgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -nostdinc++  -L/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/libstdc++-v3/src -L/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/libstdc++-v3/src/.libs -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include
checking whether we are using GNU C++... yes
checking whether  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -shared-libgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -nostdinc++  -L/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/libstdc++-v3/src -L/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/libstdc++-v3/src/.libs -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include accepts -g... yes
checking for GCC version number... 3.3.2
checking for strerror in -lcposix... no
checking for arm-elf-as... /opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/as
checking for arm-elf-ar... (cached) arm-elf-ar
checking for arm-elf-ranlib... (cached) arm-elf-ranlib
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether to enable maintainer-specific portions of Makefiles... no
CPU config directory is cpu/generic
OS config directory is os/generic
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal-1.4... missing
checking for working autoconf... found
checking for working automake-1.4... missing
checking for working autoheader... found
checking for working makeinfo... found
checking for ld used by GCC... /opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ld
checking if the linker (/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ld) is GNU ld... yes
checking for /opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/nm
checking how to recognise dependant libraries... unknown
checking for object suffix... o
checking for arm-elf-ranlib... (cached) arm-elf-ranlib
checking for arm-elf-strip... arm-elf-strip
checking how to run the C++ preprocessor...  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -shared-libgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -nostdinc++  -L/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/libstdc++-v3/src -L/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/libstdc++-v3/src/.libs -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -E
updating cache ../config.cache
loading cache ../config.cache within ltconfig
checking whether -lc should be explicitly linked in... yes
checking for objdir... .libs
checking for /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc option to produce PIC... -fPIC -DPIC
checking if /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc PIC flag -fPIC -DPIC works... yes
checking if /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc static flag -static works... yes
finding the maximum length of command line arguments... 49153
checking if /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc supports -c -o file.o... yes
checking if /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc supports -fno-rtti -fno-exceptions ... no
checking whether the linker (/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... no
checking command to parse /opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/nm output... ok
checking if libtool supports shared libraries... no
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for dlopen in -ldl... no
checking for dlopen... no
checking for dlopen in -lsvld... no
checking for dld_link in -ldld... no
checking for shl_load... no
checking for shl_load in -ldld... no
creating libtool
updating cache ../config.cache
loading cache ../config.cache
loading cache ../config.cache within ltconfig
checking host system type... arm-unknown-elf
checking build system type... i686-pc-linux-gnu
checking for objdir... .libs
checking for /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc option to produce PIC... -fPIC -DPIC
checking if /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc PIC flag -fPIC -DPIC works... yes
checking if /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc static flag -static works... yes
finding the maximum length of command line arguments... (cached) 49153
checking if /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc supports -c -o file.o... (cached) yes
checking if /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc supports -fno-rtti -fno-exceptions ... yes
checking whether the linker (/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ld) supports shared libraries... no
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... no
checking command to parse /opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/nm output... ok
checking if libtool supports shared libraries... no
checking whether to build shared libraries... no
checking whether to build static libraries... yes
appending configuration tag "CXX" to libtool
checking for GNU make... make
checking how to run the C preprocessor... (cached)  /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -E
checking for cstdio to use... stdio
checking for clocale to use... generic
checking for c header strategy to use... c_std
checking for ISO C99 support in <math.h>... no
checking for ISO C99 support in <stdio.h>... yes
checking for lldiv_t declaration... no
checking for ISO C99 support in <stdlib.h>... no
checking for additional ISO C99 support in <wchar.h>... no
checking for enabled ISO C99 support... no
checking for enabled long long I/O support... no
checking for thread model used by GCC... single
checking for exception model to use... sjlj
checking for use of libunwind... no
checking for extra compiler flags for building... 
checking for additional debug build... no
checking for debug build flags... 
checking for string.h... (cached) yes
checking for stdlib.h... (cached) yes
configure: warning: No native atomic operations are provided yet for this platform.
configure: warning: They cannot be faked when thread support is disabled.
configure: warning: Thread-safety of certain classes is not guaranteed.
checking versioning on shared library symbols... no
updating cache ../config.cache
checking for --with-gxx-include-dir... no
checking for --enable-version-specific-runtime-libs... no
checking for install location... $(prefix)/include/c++/3.3.2
creating ./config.status
creating Makefile
creating include/Makefile
creating src/Makefile
creating libmath/Makefile
creating libio/Makefile
creating libsupc++/Makefile
creating po/Makefile
creating testsuite/Makefile
creating mkcheck
creating testsuite_flags
creating config.h
Adding multilib support to Makefile in ../../../gcc-3.3.2/libstdc++-v3
multidirs=thumb
with_multisubdir=
Running configure in multilib subdirs thumb
pwd: /home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/libstdc++-v3
Running configure in multilib subdir thumb
pwd: /home/soubhik/localtemp/crossgcc/build-gcc/arm-elf
loading cache ../config.cache
checking host system type... arm-unknown-elf
checking target system type... arm-unknown-elf
checking build system type... i686-pc-linux-gnu
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for mawk... no
checking for gawk... gawk
checking whether ln -s works... yes
checking for gcc... (cached) /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include  -mthumb
checking whether we are using GNU C... (cached) yes
checking whether /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include  -mthumb accepts -g... (cached) yes
checking for c++... /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -shared-libgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -nostdinc++ -L/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/src -L/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/src/.libs -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include  -mthumb
checking whether we are using GNU C++... yes
checking whether /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -shared-libgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -nostdinc++ -L/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/src -L/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/src/.libs -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include  -mthumb accepts -g... yes
checking for GCC version number... 3.3.2
checking for strerror in -lcposix... no
checking for arm-elf-as... /opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/as
checking for arm-elf-ar... (cached) arm-elf-ar
checking for arm-elf-ranlib... (cached) arm-elf-ranlib
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether to enable maintainer-specific portions of Makefiles... no
CPU config directory is cpu/generic
OS config directory is os/generic
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal-1.4... missing
checking for working autoconf... found
checking for working automake-1.4... missing
checking for working autoheader... found
checking for working makeinfo... found
checking for ld used by GCC... /opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ld
checking if the linker (/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ld) is GNU ld... yes
checking for /opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/nm
checking how to recognise dependant libraries... unknown
checking for object suffix... o
checking for arm-elf-ranlib... (cached) arm-elf-ranlib
checking for arm-elf-strip... arm-elf-strip
checking how to run the C++ preprocessor... /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -shared-libgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -nostdinc++ -L/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/src -L/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/src/.libs -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include  -mthumb -E
updating cache ../config.cache
loading cache ../config.cache within ltconfig
checking whether -lc should be explicitly linked in... yes
checking for objdir... .libs
checking for /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc option to produce PIC... -fPIC -DPIC
checking if /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc PIC flag -fPIC -DPIC works... yes
checking if /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc static flag -static works... yes
finding the maximum length of command line arguments... 49153
checking if /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc supports -c -o file.o... yes
checking if /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc supports -fno-rtti -fno-exceptions ... no
checking whether the linker (/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... no
checking command to parse /opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/nm output... ok
checking if libtool supports shared libraries... no
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for dlopen in -ldl... no
checking for dlopen... no
checking for dlopen in -lsvld... no
checking for dld_link in -ldld... no
checking for shl_load... no
checking for shl_load in -ldld... no
creating libtool
updating cache ../config.cache
loading cache ../config.cache
loading cache ../config.cache within ltconfig
checking host system type... arm-unknown-elf
checking build system type... i686-pc-linux-gnu
checking for objdir... .libs
checking for /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc option to produce PIC... -fPIC -DPIC
checking if /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc PIC flag -fPIC -DPIC works... yes
checking if /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc static flag -static works... yes
finding the maximum length of command line arguments... (cached) 49153
checking if /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc supports -c -o file.o... (cached) yes
checking if /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc supports -fno-rtti -fno-exceptions ... yes
checking whether the linker (/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ld) supports shared libraries... no
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... no
checking command to parse /opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/nm output... ok
checking if libtool supports shared libraries... no
checking whether to build shared libraries... no
checking whether to build static libraries... yes
appending configuration tag "CXX" to libtool
checking for GNU make... make
checking how to run the C preprocessor... (cached) /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include  -mthumb -E
checking for cstdio to use... stdio
checking for clocale to use... generic
checking for c header strategy to use... c_std
checking for ISO C99 support in <math.h>... no
checking for ISO C99 support in <stdio.h>... yes
checking for lldiv_t declaration... no
checking for ISO C99 support in <stdlib.h>... no
checking for additional ISO C99 support in <wchar.h>... no
checking for enabled ISO C99 support... no
checking for enabled long long I/O support... no
checking for thread model used by GCC... single
checking for exception model to use... sjlj
checking for use of libunwind... no
checking for extra compiler flags for building... 
checking for additional debug build... no
checking for debug build flags... 
checking for string.h... (cached) yes
checking for stdlib.h... (cached) yes
configure: warning: No native atomic operations are provided yet for this platform.
configure: warning: They cannot be faked when thread support is disabled.
configure: warning: Thread-safety of certain classes is not guaranteed.
checking versioning on shared library symbols... no
updating cache ../config.cache
checking for --with-gxx-include-dir... no
checking for --enable-version-specific-runtime-libs... no
checking for install location... $(prefix)/include/c++/3.3.2
creating ./config.status
creating Makefile
creating include/Makefile
creating src/Makefile
creating libmath/Makefile
creating libio/Makefile
creating libsupc++/Makefile
creating po/Makefile
creating testsuite/Makefile
creating mkcheck
creating testsuite_flags
creating config.h
Adding multilib support to Makefile in ../../../../gcc-3.3.2/libstdc++-v3
with_multisubdir=thumb

Please make certain that you read the installation information here:
  faster => ../../../../gcc-3.3.2/libstdc++-v3/docs/html/install.html
  slower => <URL:http://gcc.gnu.org/onlinedocs/libstdc++/install.html>

and the configuration information here:
  faster => ../../../../gcc-3.3.2/libstdc++-v3/docs/html/configopts.html
  slower => <URL:http://gcc.gnu.org/onlinedocs/libstdc++/configopts.html>

before proceeding with make.


Please make certain that you read the installation information here:
  faster => ../../../gcc-3.3.2/libstdc++-v3/docs/html/install.html
  slower => <URL:http://gcc.gnu.org/onlinedocs/libstdc++/install.html>

and the configuration information here:
  faster => ../../../gcc-3.3.2/libstdc++-v3/docs/html/configopts.html
  slower => <URL:http://gcc.gnu.org/onlinedocs/libstdc++/configopts.html>

before proceeding with make.

make[1]: Entering directory `/opt/soubhik/temp/crossgcc/build-gcc/arm-elf/libstdc++-v3'
make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CC_FOR_TARGET=/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include" "CFLAGS=-O2 -g -O2" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-O2 -g -O2" "INSTALL=/bin/sh /home/soubhik/localtemp/crossgcc/gcc-3.3.2/install-sh -c" "INSTALL_DATA=/bin/sh /home/soubhik/localtemp/crossgcc/gcc-3.3.2/install-sh -c -m 644" "INSTALL_PROGRAM=/bin/sh /home/soubhik/localtemp/crossgcc/gcc-3.3.2/install-sh -c " "INSTALL_SCRIPT=/bin/sh /home/soubhik/localtemp/crossgcc/gcc-3.3.2/install-sh -c" "LDFLAGS=" "LIBCFLAGS=-O2 -g -O2" "LIBCFLAGS_FOR_TARGET=-O2 -g -O2" "MAKE=make" "MAKEINFO=/home/soubhik/localtemp/crossgcc/gcc-3.3.2/missing makeinfo --no-split " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/opt/soubhik/temp/crossgcc/final-install" "infodir=/opt/soubhik/temp/crossgcc/final-install/info" "libdir=/opt/soubhik/temp/crossgcc/final-install/lib" "includedir=/opt/soubhik/temp/crossgcc/final-install/include" "prefix=/opt/soubhik/temp/crossgcc/final-install" "tooldir=/opt/soubhik/temp/crossgcc/final-install/arm-elf" "gxx_include_dir=/opt/soubhik/temp/crossgcc/final-install/include/c++/3.3.2" "AR=arm-elf-ar" "AS=/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/as" "LD=/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ld" "LIBCFLAGS=-O2 -g -O2" "PICFLAG=" "RANLIB=arm-elf-ranlib" "NM=/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/nm" "NM_FOR_BUILD=" "NM_FOR_TARGET=/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/nm" "DESTDIR=" "WERROR="  all-recursive
make[2]: Entering directory `/opt/soubhik/temp/crossgcc/build-gcc/arm-elf/libstdc++-v3'
: make ; exec make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CC_FOR_TARGET=/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include" "CFLAGS=-O2 -g -O2" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-O2 -g -O2" "INSTALL=/bin/sh /home/soubhik/localtemp/crossgcc/gcc-3.3.2/install-sh -c" "INSTALL_DATA=/bin/sh /home/soubhik/localtemp/crossgcc/gcc-3.3.2/install-sh -c -m 644" "INSTALL_PROGRAM=/bin/sh /home/soubhik/localtemp/crossgcc/gcc-3.3.2/install-sh -c " "INSTALL_SCRIPT=/bin/sh /home/soubhik/localtemp/crossgcc/gcc-3.3.2/install-sh -c" "LDFLAGS=" "LIBCFLAGS=-O2 -g -O2" "LIBCFLAGS_FOR_TARGET=-O2 -g -O2" "MAKE=make" "MAKEINFO=/home/soubhik/localtemp/crossgcc/gcc-3.3.2/missing makeinfo --no-split  " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/opt/soubhik/temp/crossgcc/final-install" "infodir=/opt/soubhik/temp/crossgcc/final-install/info" "libdir=/opt/soubhik/temp/crossgcc/final-install/lib" "includedir=/opt/soubhik/temp/crossgcc/final-install/include" "prefix=/opt/soubhik/temp/crossgcc/final-install" "tooldir=/opt/soubhik/temp/crossgcc/final-install/arm-elf" "gxx_include_dir=/opt/soubhik/temp/crossgcc/final-install/include/c++/3.3.2" "AR=arm-elf-ar" "AS=/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/as" "LD=/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ld" "LIBCFLAGS=-O2 -g -O2" "PICFLAG=" "RANLIB=arm-elf-ranlib" "NM=/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/nm" "NM_FOR_BUILD=" "NM_FOR_TARGET=/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/nm" "DESTDIR=" "WERROR="  DO=all multi-do
make[3]: Entering directory `/opt/soubhik/temp/crossgcc/build-gcc/arm-elf/libstdc++-v3'
if [ -z "thumb" ]; then \
  true; \
else \
  rootpre=`${PWDCMD-pwd}`/; export rootpre; \
  srcrootpre=`cd ../../../gcc-3.3.2/libstdc++-v3; ${PWDCMD-pwd}`/; export srcrootpre; \
  lib=`echo ${rootpre} | sed -e 's,^.*/\([^/][^/]*\)/$,\1,'`; \
  compiler="/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/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}; make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CC_FOR_TARGET=/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include" "CFLAGS=-O2 -g -O2" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-O2 -g -O2" "INSTALL=/bin/sh /home/soubhik/localtemp/crossgcc/gcc-3.3.2/install-sh -c" "INSTALL_DATA=/bin/sh /home/soubhik/localtemp/crossgcc/gcc-3.3.2/install-sh -c -m 644" "INSTALL_PROGRAM=/bin/sh /home/soubhik/localtemp/crossgcc/gcc-3.3.2/install-sh -c " "INSTALL_SCRIPT=/bin/sh /home/soubhik/localtemp/crossgcc/gcc-3.3.2/install-sh -c" "LDFLAGS=" "LIBCFLAGS=-O2 -g -O2" "LIBCFLAGS_FOR_TARGET=-O2 -g -O2" "MAKE=make" "MAKEINFO=/home/soubhik/localtemp/crossgcc/gcc-3.3.2/missing makeinfo --no-split   " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/opt/soubhik/temp/crossgcc/final-install" "infodir=/opt/soubhik/temp/crossgcc/final-install/info" "libdir=/opt/soubhik/temp/crossgcc/final-install/lib" "includedir=/opt/soubhik/temp/crossgcc/final-install/include" "prefix=/opt/soubhik/temp/crossgcc/final-install" "tooldir=/opt/soubhik/temp/crossgcc/final-install/arm-elf" "gxx_include_dir=/opt/soubhik/temp/crossgcc/final-install/include/c++/3.3.2" "AR=arm-elf-ar" "AS=/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/as" "LD=/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ld" "LIBCFLAGS=-O2 -g -O2" "PICFLAG=" "RANLIB=arm-elf-ranlib" "NM=/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/nm" "NM_FOR_BUILD=" "NM_FOR_TARGET=/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/nm" "DESTDIR=" "WERROR="  \
			CFLAGS="-O2 -g -O2 ${flags}" \
			prefix="/opt/soubhik/temp/crossgcc/final-install" \
			exec_prefix="/opt/soubhik/temp/crossgcc/final-install" \
			GCJFLAGS="@GCJFLAGS@ ${flags}" \
			CXXFLAGS="-g -O2 ${flags}" \
			LIBCFLAGS="-O2 -g -O2 ${flags}" \
			LIBCXXFLAGS="-g -O2 -fno-implicit-templates ${flags}" \
			LDFLAGS=" ${flags}" \
			DESTDIR="" \
			INSTALL="/bin/sh /home/soubhik/localtemp/crossgcc/gcc-3.3.2/install-sh -c" \
			INSTALL_DATA="/bin/sh /home/soubhik/localtemp/crossgcc/gcc-3.3.2/install-sh -c -m 644" \
			INSTALL_PROGRAM="/bin/sh /home/soubhik/localtemp/crossgcc/gcc-3.3.2/install-sh -c " \
			INSTALL_SCRIPT="/bin/sh /home/soubhik/localtemp/crossgcc/gcc-3.3.2/install-sh -c" \
			all); then \
	  true; \
	else \
	  exit 1; \
	fi; \
      else true; \
      fi; \
    fi; \
  done; \
fi
make[4]: Entering directory `/opt/soubhik/temp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3'
make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CC_FOR_TARGET=/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include" "CFLAGS=-O2 -g -O2  -mthumb" "CXXFLAGS=-g -O2  -mthumb" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-O2 -g -O2" "INSTALL=/bin/sh /home/soubhik/localtemp/crossgcc/gcc-3.3.2/install-sh -c" "INSTALL_DATA=/bin/sh /home/soubhik/localtemp/crossgcc/gcc-3.3.2/install-sh -c -m 644" "INSTALL_PROGRAM=/bin/sh /home/soubhik/localtemp/crossgcc/gcc-3.3.2/install-sh -c " "INSTALL_SCRIPT=/bin/sh /home/soubhik/localtemp/crossgcc/gcc-3.3.2/install-sh -c" "LDFLAGS=-mthumb" "LIBCFLAGS=-O2 -g -O2  -mthumb" "LIBCFLAGS_FOR_TARGET=-O2 -g -O2" "MAKE=make" "MAKEINFO=/home/soubhik/localtemp/crossgcc/gcc-3.3.2/missing makeinfo --no-split    " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/opt/soubhik/temp/crossgcc/final-install" "infodir=/opt/soubhik/temp/crossgcc/final-install/info" "libdir=/opt/soubhik/temp/crossgcc/final-install/lib" "includedir=/opt/soubhik/temp/crossgcc/final-install/include" "prefix=/opt/soubhik/temp/crossgcc/final-install" "tooldir=/opt/soubhik/temp/crossgcc/final-install/arm-elf" "gxx_include_dir=/opt/soubhik/temp/crossgcc/final-install/include/c++/3.3.2" "AR=arm-elf-ar" "AS=/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/as" "LD=/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ld" "LIBCFLAGS=-O2 -g -O2  -mthumb" "PICFLAG=" "RANLIB=arm-elf-ranlib" "NM=/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/nm" "NM_FOR_BUILD=" "NM_FOR_TARGET=/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/nm" "DESTDIR=" "WERROR="  all-recursive
make[5]: Entering directory `/opt/soubhik/temp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3'
: make ; exec true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CC_FOR_TARGET=/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include" "CFLAGS=-O2 -g -O2  -mthumb" "CXXFLAGS=-g -O2  -mthumb" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-O2 -g -O2" "INSTALL=/bin/sh /home/soubhik/localtemp/crossgcc/gcc-3.3.2/install-sh -c" "INSTALL_DATA=/bin/sh /home/soubhik/localtemp/crossgcc/gcc-3.3.2/install-sh -c -m 644" "INSTALL_PROGRAM=/bin/sh /home/soubhik/localtemp/crossgcc/gcc-3.3.2/install-sh -c " "INSTALL_SCRIPT=/bin/sh /home/soubhik/localtemp/crossgcc/gcc-3.3.2/install-sh -c" "LDFLAGS=-mthumb" "LIBCFLAGS=-O2 -g -O2  -mthumb" "LIBCFLAGS_FOR_TARGET=-O2 -g -O2" "MAKE=make" "MAKEINFO=/home/soubhik/localtemp/crossgcc/gcc-3.3.2/missing makeinfo --no-split     " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/opt/soubhik/temp/crossgcc/final-install" "infodir=/opt/soubhik/temp/crossgcc/final-install/info" "libdir=/opt/soubhik/temp/crossgcc/final-install/lib" "includedir=/opt/soubhik/temp/crossgcc/final-install/include" "prefix=/opt/soubhik/temp/crossgcc/final-install" "tooldir=/opt/soubhik/temp/crossgcc/final-install/arm-elf" "gxx_include_dir=/opt/soubhik/temp/crossgcc/final-install/include/c++/3.3.2" "AR=arm-elf-ar" "AS=/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/as" "LD=/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ld" "LIBCFLAGS=-O2 -g -O2  -mthumb" "PICFLAG=" "RANLIB=arm-elf-ranlib" "NM=/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/nm" "NM_FOR_BUILD=" "NM_FOR_TARGET=/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/nm" "DESTDIR=" "WERROR="  DO=all multi-do
Making all in include
make[6]: Entering directory `/opt/soubhik/temp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/include'
sed -e '/^#/s/\([ABCDEFGHIJKLMNOPQRSTUVWXYZ_][ABCDEFGHIJKLMNOPQRSTUVWXYZ_]*\)/_GLIBCPP_\1/g' \
    -e 's,^#include "\(.*\)",#include <bits/\1>,g' \
    < ../../../../../gcc-3.3.2/libstdc++-v3/../gcc/gthr.h > arm-elf/bits/gthr.h
sed -e 's/\(UNUSED\)/_GLIBCPP_\1/g' \
    -e 's/\(GCC[ABCDEFGHIJKLMNOPQRSTUVWXYZ_]*_H\)/_GLIBCPP_\1/g' \
    < ../../../../../gcc-3.3.2/libstdc++-v3/../gcc/gthr-single.h > arm-elf/bits/gthr-single.h
sed -e 's/\(UNUSED\)/_GLIBCPP_\1/g' \
    -e 's/\(GCC[ABCDEFGHIJKLMNOPQRSTUVWXYZ_]*_H\)/_GLIBCPP_\1/g' \
    -e 's/\([ABCDEFGHIJKLMNOPQRSTUVWXYZ_]*WEAK\)/_GLIBCPP_\1/g' \
    < ../../../../../gcc-3.3.2/libstdc++-v3/../gcc/gthr-posix.h > arm-elf/bits/gthr-posix.h
sed -e 's/\(UNUSED\)/_GLIBCPP_\1/g' \
    -e 's/\(GCC[ABCDEFGHIJKLMNOPQRSTUVWXYZ_]*_H\)/_GLIBCPP_\1/g' \
    -e 's/\([ABCDEFGHIJKLMNOPQRSTUVWXYZ_]*WEAK\)/_GLIBCPP_\1/g' \
    -e 's,^#include "\(.*\)",#include <bits/\1>,g' \
    < ../../../../../gcc-3.3.2/libstdc++-v3/../gcc/gthr-single.h > arm-elf/bits/gthr-default.h
make[6]: Leaving directory `/opt/soubhik/temp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/include'
Making all in libio
make[6]: Entering directory `/opt/soubhik/temp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/libio'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/opt/soubhik/temp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/libio'
Making all in libmath
make[6]: Entering directory `/opt/soubhik/temp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/libmath'
/bin/sh ../libtool --tag CC --mode=compile /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include  -mthumb -DHAVE_CONFIG_H -I. -I../../../../../gcc-3.3.2/libstdc++-v3/libmath -I..      -O2 -g -O2  -mthumb -c ../../../../../gcc-3.3.2/libstdc++-v3/libmath/stubs.c
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -mthumb -DHAVE_CONFIG_H -I. -I../../../../../gcc-3.3.2/libstdc++-v3/libmath -I.. -O2 -g -O2 -mthumb -c ../../../../../gcc-3.3.2/libstdc++-v3/libmath/stubs.c -o stubs.o
/bin/sh ../libtool --tag CC --mode=link /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include  -mthumb  -O2 -g -O2  -mthumb -mthumb -o libmath.la   stubs.lo  
mkdir .libs
arm-elf-ar cru .libs/libmath.a  stubs.o
arm-elf-ranlib .libs/libmath.a
creating libmath.la
(cd .libs && rm -f libmath.la && ln -s ../libmath.la libmath.la)
make[6]: Leaving directory `/opt/soubhik/temp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/libmath'
Making all in libsupc++
make[6]: Entering directory `/opt/soubhik/temp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/libsupc++'
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -shared-libgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -nostdinc++ -L/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/src -L/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/src/.libs -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include  -mthumb -I../../../../../gcc-3.3.2/libstdc++-v3/../gcc -I../../../../../gcc-3.3.2/libstdc++-v3/../include -I/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/include/arm-elf -I/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/include -I../../../../../gcc-3.3.2/libstdc++-v3/libsupc++   -g -O2  -mthumb -fno-implicit-templates  -Wall -Wno-format -W -Wwrite-strings  -fdiagnostics-show-location=once     -c ../../../../../gcc-3.3.2/libstdc++-v3/libsupc++/del_op.cc
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -shared-libgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -nostdinc++ -L/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/src -L/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/src/.libs -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -mthumb -I../../../../../gcc-3.3.2/libstdc++-v3/../gcc -I../../../../../gcc-3.3.2/libstdc++-v3/../include -I/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/include/arm-elf -I/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/include -I../../../../../gcc-3.3.2/libstdc++-v3/libsupc++ -g -O2 -mthumb -fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -fdiagnostics-show-location=once -c ../../../../../gcc-3.3.2/libstdc++-v3/libsupc++/del_op.cc -o del_op.o
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -shared-libgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -nostdinc++ -L/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/src -L/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/src/.libs -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include  -mthumb -I../../../../../gcc-3.3.2/libstdc++-v3/../gcc -I../../../../../gcc-3.3.2/libstdc++-v3/../include -I/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/include/arm-elf -I/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/include -I../../../../../gcc-3.3.2/libstdc++-v3/libsupc++   -g -O2  -mthumb -fno-implicit-templates  -Wall -Wno-format -W -Wwrite-strings  -fdiagnostics-show-location=once     -c ../../../../../gcc-3.3.2/libstdc++-v3/libsupc++/del_opnt.cc
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -shared-libgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -nostdinc++ -L/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/src -L/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/src/.libs -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -mthumb -I../../../../../gcc-3.3.2/libstdc++-v3/../gcc -I../../../../../gcc-3.3.2/libstdc++-v3/../include -I/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/include/arm-elf -I/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/include -I../../../../../gcc-3.3.2/libstdc++-v3/libsupc++ -g -O2 -mthumb -fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -fdiagnostics-show-location=once -c ../../../../../gcc-3.3.2/libstdc++-v3/libsupc++/del_opnt.cc -o del_opnt.o
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -shared-libgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -nostdinc++ -L/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/src -L/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/src/.libs -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include  -mthumb -I../../../../../gcc-3.3.2/libstdc++-v3/../gcc -I../../../../../gcc-3.3.2/libstdc++-v3/../include -I/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/include/arm-elf -I/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/include -I../../../../../gcc-3.3.2/libstdc++-v3/libsupc++   -g -O2  -mthumb -fno-implicit-templates  -Wall -Wno-format -W -Wwrite-strings  -fdiagnostics-show-location=once     -c ../../../../../gcc-3.3.2/libstdc++-v3/libsupc++/del_opv.cc
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -shared-libgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -nostdinc++ -L/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/src -L/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/src/.libs -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -mthumb -I../../../../../gcc-3.3.2/libstdc++-v3/../gcc -I../../../../../gcc-3.3.2/libstdc++-v3/../include -I/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/include/arm-elf -I/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/include -I../../../../../gcc-3.3.2/libstdc++-v3/libsupc++ -g -O2 -mthumb -fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -fdiagnostics-show-location=once -c ../../../../../gcc-3.3.2/libstdc++-v3/libsupc++/del_opv.cc -o del_opv.o
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -shared-libgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -nostdinc++ -L/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/src -L/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/src/.libs -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include  -mthumb -I../../../../../gcc-3.3.2/libstdc++-v3/../gcc -I../../../../../gcc-3.3.2/libstdc++-v3/../include -I/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/include/arm-elf -I/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/include -I../../../../../gcc-3.3.2/libstdc++-v3/libsupc++   -g -O2  -mthumb -fno-implicit-templates  -Wall -Wno-format -W -Wwrite-strings  -fdiagnostics-show-location=once     -c ../../../../../gcc-3.3.2/libstdc++-v3/libsupc++/del_opvnt.cc
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -shared-libgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -nostdinc++ -L/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/src -L/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/src/.libs -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -mthumb -I../../../../../gcc-3.3.2/libstdc++-v3/../gcc -I../../../../../gcc-3.3.2/libstdc++-v3/../include -I/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/include/arm-elf -I/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/include -I../../../../../gcc-3.3.2/libstdc++-v3/libsupc++ -g -O2 -mthumb -fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -fdiagnostics-show-location=once -c ../../../../../gcc-3.3.2/libstdc++-v3/libsupc++/del_opvnt.cc -o del_opvnt.o
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=compile /home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -shared-libgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -nostdinc++ -L/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/src -L/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/src/.libs -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include  -mthumb -I../../../../../gcc-3.3.2/libstdc++-v3/../gcc -I../../../../../gcc-3.3.2/libstdc++-v3/../include -I/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/include/arm-elf -I/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/include -I../../../../../gcc-3.3.2/libstdc++-v3/libsupc++   -g -O2  -mthumb -fno-implicit-templates  -Wall -Wno-format -W -Wwrite-strings  -fdiagnostics-show-location=once     -c ../../../../../gcc-3.3.2/libstdc++-v3/libsupc++/eh_alloc.cc
/home/soubhik/localtemp/crossgcc/build-gcc/gcc/xgcc -shared-libgcc -B/home/soubhik/localtemp/crossgcc/build-gcc/gcc/ -nostdinc++ -L/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/src -L/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/src/.libs -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/bin/ -B/opt/soubhik/temp/crossgcc/final-install/arm-elf/lib/ -isystem /opt/soubhik/temp/crossgcc/final-install/arm-elf/include -mthumb -I../../../../../gcc-3.3.2/libstdc++-v3/../gcc -I../../../../../gcc-3.3.2/libstdc++-v3/../include -I/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/include/arm-elf -I/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/include -I../../../../../gcc-3.3.2/libstdc++-v3/libsupc++ -g -O2 -mthumb -fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -fdiagnostics-show-location=once -c ../../../../../gcc-3.3.2/libstdc++-v3/libsupc++/eh_alloc.cc -o eh_alloc.o
In file included from ../../../../../gcc-3.3.2/libstdc++-v3/libsupc++/eh_alloc.cc:33:
/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/include/cstdlib:86: error: `
   div_t' not declared
/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/include/cstdlib:87: error: `
   ldiv_t' not declared
/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/include/cstdlib:97: error: `
   div' not declared
/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/include/cstdlib:102: error: `
   ldiv' not declared
/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/include/cstdlib:104: error: `
   mblen' not declared
/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/include/cstdlib:105: error: `
   mbstowcs' not declared
/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/include/cstdlib:106: error: `
   mbtowc' not declared
/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/include/cstdlib:115: error: `
   wcstombs' not declared
/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/include/cstdlib:116: error: `
   wctomb' not declared
/home/soubhik/localtemp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/include/cstdlib:122: error: syntax
   error before `(' token
make[6]: *** [eh_alloc.lo] Error 1
make[6]: Leaving directory `/opt/soubhik/temp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3/libsupc++'
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory `/opt/soubhik/temp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3'
make[4]: *** [all-recursive-am] Error 2
make[4]: Leaving directory `/opt/soubhik/temp/crossgcc/build-gcc/arm-elf/thumb/libstdc++-v3'
make[3]: *** [multi-do] Error 1
make[3]: Leaving directory `/opt/soubhik/temp/crossgcc/build-gcc/arm-elf/libstdc++-v3'
make[2]: *** [all-multi] Error 2
make[2]: Leaving directory `/opt/soubhik/temp/crossgcc/build-gcc/arm-elf/libstdc++-v3'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/opt/soubhik/temp/crossgcc/build-gcc/arm-elf/libstdc++-v3'
make: *** [all-target-libstdc++-v3] Error 2

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com

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