All of lore.kernel.org
 help / color / mirror / Atom feed
* Gnu/stubs-32.h not found
@ 2010-01-12  7:49 Perepelica Alexander
  2010-01-12  9:36 ` Phil Blundell
  0 siblings, 1 reply; 8+ messages in thread
From: Perepelica Alexander @ 2010-01-12  7:49 UTC (permalink / raw)
  To: openembedded-devel

Hi!
I try compile target for x86_64 platform but I get
/x86_64-oe-linux/usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No 
such file or directory
Where can I disable multilib feature gcc?
Or maybe can I install multilibs into target?


--
Thank you.
Perepelica Alexander



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Gnu/stubs-32.h not found
  2010-01-12  7:49 Gnu/stubs-32.h not found Perepelica Alexander
@ 2010-01-12  9:36 ` Phil Blundell
  2010-01-12 10:27   ` Perepelica Alexander
  0 siblings, 1 reply; 8+ messages in thread
From: Phil Blundell @ 2010-01-12  9:36 UTC (permalink / raw)
  To: openembedded-devel

On Tue, 2010-01-12 at 10:49 +0300, Perepelica Alexander wrote:
> I try compile target for x86_64 platform but I get
> /x86_64-oe-linux/usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No 
> such file or directory
> Where can I disable multilib feature gcc?
> Or maybe can I install multilibs into target?

This isn't really anything to do with multilibs.  I think you just need
to figure out why that file is not being correctly installed and fix it.
It's hard/impossible to give any real advice on that without knowing
which package versions you are using and which one you were trying to
build when this error occurred.

p.





^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Gnu/stubs-32.h not found
  2010-01-12  9:36 ` Phil Blundell
@ 2010-01-12 10:27   ` Perepelica Alexander
  2010-01-12 10:32     ` Perepelica Alexander
  0 siblings, 1 reply; 8+ messages in thread
From: Perepelica Alexander @ 2010-01-12 10:27 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 419 bytes --]

Hello Phil!

> This isn't really anything to do with multilibs.  I think you just 
need
> to figure out why that file is not being correctly installed and fix 
it.
> It's hard/impossible to give any real advice on that without knowing
> which package versions you are using and which one you were trying to
> build when this error occurred.
In attachments are my configs
--
Thank you.
Perepelica Alexander

[-- Attachment #2: x86_64-generic.conf --]
[-- Type: application/octet-stream, Size: 777 bytes --]

# Copyright (C) 2007,2009 Stelios Koroneos - Digital OPSiS, All Rights Reserved
# Released under the MIT license (see packages/COPYING)
#@TYPE: Machine
#@NAME: x86_64-generic
#@DESCRIPTION: Machine configuration for a generic x86_64 machine


TARGET_ARCH = "x86_64"

PREFERRED_PROVIDER_virtual/kernel = "linux"

PREFERRED_VERSION_gcc = "4.4.2"

KERNEL_IMAGETYPE = "bzImage"

GLIBC_ADDONS = "nptl"
GLIBC_EXTRA_OECONF = "--with-tls"

IMAGE_FSTYPES ?= "ext2.gz"
IMAGE_DEVICE_TABLES = " \
  files/device_table-minimal.txt \
  files/device_table_add-loop.txt \
  files/device_table_add-scsi.txt \
"

MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost acpi ext2 x86"
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"

#tune for x86_64
require conf/machine/include/tune-x86_64.inc


[-- Attachment #3: mylinux.conf --]
[-- Type: application/octet-stream, Size: 4433 bytes --]

#############################################################################
#@TYPE: Distribution
#@NAME: mylinux
#@DESCRIPTION: Sprut Linux Distribution (eglibc based)
#@MAINTAINER: alexondi
#@COMMENT: This distribution configuration defines a truely tiny OE Linux  
#@COMMENT: distribution. The matching buildable image target (micro-image)
#@COMMENT: basically consists of: libc, busybox, udev, sysv init, and a few
#@COMMENT: init scripts for running up the system.
#############################################################################

#############################################################################
# DISTRO CONFIGURATION
#############################################################################
DISTRO_NAME = "mylinux"
DISTRO_VERSION = "${SRCDATE}"

#############################################################################
# DISTRO FEATURE SELECTION
#############################################################################
# No features selected
#DISTRO_FEATURES = "eabi"

#############################################################################
# LIBRARY NAMES
#############################################################################
# Use Debian naming scheme for library (.so) files
INHERIT += "debian"

#############################################################################
# PACKAGING & FEEDS
#############################################################################
# Select packaging system
PREFERRED_PKG_FORMAT = "ipk"
IPKG_VARIANT = "opkg-nogpg"

require conf/distro/include/sane-feed.inc
require conf/distro/include/sane-feed-${PREFERRED_PKG_FORMAT}.inc

#############################################################################
# IMAGES
#############################################################################
# Name generated images
IMAGE_NAME = "${DISTRO_NAME}-${IMAGE_BASENAME}-${LIBC}-\
${PREFERRED_PKG_FORMAT}-${DISTRO_VERSION}-${MACHINE}"

CACHE ?= "${TMPDIR}/cache/${LIBC}/${MACHINE}"
DEPLOY_DIR ?= "${TMPDIR}/deploy/${LIBC}"
DEPLOY_DIR_IMAGE = "${DEPLOY_DIR}/images/${MACHINE}"

# Image output types
IMAGE_FSTYPES ?= "ext2 ext3 tar.gz"

#############################################################################
# LINUX KERNEL SELECTION
#############################################################################
KERNEL = "kernel26"
MACHINE_KERNEL_VERSION = "2.6"

#############################################################################
# TOOLCHAIN
#############################################################################
LIBC ?= "eglibc"
#LIBC ?= "glibc"
PREFERRED_BINUTILS = "2.20"

require conf/distro/include/sane-toolchain.inc

#############################################################################
# OVERRIDES adjusted from bitbake.conf to feature the MACHINE_CLASS
#############################################################################
OVERRIDES = "local:${MACHINE}:${MACHINE_CLASS}:${DISTRO}:${TARGET_OS}:\
${TARGET_ARCH}:build-${BUILD_OS}:fail-fast:pn-${PN}"


#############################################################################
# NLS
#############################################################################
USE_NLS = "no"
USE_NLS_glib-2.0 = "yes"
USE_NLS_glib-2.0-native = "yes"
USE_NLS_gcc-cross = "no"

# Disable binary locale generation
ENABLE_BINARY_LOCALE_GENERATION = "0"

# Don't install useless symlinks to libraries
PACKAGE_SNAP_LIB_SYMLINKS = "1"

# Collapse /usr into /
#prefix = ""
#exec_prefix = ""
#prefix_native = ""
#exec_prefix_native = ""

# Don't install ldconfig and associated gubbins
#USE_LDCONFIG = "0"

# Disable online package management
ONLINE_PACKAGE_MANAGEMENT = "none"

DISTRO_BLUETOOTH_MANAGER = ""

#############################################################################
# PREFERRED VERSIONS
#############################################################################


#Make sure we use 2.6 on machines with a 2.4/2.6 selector
#KERNEL = "kernel26"
#MACHINE_KERNEL_VERSION = "2.6"
# Select xserver-xorg as default, since kdrive has been EOL'ed
XSERVER ?= "xserver-xorg xf86-input-evdev xf86-input-keyboard xf86-input-mouse xf86-video-fbdev" 
#PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
#PREFERRED_PROVIDER_xserver ?= "xserver-xorg"


require conf/distro/include/sane-srcdates.inc
require conf/distro/include/sane-srcrevs.inc
require conf/distro/include/sane-toolchain.inc
require conf/distro/include/preferred-xorg-versions-X11R7.5.inc

[-- Attachment #4: local.conf --]
[-- Type: application/octet-stream, Size: 862 bytes --]

DL_DIR = "${HOME}/OE/sources"

BBFILES := "${HOME}/OE/openembedded/recipes/*/*.bb"

# Select between multiple alternative providers, if more than one is eligible.
PREFERRED_PROVIDERS = "virtual/qte:qte virtual/libqpe:libqpe-opie"
PREFERRED_PROVIDERS += " virtual/libsdl:libsdl-x11"
PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial"
PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-intermediate:gcc-cross-intermediate"
PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross"
PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross"

MACHINE = "x86_64-generic"

TARGET_OS = "linux"

DISTRO = "mylinux"

ENABLE_BINARY_LOCALE_GENERATION = "1"

GLIBC_GENERATE_LOCALES = "en_US.UTF-8"

MACHINE_KERNEL_VERSION = "2.6"

IMAGE_FSTYPES = "ext3 ext2"

PARALLEL_MAKE = "-j 4"

BB_NUMBER_THREADS = "2"

BBINCLUDELOGS = "yes"


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Gnu/stubs-32.h not found
  2010-01-12 10:27   ` Perepelica Alexander
@ 2010-01-12 10:32     ` Perepelica Alexander
  2010-01-12 14:16       ` Phil Blundell
  0 siblings, 1 reply; 8+ messages in thread
From: Perepelica Alexander @ 2010-01-12 10:32 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 536 bytes --]

* Perepelica Alexander <alexondi@rambler.ru> [Tue, 12 Jan 2010 13:27:16 
+0300]:
> Hello Phil!
>
> > This isn't really anything to do with multilibs.  I think you just
> need
> > to figure out why that file is not being correctly installed and fix
> it.
> > It's hard/impossible to give any real advice on that without knowing
> > which package versions you are using and which one you were trying 
to
> > build when this error occurred.
> In attachments are my configs

He is log

--
Thank you.
Perepelica Alexander

[-- Attachment #2: log.do_compile.21905 --]
[-- Type: application/octet-stream, Size: 711817 bytes --]

NOTE: make -j 4 ARCH_FLAGS_FOR_TARGET=-m64 -isystem/home/user/OE/build/tmp/staging/x86_64-oe-linux/usr/include
make[1]: Entering directory `/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
Configuring in ./libiberty
mkdir -p -- ./fixincludes
mkdir -p -- build-x86_64-linux/libiberty
Configuring in ./intl
Configuring in build-x86_64-linux/libiberty
Configuring in ./fixincludes
configure: loading site script /home/user/OE/openembedded/site/endian-little
configure: loading site script /home/user/OE/openembedded/site/common-linux
configure: loading site script /home/user/OE/openembedded/site/common-glibc
configure: creating cache ../config.cache
configure: loading site script /home/user/OE/openembedded/site/x86_64-linux
configure: loading site script /home/user/OE/openembedded/site/common
configure: loading site script /home/user/OE/openembedded/site/common
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
checking for perl... perl
checking build system type... checking build system type... x86_64-pc-linux-gnu
configure: loading site script /home/user/OE/openembedded/site/endian-little
configure: loading site script /home/user/OE/openembedded/site/common-linux
configure: loading site script /home/user/OE/openembedded/site/common-glibc
configure: loading site script /home/user/OE/openembedded/site/x86_64-linux
configure: loading site script /home/user/OE/openembedded/site/common
configure: loading site script /home/user/OE/openembedded/site/common
configure: creating cache ./config.cache
x86_64-pc-linux-gnu
checking host system type... checking host system type... x86_64-pc-linux-gnu
checking for x86_64-linux-ar... ar
checking for x86_64-linux-ranlib... ranlib
checking whether make sets $(MAKE)... checking for x86_64-linux-gcc... gcc 
yes
checking for a BSD-compatible install... /home/user/OE/build/tmp/staging/x86_64-linux/usr/bin/install -c
checking whether NLS is requested... no
checking for msgfmt... configure: loading site script /home/user/OE/openembedded/site/endian-little
configure: loading site script /home/user/OE/openembedded/site/common-linux
/home/user/OE/build/tmp/staging/x86_64-linux/usr/bin/msgfmt
checking for gmsgfmt... /home/user/OE/build/tmp/staging/x86_64-linux/usr/bin/msgfmt
configure: loading site script /home/user/OE/openembedded/site/common-glibc
x86_64-pc-linux-gnu
configure: loading site script /home/user/OE/openembedded/site/x86_64-linux
checking for xgettext... configure: loading site script /home/user/OE/openembedded/site/common
configure: loading site script /home/user/OE/openembedded/site/common
configure: creating cache ./config.cache
checking target system type... /home/user/OE/build/tmp/staging/x86_64-linux/usr/bin/xgettext
checking for msgmerge... checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... /home/user/OE/build/tmp/staging/x86_64-linux/usr/bin/msgmerge
makeinfo --split-size=5000000
checking for perl... perl
x86_64-oe-linux-gnu
checking for x86_64-linux-gcc... gcc 
checking for x86_64-linux-gcc... gcc 
checking build system type... x86_64-pc-linux-gnu
checking for C compiler default output file name... checking for C compiler default output file name... checking host system type... checking for C compiler default output file name... x86_64-pc-linux-gnu
checking for x86_64-linux-ar... ar
checking for x86_64-linux-ranlib... ranlib
checking for x86_64-linux-gcc... gcc 
a.out
checking whether the C compiler works... a.out
checking whether the C compiler works... yes
a.out
checking whether the C compiler works... checking whether we are cross compiling... no
checking for suffix of executables... yes
checking whether we are cross compiling... no
checking for suffix of executables... yes
checking whether we are cross compiling... no
checking for suffix of executables... checking for C compiler default output file name... 
checking for suffix of object files... 

checking for suffix of object files... checking for suffix of object files... o
checking whether we are using the GNU C compiler... o
checking whether we are using the GNU C compiler... o
checking whether we are using the GNU C compiler... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... yes
checking whether gcc  accepts -g... yes
checking whether gcc  accepts -g... yes
checking whether gcc  accepts -g... 
checking for suffix of object files... yes
checking for gcc  option to accept ANSI C... yes
checking for gcc  option to accept ANSI C... yes
checking for gcc  option to accept ANSI C... o
checking whether we are using the GNU C compiler... yes
checking whether gcc  accepts -g... none needed
none needed
none needed
checking for a sed that does not truncate output... /usr/bin/sed
yes
checking for gcc  option to accept ANSI C... checking whether gcc  supports -W... checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
no
checking for _LARGE_FILES value needed for large files... checking whether gcc  supports -Wall... x86_64-pc-linux-gnu
none needed
checking for x86_64-linux-ranlib... ranlib
checking for library containing strerror... no
yes
checking how to run the C preprocessor... gcc -E
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking whether gcc  supports -Wwrite-strings... no
checking for _LARGE_FILES value needed for large files... yes
checking whether gcc  supports -W... none required
checking how to run the C preprocessor... gcc -E
checking whether gcc  supports -Wstrict-prototypes... no
checking how to run the C preprocessor... gcc -E
yes
checking for egrep... grep -E
yes
checking for ANSI C header files... checking whether gcc  supports -Wall... checking whether gcc  supports -Wmissing-prototypes... yes
yes
checking whether gcc  supports -Wold-style-definition... checking whether gcc  supports -Wwrite-strings... checking whether gcc  supports -W... yes
yes
checking whether gcc  supports -Wmissing-format-attribute... checking whether gcc  supports -Wall... yes
checking whether gcc  supports -Wc++-compat... yes
yes
checking whether gcc  supports -Wwrite-strings... yes
checking whether gcc  supports -Wstrict-prototypes... checking whether gcc  supports -Wno-overlength-strings... yes
checking for an ANSI C-conforming const... yes
yes
checking whether gcc  supports -Wc++-compat... checking whether gcc  supports -pedantic -Wno-long-long... yes
checking whether gcc  supports -pedantic ... yes
checking for inline... yes
checking how to run the C preprocessor... gcc -E
yes
checking whether gcc  supports -Wstrict-prototypes... inline
yes
checking whether gcc  and cc understand -c and -o together... checking for sys/types.h... checking for egrep... yes
grep -E
checking for ANSI C header files... checking whether gcc  supports -pedantic ... yes
yes
checking whether gcc  and cc understand -c and -o together... checking for sys/stat.h... yes
checking for an ANSI C-conforming const... yes
checking for stdlib.h... yes
checking for inline... yes
checking for an ANSI C-conforming const... yes
checking for sys/types.h... yes
checking for string.h... inline
checking whether byte ordering is bigendian... yes
checking for inline... yes
checking for sys/stat.h... yes
checking for memory.h... inline
checking whether byte ordering is bigendian... (cached) no
checking for a BSD-compatible install... /home/user/OE/build/tmp/staging/x86_64-linux/usr/bin/install -c
checking for sys/file.h... yes
no
checking for a BSD-compatible install... /home/user/OE/build/tmp/staging/x86_64-linux/usr/bin/install -c
checking for sys/file.h... yes
yes
checking for stdlib.h... yes
checking for sys/param.h... checking for sys/param.h... checking for strings.h... yes
yes
checking for limits.h... checking for limits.h... yes
yes
checking for string.h... checking for stdlib.h... yes
yes
checking for inttypes.h... checking for stdlib.h... yes
checking for malloc.h... yes
yes
checking for memory.h... yes
checking for malloc.h... checking for string.h... yes
checking for stdint.h... yes
yes
checking for unistd.h... yes
checking for string.h... checking for strings.h... yes
yes
checking for strings.h... checking for unistd.h... yes
yes
yes
yes
checking for sys/time.h... checking for inttypes.h... checking for strings.h... checking for unistd.h... yes
yes
checking for sys/time.h... checking for time.h... yes
yes
yes
yes
checking for off_t... checking for stdint.h... checking for sys/resource.h... checking for time.h... yes
yes
checking for sys/resource.h... checking for sys/stat.h... yes
checking for size_t... yes
yes
checking for sys/stat.h... checking for sys/mman.h... yes
checking for unistd.h... yes
yes
checking for working alloca.h... checking for fcntl.h... yes
yes
checking for sys/mman.h... checking for alloca.h... yes
yes
checking for fcntl.h... checking stddef.h usability... yes
yes
checking for sys/pstat.h... yes
checking for alloca... checking for alloca.h... yes
yes
checking stddef.h presence... no
checking for sys/sysmp.h... checking for sys/pstat.h... yes
checking for stddef.h... yes
no
yes
checking for sys/sysinfo.h... checking for stdlib.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for strings.h... (cached) yes
no
checking for sys/sysmp.h... yes
checking for unistd.h... (cached) yes
checking for unistd.h... (cached) checking for machine/hal_sysinfo.h... yes
checking fcntl.h usability... no
checking for sys/sysinfo.h... no
checking for getpagesize... (cached) yes
checking for sys/table.h... checking for working mmap... (cached) yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking for machine/hal_sysinfo.h... no
yes
checking whether integer division by zero raises SIGFPE... checking for sys/sysctl.h... yes
checking fcntl.h presence... no
checking for sys/table.h... yes
yes
checking for fcntl.h... yes
no
checking sys/file.h usability... checking for sys/systemcfg.h... checking for sys/sysctl.h... no
yes
checking for stdint.h... checking for sys/systemcfg.h... yes
yes
yes
checking sys/file.h presence... checking for inttypes.h... no
checking for stdint.h... checking for stdio_ext.h... yes
checking for sys/file.h... yes
checking for sys/stat.h... (cached) yes
yes
checking for clearerr_unlocked... yes
checking for stdint.h... yes
checking for sys/wait.h that is POSIX.1 compatible... checking for stdio_ext.h... yes
checking for unsigned long long... yes
yes
checking whether time.h and sys/time.h may both be included... checking for sys/wait.h that is POSIX.1 compatible... yes
checking for feof_unlocked... yes
checking for inttypes.h... yes
yes
checking whether errno must be declared... checking whether time.h and sys/time.h may both be included... no
checking for egrep... yes
grep -E
checking for ANSI C header files... checking whether the inttypes.h PRIxNN macros are broken... yes
checking whether errno must be declared... no
checking for ld used by GCC... yes
no
checking for egrep... grep -E
checking for ANSI C header files... checking for ferror_unlocked... ld
checking if the linker (ld) is GNU ld... yes
checking for shared library run path origin... yes
checking for fflush_unlocked... done
checking argz.h usability... yes
checking for sys/types.h... yes
yes
checking argz.h presence... yes
checking for sys/stat.h... (cached) checking for sys/types.h... yes
yes
yes
checking for argz.h... yes
checking for stdlib.h... (cached) yes
checking limits.h usability... yes
checking for string.h... (cached) yes
checking for sys/stat.h... (cached) checking for fgetc_unlocked... yes
checking for stdlib.h... (cached) yes
checking for memory.h... checking for string.h... (cached) yes
checking for memory.h... yes
checking limits.h presence... yes
checking for strings.h... (cached) yes
yes
checking for inttypes.h... yes
checking for limits.h... checking for strings.h... (cached) yes
yes
checking for inttypes.h... yes
yes
checking for fgets_unlocked... checking locale.h usability... yes
checking for stdint.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for int... checking for unistd.h... (cached) yes
checking for int... yes
yes
checking locale.h presence... checking for fileno_unlocked... yes
checking size of int... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking size of int... (cached) 4
checking for uintptr_t... yes
checking for fprintf_unlocked... yes
checking nl_types.h presence... 4
checking for uintptr_t... yes
checking for nl_types.h... yes
checking for a 64-bit type... yes
checking malloc.h usability... no
checking for fputc_unlocked... uint64_t
checking for pid_t... yes
checking for a 64-bit type... yes
checking malloc.h presence... uint64_t
checking for pid_t... yes
yes
checking for library containing strerror... yes
checking for malloc.h... yes
checking for fputs_unlocked... checking stddef.h usability... yes
checking for library containing strerror... yes
checking stddef.h presence... none required
checking for asprintf... yes
yes
checking for stddef.h... yes
checking for fread_unlocked... checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
none required
checking for asprintf... yes
checking for unistd.h... (cached) yes
checking for atexit... yes
checking sys/param.h usability... checking for fwrite_unlocked... yes
checking for atexit... yes
checking sys/param.h presence... yes
checking for basename... yes
checking for sys/param.h... yes
checking for feof_unlocked... yes
checking for basename... yes
checking for getchar_unlocked... yes
yes
checking for fgets_unlocked... checking for bcmp... yes
checking for getc_unlocked... yes
checking for bcmp... yes
checking for getc_unlocked... yes
checking for putchar_unlocked... yes
checking for bcopy... yes
checking for bcopy... yes
checking for getcwd... yes
checking for putc_unlocked... yes
yes
checking for bsearch... checking for bsearch... yes
checking for getegid... yes
yes
checking for bzero... checking whether abort is declared... yes
checking for bzero... yes
checking for geteuid... yes
checking whether asprintf is declared... yes
checking for calloc... yes
yes
checking for getgid... checking for calloc... no
checking whether basename is declared... yes
checking for clock... no
checking whether errno is declared... yes
yes
checking for clock... checking for getuid... no
checking whether vasprintf is declared... yes
checking for ffs... yes
yes
checking for ffs... no
checking for mempcpy... checking whether clearerr_unlocked is declared... yes
checking for getcwd... yes
checking whether feof_unlocked is declared... yes
yes
checking for munmap... checking for getcwd... yes
yes
checking whether ferror_unlocked is declared... checking for getpagesize... (cached) yes
checking for gettimeofday... yes
yes
checking for putenv... checking whether fflush_unlocked is declared... yes
checking for getpagesize... yes
checking for index... yes
checking whether fgetc_unlocked is declared... yes
yes
checking for setenv... checking for gettimeofday... yes
checking whether fgets_unlocked is declared... yes
checking for insque... yes
yes
no
checking for setlocale... checking whether fileno_unlocked is declared... checking for index... yes
yes
checking whether fprintf_unlocked is declared... checking for memchr... yes
yes
checking for stpcpy... checking for insque... no
checking whether fputc_unlocked is declared... yes
checking for memcmp... yes
checking for strcasecmp... yes
checking whether fputs_unlocked is declared... yes
checking for memchr... yes
checking for memcpy... (cached) yes
no
checking whether fread_unlocked is declared... checking for memmove... yes
yes
checking for strdup... checking for memcmp... yes
checking whether fwrite_unlocked is declared... yes
yes
checking for mempcpy... checking for strtoul... yes
checking whether getchar_unlocked is declared... yes
checking for memcpy... yes
yes
checking for tsearch... checking whether getc_unlocked is declared... yes
checking for memset... yes
checking for memmove... yes
checking whether putchar_unlocked is declared... yes
checking for __argz_count... yes
yes
checking whether putc_unlocked is declared... checking for mkstemps... yes
checking for mempcpy... yes
checking for __argz_stringify... yes
checking for an ANSI C-conforming const... no
checking for putenv... yes
checking sys/mman.h usability... yes
checking for memset... yes
yes
yes
checking sys/mman.h presence... checking for random... yes
checking for sys/mman.h... yes
checking for mmap... checking for __argz_next... yes
checking for mkstemps... yes
checking for rename... yes
checking for __fsetlocking... 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)... no
checking for putenv... yes
checking whether mmap with MAP_ANON(YMOUS) works... yes
yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for rindex... yes
checking for iconv... updating cache ./config.cache
configure: creating ./config.status
yes
yes
yes
checking for iconv declaration... checking for random... checking for setenv... 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... yes
yes
checking for rename... checking for snprintf... yes
checking for LC_MESSAGES... config.status: creating Makefile
config.status: creating mkheaders.almost
config.status: creating config.h
yes
checking for rindex... yes
checking for bison... bison
checking version of bison... 2.3, ok
checking whether NLS is requested... no
yes
checking whether to use NLS... no
checking for sigsetmask... checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
updating cache ./config.cache
configure: creating ./config.status
yes
checking for setenv... yes
checking for stpcpy... mkdir -p -- build-x86_64-linux/fixincludes
Configuring in build-x86_64-linux/fixincludes
yes
yes
checking for stpncpy... checking for snprintf... yes
config.status: creating Makefile
checking for strcasecmp... config.status: creating config.intl
yes
config.status: creating config.h
checking for sigsetmask... yes
config.status: executing default-1 commands
checking for strchr... yes
checking for stpcpy... yes
checking for strdup... yes
checking for stpncpy... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
yes
checking for strncasecmp... configure: loading cache ../config.cache
yes
checking for strcasecmp... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
x86_64-pc-linux-gnu
checking for strndup... checking target system type... yes
checking for strchr... x86_64-oe-linux-gnu
checking for x86_64-linux-gcc... gcc 
yes
checking for strrchr... yes
checking for C compiler default output file name... checking for strdup... yes
yes
checking for strncasecmp... checking for strstr... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... configure: loading site script /home/user/OE/openembedded/site/endian-little
configure: loading site script /home/user/OE/openembedded/site/common-linux
configure: loading site script /home/user/OE/openembedded/site/common-glibc
configure: loading site script /home/user/OE/openembedded/site/x86_64-linux
configure: loading site script /home/user/OE/openembedded/site/common
configure: loading site script /home/user/OE/openembedded/site/common
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-linux-gcc... gcc 

checking for suffix of object files... yes
yes
checking for strtod... checking for strndup... checking for C compiler default output file name... o
checking whether we are using the GNU C compiler... yes
checking whether gcc  accepts -g... a.out
checking whether the C compiler works... yes
yes
checking for gcc  option to accept ANSI C... yes
checking whether we are cross compiling... no
checking for suffix of executables... checking for strtol... yes
checking for strrchr... none needed

checking for suffix of object files... checking for a sed that does not truncate output... /usr/bin/sed
checking whether gcc  supports -W... yes
o
checking whether we are using the GNU C compiler... checking for strtoul... yes
checking whether gcc  accepts -g... yes
checking for strstr... yes
checking whether gcc  supports -Wall... yes
checking for strverscmp... yes
checking whether gcc  supports -Wwrite-strings... yes
checking for gcc  option to accept ANSI C... yes
checking for strtod... none needed
yes
yes
checking whether gcc  supports -Wstrict-prototypes... checking for tmpnam... checking for x86_64-linux-ranlib... ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... yes
autoheader
checking whether gcc  supports -W... checking for strtol... yes
checking whether gcc  supports -Wmissing-prototypes... yes
checking whether gcc  supports -Wall... yes
checking for vasprintf... yes
checking whether gcc  supports -Wold-style-definition... yes
checking whether gcc  supports -Wwrite-strings... yes
checking for strtoul... yes
checking whether gcc  supports -Wmissing-format-attribute... yes
yes
yes
checking whether gcc  supports -Wno-overlength-strings... checking whether gcc  supports -Wstrict-prototypes... checking for vfprintf... yes
yes
checking whether gcc  supports -pedantic -Wno-long-long... yes
checking for strverscmp... checking whether gcc  supports -Wmissing-prototypes... yes
yes
checking how to run the C preprocessor... gcc -E
checking for vprintf... yes
checking whether gcc  supports -Wold-style-definition... checking for egrep... grep -E
checking for ANSI C header files... yes
checking for tmpnam... yes
checking for vsnprintf... yes
checking whether gcc  supports -Wmissing-format-attribute... yes
yes
checking whether gcc  supports -Wcast-qual... checking for vasprintf... yes
yes
checking whether gcc  supports -pedantic -Wno-long-long... checking for vsprintf... yes
checking for sys/types.h... yes
checking how to run the C preprocessor... gcc -E
yes
checking for vfprintf... yes
yes
checking for egrep... grep -E
checking for ANSI C header files... checking for sys/stat.h... checking for waitpid... yes
checking for stdlib.h... yes
checking for vprintf... yes
checking whether alloca needs Cray hooks... yes
no
checking stack direction for C alloca... checking for string.h... yes
yes
checking for sys/types.h... checking for vsnprintf... yes
checking for memory.h... -1
checking for unistd.h... (cached) yes
checking for vfork.h... yes
checking for sys/stat.h... no
checking for fork... yes
checking for strings.h... yes
checking for vsprintf... yes
checking for stdlib.h... yes
checking for inttypes.h... yes
checking for vfork... yes
yes
checking for waitpid... checking for string.h... yes
checking for stdint.h... yes
yes
yes
checking for working fork... checking whether alloca needs Cray hooks... yes
checking for memory.h... checking for unistd.h... no
checking stack direction for C alloca... yes
checking for strings.h... yes
yes
checking for working vfork... (cached) yes
checking stddef.h usability... checking for _doprnt... -1
checking for unistd.h... (cached) yes
checking for vfork.h... no
checking for fork... yes
checking stddef.h presence... yes
checking for inttypes.h... yes
no
checking for sys_errlist... checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for strings.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for stdint.h... checking fcntl.h usability... yes
checking for sys_nerr... yes
checking for vfork... yes
checking for unistd.h... yes
checking fcntl.h presence... yes
checking for sys_siglist... yes
checking for working fork... yes
yes
checking for fcntl.h... yes
checking ctype.h usability... checking sys/file.h usability... yes
checking for external symbol _system_configuration... yes
checking for working vfork... (cached) yes
no
checking for _doprnt... yes
checking for getrusage... checking ctype.h presence... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
yes
checking for ctype.h... yes
checking for sys/stat.h... (cached) yes
checking stddef.h usability... checking for clearerr_unlocked... no
checking for sys_errlist... yes
checking for on_exit... yes
checking stddef.h presence... yes
checking for stddef.h... yes
yes
checking for string.h... (cached) yes
checking for feof_unlocked... checking stdio.h usability... yes
checking for sys_nerr... yes
checking for psignal... yes
checking stdio.h presence... yes
yes
checking for ferror_unlocked... checking for sys_siglist... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for strerror... (cached) yes
yes
checking for strsignal... yes
checking for uintptr_t... yes
checking for external symbol _system_configuration... yes
checking for int_least32_t... no
yes
checking for getrusage... yes
checking for sysconf... checking for fgetc_unlocked... yes
checking for int_fast32_t... yes
checking for uint64_t... yes
yes
checking for fgets_unlocked... yes
checking what to include in gstdint.h... checking for on_exit... yes
stdint.h (already complete)
checking for an ANSI C-conforming const... checking for times... yes
yes
checking for off_t... checking for fileno_unlocked... yes
yes
checking for psignal... yes
checking for int... checking for sbrk... yes
checking for fprintf_unlocked... yes
checking size of int... (cached) 4
checking for long... yes
yes
checking for gettimeofday... (cached) yes
checking for strerror... checking for realpath... no
checking for fputc_unlocked... yes
checking size of long... (cached) 8
checking for ANSI C header files... (cached) yes
checking build system type... yes
yes
yes
checking for strsignal... checking for canonicalize_file_name... checking for fputs_unlocked... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-oe-linux-gnu
yes
checking for decimal floating point... bid
checking whether byte ordering is bigendian... (cached) no
checking for fread_unlocked... yes
updating cache ./config.cache
yes
configure: creating ./config.status
checking for sysconf... checking for pstat_getstatic... yes
checking for fwrite_unlocked... no
checking for pstat_getdynamic... yes
checking for times... yes
no
checking for getchar_unlocked... checking for sysmp... config.status: creating Makefile
yes
checking for sbrk... config.status: creating config.h
no
config.status: executing gstdint.h commands
checking for getsysinfo... yes
checking for getc_unlocked... yes
checking for gettimeofday... (cached) yes
checking for realpath... no
yes
mkdir -p -- ./gcc
checking for putchar_unlocked... Configuring in ./gcc
checking for table... yes
checking for canonicalize_file_name... no
checking for sysctl... yes
checking for putc_unlocked... yes
checking for pstat_getstatic... yes
yes
checking for wait3... checking whether abort is declared... no
checking for pstat_getdynamic... yes
checking whether asprintf is declared... yes
checking for wait4... no
no
checking for sysmp... checking whether basename is declared... yes
checking for __fsetlocking... no
checking whether errno is declared... no
checking for getsysinfo... no
checking whether vasprintf is declared... yes
checking whether basename is declared... no
checking for table... no
configure: loading site script /home/user/OE/openembedded/site/endian-little
checking whether clearerr_unlocked is declared... configure: loading site script /home/user/OE/openembedded/site/common-linux
configure: loading site script /home/user/OE/openembedded/site/common-glibc
configure: loading site script /home/user/OE/openembedded/site/x86_64-linux
configure: loading site script /home/user/OE/openembedded/site/common
configure: loading site script /home/user/OE/openembedded/site/common
configure: creating cache ./config.cache
no
checking whether ffs is declared... checking build system type... no
checking for sysctl... yes
checking whether asprintf is declared... yes
checking whether feof_unlocked is declared... x86_64-pc-linux-gnu
checking host system type... yes
no
checking whether vasprintf is declared... checking for wait3... yes
x86_64-pc-linux-gnu
checking whether ferror_unlocked is declared... checking target system type... x86_64-oe-linux-gnu
no
checking whether snprintf is declared... checking LIBRARY_PATH variable... ok
checking GCC_EXEC_PREFIX variable... ok
checking whether to place generated files in the source directory... no
checking whether a default linker was specified... no
checking whether a default assembler was specified... no
checking for x86_64-linux-gcc... gcc 
yes
checking whether fflush_unlocked is declared... checking for C compiler default output file name... yes
checking for wait4... yes
checking whether vsnprintf is declared... yes
checking whether fgetc_unlocked is declared... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... yes
checking whether calloc is declared... yes
checking for __fsetlocking... yes
checking whether fgets_unlocked is declared... 
checking for suffix of object files... yes
checking whether getenv is declared... no
o
checking whether we are using the GNU C compiler... yes
checking whether fileno_unlocked is declared... checking whether basename is declared... yes
checking whether getopt is declared... yes
checking whether gcc  accepts -g... yes
checking whether fprintf_unlocked is declared... yes
checking for gcc  option to accept ANSI C... no
checking whether ffs is declared... yes
checking whether malloc is declared... no
checking whether fputc_unlocked is declared... none needed
yes
checking whether asprintf is declared... yes
yes
checking whether gcc  and cc understand -c and -o together... checking whether realloc is declared... checking whether fputs_unlocked is declared... no
checking whether vasprintf is declared... no
checking whether fread_unlocked is declared... yes
checking whether sbrk is declared... yes
checking whether fwrite_unlocked is declared... no
checking whether snprintf is declared... yes
checking whether strverscmp is declared... yes
checking for x86_64-linux-gnatbind... no
checking for x86_64-linux-gnatmake... no
checking whether compiler driver understands Ada... yes
no
checking whether getchar_unlocked is declared... checking how to run the C preprocessor... gcc -E
no
checking whether canonicalize_file_name must be declared... yes
checking whether vsnprintf is declared... checking for egrep... grep -E
checking for ANSI C header files... yes
checking whether getc_unlocked is declared... yes
checking for stdlib.h... (cached) yes
yes
checking for unistd.h... (cached) yes
checking whether calloc is declared... checking for getpagesize... (cached) yes
yes
checking whether putchar_unlocked is declared... checking for working mmap... (cached) yes
checking for working strncmp... yes
checking whether putc_unlocked is declared... yes
checking whether getenv is declared... yes
checking for sys/types.h... yes
yes
checking whether getopt is declared... updating cache ./config.cache
configure: creating ./config.status
yes
checking for an ANSI C-conforming const... yes
checking for sys/stat.h... yes
checking sys/mman.h usability... yes
checking whether malloc is declared... yes
checking for stdlib.h... yes
checking whether realloc is declared... yes
yes
checking sys/mman.h presence... checking for string.h... yes
checking for sys/mman.h... yes
checking for mmap... yes
checking whether sbrk is declared... config.status: creating Makefile
yes
yes
checking whether strverscmp is declared... checking for memory.h... 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)... config.status: creating testsuite/Makefile
config.status: creating config.h
yes
checking whether mmap with MAP_ANON(YMOUS) works... yes
yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for strings.h... no
checking whether canonicalize_file_name must be declared... updating cache ../config.cache
configure: creating ./config.status
yes
yes
config.status: executing default commands
checking for stdlib.h... (cached) yes
checking for inttypes.h... checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... yes
checking for stdint.h... config.status: creating Makefile
yes
checking for working strncmp... config.status: creating mkheaders.almost
config.status: creating config.h
yes
checking for unistd.h... make[2]: Entering directory `/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/intl'
mkdir -p -- ./libcpp
Configuring in ./libcpp
yes
yes
checking minix/config.h usability... updating cache ../config.cache
configure: creating ./config.status
no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... make[2]: Entering directory `/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/libdecnumber'
source='/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libdecnumber/decNumber.c' object='decNumber.o' libtool=no gcc   -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libdecnumber -I.  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libdecnumber -I.  -c /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libdecnumber/decNumber.c
yes
checking how to run the C preprocessor... gcc -E
checking for inline... inline
checking for void *... config.status: creating Makefile
config.status: creating testsuite/Makefile
yes
checking size of void *... (cached) config.status: creating config.h
8
checking for short... yes
checking size of short... (cached) 2
checking for int... config.status: executing default commands
configure: loading site script /home/user/OE/openembedded/site/endian-little
configure: loading site script /home/user/OE/openembedded/site/common-linux
configure: loading site script /home/user/OE/openembedded/site/common-glibc
configure: loading site script /home/user/OE/openembedded/site/x86_64-linux
configure: loading site script /home/user/OE/openembedded/site/common
yes
checking size of int... configure: loading site script /home/user/OE/openembedded/site/common
(cached) 4
configure: creating cache ./config.cache
checking for long... checking build system type... x86_64-pc-linux-gnu
source='/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libdecnumber/decContext.c' object='decContext.o' libtool=no gcc   -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libdecnumber -I.  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libdecnumber -I.  -c /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libdecnumber/decContext.c
checking host system type... x86_64-pc-linux-gnu
checking target system type... yes
checking size of long... (cached) 8
checking for long long... x86_64-oe-linux-gnu
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /home/user/OE/build/tmp/staging/x86_64-linux/usr/bin/install -c
checking for x86_64-linux-gcc... gcc 
checking for C compiler default output file name... yes
checking for long long... (cached) yes
checking size of long long... (cached) 8
checking for __int64... make[2]: Entering directory `/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/libiberty'
if [ x"-fpic" != x ] && [ ! -d pic ]; then \
	  mkdir pic; \
	else true; fi
touch stamp-picdir
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 ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o > required-list
make[3]: Entering directory `/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/libiberty/testsuite'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/libiberty/testsuite'
if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/regex.c -o pic/regex.o; \
	else true; fi
no
checking whether gcc  supports -W... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... yes
checking whether gcc  supports -Wall... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc  supports -Wwrite-strings... yes
checking whether gcc  accepts -g... yes
checking whether gcc  supports -Wstrict-prototypes... yes
checking for gcc  option to accept ANSI C... yes
checking whether gcc  supports -Wmissing-prototypes... none needed
yes
checking whether gcc  supports -Wcast-qual... checking for x86_64-linux-ranlib... ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether gcc  supports -W... yes
checking whether gcc  supports -Wold-style-definition... yes
checking whether gcc  supports -Wall... yes
checking whether gcc  supports -Wc++-compat... yes
checking whether gcc  supports -Wwrite-strings... yes
checking whether gcc  supports -Wmissing-format-attribute... yes
checking whether gcc  supports -Wstrict-prototypes... yes
checking whether gcc  supports -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings... yes
checking whether gcc  supports -Wmissing-prototypes... yes
checking valgrind.h usability... yes
checking whether gcc  supports -Wold-style-definition... no
checking valgrind.h presence... no
checking for valgrind.h... no
configure: WARNING: fixed-point is not supported for this target
checking whether make sets $(MAKE)... yes
checking for gawk... gawk
checking whether ln -s works... yes
checking whether ln works... yes
checking for x86_64-linux-ranlib... ranlib
checking for a BSD compatible install... /home/user/OE/build/tmp/staging/x86_64-linux/usr/bin/install -c
checking for cmp's capabilities... gnucompare
checking for mktemp... yes
checking for makeinfo... makeinfo --split-size=5000000
checking for modern makeinfo... yes
checking for recent Pod::Man... yes
checking for flex... flex
checking for bison... bison
checking for nm... nm
checking for ar... ar
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking whether gcc  supports -Wmissing-format-attribute... yes
checking whether string.h and strings.h may both be included... yes
checking whether gcc  supports -pedantic -Wno-long-long... yes
checking dependency style of gcc ... source='/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no gcc   -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libdecnumber -I.  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libdecnumber -I.  -c /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libdecnumber/bid/decimal32.c
yes
checking for sys/wait.h that is POSIX.1 compatible... gcc3
checking whether time.h and sys/time.h may both be included... yes
checking for limits.h... yes
source='/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no gcc   -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libdecnumber -I.  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libdecnumber -I.  -c /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libdecnumber/bid/decimal64.c
checking for stddef.h... yes
checking whether string.h and strings.h may both be included... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for stdlib.h... (cached) yes
yes
checking how to run the C preprocessor... gcc -E
checking for time.h... yes
checking for iconv.h... checking for egrep... grep -E
checking for ANSI C header files... yes
checking for fcntl.h... yes
source='/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no gcc   -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libdecnumber -I.  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libdecnumber -I.  -c /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libdecnumber/bid/decimal128.c
checking for unistd.h... (cached) yes
checking for sys/file.h... yes
checking for sys/time.h... gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/regex.c -o regex.o
yes
checking for sys/mman.h... yes
checking for sys/resource.h... source='/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no gcc   -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libdecnumber -I.  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libdecnumber -I.  -c /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libdecnumber/bid/bid2dpd_dpd2bid.c
yes
checking for sys/param.h... yes
checking for sys/types.h... yes
checking for sys/times.h... yes
yes
checking for sys/stat.h... (cached) yes
checking for sys/stat.h... checking for direct.h... no
checking for malloc.h... yes
yes
checking for stdlib.h... source='/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no gcc   -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libdecnumber -I.  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libdecnumber -I.  -c /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libdecnumber/bid/host-ieee32.c
checking for langinfo.h... yes
checking for ldfcn.h... source='/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no gcc   -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libdecnumber -I.  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libdecnumber -I.  -c /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libdecnumber/bid/host-ieee64.c
yes
checking for string.h... no
checking for locale.h... yes
checking for wchar.h... yes
checking for memory.h... source='/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no gcc   -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libdecnumber -I.  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libdecnumber -I.  -c /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libdecnumber/bid/host-ieee128.c
yes
checking for thread.h... no
checking for pthread.h... yes
yes
checking for CHAR_BIT... checking for strings.h... rm -f libdecnumber.a
ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
yes
checking whether byte ordering is bigendian... (cached) no
checking for collect2 libraries... ranlib libdecnumber.a
make[2]: Leaving directory `/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/libdecnumber'
if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/cplus-dem.c -o pic/cplus-dem.o; \
	else true; fi
yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... none required
checking for library containing exc_resume... yes
checking iconv.h usability... no
checking for library containing ldexp... yes
checking iconv.h presence... yes
checking for iconv.h... yes
none required
checking for inttypes.h... checking locale.h usability... yes
checking for times... yes
checking locale.h presence... yes
checking for locale.h... yes
checking fcntl.h usability... yes
checking for clock... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/cplus-dem.c -o cplus-dem.o
checking limits.h usability... yes
checking for kill... yes
checking limits.h presence... yes
checking for limits.h... yes
checking stddef.h usability... yes
checking for getrlimit... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for strings.h... (cached) yes
checking for string.h... (cached) yes
yes
checking sys/file.h usability... checking for setrlimit... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
yes
checking for unistd.h... (cached) checking for atoll... yes
checking for an ANSI C-conforming const... make[2]: Entering directory `/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/build-x86_64-linux/libiberty'
if [ x"" != x ] && [ ! -d pic ]; then \
	  mkdir pic; \
	else true; fi
touch stamp-picdir
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
yes
checking for inline... echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o > required-list
make[3]: Entering directory `/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/build-x86_64-linux/libiberty/testsuite'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/build-x86_64-linux/libiberty/testsuite'
if [ x"" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/regex.c -o pic/regex.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/regex.c -o regex.o
yes
checking for atoq... inline
checking for obstacks... no
checking for sysconf... yes
checking for off_t... yes
checking for strsignal... yes
checking for size_t... yes
checking for getrusage... yes
checking for ssize_t... yes
checking whether struct tm is in sys/time.h or time.h... yes
checking for nl_langinfo... if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/cp-demangle.c -o pic/cp-demangle.o; \
	else true; fi
time.h
checking for int... yes
checking for gettimeofday... yes
checking size of int... (cached) 4
checking for long... yes
checking size of long... (cached) 8
checking for clearerr_unlocked... yes
checking for mbstowcs... yes
checking for feof_unlocked... yes
checking for wcswidth... yes
checking for ferror_unlocked... yes
checking for mmap... yes
yes
checking for fflush_unlocked... checking for mincore... yes
yes
checking for fgetc_unlocked... checking for setlocale... yes
yes
checking for fgets_unlocked... checking for clearerr_unlocked... gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/cp-demangle.c -o cp-demangle.o
yes
checking for fileno_unlocked... yes
checking for feof_unlocked... yes
checking for fprintf_unlocked... yes
checking for ferror_unlocked... if [ x"" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/cplus-dem.c -o pic/cplus-dem.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/cplus-dem.c -o cplus-dem.o
no
checking for fputc_unlocked... yes
checking for fflush_unlocked... yes
checking for fputs_unlocked... yes
checking for fgetc_unlocked... yes
checking for fread_unlocked... yes
checking for fgets_unlocked... yes
checking for fwrite_unlocked... yes
checking for fileno_unlocked... if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/md5.c -o pic/md5.o; \
	else true; fi
yes
checking for getchar_unlocked... yes
checking for fprintf_unlocked... gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/md5.c -o md5.o
yes
checking for getc_unlocked... no
checking for fputc_unlocked... yes
checking for putchar_unlocked... if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/sha1.c -o pic/sha1.o; \
	else true; fi
yes
checking for fputs_unlocked... yes
if [ x"" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/cp-demangle.c -o pic/cp-demangle.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/cp-demangle.c -o cp-demangle.o
yes
checking for putc_unlocked... checking for fread_unlocked... yes
checking whether abort is declared... yes
checking for fwrite_unlocked... yes
checking whether asprintf is declared... yes
checking for getchar_unlocked... no
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/sha1.c -o sha1.o
checking whether basename is declared... yes
checking for getc_unlocked... no
checking whether errno is declared... no
checking whether getopt is declared... yes
checking for putchar_unlocked... yes
checking whether clearerr_unlocked is declared... yes
checking for putc_unlocked... if [ x"" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/md5.c -o pic/md5.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/md5.c -o md5.o
yes
checking whether feof_unlocked is declared... yes
yes
checking whether ferror_unlocked is declared... checking whether mbstowcs works... if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/alloca.c -o pic/alloca.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/alloca.c -o alloca.o
yes
yes
if [ x"" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/sha1.c -o pic/sha1.o; \
	else true; fi
checking for ssize_t... checking whether fflush_unlocked is declared... gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/sha1.c -o sha1.o
if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/argv.c -o pic/argv.o; \
	else true; fi
yes
checking whether fgetc_unlocked is declared... yes
checking for caddr_t... gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/argv.c -o argv.o
yes
yes
checking whether fgets_unlocked is declared... checking for uid_t in sys/types.h... (cached) {ac_cv_type_uid_t=yes}
checking type of array argument to getgroups... no
checking whether fileno_unlocked is declared... gid_t
checking for sys/mman.h... (cached) yes
checking for mmap... (cached) yes
checking whether read-only mmap of a plain file works... yes
checking whether mmap from /dev/zero works... yes
checking for MAP_ANON(YMOUS)... if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/choose-temp.c -o pic/choose-temp.o; \
	else true; fi
yes
yes
checking whether mmap with MAP_ANON(YMOUS) works... yes
checking whether fprintf_unlocked is declared... checking for pid_t... gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/choose-temp.c -o choose-temp.o
no
checking whether fputc_unlocked is declared... if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/concat.c -o pic/concat.o; \
	else true; fi
yes
checking for unistd.h... (cached) yes
checking for vfork.h... if [ x"" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/alloca.c -o pic/alloca.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/alloca.c -o alloca.o
yes
checking whether fputs_unlocked is declared... no
checking for fork... if [ x"" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/argv.c -o pic/argv.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/argv.c -o argv.o
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/concat.c -o concat.o
no
checking whether fread_unlocked is declared... if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/cp-demint.c -o pic/cp-demint.o; \
	else true; fi
yes
if [ x"" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/choose-temp.c -o pic/choose-temp.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/choose-temp.c -o choose-temp.o
checking for vfork... yes
checking whether fwrite_unlocked is declared... if [ x"" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/concat.c -o pic/concat.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/concat.c -o concat.o
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/cp-demint.c -o cp-demint.o
yes
checking for working fork... yes
checking whether getchar_unlocked is declared... if [ x"" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/cp-demint.c -o pic/cp-demint.o; \
	else true; fi
if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/dyn-string.c -o pic/dyn-string.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/cp-demint.c -o cp-demint.o
yes
checking whether getc_unlocked is declared... yes
checking for working vfork... (cached) yes
checking for ld used by GCC... if [ x"" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/dyn-string.c -o pic/dyn-string.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/dyn-string.c -o dyn-string.o
ld
checking if the linker (ld) is GNU ld... yes
checking for shared library run path origin... gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/dyn-string.c -o dyn-string.o
yes
checking whether putchar_unlocked is declared... done
checking for iconv... if [ x"" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/fdmatch.c -o pic/fdmatch.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/fdmatch.c -o fdmatch.o
yes
checking whether putc_unlocked is declared... if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/fdmatch.c -o pic/fdmatch.o; \
	else true; fi
if [ x"" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/fibheap.c -o pic/fibheap.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/fibheap.c -o fibheap.o
yes
checking for iconv declaration... yes
checking whether vasprintf is declared... gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/fdmatch.c -o fdmatch.o

         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for LC_MESSAGES... no
checking for working alloca.h... if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/fibheap.c -o pic/fibheap.o; \
	else true; fi
if [ x"" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/filename_cmp.c -o pic/filename_cmp.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/filename_cmp.c -o filename_cmp.o
yes
checking for nl_langinfo and CODESET... yes
checking for alloca... if [ x"" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/floatformat.c -o pic/floatformat.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/floatformat.c -o floatformat.o
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/fibheap.c -o fibheap.o
yes
checking whether getenv is declared... yes
checking for ANSI C header files... (cached) yes
checking for nl_langinfo and CODESET... if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/filename_cmp.c -o pic/filename_cmp.o; \
	else true; fi
if [ x"" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/fnmatch.c -o pic/fnmatch.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/fnmatch.c -o fnmatch.o
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/filename_cmp.c -o filename_cmp.o
if [ x"" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/fopen_unlocked.c -o fopen_unlocked.o
yes
checking whether atol is declared... if [ x"" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/getopt.c -o pic/getopt.o; \
	else true; fi
if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/floatformat.c -o pic/floatformat.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/getopt.c -o getopt.o
yes
checking whether NLS is requested... no
checking for uchar... if [ x"" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/getopt1.c -o pic/getopt1.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/getopt1.c -o getopt1.o
yes
checking whether asprintf is declared... 
checking for ld used by GCC... if [ x"" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/getpwd.c -o pic/getpwd.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/getpwd.c -o getpwd.o
ld
checking if the linker (ld) is GNU ld... yes
checking for shared library run path origin... gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/floatformat.c -o floatformat.o
if [ x"" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/getruntime.c -o pic/getruntime.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/getruntime.c -o getruntime.o
done
checking for iconv... yes
checking whether sbrk is declared... if [ x"" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/hashtab.c -o pic/hashtab.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/hashtab.c -o hashtab.o
if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/fnmatch.c -o pic/fnmatch.o; \
	else true; fi
yes
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/fnmatch.c -o fnmatch.o
checking for iconv declaration... yes
checking whether abort is declared... if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \
	else true; fi

         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/fopen_unlocked.c -o fopen_unlocked.o
yes
updating cache ./config.cache
checking whether atof is declared... configure: creating ./config.status
if [ x"" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/hex.c -o pic/hex.o; \
	else true; fi
if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/getopt.c -o pic/getopt.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/hex.c -o hex.o
yes
checking whether getcwd is declared... if [ x"" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/lbasename.c -o pic/lbasename.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/lbasename.c -o lbasename.o
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/getopt.c -o getopt.o
if [ x"" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/lrealpath.c -o pic/lrealpath.o; \
	else true; fi
if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/getopt1.c -o pic/getopt1.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/lrealpath.c -o lrealpath.o
yes
checking whether getwd is declared... if [ x"" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/make-relative-prefix.c -o make-relative-prefix.o
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/getopt1.c -o getopt1.o
config.status: creating Makefile
if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/getpwd.c -o pic/getpwd.o; \
	else true; fi
yes
checking whether strsignal is declared... config.status: creating config.h
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/getpwd.c -o getpwd.o
if [ x"" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/make-temp-file.c -o pic/make-temp-file.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/make-temp-file.c -o make-temp-file.o
config.status: executing depdir commands
mkdir -p -- .deps
yes
checking whether strstr is declared... if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/getruntime.c -o pic/getruntime.o; \
	else true; fi
if [ x"" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/objalloc.c -o pic/objalloc.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/objalloc.c -o objalloc.o
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/getruntime.c -o getruntime.o
yes
checking whether strverscmp is declared... if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/hashtab.c -o pic/hashtab.o; \
	else true; fi
if [ x"" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/obstack.c -o pic/obstack.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/obstack.c -o obstack.o
if [ x"" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/partition.c -o pic/partition.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/partition.c -o partition.o
if [ x"" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/pexecute.c -o pic/pexecute.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/pexecute.c -o pexecute.o
yes
checking whether errno is declared... if [ x"" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/physmem.c -o pic/physmem.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/physmem.c -o physmem.o
if [ x"" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/pex-common.c -o pic/pex-common.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/pex-common.c -o pex-common.o
if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/hex.c -o pic/hex.o; \
	else true; fi
yes
checking whether snprintf is declared... gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/hex.c -o hex.o
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/hashtab.c -o hashtab.o
yes
checking whether vsnprintf is declared... if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/lbasename.c -o pic/lbasename.o; \
	else true; fi
if [ x"" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/pex-one.c -o pic/pex-one.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/pex-one.c -o pex-one.o
if [ x"" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/pex-unix.c -o pic/pex-unix.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/pex-unix.c -o pex-unix.o
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/lbasename.c -o lbasename.o
yes
checking whether vasprintf is declared... if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/lrealpath.c -o pic/lrealpath.o; \
	else true; fi
if [ x"" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/safe-ctype.c -o pic/safe-ctype.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/safe-ctype.c -o safe-ctype.o
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/lrealpath.c -o lrealpath.o
if [ x"" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/sort.c -o pic/sort.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/sort.c -o sort.o
yes
checking whether malloc is declared... if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \
	else true; fi
if [ x"" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/spaces.c -o pic/spaces.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/spaces.c -o spaces.o
if [ x"" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/splay-tree.c -o pic/splay-tree.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/splay-tree.c -o splay-tree.o
if [ x"" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/strerror.c -o pic/strerror.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/strerror.c -o strerror.o
yes
checking whether realloc is declared... gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/make-relative-prefix.c -o make-relative-prefix.o
if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/make-temp-file.c -o pic/make-temp-file.o; \
	else true; fi
if [ x"" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/strsignal.c -o pic/strsignal.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/strsignal.c -o strsignal.o
yes
checking whether calloc is declared... gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/make-temp-file.c -o make-temp-file.o
if [ x"" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o
if [ x"" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/xatexit.c -o pic/xatexit.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/xatexit.c -o xatexit.o
if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/objalloc.c -o pic/objalloc.o; \
	else true; fi
if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/obstack.c -o pic/obstack.o; \
	else true; fi
if [ x"" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/xexit.c -o pic/xexit.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/xexit.c -o xexit.o
yes
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/obstack.c -o obstack.o
checking whether free is declared... if [ x"" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/xmalloc.c -o pic/xmalloc.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/xmalloc.c -o xmalloc.o
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/objalloc.c -o objalloc.o
if [ x"" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/xmemdup.c -o pic/xmemdup.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/xmemdup.c -o xmemdup.o
if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/partition.c -o pic/partition.o; \
	else true; fi
if [ x"" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/xstrdup.c -o pic/xstrdup.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/xstrdup.c -o xstrdup.o
if [ x"" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/xstrerror.c -o pic/xstrerror.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/xstrerror.c -o xstrerror.o
yes
checking whether basename is declared... if [ x"" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/xstrndup.c -o pic/xstrndup.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/xstrndup.c -o xstrndup.o
if [ x"" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/mkstemps.c -o pic/mkstemps.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/pexecute.c -o pexecute.o
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/partition.c -o partition.o
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/mkstemps.c -o mkstemps.o
yes
checking whether getopt is declared... if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/physmem.c -o pic/physmem.o; \
	else true; fi
rm -f ./libiberty.a pic/./libiberty.a
ar rc ./libiberty.a \
	  ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o  ./mkstemps.o
ranlib ./libiberty.a
if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/pex-common.c -o pic/pex-common.o; \
	else true; fi
if [ x"" != x ]; then \
	  cd pic; \
	  ar rc ./libiberty.a \
	    ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o  ./mkstemps.o; \
	  ranlib ./libiberty.a; \
	  cd ..; \
	else true; fi
no
checking whether clock is declared... make[2]: Leaving directory `/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/build-x86_64-linux/libiberty'
if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/pex-one.c -o pic/pex-one.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/physmem.c -o physmem.o
yes
checking whether getpagesize is declared... gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/pex-one.c -o pex-one.o
make[2]: Entering directory `/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/build-x86_64-linux/fixincludes'
gcc  -c -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long   -DHAVE_CONFIG_H -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/fixincludes -I../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/fixincludes/../include /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/fixincludes/fixincl.c
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/pex-common.c -o pex-common.o
gcc  -c -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long   -DHAVE_CONFIG_H -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/fixincludes -I../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/fixincludes/../include /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/fixincludes/fixtests.c
yes
checking whether clearerr_unlocked is declared... gcc  -c -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long   -DHAVE_CONFIG_H -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/fixincludes -I../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/fixincludes/../include /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/fixincludes/fixfixes.c
yes
checking whether feof_unlocked is declared... if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/pex-unix.c -o pic/pex-unix.o; \
	else true; fi
yes
checking whether ferror_unlocked is declared... gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/pex-unix.c -o pex-unix.o
if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/safe-ctype.c -o pic/safe-ctype.o; \
	else true; fi
yes
checking whether fflush_unlocked is declared... gcc  -c -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long   -DHAVE_CONFIG_H -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/fixincludes -I../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/fixincludes/../include /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/fixincludes/server.c
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/safe-ctype.c -o safe-ctype.o
gcc  -c -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long   -DHAVE_CONFIG_H -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/fixincludes -I../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/fixincludes/../include /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/fixincludes/procopen.c
if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/sort.c -o pic/sort.o; \
	else true; fi
yes
gcc  -c -isystem/home/user/OE/build/tmp/staginggcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/sort.c -o sort.o
gcc  -c -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long   -DHAVE_CONFIG_H -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/fixincludes -I../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/fixincludes/../include /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/fixincludes/fixopts.c
srcdir="/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/fixincludes" /bin/sh /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/fixincludes/mkfixinc.sh x86_64-oe-linux-gnu
if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/spaces.c -o pic/spaces.o; \
	else true; fi
sed -e 's/@gcc_version@/4.4.2/' < mkheaders.almost > mkheadersT
mv -f mkheadersT mkheaders
gcc  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -L/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-O1 -o fixincl fixincl.o fixtests.o fixfixes.o server.o procopen.o fixlib.o fixopts.o ../libiberty/libiberty.a
if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/splay-tree.c -o pic/splay-tree.o; \
	else true; fi
yes
checking whether fgets_unlocked is declared... gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/spaces.c -o spaces.o
echo timestamp > full-stamp
make[2]: Leaving directory `/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/build-x86_64-linux/fixincludes'
if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/strerror.c -o pic/strerror.o; \
	else true; fi
if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/strsignal.c -o pic/strsignal.o; \
	else true; fi
yes
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/splay-tree.c -o splay-tree.o
checking whether fileno_unlocked is declared... gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/strerror.c -o strerror.o
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/strsignal.c -o strsignal.o
if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \
	else true; fi
yes
checking whether fprintf_unlocked is declared... if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/xatexit.c -o pic/xatexit.o; \
	else true; fi
if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/xexit.c -o pic/xexit.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/xatexit.c -o xatexit.o
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o
no
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/xexit.c -o xexit.o
if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/xmalloc.c -o pic/xmalloc.o; \
	else true; fi
checking whether fputc_unlocked is declared... if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/xmemdup.c -o pic/xmemdup.o; \
	else true; fi
if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/xstrdup.c -o pic/xstrdup.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/xmalloc.c -o xmalloc.o
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/xmemdup.c -o xmemdup.o
yes
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/xstrdup.c -o xstrdup.o
checking whether fputs_unlocked is declared... if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/xstrerror.c -o pic/xstrerror.o; \
	else true; fi
if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/xstrndup.c -o pic/xstrndup.o; \
	else true; fi
if [ x"-fpic" != x ]; then \
	  gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/mkstemps.c -o pic/mkstemps.o; \
	else true; fi
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/xstrerror.c -o xstrerror.o
yes
gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/xstrndup.c -o xstrndup.o
checking whether fread_unlocked is declared... gcc  -c -DHAVE_CONFIG_H -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g  -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.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 ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o  ./mkstemps.o
yes
ranlib ./libiberty.a
checking whether fwrite_unlocked is declared... if [ x"-fpic" != x ]; then \
	  cd pic; \
	  ar rc ./libiberty.a \
	    ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o  ./mkstemps.o; \
	  ranlib ./libiberty.a; \
	  cd ..; \
	else true; fi
make[2]: Leaving directory `/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/libiberty'
make[2]: Entering directory `/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/libcpp'
gcc   -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/include  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/include  -c -o charset.o -MT charset.o -MMD -MP -MF .deps/charset.Tpo /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/charset.c
gcc   -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/include  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/include  -c -o directives.o -MT directives.o -MMD -MP -MF .deps/directives.Tpo /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/directives.c
make[2]: Entering directory `/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/fixincludes'
gcc  -c -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long   -DHAVE_CONFIG_H -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/fixincludes -I../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/fixincludes/../include /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/fixincludes/fixincl.c
yes
checking whether getchar_unlocked is declared... yes
checking whether getc_unlocked is declared... yes
checking whether putchar_unlocked is declared... gcc  -c -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long   -DHAVE_CONFIG_H -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/fixincludes -I../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/fixincludes/../include /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/fixincludes/fixtests.c
yes
checking whether putc_unlocked is declared... gcc  -c -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long   -DHAVE_CONFIG_H -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/fixincludes -I../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/fixincludes/../include /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/fixincludes/fixfixes.c
gcc   -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/include  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/include  -c -o directives-only.o -MT directives-only.o -MMD -MP -MF .deps/directives-only.Tpo /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/directives-only.c
yes
checking whether getrlimit is declared... gcc  -c -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long   -DHAVE_CONFIG_H -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/fixincludes -I../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/fixincludes/../include /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/fixincludes/server.c
yes
gcc   -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/include  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/include  -c -o errors.o -MT errors.o -MMD -MP -MF .deps/errors.Tpo /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/errors.c
checking whether setrlimit is declared... gcc   -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/include  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/include  -c -o expr.o -MT expr.o -MMD -MP -MF .deps/expr.Tpo /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/expr.c
gcc  -c -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long   -DHAVE_CONFIG_H -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/fixincludes -I../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/fixincludes/../include /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/fixincludes/procopen.c
yes
checking whether getrusage is declared... gcc  -c -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long   -DHAVE_CONFIG_H -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/fixincludes -I../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/fixincludes/../include /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/fixincludes/fixlib.c
gcc  -c -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long   -DHAVE_CONFIG_H -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/fixincludes -I../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/fixincludes/../include /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/fixincludes/fixopts.c
yes
gcc   -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/include  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/include  -c -o files.o -MT files.o -MMD -MP -MF .deps/files.Tpo /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/files.c
srcdir="/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/fixincludes" /bin/sh /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/fixincludes/mkfixinc.sh x86_64-oe-linux-gnu
sed -e 's/@gcc_version@/4.4.2/' < mkheaders.almost > mkheadersT
mv -f mkheadersT mkheaders
gcc  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -L/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-O1 -o fixincl fixincl.o fixtests.o fixfixes.o server.o procopen.o fixlib.o fixopts.o ../libiberty/libiberty.a
checking whether ldgetname is declared... echo timestamp > full-stamp
make[2]: Leaving directory `/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/fixincludes'
gcc   -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/include  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/include  -c -o identifiers.o -MT identifiers.o -MMD -MP -MF .deps/identifiers.Tpo /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/identifiers.c
no
checking whether times is declared... echo "#define LOCALEDIR \"/home/user/OE/build/tmp/cross/x86_64/share/locale\"" > localedir.new
/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/../move-if-change localedir.new localedir.h
echo timestamp > localedir.hs
gcc   -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/include  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/include  -c -o lex.o -MT lex.o -MMD -MP -MF .deps/lex.Tpo /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/lex.c
yes
checking whether sigaltstack is declared... yes
checking for struct tms... gcc   -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/include  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/include  -c -o line-map.o -MT line-map.o -MMD -MP -MF .deps/line-map.Tpo /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/line-map.c
gcc   -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/include  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/include  -c -o macro.o -MT macro.o -MMD -MP -MF .deps/macro.Tpo /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/macro.c
yes
checking for clock_t... gcc   -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/include  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/include  -c -o mkdeps.o -MT mkdeps.o -MMD -MP -MF .deps/mkdeps.Tpo /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/mkdeps.c
yes
checking for .preinit_array/.init_array/.fini_array support... gcc   -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/include  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/include  -c -o pch.o -MT pch.o -MMD -MP -MF .deps/pch.Tpo /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/pch.c
gcc   -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/include  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/include  -c -o symtab.o -MT symtab.o -MMD -MP -MF .deps/symtab.Tpo /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/symtab.c
yes
checking if mkdir takes one argument... no
gcc   -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/include  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/include  -c -o traditional.o -MT traditional.o -MMD -MP -MF .deps/traditional.Tpo /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/traditional.c
gcc   -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/include  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/include  -c -o makedepend.o -MT makedepend.o -MMD -MP -MF .deps/makedepend.Tpo /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/makedepend.c
Using `/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/config/i386/i386.c' for machine-specific logic.
Using `/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/config/i386/i386.md' as machine description file.
Using the following target machine macro files:
	/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/config/i386/biarch64.h
	/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/config/i386/i386.h
	/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/config/i386/unix.h
	/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/config/i386/att.h
	/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/config/dbxelf.h
	/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/config/elfos.h
	/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/config/svr4.h
	/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/config/linux.h
	/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/config/i386/x86-64.h
	/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/config/i386/linux64.h
Using host-linux.o for host machine hooks.
gcc   -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/include  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long  -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/include  -c -o init.o -MT init.o -MMD -MP -MF .deps/init.Tpo /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libcpp/init.c
checking whether NLS is requested... no
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... grep -F
checking for ld used by gcc ... ld
checking if the linker (ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 3458764513820540925
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for ld option to reload object files... -r
checking for x86_64-linux-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-linux-ar... (cached) ar
checking for x86_64-linux-strip... strip
checking for x86_64-linux-ranlib... (cached) ranlib
checking command to parse nm output from gcc  object... rm -f libcpp.a
ar cru libcpp.a charset.o directives.o directives-only.o errors.o expr.o files.o identifiers.o init.o lex.o line-map.o macro.o mkdeps.o pch.o symtab.o traditional.o
ranlib libcpp.a
gcc  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -L/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-O1 -o makedepend \
	  makedepend.o libcpp.a ../libiberty/libiberty.a \
	   
ok
make[2]: Leaving directory `/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/libcpp'
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc  supports -fno-rtti -fno-exceptions... no
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
checking if gcc  supports -c -o file.o... yes
checking if gcc  supports -c -o file.o... (cached) yes
checking whether the gcc  linker (ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking what assembler to use... /home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/bin/as
checking what linker to use... /home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/bin/ld
checking what nm to use... /home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/bin/nm
checking what objdump to use... /home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/bin/objdump
checking for readelf... /usr/bin/readelf
checking what readelf to use... /usr/bin/readelf
checking assembler for .balign and .p2align... yes
checking assembler for .p2align with maximum skip... yes
checking assembler for .literal16... no
checking assembler for working .subsection -1... yes
checking assembler for .weak... yes
checking assembler for .weakref... yes
checking assembler for .nsubspa comdat... no
checking assembler for .hidden... yes
checking linker for .hidden support... yes
checking linker read-only and read-write section mixing... read-write
checking assembler for .sleb128 and .uleb128... yes
checking assembler for cfi directives... yes
checking assembler for working cfi advance... yes
checking assembler for cfi personality directive... yes
checking assembler for eh_frame optimization... yes
checking assembler for section merging support... yes
checking assembler for COMDAT group support... yes
checking assembler for thread-local storage support... yes
checking linker -Bstatic/-Bdynamic option... yes
checking assembler for filds and fists mnemonics... yes
checking assembler for cmov syntax... no
checking assembler for ffreep mnemonic... yes
checking assembler for sahf mnemonic... yes
checking assembler for different section symbol subtraction... yes
checking assembler for GOTOFF in data... no
checking assembler for dwarf2 debug_line support... yes
checking assembler for buggy dwarf2 .file directive... no
checking assembler for --gdwarf2 option... yes
checking assembler for --gstabs option... yes
checking assembler for --debug-prefix-map option... yes
checking assembler for .lcomm with alignment... no
checking assembler for tolerance to line number 0... yes
checking linker PT_GNU_EH_FRAME support... yes
checking linker position independent executable support... yes
checking linker EH-compatible garbage collection of sections... yes
checking linker --as-needed support... yes
checking linker --sysroot support... yes
checking __stack_chk_fail in target C library... yes
Using ggc-page for garbage collection.
checking whether to enable maintainer-specific portions of Makefiles... no
Links are now set up to build a cross-compiler
 from x86_64-pc-linux-gnu to x86_64-oe-linux-gnu.
updating cache ./config.cache
configure: creating ./config.status
config.status: creating as
config.status: creating collect-ld
config.status: creating nm
config.status: creating Makefile
config.status: creating gccbug
config.status: creating ada/gcc-interface/Makefile
config.status: creating ada/Makefile
config.status: creating auto-host.h
config.status: executing default commands
make[2]: Entering directory `/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/gcc'
TARGET_CPU_DEFAULT="" \
	HEADERS="auto-host.h ansidecl.h" DEFINES="" \
	/bin/sh /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/mkconfig.sh config.h
TARGET_CPU_DEFAULT="" \
	HEADERS="options.h config/i386/biarch64.h config/i386/i386.h config/i386/unix.h config/i386/att.h config/dbxelf.h config/elfos.h config/svr4.h config/linux.h config/i386/x86-64.h config/i386/linux64.h defaults.h" DEFINES="UCLIBC_DEFAULT=0" \
	/bin/sh /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/mkconfig.sh tm.h
gawk -f /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/opt-gather.awk /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/ada/gcc-interface/lang.opt /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/fortran/lang.opt /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/java/lang.opt /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/c.opt /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/common.opt /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/config/i386/i386.opt /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/config/linux.opt > tmp-optionlist
TARGET_CPU_DEFAULT="" \
	HEADERS="auto-host.h ansidecl.h" DEFINES="" \
	/bin/sh /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/mkconfig.sh bconfig.h
/bin/sh /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../move-if-change tmp-gi.list gtyp-input.list
TARGET_CPU_DEFAULT="" \
	HEADERS="config/i386/i386-protos.h tm-preds.h" DEFINES="" \
	/bin/sh /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/mkconfig.sh tm_p.h
rm -f tmp-all-tree.def
echo timestamp > s-gtyp-input
echo '#include "tree.def"' > tmp-all-tree.def
echo 'END_OF_BASE_TREE_CODES' >> tmp-all-tree.def
echo '#include "c-common.def"' >> tmp-all-tree.def
ltf="/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/ada/gcc-interface/ada-tree.def /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cp/cp-tree.def /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/java/java-tree.def /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/objc/objc-tree.def"; for f in $ltf; do \
	  echo "#include \"$f\""; \
	done | sed 's|/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/||' >> tmp-all-tree.def
if test yes = yes \
	   || test -n "../lib64 ../lib"; then \
	  /bin/sh /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/genmultilib \
	    "m64/m32" \
	    "64 32 " \
	    "" \
	    "" \
	    "" \
	    "" \
	    "../lib64 ../lib" \
	    "yes" \
	    > tmp-mlib.h; \
	else \
	  /bin/sh /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/genmultilib '' '' '' '' '' '' '' no \
	    > tmp-mlib.h; \
	fi
lsf="/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cp/lang-specs.h /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/objc/lang-specs.h"; for f in $lsf; do \
	    echo "#include \"$f\""; \
	done | sed 's|/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/||' > tmp-specs.h
/bin/sh /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../move-if-change tmp-all-tree.def all-tree.def
/bin/sh /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../move-if-change tmp-specs.h specs.h
echo timestamp > s-alltree
echo timestamp > s-specs
rm -f mm_malloc.h
TARGET_CPU_DEFAULT="" \
	HEADERS="auto-host.h ansidecl.h" DEFINES="USED_FOR_TARGET " \
	/bin/sh /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/mkconfig.sh tconfig.h
cat /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/config/i386/pmm_malloc.h > mm_malloc.h
cp /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/config/i386/sfp-machine.h sfp-machine.h
(echo "@set version-GCC 4.4.2"; \
	 if [ "" = "experimental" ]; \
	 then echo "@set DEVELOPMENT"; \
	 else echo "@clear DEVELOPMENT"; \
	 fi) > gcc-vers.texiT
echo @set srcdir /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc >> gcc-vers.texiT
echo timestamp > gpl.pod
if [ -n "(GCC) " ]; then \
	  echo "@set VERSION_PACKAGE (GCC) " >> gcc-vers.texiT; \
	fi
perl /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../contrib/texi2pod.pl /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/doc/include/gpl_v3.texi > gpl.pod
echo "@set BUGURL @uref{http://gcc.gnu.org/bugs.html}" >> gcc-vers.texiT; \
	mv -f gcc-vers.texiT gcc-vers.texi
/bin/sh /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../move-if-change tmp-mlib.h multilib.h
echo timestamp > s-mlib
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber   -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber     -o build/genchecksum.o /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/genchecksum.c
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/errors.c -o errors.o
if [ xinfo = xinfo ]; then \
		makeinfo --split-size=5000000 --split-size=5000000 --no-split -I . -I /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/doc \
			-I /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/doc/include -o doc/cpp.info /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/doc/cpp.texi; \
	fi
if [ xinfo = xinfo ]; then \
		makeinfo --split-size=5000000 --split-size=5000000 --no-split -I . -I /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/doc \
			-I /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/doc/include -o doc/gcc.info /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/doc/gcc.texi; \
	fi
if [ xinfo = xinfo ]; then \
		makeinfo --split-size=5000000 --split-size=5000000 --no-split -I . -I /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/doc \
			-I /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/doc/include -o doc/gccint.info /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/doc/gccint.texi; \
	fi
if [ xinfo = xinfo ]; then \
		makeinfo --split-size=5000000 --split-size=5000000 --no-split -I /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/doc \
			-I /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/doc/include -o doc/gccinstall.info /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/doc/install.texi; \
	fi
if [ xinfo = xinfo ]; then \
		makeinfo --split-size=5000000 --split-size=5000000 --no-split -I . -I /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/doc \
			-I /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/doc/include -o doc/cppinternals.info /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/doc/cppinternals.texi; \
	fi
echo timestamp > gcc.pod
perl /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../contrib/texi2pod.pl /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/doc/invoke.texi > gcc.pod
/bin/sh /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../move-if-change tmp-optionlist optionlist
echo timestamp > s-options
echo timestamp > doc/gpl.7
(pod2man --center="GNU" --release="gcc-4.4.2" --section=7 gpl.pod > doc/gpl.7.T$$ && \
		mv -f doc/gpl.7.T$$ doc/gpl.7) || \
		(rm -f doc/gpl.7.T$$ && exit 1)
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber   -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber     -o build/genmodes.o /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/genmodes.c
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber   -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber     -o build/errors.o /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/errors.c
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber   -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber     -o build/gengenrtl.o /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/gengenrtl.c
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber   -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber     -o build/gengtype.o /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/gengtype.c
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings  -Wno-error -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber   -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber     -o build/gengtype-lex.o /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/gengtype-lex.c
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber   -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber     -o build/gengtype-parse.o /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/gengtype-parse.c
gawk -f /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/opt-functions.awk -f /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/optc-gen.awk \
	       -v header_name="config.h system.h coretypes.h tm.h" < optionlist > options.c
gcc   -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-O1 -o build/genchecksum \
	    build/genchecksum.o ../build-x86_64-linux/libiberty/libiberty.a
echo timestamp > doc/gcc.1
(pod2man --center="GNU" --release="gcc-4.4.2" --section=1 gcc.pod > doc/gcc.1.T$$ && \
		mv -f doc/gcc.1.T$$ doc/gcc.1) || \
		(rm -f doc/gcc.1.T$$ && exit 1)
gawk -f /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/opt-functions.awk -f /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/opth-gen.awk \
	       < optionlist > tmp-options.h
/bin/sh /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../move-if-change tmp-options.h options.h
echo timestamp > s-options-h
gcc   -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-O1 -o build/genmodes \
	    build/genmodes.o build/errors.o ../build-x86_64-linux/libiberty/libiberty.a
gcc   -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-O1 -o build/gengenrtl \
	    build/gengenrtl.o build/errors.o ../build-x86_64-linux/libiberty/libiberty.a
build/genmodes -h > tmp-modes.h
/bin/sh /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../move-if-change tmp-modes.h insn-modes.h
build/genmodes -m > tmp-min-modes.c
echo timestamp > s-modes-h
/bin/sh /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../move-if-change tmp-min-modes.c min-insn-modes.c
echo timestamp > s-modes-m
gcc  -c -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber   -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber     -o build/gencheck.o /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/gencheck.c
build/genmodes > tmp-modes.c
/bin/sh /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../move-if-change tmp-modes.c insn-modes.c
echo timestamp > s-modes
build/gengenrtl > tmp-genrtl.c
/bin/sh /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../move-if-change tmp-genrtl.c genrtl.c
echo timestamp > s-genrtl
build/gengenrtl -h > tmp-genrtl.h
/bin/sh /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../move-if-change tmp-genrtl.h genrtl.h
echo timestamp > s-genrtl-h
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber   -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber     -o build/read-rtl.o /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/read-rtl.c
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber   -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber     -o build/gensupport.o /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/gensupport.c
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber   -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber     -o build/print-rtl.o /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/print-rtl.c
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber   -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber     -o build/genmddeps.o /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/genmddeps.c
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber   -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber     -o build/genflags.o /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/genflags.c
gcc  -c -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber   -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber     -o build/genconditions.o /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/genconditions.c
gcc  -c -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber   -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber     -o build/genpreds.o /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/genpreds.c
gcc  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-O1 -o build/gencheck \
	    build/gencheck.o ../build-x86_64-linux/libiberty/libiberty.a
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber   -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber     -o build/genattr.o /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/genattr.c
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber   -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber     -o build/gencodes.o /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/gencodes.c
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber   -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber     -o build/genconfig.o /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/genconfig.c
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber   -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber     -o build/genautomata.o /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/genautomata.c
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber   -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber     -o build/genemit.o /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/genemit.c
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber   -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber     -o build/genextract.o /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/genextract.c
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber   -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber     -o build/genopinit.o /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/genopinit.c
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber   -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber     -o build/genoutput.o /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/genoutput.c
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber   -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber     -o build/genpeep.o /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/genpeep.c
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber   -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber     -o build/genrecog.o /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/genrecog.c
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber   -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber     -o build/genconstants.o /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/genconstants.c
gcc   -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-O1 -o build/gengtype \
	    build/gengtype.o build/gengtype-lex.o build/gengtype-parse.o build/errors.o ../build-x86_64-linux/libiberty/libiberty.a
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber   -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber     -o build/min-insn-modes.o min-insn-modes.c
build/gencheck > tmp-check.h
/bin/sh /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../move-if-change tmp-check.h tree-check.h
echo timestamp > s-check
build/gengtype /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc gtyp-input.list
cp doc/gcc.1 doc/g++.1
echo timestamp > s-gtype
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber   -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber     -o build/rtl.o /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/rtl.c
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber   -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber     -o build/ggc-none.o /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/ggc-none.c
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber   -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber     -o build/vec.o /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/vec.c
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber   -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber     -o build/genattrtab.o /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/genattrtab.c
gcc   -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-O1 -o build/genconstants \
	    build/genconstants.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-x86_64-linux/libiberty/libiberty.a
gcc   -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-O1 -o build/genmddeps \
	    build/genmddeps.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-x86_64-linux/libiberty/libiberty.a
gcc   -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-O1 -o build/genflags \
	    build/genflags.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-x86_64-linux/libiberty/libiberty.a
gcc  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-O1 -o build/genconditions \
	    build/genconditions.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-x86_64-linux/libiberty/libiberty.a
gcc  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-O1 -o build/genpreds \
	    build/genpreds.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-x86_64-linux/libiberty/libiberty.a
gcc   -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-O1 -o build/genattr \
	    build/genattr.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-x86_64-linux/libiberty/libiberty.a
gcc   -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-O1 -o build/gencodes \
	    build/gencodes.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-x86_64-linux/libiberty/libiberty.a
gcc   -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-O1 -o build/genconfig \
	    build/genconfig.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-x86_64-linux/libiberty/libiberty.a
gcc   -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-O1 -o build/genautomata \
	    build/genautomata.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-x86_64-linux/libiberty/libiberty.a -lm
gcc   -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-O1 -o build/genemit \
	    build/genemit.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-x86_64-linux/libiberty/libiberty.a
gcc   -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-O1 -o build/genextract \
	    build/genextract.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-x86_64-linux/libiberty/libiberty.a
gcc   -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-O1 -o build/genopinit \
	    build/genopinit.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-x86_64-linux/libiberty/libiberty.a
gcc   -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-O1 -o build/genoutput \
	    build/genoutput.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-x86_64-linux/libiberty/libiberty.a
gcc   -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-O1 -o build/genpeep \
	    build/genpeep.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-x86_64-linux/libiberty/libiberty.a
gcc   -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-O1 -o build/genrecog \
	    build/genrecog.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-x86_64-linux/libiberty/libiberty.a
build/genmddeps /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/config/i386/i386.md > tmp-mddeps
/bin/sh /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../move-if-change tmp-mddeps mddeps.mk
echo timestamp > s-mddeps
build/genconstants /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/config/i386/i386.md \
	  > tmp-constants.h
build/genconditions /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/config/i386/i386.md > tmp-condmd.c
build/genpreds -h /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/config/i386/i386.md > tmp-preds.h
/bin/sh /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../move-if-change tmp-preds.h tm-preds.h
/bin/sh /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../move-if-change tmp-constants.h insn-constants.h
echo timestamp > s-preds-h
echo timestamp > s-constants
/bin/sh /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../move-if-change tmp-condmd.c build/gencondmd.c
build/genpreds -c /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/config/i386/i386.md > tmp-constrs.h
build/genpreds /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/config/i386/i386.md > tmp-preds.c
echo timestamp > s-conditions
/bin/sh /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../move-if-change tmp-constrs.h tm-constrs.h
echo timestamp > s-constrs-h
gcc  -c -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber   -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber     -o build/gencondmd.o build/gencondmd.c
/bin/sh /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../move-if-change tmp-preds.c insn-preds.c
echo timestamp > s-preds
gcc   -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-O1 -o build/genattrtab \
	    build/genattrtab.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-x86_64-linux/libiberty/libiberty.a
gcc   -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-O1 -o build/gencondmd \
	    build/gencondmd.o ../build-x86_64-linux/libiberty/libiberty.a
build/gencondmd > tmp-cond.md
/bin/sh /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../move-if-change tmp-cond.md insn-conditions.md
echo timestamp > s-condmd
build/genflags /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/config/i386/i386.md \
	  insn-conditions.md > tmp-flags.h
build/genattr /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/config/i386/i386.md \
	  insn-conditions.md > tmp-attr.h
build/gencodes /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/config/i386/i386.md \
	  insn-conditions.md > tmp-codes.h
build/genconfig /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/config/i386/i386.md \
	  insn-conditions.md > tmp-config.h
/bin/sh /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../move-if-change tmp-flags.h insn-flags.h
/bin/sh /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../move-if-change tmp-attr.h insn-attr.h
/bin/sh /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../move-if-change tmp-codes.h insn-codes.h
/bin/sh /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../move-if-change tmp-config.h insn-config.h
echo timestamp > s-flags
echo timestamp > s-attr
echo timestamp > s-config
build/genattrtab /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/config/i386/i386.md \
	  insn-conditions.md > tmp-attrtab.c
build/genautomata /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/config/i386/i386.md \
	  insn-conditions.md > tmp-automata.c
echo timestamp > s-codes
build/genemit /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/config/i386/i386.md \
	  insn-conditions.md > tmp-emit.c
build/genextract /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/config/i386/i386.md \
	  insn-conditions.md > tmp-extract.c
/bin/sh /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../move-if-change tmp-emit.c insn-emit.c
echo timestamp > s-emit
build/genopinit /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/config/i386/i386.md \
	  insn-conditions.md > tmp-opinit.c
/bin/sh /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../move-if-change tmp-extract.c insn-extract.c
echo timestamp > s-extract
build/genoutput /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/config/i386/i386.md \
	  insn-conditions.md > tmp-output.c
/bin/sh /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../move-if-change tmp-opinit.c insn-opinit.c
echo timestamp > s-opinit
build/genpeep /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/config/i386/i386.md \
	  insn-conditions.md > tmp-peep.c
/bin/sh /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../move-if-change tmp-peep.c insn-peep.c
echo timestamp > s-peep
build/genrecog /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/config/i386/i386.md \
	  insn-conditions.md > tmp-recog.c
/bin/sh /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../move-if-change tmp-output.c insn-output.c
echo timestamp > s-output
/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/config/i386/i386.md:19798: warning: operand 1 missing mode?
/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/config/i386/i386.md:19815: warning: operand 1 missing mode?
/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/config/i386/i386.md:19856: warning: operand 1 missing mode?
/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/config/i386/i386.md:19873: warning: operand 1 missing mode?
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber   -I. -Ibuild -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/build -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber     -o build/gcov-iov.o /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/gcov-iov.c
/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/config/i386/sse.md:11557: warning: operand 1 missing mode?
(SHLIB_LINK='/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/./gcc/xgcc -B/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/./gcc/ -m64 -isystem/home/user/OE/build/tmp/staging/x86_64-oe-linux/usr/include -B/home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/bin/ -B/home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/lib/ -isystem /home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/include -isystem /home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/sys-include -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -shared -nodefaultlibs -Wl,--soname=@shlib_base_name@.so.1 -Wl,--version-script=@shlib_map_file@ -o @multilib_dir@/@shlib_base_name@.so.1.tmp @multilib_flags@ @shlib_objs@ @libgcc_libm@ -lc && rm -f @multilib_dir@/@shlib_base_name@.so && if [ -f @multilib_dir@/@shlib_base_name@.so.1 ]; then mv -f @multilib_dir@/@shlib_base_name@.so.1 @multilib_dir@/@shlib_base_name@.so.1.backup; else true; fi && mv @multilib_dir@/@shlib_base_name@.so.1.tmp @multilib_dir@/@shlib_base_name@.so.1 && ln -s @shlib_base_name@.so.1 @multilib_dir@/@shlib_base_name@.so'; \
	gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/home/user/OE/build/tmp/cross/x86_64/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/home/user/OE/build/tmp/cross/x86_64/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"4.4.2\" -DDEFAULT_TARGET_MACHINE=\"x86_64-oe-linux\" -DSTANDARD_BINDIR_PREFIX=\"/home/user/OE/build/tmp/cross/x86_64/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" -DTARGET_SYSTEM_ROOT=\"/home/user/OE/build/tmp/staging/x86_64-oe-linux\"  `test "X${SHLIB_LINK}" = "X" || test "yes" != "yes" || echo "-DENABLE_SHARED_LIBGCC"` \
		-I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber   /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cp/g++spec.c)
/bin/sh /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../move-if-change tmp-recog.c insn-recog.c
echo timestamp > s-recog
gcc   -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -DGENERATOR_FILE -L/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-O1 build/gcov-iov.o -o build/gcov-iov
build/gcov-iov '4.4.2' '' \
	    > tmp-gcov-iov.h
/bin/sh /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../move-if-change tmp-gcov-iov.h gcov-iov.h
echo timestamp > s-iov
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/gcov.c -o gcov.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/gcov-dump.c -o gcov-dump.o
/bin/sh /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../move-if-change tmp-automata.c insn-automata.c
echo timestamp > s-automata
/bin/sh /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../move-if-change tmp-attrtab.c insn-attrtab.c
echo timestamp > s-attrtab
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/c-lang.c -o c-lang.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/stub-objc.c -o stub-objc.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/attribs.c -o attribs.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/c-errors.c -o c-errors.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/c-lex.c -o c-lex.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/c-pragma.c -o c-pragma.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/c-decl.c -o c-decl.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/c-typeck.c -o c-typeck.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/c-convert.c -o c-convert.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/c-aux-info.c -o c-aux-info.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/c-common.c -o c-common.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    \
		/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/c-opts.c -o c-opts.o -DTARGET_SYSTEM_ROOT=\"/home/user/OE/build/tmp/staging/x86_64-oe-linux\"
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/c-format.c -o c-format.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/c-semantics.c -o c-semantics.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/c-ppoutput.c -o c-ppoutput.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    -DBASEVER="\"4.4.2\"" \
		/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/c-cppbuiltin.c -o c-cppbuiltin.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/c-objc-common.c -o c-objc-common.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/c-dump.c -o c-dump.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    \
	  -DHOST_MACHINE=\"x86_64-pc-linux-gnu\" -DTARGET_MACHINE=\"x86_64-oe-linux-gnu\" \
	  /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/c-pch.c -o c-pch.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/c-parser.c -o c-parser.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber   /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/config/i386/i386-c.c
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/c-gimplify.c -o c-gimplify.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-mudflap.c -o tree-mudflap.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/c-pretty-print.c -o c-pretty-print.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/c-omp.c -o c-omp.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/dummy-checksum.c -o dummy-checksum.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/main.c -o main.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    insn-attrtab.c -o insn-attrtab.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    insn-automata.c -o insn-automata.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    insn-emit.c -o insn-emit.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    insn-extract.c -o insn-extract.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    insn-modes.c -o insn-modes.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    insn-opinit.c -o insn-opinit.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    insn-output.c -o insn-output.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    insn-peep.c -o insn-peep.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    insn-preds.c -o insn-preds.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    insn-recog.c -o insn-recog.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/ggc-page.c -o ggc-page.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/alias.c -o alias.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/alloc-pool.c -o alloc-pool.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/auto-inc-dec.c -o auto-inc-dec.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/bb-reorder.c -o bb-reorder.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/bitmap.c -o bitmap.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/bt-load.c -o bt-load.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/builtins.c -o builtins.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/caller-save.c -o caller-save.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/calls.c -o calls.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cfg.c -o cfg.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cfganal.c -o cfganal.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cfgbuild.c -o cfgbuild.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cfgcleanup.c -o cfgcleanup.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cfgexpand.c -o cfgexpand.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cfghooks.c -o cfghooks.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cfglayout.c -o cfglayout.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cfgloop.c -o cfgloop.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cfgloopanal.c -o cfgloopanal.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cfgloopmanip.c -o cfgloopmanip.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cfgrtl.c -o cfgrtl.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/combine.c -o combine.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/combine-stack-adj.c -o combine-stack-adj.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/convert.c -o convert.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/coverage.c -o coverage.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cse.c -o cse.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cselib.c -o cselib.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/dbxout.c -o dbxout.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/dbgcnt.c -o dbgcnt.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/dce.c -o dce.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/ddg.c -o ddg.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/debug.c -o debug.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/df-byte-scan.c -o df-byte-scan.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/df-core.c -o df-core.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/df-problems.c -o df-problems.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/df-scan.c -o df-scan.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings  -fno-strict-aliasing -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/dfp.c -o dfp.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/diagnostic.c -o diagnostic.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/dojump.c -o dojump.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/dominance.c -o dominance.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/domwalk.c -o domwalk.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/double-int.c -o double-int.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/dse.c -o dse.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/dwarf2asm.c -o dwarf2asm.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/dwarf2out.c -o dwarf2out.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/ebitmap.c -o ebitmap.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/emit-rtl.c -o emit-rtl.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/et-forest.c -o et-forest.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/except.c -o except.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/explow.c -o explow.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/expmed.c -o expmed.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/expr.c -o expr.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/final.c -o final.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/fixed-value.c -o fixed-value.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/fold-const.c -o fold-const.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/function.c -o function.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/fwprop.c -o fwprop.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/gcse.c -o gcse.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    genrtl.c -o genrtl.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/ggc-common.c -o ggc-common.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/gimple.c -o gimple.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/gimple-iterator.c -o gimple-iterator.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/gimple-low.c -o gimple-low.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/gimple-pretty-print.c -o gimple-pretty-print.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/gimplify.c -o gimplify.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/graph.c -o graph.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/graphds.c -o graphds.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/graphite.c -o graphite.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    gtype-desc.c -o gtype-desc.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/haifa-sched.c -o haifa-sched.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/hooks.c -o hooks.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/ifcvt.c -o ifcvt.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/init-regs.c -o init-regs.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/integrate.c -o integrate.o
gcc   -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    \
	  -DLOCALEDIR=\"/home/user/OE/build/tmp/cross/x86_64/share/locale\" \
	  -c /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/intl.c -o intl.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/ira.c -o ira.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/ira-build.c -o ira-build.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/ira-costs.c -o ira-costs.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/ira-conflicts.c -o ira-conflicts.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/ira-color.c -o ira-color.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/ira-emit.c -o ira-emit.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/ira-lives.c -o ira-lives.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/jump.c -o jump.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/lambda-code.c -o lambda-code.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/lambda-mat.c -o lambda-mat.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/lambda-trans.c -o lambda-trans.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/langhooks.c -o langhooks.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/lcm.c -o lcm.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/lists.c -o lists.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/loop-doloop.c -o loop-doloop.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/loop-init.c -o loop-init.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/loop-invariant.c -o loop-invariant.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/loop-iv.c -o loop-iv.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/loop-unroll.c -o loop-unroll.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/loop-unswitch.c -o loop-unswitch.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/lower-subreg.c -o lower-subreg.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/mcf.c -o mcf.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/mode-switching.c -o mode-switching.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/modulo-sched.c -o modulo-sched.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/omega.c -o omega.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/omp-low.c -o omp-low.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/optabs.c -o optabs.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    options.c -o options.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/opts-common.c -o opts-common.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/opts.c -o opts.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/params.c -o params.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/passes.c -o passes.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/pointer-set.c -o pointer-set.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/postreload-gcse.c -o postreload-gcse.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/postreload.c -o postreload.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/predict.c -o predict.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/pretty-print.c -o pretty-print.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/print-rtl.c -o print-rtl.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/print-tree.c -o print-tree.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/profile.c -o profile.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/real.c -o real.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/recog.c -o recog.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/reg-stack.c -o reg-stack.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/reginfo.c -o reginfo.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/regmove.c -o regmove.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/regrename.c -o regrename.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/regstat.c -o regstat.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/reload.c -o reload.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/reload1.c -o reload1.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/reorg.c -o reorg.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/resource.c -o resource.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/rtl-error.c -o rtl-error.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/rtl-factoring.c -o rtl-factoring.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/rtl.c -o rtl.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/rtlanal.c -o rtlanal.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/rtlhooks.c -o rtlhooks.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/sbitmap.c -o sbitmap.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/sched-deps.c -o sched-deps.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/sched-ebb.c -o sched-ebb.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/sched-rgn.c -o sched-rgn.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/sched-vis.c -o sched-vis.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/sdbout.c -o sdbout.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/see.c -o see.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/sel-sched-ir.c -o sel-sched-ir.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/sel-sched-dump.c -o sel-sched-dump.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/sel-sched.c -o sel-sched.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/simplify-rtx.c -o simplify-rtx.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/sparseset.c -o sparseset.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/sreal.c -o sreal.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/stack-ptr-mod.c -o stack-ptr-mod.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/statistics.c -o statistics.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/stmt.c -o stmt.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/stor-layout.c -o stor-layout.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/stringpool.c -o stringpool.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/targhooks.c -o targhooks.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/timevar.c -o timevar.o
gcc   -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    \
	  -DTARGET_NAME=\"x86_64-oe-linux\" \
	  -c /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/toplev.c -o toplev.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tracer.c -o tracer.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-affine.c -o tree-affine.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-call-cdce.c -o tree-call-cdce.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-cfg.c -o tree-cfg.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-cfgcleanup.c -o tree-cfgcleanup.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-chrec.c -o tree-chrec.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-complex.c -o tree-complex.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-data-ref.c -o tree-data-ref.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-dfa.c -o tree-dfa.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-dump.c -o tree-dump.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-eh.c -o tree-eh.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-if-conv.c -o tree-if-conv.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-into-ssa.c -o tree-into-ssa.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-iterator.c -o tree-iterator.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-loop-distribution.c -o tree-loop-distribution.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-loop-linear.c -o tree-loop-linear.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-nested.c -o tree-nested.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-nrv.c -o tree-nrv.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-object-size.c -o tree-object-size.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-optimize.c -o tree-optimize.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-outof-ssa.c -o tree-outof-ssa.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-parloops.c -o tree-parloops.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-phinodes.c -o tree-phinodes.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-predcom.c -o tree-predcom.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-pretty-print.c -o tree-pretty-print.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-profile.c -o tree-profile.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-scalar-evolution.c -o tree-scalar-evolution.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-sra.c -o tree-sra.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-switch-conversion.c -o tree-switch-conversion.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-ssa-address.c -o tree-ssa-address.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-ssa-alias.c -o tree-ssa-alias.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-ssa-ccp.c -o tree-ssa-ccp.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-ssa-coalesce.c -o tree-ssa-coalesce.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-ssa-copy.c -o tree-ssa-copy.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-ssa-copyrename.c -o tree-ssa-copyrename.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-ssa-dce.c -o tree-ssa-dce.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-ssa-dom.c -o tree-ssa-dom.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-ssa-dse.c -o tree-ssa-dse.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-ssa-forwprop.c -o tree-ssa-forwprop.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-ssa-ifcombine.c -o tree-ssa-ifcombine.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-ssa-live.c -o tree-ssa-live.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-ssa-loop-ch.c -o tree-ssa-loop-ch.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-ssa-loop-im.c -o tree-ssa-loop-im.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-ssa-loop-ivcanon.c -o tree-ssa-loop-ivcanon.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-ssa-loop-ivopts.c -o tree-ssa-loop-ivopts.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-ssa-loop-manip.c -o tree-ssa-loop-manip.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-ssa-loop-niter.c -o tree-ssa-loop-niter.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-ssa-loop-prefetch.c -o tree-ssa-loop-prefetch.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-ssa-loop-unswitch.c -o tree-ssa-loop-unswitch.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-ssa-loop.c -o tree-ssa-loop.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-ssa-math-opts.c -o tree-ssa-math-opts.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-ssa-operands.c -o tree-ssa-operands.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-ssa-phiopt.c -o tree-ssa-phiopt.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-ssa-phiprop.c -o tree-ssa-phiprop.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-ssa-pre.c -o tree-ssa-pre.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-ssa-propagate.c -o tree-ssa-propagate.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-ssa-reassoc.c -o tree-ssa-reassoc.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-ssa-sccvn.c -o tree-ssa-sccvn.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-ssa-sink.c -o tree-ssa-sink.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-ssa-structalias.c -o tree-ssa-structalias.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-ssa-ter.c -o tree-ssa-ter.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-ssa-threadedge.c -o tree-ssa-threadedge.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-ssa-threadupdate.c -o tree-ssa-threadupdate.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-ssa-uncprop.c -o tree-ssa-uncprop.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-ssa.c -o tree-ssa.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-ssanames.c -o tree-ssanames.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-stdarg.c -o tree-stdarg.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-tailcall.c -o tree-tailcall.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-vect-analyze.c -o tree-vect-analyze.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-vect-generic.c -o tree-vect-generic.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-vect-patterns.c -o tree-vect-patterns.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-vect-transform.c -o tree-vect-transform.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-vectorizer.c -o tree-vectorizer.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-vrp.c -o tree-vrp.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree.c -o tree.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/value-prof.c -o value-prof.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/var-tracking.c -o var-tracking.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/varasm.c -o varasm.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/varray.c -o varray.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/vec.c -o vec.o
gcc   -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    \
	-DBASEVER="\"4.4.2\"" -DDATESTAMP="\"\"" \
	-DREVISION= \
	-DDEVPHASE="\"\"" -DPKGVERSION="\"(GCC) \"" \
	-DBUGURL="\"<http://gcc.gnu.org/bugs.html>\"" -c /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/version.c -o version.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/vmsdbgout.c -o vmsdbgout.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/web.c -o web.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/xcoffout.c -o xcoffout.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    \
		/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/config/i386/i386.c -o i386.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber   \
		/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/config/host-linux.c
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cgraph.c -o cgraph.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cgraphbuild.c -o cgraphbuild.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cgraphunit.c -o cgraphunit.o
gcc   -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    \
	  -DGCC_INCLUDE_DIR=\"/home/user/OE/build/tmp/cross/x86_64/lib/gcc/x86_64-oe-linux/4.4.2/include\" -DFIXED_INCLUDE_DIR=\"/home/user/OE/build/tmp/cross/x86_64/lib/gcc/x86_64-oe-linux/4.4.2/include-fixed\" -DGPLUSPLUS_INCLUDE_DIR=\"/home/user/OE/build/tmp/staging/x86_64-oe-linux//usr/include/c++\" -DGPLUSPLUS_TOOL_INCLUDE_DIR=\"/home/user/OE/build/tmp/staging/x86_64-oe-linux//usr/include/c++/x86_64-oe-linux\" -DGPLUSPLUS_BACKWARD_INCLUDE_DIR=\"/home/user/OE/build/tmp/staging/x86_64-oe-linux//usr/include/c++/backward\" -DLOCAL_INCLUDE_DIR=\"/home/user/OE/build/tmp/staging/x86_64-oe-linux/usr/include\" -DCROSS_INCLUDE_DIR=\"/home/user/OE/build/tmp/staging/x86_64-oe-linux${sysroot_headers_suffix}/usr/include\" -DTOOL_INCLUDE_DIR=\"/home/user/OE/build/tmp/cross/x86_64/lib/gcc/x86_64-oe-linux/4.4.2/../../../../x86_64-oe-linux/include\" -DPREFIX=\"/home/user/OE/build/tmp/cross/x86_64/\" -DSTANDARD_EXEC_PREFIX=\"/home/user/OE/build/tmp/cross/x86_64/lib/gcc/\" -DTARGET_SYSTEM_ROOT=\"/home/user/OE/build/tmp/staging/x86_64-oe-linux\" \
	  -c /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cppdefault.c -o cppdefault.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/incpath.c -o incpath.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/ipa-cp.c -o ipa-cp.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/ipa-inline.c -o ipa-inline.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/ipa-prop.c -o ipa-prop.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/ipa-pure-const.c -o ipa-pure-const.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/ipa-reference.c -o ipa-reference.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/ipa-struct-reorg.c -o ipa-struct-reorg.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/ipa-type-escape.c -o ipa-type-escape.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/ipa-utils.c -o ipa-utils.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/ipa.c -o ipa.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/matrix-reorg.c -o matrix-reorg.o
gcc   -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    \
	-DPREFIX=\"/home/user/OE/build/tmp/cross/x86_64\" -DBASEVER="\"4.4.2\"" \
	  -c /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/prefix.c -o prefix.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-inline.c -o tree-inline.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tree-nomudflap.c -o tree-nomudflap.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/varpool.c -o varpool.o
gcc   -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -L/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-O1 gcov.o intl.o version.o errors.o ../libcpp/libcpp.a   ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -o gcov
gcc   -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -L/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-O1 gcov-dump.o version.o errors.o ../libcpp/libcpp.a   ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -o gcov-dump
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -Icp -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cp -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cp/cp-lang.c -o cp/cp-lang.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -Icp -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cp -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cp/call.c -o cp/call.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -Icp -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cp -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cp/decl.c -o cp/decl.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -Icp -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cp -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cp/expr.c -o cp/expr.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -Icp -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cp -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cp/pt.c -o cp/pt.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -Icp -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cp -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cp/typeck2.c -o cp/typeck2.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -Icp -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cp -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cp/class.c -o cp/class.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -Icp -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cp -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cp/decl2.c -o cp/decl2.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -Icp -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cp -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cp/error.c -o cp/error.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -Icp -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cp -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cp/lex.c -o cp/lex.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -Icp -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cp -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cp/parser.c -o cp/parser.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -Icp -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cp -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cp/ptree.c -o cp/ptree.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -Icp -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cp -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cp/rtti.c -o cp/rtti.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -Icp -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cp -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cp/typeck.c -o cp/typeck.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -Icp -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cp -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cp/cvt.c -o cp/cvt.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -Icp -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cp -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cp/except.c -o cp/except.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -Icp -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cp -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cp/friend.c -o cp/friend.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -Icp -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cp -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cp/init.c -o cp/init.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -Icp -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cp -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cp/method.c -o cp/method.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -Icp -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cp -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cp/search.c -o cp/search.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -Icp -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cp -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cp/semantics.c -o cp/semantics.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -Icp -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cp -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cp/tree.c -o cp/tree.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -Icp -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cp -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cp/repo.c -o cp/repo.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -Icp -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cp -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cp/dump.c -o cp/dump.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -Icp -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cp -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cp/optimize.c -o cp/optimize.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -Icp -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cp -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cp/mangle.c -o cp/mangle.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -Icp -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cp -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cp/cp-objcp-common.c -o cp/cp-objcp-common.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -Icp -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cp -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cp/name-lookup.c -o cp/name-lookup.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -Icp -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cp -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cp/cxx-pretty-print.c -o cp/cxx-pretty-print.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -Icp -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cp -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cp/cp-gimplify.c -o cp/cp-gimplify.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -Iobjc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/objc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/objc/objc-lang.c -o objc/objc-lang.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -Iobjc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/objc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/objc/objc-act.c -o objc/objc-act.o
gcc   -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber     \
	-DTARGET_MACHINE=\"x86_64-oe-linux\" \
	-c /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/collect2.c -o collect2.o
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/tlink.c -o tlink.o
(SHLIB_LINK='/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/./gcc/xgcc -B/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/./gcc/ -m64 -isystem/home/user/OE/build/tmp/staging/x86_64-oe-linux/usr/include -B/home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/bin/ -B/home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/lib/ -isystem /home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/include -isystem /home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/sys-include -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -shared -nodefaultlibs -Wl,--soname=@shlib_base_name@.so.1 -Wl,--version-script=@shlib_map_file@ -o @multilib_dir@/@shlib_base_name@.so.1.tmp @multilib_flags@ @shlib_objs@ @libgcc_libm@ -lc && rm -f @multilib_dir@/@shlib_base_name@.so && if [ -f @multilib_dir@/@shlib_base_name@.so.1 ]; then mv -f @multilib_dir@/@shlib_base_name@.so.1 @multilib_dir@/@shlib_base_name@.so.1.backup; else true; fi && mv @multilib_dir@/@shlib_base_name@.so.1.tmp @multilib_dir@/@shlib_base_name@.so.1 && ln -s @shlib_base_name@.so.1 @multilib_dir@/@shlib_base_name@.so'; \
	gcc   -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    \
  -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/home/user/OE/build/tmp/cross/x86_64/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/home/user/OE/build/tmp/cross/x86_64/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"4.4.2\" -DDEFAULT_TARGET_MACHINE=\"x86_64-oe-linux\" -DSTANDARD_BINDIR_PREFIX=\"/home/user/OE/build/tmp/cross/x86_64/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" -DTARGET_SYSTEM_ROOT=\"/home/user/OE/build/tmp/staging/x86_64-oe-linux\"  `test "X${SHLIB_LINK}" = "X" || test "yes" != "yes" || echo "-DENABLE_SHARED_LIBGCC"` \
  -c /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/gcc.c -o gcc.o)
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    -o gcc-options.o -DGCC_DRIVER options.c
(SHLIB_LINK='/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/./gcc/xgcc -B/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/./gcc/ -m64 -isystem/home/user/OE/build/tmp/staging/x86_64-oe-linux/usr/include -B/home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/bin/ -B/home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/lib/ -isystem /home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/include -isystem /home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/sys-include -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -shared -nodefaultlibs -Wl,--soname=@shlib_base_name@.so.1 -Wl,--version-script=@shlib_map_file@ -o @multilib_dir@/@shlib_base_name@.so.1.tmp @multilib_flags@ @shlib_objs@ @libgcc_libm@ -lc && rm -f @multilib_dir@/@shlib_base_name@.so && if [ -f @multilib_dir@/@shlib_base_name@.so.1 ]; then mv -f @multilib_dir@/@shlib_base_name@.so.1 @multilib_dir@/@shlib_base_name@.so.1.backup; else true; fi && mv @multilib_dir@/@shlib_base_name@.so.1.tmp @multilib_dir@/@shlib_base_name@.so.1 && ln -s @shlib_base_name@.so.1 @multilib_dir@/@shlib_base_name@.so'; \
	gcc   -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    \
  -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/home/user/OE/build/tmp/cross/x86_64/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/home/user/OE/build/tmp/cross/x86_64/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"4.4.2\" -DDEFAULT_TARGET_MACHINE=\"x86_64-oe-linux\" -DSTANDARD_BINDIR_PREFIX=\"/home/user/OE/build/tmp/cross/x86_64/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" -DTARGET_SYSTEM_ROOT=\"/home/user/OE/build/tmp/staging/x86_64-oe-linux\"  `test "X${SHLIB_LINK}" = "X" || test "yes" != "yes" || echo "-DENABLE_SHARED_LIBGCC"` \
  -c /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/gccspec.c -o gccspec.o)
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber   /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/config/i386/driver-i386.c
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/cppspec.c -o cppspec.o
rm -rf libbackend.a
ar rc libbackend.a insn-attrtab.o insn-automata.o insn-emit.o insn-extract.o insn-modes.o insn-opinit.o insn-output.o insn-peep.o insn-preds.o insn-recog.o ggc-page.o alias.o alloc-pool.o auto-inc-dec.o bb-reorder.o bitmap.o bt-load.o builtins.o caller-save.o calls.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o cfgexpand.o cfghooks.o cfglayout.o cfgloop.o cfgloopanal.o cfgloopmanip.o cfgrtl.o combine.o combine-stack-adj.o convert.o coverage.o cse.o cselib.o dbxout.o dbgcnt.o dce.o ddg.o debug.o df-byte-scan.o df-core.o df-problems.o df-scan.o dfp.o diagnostic.o dojump.o dominance.o domwalk.o double-int.o dse.o dwarf2asm.o dwarf2out.o ebitmap.o emit-rtl.o et-forest.o except.o explow.o expmed.o expr.o final.o fixed-value.o fold-const.o function.o fwprop.o gcse.o genrtl.o ggc-common.o gimple.o gimple-iterator.o gimple-low.o gimple-pretty-print.o gimplify.o graph.o graphds.o graphite.o gtype-desc.o haifa-sched.o hooks.o ifcvt.o init-regs.o integrate.o intl.o ira.o ira-build.o ira-costs.o ira-conflicts.o ira-color.o ira-emit.o ira-lives.o jump.o lambda-code.o lambda-mat.o lambda-trans.o langhooks.o lcm.o lists.o loop-doloop.o loop-init.o loop-invariant.o loop-iv.o loop-unroll.o loop-unswitch.o lower-subreg.o mcf.o mode-switching.o modulo-sched.o omega.o omp-low.o optabs.o options.o opts-common.o opts.o params.o passes.o pointer-set.o postreload-gcse.o postreload.o predict.o pretty-print.o print-rtl.o print-tree.o profile.o real.o recog.o reg-stack.o reginfo.o regmove.o regrename.o regstat.o reload.o reload1.o reorg.o resource.o rtl-error.o rtl-factoring.o rtl.o rtlanal.o rtlhooks.o sbitmap.o sched-deps.o sched-ebb.o sched-rgn.o sched-vis.o sdbout.o see.o sel-sched-ir.o sel-sched-dump.o sel-sched.o simplify-rtx.o sparseset.o sreal.o stack-ptr-mod.o statistics.o stmt.o stor-layout.o stringpool.o targhooks.o timevar.o toplev.o tracer.o tree-affine.o tree-call-cdce.o tree-cfg.o tree-cfgcleanup.o tree-chrec.o tree-complex.o tree-data-ref.o tree-dfa.o tree-dump.o tree-eh.o tree-if-conv.o tree-into-ssa.o tree-iterator.o tree-loop-distribution.o tree-loop-linear.o tree-nested.o tree-nrv.o tree-object-size.o tree-optimize.o tree-outof-ssa.o tree-parloops.o tree-phinodes.o tree-predcom.o tree-pretty-print.o tree-profile.o tree-scalar-evolution.o tree-sra.o tree-switch-conversion.o tree-ssa-address.o tree-ssa-alias.o tree-ssa-ccp.o tree-ssa-coalesce.o tree-ssa-copy.o tree-ssa-copyrename.o tree-ssa-dce.o tree-ssa-dom.o tree-ssa-dse.o tree-ssa-forwprop.o tree-ssa-ifcombine.o tree-ssa-live.o tree-ssa-loop-ch.o tree-ssa-loop-im.o tree-ssa-loop-ivcanon.o tree-ssa-loop-ivopts.o tree-ssa-loop-manip.o tree-ssa-loop-niter.o tree-ssa-loop-prefetch.o tree-ssa-loop-unswitch.o tree-ssa-loop.o tree-ssa-math-opts.o tree-ssa-operands.o tree-ssa-phiopt.o tree-ssa-phiprop.o tree-ssa-pre.o tree-ssa-propagate.o tree-ssa-reassoc.o tree-ssa-sccvn.o tree-ssa-sink.o tree-ssa-structalias.o tree-ssa-ter.o tree-ssa-threadedge.o tree-ssa-threadupdate.o tree-ssa-uncprop.o tree-ssa.o tree-ssanames.o tree-stdarg.o tree-tailcall.o tree-vect-analyze.o tree-vect-generic.o tree-vect-patterns.o tree-vect-transform.o tree-vectorizer.o tree-vrp.o tree.o value-prof.o var-tracking.o varasm.o varray.o vec.o version.o vmsdbgout.o web.o xcoffout.o i386.o  host-linux.o cgraph.o cgraphbuild.o cgraphunit.o cppdefault.o incpath.o ipa-cp.o ipa-inline.o ipa-prop.o ipa-pure-const.o ipa-reference.o ipa-struct-reorg.o ipa-type-escape.o ipa-utils.o ipa.o matrix-reorg.o prefix.o tree-inline.o tree-nomudflap.o varpool.o
gcc   -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -L/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-O1 -o Tcollect2 \
		collect2.o tlink.o intl.o version.o ../libcpp/libcpp.a   ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a 
mv -f Tcollect2 collect2
ranlib  libbackend.a
gcc   -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -L/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-O1 -o cc1-dummy c-lang.o stub-objc.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-ppoutput.o c-cppbuiltin.o c-objc-common.o c-dump.o c-pch.o c-parser.o i386-c.o c-gimplify.o tree-mudflap.o c-pretty-print.o c-omp.o dummy-checksum.o \
	  main.o  libbackend.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a ../libcpp/libcpp.a   ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a   -L/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -lmpfr -lgmp
gcc   -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -L/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-O1 -o cc1plus-dummy \
	      cp/cp-lang.o stub-objc.o 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/parser.o cp/ptree.o cp/rtti.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-objcp-common.o cp/name-lookup.o cp/cxx-pretty-print.o cp/cp-gimplify.o tree-mudflap.o attribs.o c-common.o c-format.o c-pragma.o c-semantics.o c-lex.o c-dump.o i386-c.o c-pretty-print.o c-opts.o c-pch.o incpath.o c-ppoutput.o c-cppbuiltin.o prefix.o c-gimplify.o c-omp.o dummy-checksum.o main.o  libbackend.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a ../libcpp/libcpp.a   ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a   -L/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -lmpfr -lgmp
gcc   -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -L/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-O1 -o cc1obj-dummy \
	      objc/objc-lang.o objc/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-ppoutput.o c-cppbuiltin.o c-objc-common.o c-dump.o c-pch.o c-parser.o i386-c.o c-gimplify.o tree-mudflap.o c-pretty-print.o c-omp.o dummy-checksum.o \
	      main.o  libbackend.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a ../libcpp/libcpp.a   ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a   -L/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -lmpfr -lgmp
gcc   -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -L/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-O1 -o xgcc gcc.o opts-common.o gcc-options.o gccspec.o \
	  intl.o prefix.o version.o driver-i386.o  ../libcpp/libcpp.a   ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
gcc   -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -L/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-O1 -o cpp gcc.o opts-common.o gcc-options.o cppspec.o \
	  intl.o prefix.o version.o driver-i386.o  ../libcpp/libcpp.a   ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/./gcc/xgcc -B/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/./gcc/ -m64 -isystem/home/user/OE/build/tmp/staging/x86_64-oe-linux/usr/include -B/home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/bin/ -B/home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/lib/ -isystem /home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/include -isystem /home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/sys-include -dumpspecs > tmp-specs
mv tmp-specs specs
gcc   -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -L/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-O1 -o g++ \
	  gcc.o opts-common.o gcc-options.o g++spec.o intl.o prefix.o version.o driver-i386.o  ../libcpp/libcpp.a   ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
cp xgcc gcc-cross
: > tmp-libgcc.mvars
echo LIB1ASMFUNCS = '' >> tmp-libgcc.mvars
echo LIB1ASMSRC = '' >> tmp-libgcc.mvars
echo LIB2FUNCS_ST = '_eprintf __gcc_bcmp' >> tmp-libgcc.mvars
echo LIB2FUNCS_EXCLUDE = ' _fixtfsi _fixunstfsi _floatsitf _floatunsitf _fixtfdi _fixunstfdi _floatditf _floatunditf' >> tmp-libgcc.mvars
echo LIBGCOV = '_gcov _gcov_merge_add _gcov_merge_single _gcov_merge_delta _gcov_fork _gcov_execl _gcov_execlp _gcov_execle _gcov_execv _gcov_execvp _gcov_execve _gcov_interval_profiler _gcov_pow2_profiler _gcov_one_value_profiler _gcov_indirect_call_profiler _gcov_average_profiler _gcov_ior_profiler _gcov_merge_ior' >> tmp-libgcc.mvars
echo LIB2ADD = '$(gcc_srcdir)/config/soft-fp/addtf3.c $(gcc_srcdir)/config/soft-fp/divtf3.c $(gcc_srcdir)/config/soft-fp/eqtf2.c $(gcc_srcdir)/config/soft-fp/getf2.c $(gcc_srcdir)/config/soft-fp/letf2.c $(gcc_srcdir)/config/soft-fp/multf3.c $(gcc_srcdir)/config/soft-fp/negtf2.c $(gcc_srcdir)/config/soft-fp/subtf3.c $(gcc_srcdir)/config/soft-fp/unordtf2.c $(gcc_srcdir)/config/soft-fp/fixtfsi.c $(gcc_srcdir)/config/soft-fp/fixunstfsi.c $(gcc_srcdir)/config/soft-fp/floatsitf.c $(gcc_srcdir)/config/soft-fp/floatunsitf.c $(gcc_srcdir)/config/soft-fp/fixtfdi.c $(gcc_srcdir)/config/soft-fp/fixunstfdi.c $(gcc_srcdir)/config/soft-fp/floatditf.c $(gcc_srcdir)/config/soft-fp/floatunditf.c $(gcc_srcdir)/config/soft-fp/fixtfti.c $(gcc_srcdir)/config/soft-fp/fixunstfti.c $(gcc_srcdir)/config/soft-fp/floattitf.c $(gcc_srcdir)/config/soft-fp/floatuntitf.c $(gcc_srcdir)/config/soft-fp/extendsftf2.c $(gcc_srcdir)/config/soft-fp/extenddftf2.c $(gcc_srcdir)/config/soft-fp/extendxftf2.c $(gcc_srcdir)/config/soft-fp/trunctfsf2.c $(gcc_srcdir)/config/soft-fp/trunctfdf2.c $(gcc_srcdir)/config/soft-fp/trunctfxf2.c ' >> tmp-libgcc.mvars
echo LIB2ADD_ST = ' ' >> tmp-libgcc.mvars
echo LIB2ADDEH = '$(gcc_srcdir)/unwind-dw2.c $(gcc_srcdir)/unwind-dw2-fde-glibc.c $(gcc_srcdir)/unwind-sjlj.c $(gcc_srcdir)/gthr-gnat.c $(gcc_srcdir)/unwind-c.c $(gcc_srcdir)/emutls.c ' >> tmp-libgcc.mvars
echo LIB2ADDEHSTATIC = '$(gcc_srcdir)/unwind-dw2.c $(gcc_srcdir)/unwind-dw2-fde-glibc.c $(gcc_srcdir)/unwind-sjlj.c $(gcc_srcdir)/gthr-gnat.c $(gcc_srcdir)/unwind-c.c $(gcc_srcdir)/emutls.c ' >> tmp-libgcc.mvars
echo LIB2ADDEHSHARED = '$(gcc_srcdir)/unwind-dw2.c $(gcc_srcdir)/unwind-dw2-fde-glibc.c $(gcc_srcdir)/unwind-sjlj.c $(gcc_srcdir)/gthr-gnat.c $(gcc_srcdir)/unwind-c.c $(gcc_srcdir)/emutls.c ' >> tmp-libgcc.mvars
echo LIB2_SIDITI_CONV_FUNCS = '' >> tmp-libgcc.mvars
echo LIBUNWIND = ' ' >> tmp-libgcc.mvars
echo SHLIBUNWIND_LINK = '' >> tmp-libgcc.mvars
echo SHLIBUNWIND_INSTALL = '' >> tmp-libgcc.mvars
echo FPBIT = '' >> tmp-libgcc.mvars
echo 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' >> tmp-libgcc.mvars
echo LIB2_DIVMOD_FUNCS = '_divdi3 _moddi3 _udivdi3 _umoddi3 _udiv_w_sdiv _udivmoddi4' >> tmp-libgcc.mvars
echo DPBIT = '' >> tmp-libgcc.mvars
echo 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' >> tmp-libgcc.mvars
echo TPBIT = '' >> tmp-libgcc.mvars
echo 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' >> tmp-libgcc.mvars
echo DFP_ENABLE = 'true' >> tmp-libgcc.mvars
echo DFP_CFLAGS='' >> tmp-libgcc.mvars
echo D32PBIT='' >> tmp-libgcc.mvars
echo D32PBIT_FUNCS='_addsub_sd _div_sd _mul_sd _plus_sd _minus_sd _eq_sd _ne_sd _lt_sd _gt_sd _le_sd _ge_sd _sd_to_si _sd_to_di _sd_to_usi _sd_to_udi _si_to_sd _di_to_sd _usi_to_sd _udi_to_sd _sd_to_sf _sd_to_df _sd_to_xf _sd_to_tf _sf_to_sd _df_to_sd _xf_to_sd _tf_to_sd _sd_to_dd _sd_to_td _unord_sd _conv_sd' >> tmp-libgcc.mvars
echo D64PBIT='' >> tmp-libgcc.mvars
echo D64PBIT_FUNCS='_addsub_dd _div_dd _mul_dd _plus_dd _minus_dd _eq_dd _ne_dd _lt_dd _gt_dd _le_dd _ge_dd _dd_to_si _dd_to_di _dd_to_usi _dd_to_udi _si_to_dd _di_to_dd _usi_to_dd _udi_to_dd _dd_to_sf _dd_to_df _dd_to_xf _dd_to_tf _sf_to_dd _df_to_dd _xf_to_dd _tf_to_dd _dd_to_sd _dd_to_td _unord_dd _conv_dd' >> tmp-libgcc.mvars
echo D128PBIT='' >> tmp-libgcc.mvars
echo D128PBIT_FUNCS='_addsub_td _div_td _mul_td _plus_td _minus_td _eq_td _ne_td _lt_td _gt_td _le_td _ge_td _td_to_si _td_to_di _td_to_usi _td_to_udi _si_to_td _di_to_td _usi_to_td _udi_to_td _td_to_sf _td_to_df _td_to_xf _td_to_tf _sf_to_td _df_to_td _xf_to_td _tf_to_td _td_to_sd _td_to_dd _unord_td _conv_td' >> tmp-libgcc.mvars
echo GCC_EXTRA_PARTS = 'crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o crtfastmath.o crtprec32.o crtprec64.o crtprec80.o' >> tmp-libgcc.mvars
echo SHLIB_LINK = '$(GCC_FOR_TARGET) -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -shared -nodefaultlibs -Wl,--soname=@shlib_base_name@.so.1 -Wl,--version-script=@shlib_map_file@ -o @multilib_dir@/@shlib_base_name@.so.1.tmp @multilib_flags@ @shlib_objs@ @libgcc_libm@ -lc && rm -f @multilib_dir@/@shlib_base_name@.so && if [ -f @multilib_dir@/@shlib_base_name@.so.1 ]; then mv -f @multilib_dir@/@shlib_base_name@.so.1 @multilib_dir@/@shlib_base_name@.so.1.backup; else true; fi && mv @multilib_dir@/@shlib_base_name@.so.1.tmp @multilib_dir@/@shlib_base_name@.so.1 && ln -s @shlib_base_name@.so.1 @multilib_dir@/@shlib_base_name@.so' >> tmp-libgcc.mvars
echo SHLIB_INSTALL = '$(mkinstalldirs) $(DESTDIR)$(slibdir)@shlib_slibdir_qual@; /home/user/OE/build/tmp/staging/x86_64-linux/usr/bin/install -c -m 644 @multilib_dir@/@shlib_base_name@.so.1 $(DESTDIR)$(slibdir)@shlib_slibdir_qual@/@shlib_base_name@.so.1; rm -f $(DESTDIR)$(slibdir)@shlib_slibdir_qual@/@shlib_base_name@.so; ln -s @shlib_base_name@.so.1 $(DESTDIR)$(slibdir)@shlib_slibdir_qual@/@shlib_base_name@.so' >> tmp-libgcc.mvars
echo SHLIB_EXT = '.so' >> tmp-libgcc.mvars
echo SHLIB_MKMAP = '$(gcc_srcdir)/mkmap-symver.awk ' >> tmp-libgcc.mvars
echo SHLIB_MKMAP_OPTS = '' >> tmp-libgcc.mvars
echo SHLIB_MAPFILES = '$(gcc_srcdir)/libgcc-std.ver $(gcc_srcdir)/config/i386/libgcc-glibc.ver ' >> tmp-libgcc.mvars
echo SHLIB_NM_FLAGS = '-pg' >> tmp-libgcc.mvars
echo LIBGCC2_CFLAGS = '-O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED ' >> tmp-libgcc.mvars
echo TARGET_LIBGCC2_CFLAGS = '-fPIC' >> tmp-libgcc.mvars
echo LIBGCC_SYNC = '' >> tmp-libgcc.mvars
echo LIBGCC_SYNC_CFLAGS = '' >> tmp-libgcc.mvars
echo CRTSTUFF_CFLAGS = '-O2 -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-tree-vectorize ' >> tmp-libgcc.mvars
echo CRTSTUFF_T_CFLAGS = ' -fno-omit-frame-pointer -fno-asynchronous-unwind-tables' >> tmp-libgcc.mvars
echo CRTSTUFF_T_CFLAGS_S = ' -fno-omit-frame-pointer -fno-asynchronous-unwind-tables -fPIC' >> tmp-libgcc.mvars
mv tmp-libgcc.mvars libgcc.mvars
rm -f g++-cross
cp g++ g++-cross
build/genchecksum cc1obj-dummy > cc1obj-checksum.c
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    cc1obj-checksum.c -o cc1obj-checksum.o
build/genchecksum cc1plus-dummy > cc1plus-checksum.c
gcc   -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -L/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-O1 -o cc1obj \
	      objc/objc-lang.o objc/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-ppoutput.o c-cppbuiltin.o c-objc-common.o c-dump.o c-pch.o c-parser.o i386-c.o c-gimplify.o tree-mudflap.o c-pretty-print.o c-omp.o cc1obj-checksum.o \
	      main.o  libbackend.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a ../libcpp/libcpp.a   ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a   -L/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -lmpfr -lgmp
build/genchecksum cc1-dummy > cc1-checksum.c
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    cc1plus-checksum.c -o cc1plus-checksum.o
gcc   -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -L/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-O1 -o cc1plus \
	      cp/cp-lang.o stub-objc.o 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/parser.o cp/ptree.o cp/rtti.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-objcp-common.o cp/name-lookup.o cp/cxx-pretty-print.o cp/cp-gimplify.o tree-mudflap.o attribs.o c-common.o c-format.o c-pragma.o c-semantics.o c-lex.o c-dump.o i386-c.o c-pretty-print.o c-opts.o c-pch.o incpath.o c-ppoutput.o c-cppbuiltin.o prefix.o c-gimplify.o c-omp.o cc1plus-checksum.o main.o  libbackend.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a ../libcpp/libcpp.a   ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a   -L/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -lmpfr -lgmp
gcc  -c  -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libcpp/include -I/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../libdecnumber/bid -I../libdecnumber    cc1-checksum.c -o cc1-checksum.o
gcc   -isystem/home/user/OE/build/tmp/staging/x86_64-linux/usr/include -O2 -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -L/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath-link,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-rpath,/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -Wl,-O1 -o cc1 c-lang.o stub-objc.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-ppoutput.o c-cppbuiltin.o c-objc-common.o c-dump.o c-pch.o c-parser.o i386-c.o c-gimplify.o tree-mudflap.o c-pretty-print.o c-omp.o cc1-checksum.o \
	  main.o  libbackend.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a ../libcpp/libcpp.a   ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a   -L/home/user/OE/build/tmp/staging/x86_64-linux/usr/lib -lmpfr -lgmp
echo | /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/./gcc/xgcc -B/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/./gcc/ -m64 -isystem/home/user/OE/build/tmp/staging/x86_64-oe-linux/usr/include -B/home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/bin/ -B/home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/lib/ -isystem /home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/include -isystem /home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/sys-include -E -dM - | \
	  sed -n -e 's/^#define \([^_][a-zA-Z0-9_]*\).*/\1/p' \
		 -e 's/^#define \(_[^_A-Z][a-zA-Z0-9_]*\).*/\1/p' | \
	  sort -u > tmp-macro_list
if /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/./gcc/xgcc -B/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/./gcc/ -m64 -isystem/home/user/OE/build/tmp/staging/x86_64-oe-linux/usr/include -B/home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/bin/ -B/home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/lib/ -isystem /home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/include -isystem /home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/sys-include -print-sysroot-headers-suffix > /dev/null 2>&1; then \
	  set -e; for ml in `/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/./gcc/xgcc -B/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/./gcc/ -m64 -isystem/home/user/OE/build/tmp/staging/x86_64-oe-linux/usr/include -B/home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/bin/ -B/home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/lib/ -isystem /home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/include -isystem /home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/sys-include -print-multi-lib`; do \
	    multi_dir=`echo ${ml} | sed -e 's/;.*$//'`; \
	    flags=`echo ${ml} | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`; \
	    sfx=`/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/./gcc/xgcc -B/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/./gcc/ -m64 -isystem/home/user/OE/build/tmp/staging/x86_64-oe-linux/usr/include -B/home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/bin/ -B/home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/lib/ -isystem /home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/include -isystem /home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/sys-include ${flags} -print-sysroot-headers-suffix`; \
	    if [ "${multi_dir}" = "." ]; \
	      then multi_dir=""; \
	    else \
	      multi_dir=/${multi_dir}; \
	    fi; \
	    echo "${sfx};${multi_dir}"; \
	  done; \
	else \
	  echo ";"; \
	fi > tmp-fixinc_list
/bin/sh /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../move-if-change tmp-fixinc_list fixinc_list
echo timestamp > s-fixinc_list
/bin/sh /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../move-if-change tmp-macro_list macro_list
echo timestamp > s-macro_list
rm -rf include-fixed; mkdir include-fixed
chmod a+rx include-fixed
if [ -d ../prev-gcc ]; then \
	  cd ../prev-gcc && \
	  make real-install-headers-tar DESTDIR=`pwd`/../gcc/ \
	    libsubdir=. ; \
	else \
	  set -e; for ml in `cat fixinc_list`; do \
	    sysroot_headers_suffix=`echo ${ml} | sed -e 's/;.*$//'`; \
	    multi_dir=`echo ${ml} | sed -e 's/^[^;]*;//'`; \
	    fix_dir=include-fixed${multi_dir}; \
	    if ! false && test ! -d `echo /home/user/OE/build/tmp/staging/x86_64-oe-linux${sysroot_headers_suffix}/usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta`; then \
	      echo The directory that should contain system headers does not exist: >&2 ; \
	      echo "  `echo /home/user/OE/build/tmp/staging/x86_64-oe-linux${sysroot_headers_suffix}/usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta`" >&2 ; \
	      tooldir_sysinc=`echo "/home/user/OE/build/tmp/cross/x86_64/lib/gcc/x86_64-oe-linux/4.4.2/../../../../x86_64-oe-linux/sys-include" | sed -e :a -e "s,[^/]*/\.\.\/,," -e ta`; \
	      if test "x`echo /home/user/OE/build/tmp/staging/x86_64-oe-linux${sysroot_headers_suffix}/usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta`" = "x${tooldir_sysinc}"; \
	      then sleep 1; else exit 1; fi; \
	    fi; \
	    /bin/sh /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../mkinstalldirs ${fix_dir}; \
	    chmod a+rx ${fix_dir} || true; \
	    (TARGET_MACHINE='x86_64-oe-linux-gnu'; srcdir=`cd /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc; ${PWDCMD-pwd}`; \
	      SHELL='/bin/sh'; MACRO_LIST=`${PWDCMD-pwd}`/macro_list ; \
	      export TARGET_MACHINE srcdir SHELL MACRO_LIST && \
	      cd ../build-x86_64-linux/fixincludes && \
	      /bin/sh ./fixinc.sh ../../gcc/${fix_dir} \
	        `echo /home/user/OE/build/tmp/staging/x86_64-oe-linux${sysroot_headers_suffix}/usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta`  ); \
	    rm -f ${fix_dir}/syslimits.h; \
	    if [ -f ${fix_dir}/limits.h ]; then \
	      mv ${fix_dir}/limits.h ${fix_dir}/syslimits.h; \
	    else \
	      cp /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/gsyslimits.h ${fix_dir}/syslimits.h; \
	    fi; \
	    chmod a+r ${fix_dir}/syslimits.h; \
	  done; \
	fi
Fixing headers into /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/gcc/include-fixed for x86_64-oe-linux-gnu target
Forbidden identifiers: linux unix 
Finding directories and links to directories
 Searching /home/user/OE/build/tmp/staging/x86_64-oe-linux/usr/include/.
Making symbolic directory links
Fixing directory /home/user/OE/build/tmp/staging/x86_64-oe-linux/usr/include into /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/gcc/include-fixed
Applying io_quotes_use            to asm/mtrr.h
Applying io_quotes_use            to drm/drm.h
Applying io_quotes_use            to drm/mga_drm.h
Applying io_quotes_use            to drm/radeon_drm.h
Applying io_quotes_use            to drm/sis_drm.h
Applying io_quotes_use            to drm/via_drm.h
Applying io_quotes_use            to drm/i810_drm.h
Applying io_quotes_use            to drm/savage_drm.h
Applying io_quotes_use            to drm/r128_drm.h
Applying io_quotes_use            to drm/i830_drm.h
Applying io_quotes_use            to drm/i915_drm.h
Applying io_quotes_use            to mtd/ubi-user.h
Applying io_quotes_use            to sys/raw.h
Applying io_quotes_use            to sys/mount.h
Applying io_quotes_use            to rdma/ib_user_mad.h
Applying pthread_incomplete_struct_argument to pthread.h
Applying io_quotes_use            to linux/spi/spidev.h
Applying io_quotes_use            to linux/usb/tmc.h
Applying io_quotes_use            to linux/usb/vstusb.h
Applying io_quotes_use            to linux/dn.h
Applying io_quotes_use            to linux/fd.h
Applying io_quotes_use            to linux/fs.h
Applying io_quotes_use            to linux/raid/md_u.h
Applying io_quotes_def            to linux/pci_regs.h
Applying io_quotes_use            to linux/atmbr2684.h
Applying io_quotes_use            to linux/kvm.h
Applying io_quotes_use            to linux/nbd.h
Applying io_quotes_use            to linux/raw.h
Applying io_quotes_use            to linux/pktcdvd.h
Applying io_quotes_use            to linux/rfkill.h
Applying io_quotes_use            to linux/auto_fs4.h
Applying io_quotes_use            to linux/i2o-dev.h
Applying io_quotes_use            to linux/if_pppox.h
Applying io_quotes_def            to linux/ppp-comp.h
Applying io_quotes_use            to linux/cm4000_cs.h
Applying io_quotes_def            to linux/soundcard.h
Applying io_quotes_use            to linux/uinput.h
Applying io_quotes_use            to linux/random.h
Applying io_quotes_use            to linux/ipmi.h
Applying io_quotes_use            to linux/gigaset_dev.h
Applying io_quotes_use            to linux/suspend_ioctls.h
Applying io_quotes_use            to linux/agpgart.h
Applying io_quotes_use            to linux/mmtimer.h
Applying io_quotes_use            to linux/auto_fs.h
Applying io_quotes_use            to linux/watchdog.h
Applying io_quotes_use            to linux/phantom.h
Applying io_quotes_use            to linux/videotext.h
Applying io_quotes_use            to linux/reiserfs_fs.h
Applying io_quotes_use            to linux/dm-ioctl.h
Applying io_quotes_use            to linux/cciss_ioctl.h
Applying io_quotes_use            to linux/blkpg.h
Applying io_quotes_use            to linux/synclink.h
Applying machine_name             to linux/a.out.h
Fixed:  linux/a.out.h
Applying io_quotes_def            to linux/version.h
Applying io_quotes_use            to linux/input.h
Applying io_quotes_use            to linux/ppdev.h
Applying io_quotes_use            to sound/emu10k1.h
Applying io_quotes_use            to sound/asequencer.h
Applying io_quotes_use            to sound/asound.h
Applying io_quotes_use            to video/sisfb.h
Applying sun_malloc               to malloc.h
Applying hpux8_bogus_inlines      to math.h
Applying sysv68_string            to string.h
Cleaning up unneeded directories:
fixincludes is done
echo timestamp > stmp-fixinc
if [ -d include ] ; then true; else mkdir include; chmod a+rx include; fi
if [ -d include-fixed ] ; then true; else mkdir include-fixed; chmod a+rx include-fixed; fi
for file in .. /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/ginclude/float.h /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/ginclude/iso646.h /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/ginclude/stdarg.h /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/ginclude/stdbool.h /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/ginclude/stddef.h /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/ginclude/varargs.h /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/ginclude/stdfix.h /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/config/i386/cpuid.h /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/config/i386/mmintrin.h /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/config/i386/mm3dnow.h /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/config/i386/xmmintrin.h /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/config/i386/emmintrin.h /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/config/i386/pmmintrin.h /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/config/i386/tmmintrin.h /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/config/i386/ammintrin.h /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/config/i386/smmintrin.h /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/config/i386/nmmintrin.h /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/config/i386/bmmintrin.h /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/config/i386/mmintrin-common.h /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/config/i386/wmmintrin.h /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/config/i386/immintrin.h /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/config/i386/x86intrin.h /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/config/i386/avxintrin.h /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/config/i386/cross-stdarg.h mm_malloc.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/unwind.h
cp /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/unwind-generic.h include/unwind.h
set -e; for ml in `cat fixinc_list`; do \
	  sysroot_headers_suffix=`echo ${ml} | sed -e 's/;.*$//'`; \
	  multi_dir=`echo ${ml} | sed -e 's/^[^;]*;//'`; \
	  fix_dir=include-fixed${multi_dir}; \
	  if [ -f `echo /home/user/OE/build/tmp/staging/x86_64-oe-linux${sysroot_headers_suffix}/usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta`/limits.h ] ; then \
	    cat /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/limitx.h /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/glimits.h /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/limity.h > tmp-xlimits.h; \
	  else \
	    cat /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/glimits.h > tmp-xlimits.h; \
	  fi; \
	  /bin/sh /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../mkinstalldirs ${fix_dir}; \
	  chmod a+rx ${fix_dir} || true; \
	  rm -f ${fix_dir}/limits.h; \
	  mv tmp-xlimits.h ${fix_dir}/limits.h; \
	  chmod a+r ${fix_dir}/limits.h; \
	done
rm -f include-fixed/README
cp /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/gcc/../fixincludes/README-fixinc include-fixed/README
chmod a+r include-fixed/README
echo timestamp > stmp-int-hdrs
rm gcc.pod
make[2]: Leaving directory `/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/gcc'
Checking multilib configuration for libgcc...
mkdir -p -- x86_64-oe-linux/libgcc
Configuring in x86_64-oe-linux/libgcc
configure: creating cache ./config.cache
checking for --enable-version-specific-runtime-libs... no
checking for a BSD-compatible install... /home/user/OE/build/tmp/staging/x86_64-linux/usr/bin/install -c
checking for gawk... gawk
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-oe-linux-gnu
checking for x86_64-oe-linux-ar... /home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/bin/ar
checking for x86_64-oe-linux-lipo... x86_64-oe-linux-lipo
checking for x86_64-oe-linux-nm... /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/./gcc/nm
checking for x86_64-oe-linux-ranlib... /home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/bin/ranlib
checking for x86_64-oe-linux-strip... /home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/bin/strip
checking whether ln -s works... yes
checking for x86_64-oe-linux-gcc... /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/./gcc/xgcc -B/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/./gcc/ -m64 -isystem/home/user/OE/build/tmp/staging/x86_64-oe-linux/usr/include -B/home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/bin/ -B/home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/lib/ -isystem /home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/include -isystem /home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/sys-include
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/./gcc/xgcc -B/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/./gcc/ -m64 -isystem/home/user/OE/build/tmp/staging/x86_64-oe-linux/usr/include -B/home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/bin/ -B/home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/lib/ -isystem /home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/include -isystem /home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/sys-include accepts -g... yes
checking for /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/./gcc/xgcc -B/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/./gcc/ -m64 -isystem/home/user/OE/build/tmp/staging/x86_64-oe-linux/usr/include -B/home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/bin/ -B/home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/lib/ -isystem /home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/include -isystem /home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/sys-include option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking whether decimal floating point is supported... yes
checking whether fixed-point is supported... no
checking for __attribute__((visibility("hidden")))... yes
checking whether the target assembler supports thread-local storage... yes
checking for library containing copysignl... -lc
updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: executing default commands
Adding multilib support to Makefile in /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libgcc
multidirs=32
with_multisubdir=
Running configure in multilib subdirs 32
pwd: /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/x86_64-oe-linux/libgcc
Running configure in multilib subdir 32
pwd: /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/x86_64-oe-linux
mkdir 32
configure: creating cache ./config.cache
checking for --enable-version-specific-runtime-libs... no
checking for a BSD-compatible install... /home/user/OE/build/tmp/staging/x86_64-linux/usr/bin/install -c
checking for gawk... gawk
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-oe-linux-gnu
checking for x86_64-oe-linux-ar... /home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/bin/ar
checking for x86_64-oe-linux-lipo... x86_64-oe-linux-lipo
checking for x86_64-oe-linux-nm... /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/./gcc/nm
checking for x86_64-oe-linux-ranlib... /home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/bin/ranlib
checking for x86_64-oe-linux-strip... /home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/bin/strip
checking whether ln -s works... yes
checking for x86_64-oe-linux-gcc... /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/./gcc/xgcc -B/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/./gcc/ -m64 -isystem/home/user/OE/build/tmp/staging/x86_64-oe-linux/usr/include -B/home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/bin/ -B/home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/lib/ -isystem /home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/include -isystem /home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/sys-include  -m32
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/./gcc/xgcc -B/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/./gcc/ -m64 -isystem/home/user/OE/build/tmp/staging/x86_64-oe-linux/usr/include -B/home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/bin/ -B/home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/lib/ -isystem /home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/include -isystem /home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/sys-include  -m32 accepts -g... yes
checking for /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/./gcc/xgcc -B/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/./gcc/ -m64 -isystem/home/user/OE/build/tmp/staging/x86_64-oe-linux/usr/include -B/home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/bin/ -B/home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/lib/ -isystem /home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/include -isystem /home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/sys-include  -m32 option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking whether decimal floating point is supported... yes
checking whether fixed-point is supported... no
checking for __attribute__((visibility("hidden")))... yes
checking whether the target assembler supports thread-local storage... yes
checking for library containing copysignl... -lc
updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: executing default commands
Adding multilib support to Makefile in /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libgcc
with_multisubdir=32
make[2]: Entering directory `/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/x86_64-oe-linux/libgcc'
# If this is the top-level multilib, build all the other
/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/./gcc/xgcc -B/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/./gcc/ -m64 -isystem/home/user/OE/build/tmp/staging/x86_64-oe-linux/usr/include -B/home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/bin/ -B/home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/lib/ -isystem /home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/include -isystem /home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/sys-include -g -Os --sysroot=/home/user/OE/build/tmp/staging/x86_64-oe-linux -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libgcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libgcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libgcc/../gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libgcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _muldi3.o -MT _muldi3.o -MD -MP -MF _muldi3.dep -DL_muldi3 -c /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/./gcc/xgcc -B/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/./gcc/ -m64 -isystem/home/user/OE/build/tmp/staging/x86_64-oe-linux/usr/include -B/home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/bin/ -B/home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/lib/ -isystem /home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/include -isystem /home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/sys-include -g -Os --sysroot=/home/user/OE/build/tmp/staging/x86_64-oe-linux -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libgcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libgcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libgcc/../gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libgcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _negdi2.o -MT _negdi2.o -MD -MP -MF _negdi2.dep -DL_negdi2 -c /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
# multilibs.
/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/./gcc/xgcc -B/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/./gcc/ -m64 -isystem/home/user/OE/build/tmp/staging/x86_64-oe-linux/usr/include -B/home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/bin/ -B/home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/lib/ -isystem /home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/include -isystem /home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/sys-include -g -Os --sysroot=/home/user/OE/build/tmp/staging/x86_64-oe-linux -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libgcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libgcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libgcc/../gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libgcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _lshrdi3.o -MT _lshrdi3.o -MD -MP -MF _lshrdi3.dep -DL_lshrdi3 -c /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
make[3]: Entering directory `/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/x86_64-oe-linux/libgcc'
if [ -z "32" ]; then \
	  true; \
	else \
	  rootpre=`${PWDCMD-pwd}`/; export rootpre; \
	  srcrootpre=`cd /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libgcc; ${PWDCMD-pwd}`/; export srcrootpre; \
	  lib=`echo "${rootpre}" | sed -e 's,^.*/\([^/][^/]*\)/$,\1,'`; \
	  compiler="/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/./gcc/xgcc -B/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/./gcc/ -m64 -isystem/home/user/OE/build/tmp/staging/x86_64-oe-linux/usr/include -B/home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/bin/ -B/home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/lib/ -isystem /home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/include -isystem /home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/sys-include"; \
	  for i in `${compiler} --print-multi-lib 2>/dev/null`; do \
	    dir=`echo $i | sed -e 's/;.*$//'`; \
	    if [ "${dir}" = "." ]; then \
	      true; \
	    else \
	      if [ -d ../${dir}/${lib} ]; then \
		flags=`echo $i | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`; \
		if (cd ../${dir}/${lib}; make "AR=/home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/bin/ar" "AR_FLAGS=rc" "CC=/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/./gcc/xgcc -B/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/./gcc/ -m64 -isystem/home/user/OE/build/tmp/staging/x86_64-oe-linux/usr/include -B/home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/bin/ -B/home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/lib/ -isystem /home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/include -isystem /home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/sys-include" "CFLAGS=-g -Os --sysroot=/home/user/OE/build/tmp/staging/x86_64-oe-linux" "DESTDIR=" "EXTRA_OFILES=" "HDEFINES=" "INSTALL=/home/user/OE/build/tmp/staging/x86_64-linux/usr/bin/install -c" "INSTALL_DATA=/home/user/OE/build/tmp/staging/x86_64-linux/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/home/user/OE/build/tmp/staging/x86_64-linux/usr/bin/install -c" "LDFLAGS=" "LOADLIBES=" "RANLIB=/home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/bin/ranlib" "SHELL=/bin/sh" "prefix=/home/user/OE/build/tmp/cross/x86_64" "exec_prefix=/home/user/OE/build/tmp/cross/x86_64" "libdir=/home/user/OE/build/tmp/cross/x86_64/lib" "libsubdir=/home/user/OE/build/tmp/cross/x86_64/lib/gcc/x86_64-oe-linux/4.4.2" "tooldir=/home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux" \
				CFLAGS="-g -Os --sysroot=/home/user/OE/build/tmp/staging/x86_64-oe-linux ${flags}" \
				CCASFLAGS=" ${flags}" \
				FCFLAGS=" ${flags}" \
				FFLAGS=" ${flags}" \
				ADAFLAGS=" ${flags}" \
				prefix="/home/user/OE/build/tmp/cross/x86_64" \
				exec_prefix="/home/user/OE/build/tmp/cross/x86_64" \
				GCJFLAGS=" ${flags}" \
				CXXFLAGS="-g -Os --sysroot=/home/user/OE/build/tmp/staging/x86_64-oe-linux  ${flags}" \
				LIBCFLAGS="-g -Os --sysroot=/home/user/OE/build/tmp/staging/x86_64-oe-linux  ${flags}" \
				LIBCXXFLAGS="-g -Os -fno-implicit-templates --sysroot=/home/user/OE/build/tmp/staging/x86_64-oe-linux  ${flags}" \
				LDFLAGS=" ${flags}" \
				MULTIFLAGS="${flags}" \
				DESTDIR="" \
				INSTALL="/home/user/OE/build/tmp/staging/x86_64-linux/usr/bin/install -c" \
				INSTALL_DATA="/home/user/OE/build/tmp/staging/x86_64-linux/usr/bin/install -c -m 644" \
				INSTALL_PROGRAM="/home/user/OE/build/tmp/staging/x86_64-linux/usr/bin/install -c" \
				INSTALL_SCRIPT="/home/user/OE/build/tmp/staging/x86_64-linux/usr/bin/install -c" \
				all); then \
		  true; \
		else \
		  exit 1; \
		fi; \
	      else true; \
	      fi; \
	    fi; \
	  done; \
	fi
/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/./gcc/xgcc -B/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/./gcc/ -m64 -isystem/home/user/OE/build/tmp/staging/x86_64-oe-linux/usr/include -B/home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/bin/ -B/home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/lib/ -isystem /home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/include -isystem /home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/sys-include -g -Os --sysroot=/home/user/OE/build/tmp/staging/x86_64-oe-linux -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libgcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libgcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libgcc/../gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libgcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ashldi3.o -MT _ashldi3.o -MD -MP -MF _ashldi3.dep -DL_ashldi3 -c /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
make[4]: Entering directory `/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/x86_64-oe-linux/32/libgcc'
# If this is the top-level multilib, build all the other
# multilibs.
/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/./gcc/xgcc -B/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/./gcc/ -m64 -isystem/home/user/OE/build/tmp/staging/x86_64-oe-linux/usr/include -B/home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/bin/ -B/home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/lib/ -isystem /home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/include -isystem /home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/sys-include -g -Os --sysroot=/home/user/OE/build/tmp/staging/x86_64-oe-linux -m32 -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../../.././gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libgcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libgcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libgcc/../gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libgcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _muldi3.o -MT _muldi3.o -MD -MP -MF _muldi3.dep -DL_muldi3 -c /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
In file included from /home/user/OE/build/tmp/staging/x86_64-oe-linux/usr/include/features.h:378,
                 from /home/user/OE/build/tmp/staging/x86_64-oe-linux/usr/include/stdio.h:28,
                 from /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libgcc/../gcc/tsystem.h:87,
                 from /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libgcc/../gcc/libgcc2.c:29:
/home/user/OE/build/tmp/staging/x86_64-oe-linux/usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory
/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/./gcc/xgcc -B/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/./gcc/ -m64 -isystem/home/user/OE/build/tmp/staging/x86_64-oe-linux/usr/include -B/home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/bin/ -B/home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/lib/ -isystem /home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/include -isystem /home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/sys-include -g -Os --sysroot=/home/user/OE/build/tmp/staging/x86_64-oe-linux -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libgcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libgcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libgcc/../gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libgcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _ashrdi3.o -MT _ashrdi3.o -MD -MP -MF _ashrdi3.dep -DL_ashrdi3 -c /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/./gcc/xgcc -B/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/./gcc/ -m64 -isystem/home/user/OE/build/tmp/staging/x86_64-oe-linux/usr/include -B/home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/bin/ -B/home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/lib/ -isystem /home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/include -isystem /home/user/OE/build/tmp/cross/x86_64/x86_64-oe-linux/sys-include -g -Os --sysroot=/home/user/OE/build/tmp/staging/x86_64-oe-linux -O2  -g -Os -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I../.././gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libgcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libgcc/. -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libgcc/../gcc -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libgcc/../include -I/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _cmpdi2.o -MT _cmpdi2.o -MD -MP -MF _cmpdi2.dep -DL_cmpdi2 -c /home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/libgcc/../gcc/libgcc2.c \
	  -fvisibility=hidden -DHIDE_EXPORTS
make[4]: *** [_muldi3.o] Error 1
make[4]: Leaving directory `/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/x86_64-oe-linux/32/libgcc'
make[3]: *** [multi-do] Error 1
make[3]: Leaving directory `/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/x86_64-oe-linux/libgcc'
make[2]: *** [all-multi] Error 2
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux/x86_64-oe-linux/libgcc'
make[1]: *** [all-target-libgcc] Error 2
make[1]: Leaving directory `/home/user/OE/build/tmp/work/x86_64-oe-linux/gcc-cross-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.x86_64-oe-linux'
make: *** [all] Error 2
FATAL: oe_runmake failed

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Gnu/stubs-32.h not found
  2010-01-12 10:32     ` Perepelica Alexander
@ 2010-01-12 14:16       ` Phil Blundell
  2010-01-12 15:19         ` Michael Smith
  0 siblings, 1 reply; 8+ messages in thread
From: Phil Blundell @ 2010-01-12 14:16 UTC (permalink / raw)
  To: openembedded-devel

On Tue, 2010-01-12 at 13:32 +0300, Perepelica Alexander wrote:
> He is log

Ah, I see.  So, you were right: it is in fact a multilibs problem.  What
has happened here is that gcc is trying to build a 32-bit version of
libgcc2, but you haven't compiled a 32-bit version of glibc yet.

There are two possible fixes:

- write a variant .bb file to build a 32 bit glibc, and arrange for
gcc-cross to DEPEND on that; or

- patch t-linux64, and/or the gcc configury, to stop it trying to build
the 32-bit multilib.

Which of those is appropriate obviously depends on what you are trying
to achieve, and I guess it would be sensible to provide a switch that
the DISTRO can use to enable or disable 32-bit multilibs.

p.





^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Gnu/stubs-32.h not found
  2010-01-12 14:16       ` Phil Blundell
@ 2010-01-12 15:19         ` Michael Smith
  2010-01-12 15:26           ` Perepelica Alexander
  0 siblings, 1 reply; 8+ messages in thread
From: Michael Smith @ 2010-01-12 15:19 UTC (permalink / raw)
  To: openembedded-devel

Phil Blundell wrote:
> On Tue, 2010-01-12 at 13:32 +0300, Perepelica Alexander wrote:

> Ah, I see.  So, you were right: it is in fact a multilibs problem.  What
> has happened here is that gcc is trying to build a 32-bit version of
> libgcc2, but you haven't compiled a 32-bit version of glibc yet.
> 
> There are two possible fixes:
> 
> - write a variant .bb file to build a 32 bit glibc, and arrange for
> gcc-cross to DEPEND on that; or
> 
> - patch t-linux64, and/or the gcc configury, to stop it trying to build
> the 32-bit multilib.

One hack that worked for me is to amend the gcc-cross recipe to include:

# glibc only built the 64-bit stubs, so don't try to build a 32-bit gcc
EXTRA_OECONF_append_x86_64 = " --disable-multilib"

And for gcc-cross-intermediate:

do_compile_prepend() {
         # On x86_64, glibc-initial stages crti.o to
         # x86_64-oe-linux/lib64/crti.o.
         # When gcc-cross-intermediate tries to build libgcc, it looks
         # for x86_64-oe-linux/lib/../lib64/crti.o.
         # Create the "lib" dir so this shenanigan works.
         install -d ${STAGING_DIR_TARGET}/lib
}

Mike



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Gnu/stubs-32.h not found
  2010-01-12 15:19         ` Michael Smith
@ 2010-01-12 15:26           ` Perepelica Alexander
       [not found]             ` <578649919.1263312754.64087816.75695@mcgi68.rambler.ru>
  0 siblings, 1 reply; 8+ messages in thread
From: Perepelica Alexander @ 2010-01-12 15:26 UTC (permalink / raw)
  To: openembedded-devel

Thanks, Michael, Phil!
I will try but I now stuck with e2fsprogs and AM_GNU_GETTEXT.
After I resolve I try changes which Michael propose

* Michael Smith <msmith@cbnco.com> [Tue, 12 Jan 2010 10:19:03 -0500]:
> Phil Blundell wrote:
> > On Tue, 2010-01-12 at 13:32 +0300, Perepelica Alexander wrote:
>
> > Ah, I see.  So, you were right: it is in fact a multilibs problem.
> What
> > has happened here is that gcc is trying to build a 32-bit version of
> > libgcc2, but you haven't compiled a 32-bit version of glibc yet.
> >
> > There are two possible fixes:
> >
> > - write a variant .bb file to build a 32 bit glibc, and arrange for
> > gcc-cross to DEPEND on that; or
> >
> > - patch t-linux64, and/or the gcc configury, to stop it trying to
> build
> > the 32-bit multilib.
>
> One hack that worked for me is to amend the gcc-cross recipe to 
include:
>
> # glibc only built the 64-bit stubs, so don't try to build a 32-bit 
gcc
> EXTRA_OECONF_append_x86_64 = " --disable-multilib"
>
> And for gcc-cross-intermediate:
>
> do_compile_prepend() {
>          # On x86_64, glibc-initial stages crti.o to
>          # x86_64-oe-linux/lib64/crti.o.
>          # When gcc-cross-intermediate tries to build libgcc, it looks
>          # for x86_64-oe-linux/lib/../lib64/crti.o.
>          # Create the "lib" dir so this shenanigan works.
>          install -d ${STAGING_DIR_TARGET}/lib
> }
>
> Mike




--
Thank you.
Perepelica Alexander



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Gnu/stubs-32.h not found
       [not found]             ` <578649919.1263312754.64087816.75695@mcgi68.rambler.ru>
@ 2010-01-12 16:26               ` Perepelica Alexander
  0 siblings, 0 replies; 8+ messages in thread
From: Perepelica Alexander @ 2010-01-12 16:26 UTC (permalink / raw)
  To: openembedded-devel

> > Thanks, Michael, Phil!
> > I will try but I now stuck with e2fsprogs and AM_GNU_GETTEXT.
> > After I resolve I try changes which Michael propose
 I don't why but I already two time stuck in problem when I get errors 
in
 compiling but after I comment my local.conf lines
 PARALLEL_MAKE = "-j 20"
 BB_NUMBER_THREADS = "4"
 all errors disapearing
 I think problem is in waiting of dependent task
 BUT I create hello-world for x86_64 !
 Thank you very much!!!
 Next I would try bootstrap and X11 images





--
Thank you.
Perepelica Alexander



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-01-12 16:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-12  7:49 Gnu/stubs-32.h not found Perepelica Alexander
2010-01-12  9:36 ` Phil Blundell
2010-01-12 10:27   ` Perepelica Alexander
2010-01-12 10:32     ` Perepelica Alexander
2010-01-12 14:16       ` Phil Blundell
2010-01-12 15:19         ` Michael Smith
2010-01-12 15:26           ` Perepelica Alexander
     [not found]             ` <578649919.1263312754.64087816.75695@mcgi68.rambler.ru>
2010-01-12 16:26               ` Perepelica Alexander

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.