Can't build gcc

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi!

I'm encountering weird errors when trying to build gcc 5.4.0 which I need
for a legacy system. But 8.2.0 throws the same errors anyway so I assume
I have a more generic problem. There seems be a type definition mismatch
but I have no headers installed twice in different versions. What's the
issue?

Greetings,
Fabiano
$ mkdir gcc
$ cd gcc
$ export CFLAGS="-L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include"
$ ../gcc-5.4.0/configure --disable-multilib
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for a sed that does not truncate output... /bin/sed
checking for gawk... gawk
checking for libatomic support... yes
checking for libcilkrts support... yes
checking for libitm support... yes
checking for libsanitizer support... yes
checking for libvtv support... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking whether g++ accepts -static-libstdc++ -static-libgcc... yes
checking for gnatbind... no
checking for gnatmake... no
checking whether compiler driver understands Ada... no
checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
checking for objdir... .libs
checking for the correct version of gmp.h... yes
checking for the correct version of mpfr.h... yes
checking for the correct version of mpc.h... yes
checking for the correct version of the gmp/mpfr/mpc libraries... yes
checking for compatible ISL... no
The following languages will be built: c,c++,fortran,java,lto,objc
*** This configuration is not supported in the following subdirectories:
     target-libmpx gnattools gotools target-libada target-libgo target-libbacktrace target-liboffloadmic
    (Any other directories should still work fine.)
checking for default BUILD_CONFIG... bootstrap-debug
checking for --enable-vtable-verify... no
checking for bison... no
checking for byacc... no
checking for yacc... no
checking for bison... no
checking for gm4... no
checking for gnum4... no
checking for m4... m4
checking for flex... no
checking for lex... no
checking for flex... no
checking for makeinfo... no
/home/luser/Downloads/gcc-5.4.0/missing: 81: /home/luser/Downloads/gcc-5.4.0/missing: makeinfo: not found
checking for expect... no
checking for runtest... no
checking for ar... ar
checking for as... as
checking for dlltool... no
checking for ld... ld
checking for lipo... no
checking for nm... nm
checking for ranlib... ranlib
checking for strip... strip
checking for windres... no
checking for windmc... no
checking for objcopy... objcopy
checking for objdump... objdump
checking for readelf... readelf
checking for cc... cc
checking for c++... c++
checking for gcc... gcc
checking for gcj... no
checking for gfortran... no
checking for gccgo... no
checking for ar... no
checking for ar... ar
checking for as... no
checking for as... as
checking for dlltool... no
checking for dlltool... no
checking for ld... no
checking for ld... ld
checking for lipo... no
checking for lipo... no
checking for nm... no
checking for nm... nm
checking for objcopy... no
checking for objcopy... objcopy
checking for objdump... no
checking for objdump... objdump
checking for ranlib... no
checking for ranlib... ranlib
checking for readelf... no
checking for readelf... readelf
checking for strip... no
checking for strip... strip
checking for windres... no
checking for windres... no
checking for windmc... no
checking for windmc... no
checking where to find the target ar... host tool
checking where to find the target as... host tool
checking where to find the target cc... just compiled
checking where to find the target c++... just compiled
checking where to find the target c++ for libstdc++... just compiled
checking where to find the target dlltool... host tool
checking where to find the target gcc... just compiled
checking where to find the target gcj... just compiled
checking where to find the target gfortran... just compiled
checking where to find the target gccgo... host tool
checking where to find the target ld... host tool
checking where to find the target lipo... host tool
checking where to find the target nm... host tool
checking where to find the target objcopy... host tool
checking where to find the target objdump... host tool
checking where to find the target ranlib... host tool
checking where to find the target readelf... host tool
checking where to find the target strip... host tool
checking where to find the target windres... host tool
checking where to find the target windmc... host tool
checking whether to enable maintainer-specific portions of Makefiles... no
configure: creating ./config.status
config.status: creating Makefile

$ make
[ -f stage_final ] || echo stage3 > stage_final
make[1]: Entering directory '/home/luser/Downloads/gcc'
make[2]: Entering directory '/home/luser/Downloads/gcc'
make[2]: Leaving directory '/home/luser/Downloads/gcc'
make[2]: Entering directory '/home/luser/Downloads/gcc'
Configuring stage 1 in ./intl
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for x86_64-unknown-linux-gnu-gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for x86_64-unknown-linux-gnu-ranlib... ranlib
checking for library containing strerror... none required
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for off_t... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether integer division by zero raises SIGFPE... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unsigned long long... yes
checking for inttypes.h... yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for ld used by GCC... ld
checking if the linker (ld) is GNU ld... yes
checking for shared library run path origin... done
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for feof_unlocked... yes
checking for fgets_unlocked... yes
checking for getc_unlocked... yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for stpcpy... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
checking for __fsetlocking... yes
checking for iconv... yes
checking for iconv declaration... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking for bison... no
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for aclocal... no
checking for autoconf... no
checking for autoheader... no
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.intl
config.status: creating config.h
config.status: executing default-1 commands
Configuring stage 1 in ./lto-plugin
configure: creating cache ./config.cache
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-unknown-linux-gnu-gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking whether gcc supports -Wall... yes
checking for -static-libgcc... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/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... 1572864
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-unknown-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-unknown-linux-gnu-ar... ar
checking for x86_64-unknown-linux-gnu-strip... no
checking for strip... strip
checking for x86_64-unknown-linux-gnu-ranlib... ranlib
checking command to parse nm output from gcc object... ok
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for 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 for int64_t... yes
checking for uint64_t... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
Configuring stage 1 in ./libiberty
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... /home/luser/Downloads/gcc-5.4.0/missing makeinfo --split-size=5000000 --split-size=5000000
configure: WARNING:
*** Makeinfo is missing. Info documentation will not be built.
checking for perl... perl
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for x86_64-unknown-linux-gnu-ar... ar
checking for x86_64-unknown-linux-gnu-ranlib... ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir =
checking for x86_64-unknown-linux-gnu-gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking how to run the C preprocessor... gcc -E
checking whether gcc supports -W... yes
checking whether gcc supports -Wall... yes
checking whether gcc supports -Wwrite-strings... yes
checking whether gcc supports -Wc++-compat... yes
checking whether gcc supports -Wstrict-prototypes... yes
checking whether gcc supports -pedantic ... yes
checking whether gcc and cc understand -c and -o together... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... yes
checking for sys/param.h... yes
checking for limits.h... yes
checking for stdlib.h... (cached) yes
checking for malloc.h... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/time.h... yes
checking for time.h... yes
checking for sys/resource.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... yes
checking for fcntl.h... yes
checking for alloca.h... yes
checking for sys/pstat.h... no
checking for sys/sysmp.h... no
checking for sys/sysinfo.h... yes
checking for machine/hal_sysinfo.h... no
checking for sys/table.h... no
checking for sys/sysctl.h... yes
checking for sys/systemcfg.h... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... yes
checking for process.h... no
checking for sys/prctl.h... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... no
checking size of int... 4
checking size of long... 8
checking for long long... yes
checking size of long long... 8
checking for a 64-bit type... uint64_t
checking for intptr_t... yes
checking for uintptr_t... yes
checking for ssize_t... yes
checking for pid_t... yes
checking for library containing strerror... none required
checking for asprintf... yes
checking for atexit... yes
checking for basename... yes
checking for bcmp... yes
checking for bcopy... yes
checking for bsearch... yes
checking for bzero... yes
checking for calloc... yes
checking for clock... yes
checking for ffs... yes
checking for getcwd... yes
checking for getpagesize... yes
checking for gettimeofday... yes
checking for index... yes
checking for insque... yes
checking for memchr... yes
checking for memcmp... yes
checking for memcpy... yes
checking for memmem... yes
checking for memmove... yes
checking for mempcpy... yes
checking for memset... yes
checking for mkstemps... yes
checking for putenv... yes
checking for random... yes
checking for rename... yes
checking for rindex... yes
checking for setenv... yes
checking for snprintf... yes
checking for sigsetmask... yes
checking for stpcpy... yes
checking for stpncpy... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strncasecmp... yes
checking for strndup... yes
checking for strnlen... yes
checking for strrchr... yes
checking for strstr... yes
checking for strtod... yes
checking for strtol... yes
checking for strtoul... yes
checking for strtoll... yes
checking for strtoull... yes
checking for strverscmp... yes
checking for tmpnam... yes
checking for vasprintf... yes
checking for vfprintf... yes
checking for vprintf... yes
checking for vsnprintf... yes
checking for vsprintf... yes
checking for waitpid... yes
checking for setproctitle... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... -1
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for _doprnt... no
checking for sys_errlist... yes
checking for sys_nerr... yes
checking for sys_siglist... yes
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for canonicalize_file_name... yes
checking for dup3... yes
checking for getrlimit... yes
checking for getrusage... yes
checking for getsysinfo... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for psignal... yes
checking for pstat_getdynamic... no
checking for pstat_getstatic... no
checking for realpath... yes
checking for setrlimit... yes
checking for sbrk... yes
checking for spawnve... no
checking for spawnvpe... no
checking for strerror... yes
checking for strsignal... yes
checking for sysconf... yes
checking for sysctl... yes
checking for sysmp... no
checking for table... no
checking for times... yes
checking for wait3... yes
checking for wait4... yes
checking whether basename is declared... no
checking whether ffs is declared... yes
checking whether asprintf is declared... no
checking whether vasprintf is declared... no
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether calloc is declared... yes
checking whether getenv is declared... yes
checking whether getopt is declared... yes
checking whether malloc is declared... yes
checking whether realloc is declared... yes
checking whether sbrk is declared... yes
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... yes
checking for working strncmp... yes
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating config.h
config.status: executing default commands
make[3]: Entering directory '/home/luser/Downloads/gcc/libiberty'
if [ x"-fpic" != x ] && [ ! -d pic ]; then \
  mkdir pic; \
else true; fi
touch stamp-picdir
if [ x"" != x ] && [ ! -d noasan ]; then \
  mkdir noasan; \
else true; fi
touch stamp-noasandir
if [ x"-fpic" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-5.4.0/libiberty/regex.c -o pic/regex.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic  ../../gcc-5.4.0/libiberty/regex.c -o noasan/regex.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-5.4.0/libiberty/regex.c -o regex.o
if [ x"-fpic" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-5.4.0/libiberty/cplus-dem.c -o pic/cplus-dem.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic  ../../gcc-5.4.0/libiberty/cplus-dem.c -o noasan/cplus-dem.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-5.4.0/libiberty/cplus-dem.c -o cplus-dem.o
if [ x"-fpic" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-5.4.0/libiberty/cp-demangle.c -o pic/cp-demangle.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic  ../../gcc-5.4.0/libiberty/cp-demangle.c -o noasan/cp-demangle.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-5.4.0/libiberty/cp-demangle.c -o cp-demangle.o
if [ x"-fpic" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-5.4.0/libiberty/md5.c -o pic/md5.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic  ../../gcc-5.4.0/libiberty/md5.c -o noasan/md5.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-5.4.0/libiberty/md5.c -o md5.o
if [ x"-fpic" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-5.4.0/libiberty/sha1.c -o pic/sha1.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic  ../../gcc-5.4.0/libiberty/sha1.c -o noasan/sha1.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-5.4.0/libiberty/sha1.c -o sha1.o
if [ x"-fpic" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-5.4.0/libiberty/alloca.c -o pic/alloca.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic  ../../gcc-5.4.0/libiberty/alloca.c -o noasan/alloca.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-5.4.0/libiberty/alloca.c -o alloca.o
if [ x"-fpic" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-5.4.0/libiberty/argv.c -o pic/argv.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic  ../../gcc-5.4.0/libiberty/argv.c -o noasan/argv.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-5.4.0/libiberty/argv.c -o argv.o
if [ x"-fpic" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-5.4.0/libiberty/choose-temp.c -o pic/choose-temp.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic  ../../gcc-5.4.0/libiberty/choose-temp.c -o noasan/choose-temp.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-5.4.0/libiberty/choose-temp.c -o choose-temp.o
if [ x"-fpic" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-5.4.0/libiberty/concat.c -o pic/concat.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic  ../../gcc-5.4.0/libiberty/concat.c -o noasan/concat.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-5.4.0/libiberty/concat.c -o concat.o
if [ x"-fpic" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-5.4.0/libiberty/cp-demint.c -o pic/cp-demint.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic  ../../gcc-5.4.0/libiberty/cp-demint.c -o noasan/cp-demint.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-5.4.0/libiberty/cp-demint.c -o cp-demint.o
if [ x"-fpic" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-5.4.0/libiberty/crc32.c -o pic/crc32.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic  ../../gcc-5.4.0/libiberty/crc32.c -o noasan/crc32.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-5.4.0/libiberty/crc32.c -o crc32.o
if [ x"-fpic" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-5.4.0/libiberty/d-demangle.c -o pic/d-demangle.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic  ../../gcc-5.4.0/libiberty/d-demangle.c -o noasan/d-demangle.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-5.4.0/libiberty/d-demangle.c -o d-demangle.o
if [ x"-fpic" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-5.4.0/libiberty/dwarfnames.c -o pic/dwarfnames.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic  ../../gcc-5.4.0/libiberty/dwarfnames.c -o noasan/dwarfnames.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-5.4.0/libiberty/dwarfnames.c -o dwarfnames.o
if [ x"-fpic" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-5.4.0/libiberty/dyn-string.c -o pic/dyn-string.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic  ../../gcc-5.4.0/libiberty/dyn-string.c -o noasan/dyn-string.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-5.4.0/libiberty/dyn-string.c -o dyn-string.o
if [ x"-fpic" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-5.4.0/libiberty/fdmatch.c -o pic/fdmatch.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic  ../../gcc-5.4.0/libiberty/fdmatch.c -o noasan/fdmatch.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-5.4.0/libiberty/fdmatch.c -o fdmatch.o
if [ x"-fpic" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-5.4.0/libiberty/fibheap.c -o pic/fibheap.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic  ../../gcc-5.4.0/libiberty/fibheap.c -o noasan/fibheap.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-5.4.0/libiberty/fibheap.c -o fibheap.o
if [ x"-fpic" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-5.4.0/libiberty/filename_cmp.c -o pic/filename_cmp.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic  ../../gcc-5.4.0/libiberty/filename_cmp.c -o noasan/filename_cmp.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-5.4.0/libiberty/filename_cmp.c -o filename_cmp.o
if [ x"-fpic" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-5.4.0/libiberty/floatformat.c -o pic/floatformat.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic  ../../gcc-5.4.0/libiberty/floatformat.c -o noasan/floatformat.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-5.4.0/libiberty/floatformat.c -o floatformat.o
if [ x"-fpic" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-5.4.0/libiberty/fnmatch.c -o pic/fnmatch.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic  ../../gcc-5.4.0/libiberty/fnmatch.c -o noasan/fnmatch.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-5.4.0/libiberty/fnmatch.c -o fnmatch.o
if [ x"-fpic" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-5.4.0/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic  ../../gcc-5.4.0/libiberty/fopen_unlocked.c -o noasan/fopen_unlocked.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-5.4.0/libiberty/fopen_unlocked.c -o fopen_unlocked.o
if [ x"-fpic" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-5.4.0/libiberty/getopt.c -o pic/getopt.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic  ../../gcc-5.4.0/libiberty/getopt.c -o noasan/getopt.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-5.4.0/libiberty/getopt.c -o getopt.o
if [ x"-fpic" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-5.4.0/libiberty/getopt1.c -o pic/getopt1.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic  ../../gcc-5.4.0/libiberty/getopt1.c -o noasan/getopt1.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-5.4.0/libiberty/getopt1.c -o getopt1.o
if [ x"-fpic" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-5.4.0/libiberty/getpwd.c -o pic/getpwd.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic  ../../gcc-5.4.0/libiberty/getpwd.c -o noasan/getpwd.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-5.4.0/libiberty/getpwd.c -o getpwd.o
if [ x"-fpic" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-5.4.0/libiberty/getruntime.c -o pic/getruntime.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic  ../../gcc-5.4.0/libiberty/getruntime.c -o noasan/getruntime.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-5.4.0/libiberty/getruntime.c -o getruntime.o
if [ x"-fpic" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-5.4.0/libiberty/hashtab.c -o pic/hashtab.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic  ../../gcc-5.4.0/libiberty/hashtab.c -o noasan/hashtab.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-5.4.0/libiberty/hashtab.c -o hashtab.o
if [ x"-fpic" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-5.4.0/libiberty/hex.c -o pic/hex.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic  ../../gcc-5.4.0/libiberty/hex.c -o noasan/hex.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-5.4.0/libiberty/hex.c -o hex.o
if [ x"-fpic" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-5.4.0/libiberty/lbasename.c -o pic/lbasename.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic  ../../gcc-5.4.0/libiberty/lbasename.c -o noasan/lbasename.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-5.4.0/libiberty/lbasename.c -o lbasename.o
if [ x"-fpic" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-5.4.0/libiberty/lrealpath.c -o pic/lrealpath.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic  ../../gcc-5.4.0/libiberty/lrealpath.c -o noasan/lrealpath.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-5.4.0/libiberty/lrealpath.c -o lrealpath.o
if [ x"-fpic" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-5.4.0/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic  ../../gcc-5.4.0/libiberty/make-relative-prefix.c -o noasan/make-relative-prefix.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-5.4.0/libiberty/make-relative-prefix.c -o make-relative-prefix.o
if [ x"-fpic" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-5.4.0/libiberty/make-temp-file.c -o pic/make-temp-file.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic  ../../gcc-5.4.0/libiberty/make-temp-file.c -o noasan/make-temp-file.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-5.4.0/libiberty/make-temp-file.c -o make-temp-file.o
if [ x"-fpic" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-5.4.0/libiberty/objalloc.c -o pic/objalloc.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic  ../../gcc-5.4.0/libiberty/objalloc.c -o noasan/objalloc.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-5.4.0/libiberty/objalloc.c -o objalloc.o
if [ x"-fpic" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-5.4.0/libiberty/obstack.c -o pic/obstack.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic  ../../gcc-5.4.0/libiberty/obstack.c -o noasan/obstack.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-5.4.0/libiberty/obstack.c -o obstack.o
if [ x"-fpic" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-5.4.0/libiberty/partition.c -o pic/partition.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic  ../../gcc-5.4.0/libiberty/partition.c -o noasan/partition.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-5.4.0/libiberty/partition.c -o partition.o
if [ x"-fpic" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-5.4.0/libiberty/pexecute.c -o pic/pexecute.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic  ../../gcc-5.4.0/libiberty/pexecute.c -o noasan/pexecute.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-5.4.0/libiberty/pexecute.c -o pexecute.o
if [ x"-fpic" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-5.4.0/libiberty/physmem.c -o pic/physmem.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic  ../../gcc-5.4.0/libiberty/physmem.c -o noasan/physmem.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-5.4.0/libiberty/physmem.c -o physmem.o
if [ x"-fpic" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-5.4.0/libiberty/pex-common.c -o pic/pex-common.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic  ../../gcc-5.4.0/libiberty/pex-common.c -o noasan/pex-common.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-5.4.0/libiberty/pex-common.c -o pex-common.o
if [ x"-fpic" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-5.4.0/libiberty/pex-one.c -o pic/pex-one.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic  ../../gcc-5.4.0/libiberty/pex-one.c -o noasan/pex-one.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-5.4.0/libiberty/pex-one.c -o pex-one.o
if [ x"-fpic" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-5.4.0/libiberty/pex-unix.c -o pic/pex-unix.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic  ../../gcc-5.4.0/libiberty/pex-unix.c -o noasan/pex-unix.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-5.4.0/libiberty/pex-unix.c -o pex-unix.o
if [ x"-fpic" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-5.4.0/libiberty/vprintf-support.c -o pic/vprintf-support.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic  ../../gcc-5.4.0/libiberty/vprintf-support.c -o noasan/vprintf-support.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-5.4.0/libiberty/vprintf-support.c -o vprintf-support.o
if [ x"-fpic" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-5.4.0/libiberty/safe-ctype.c -o pic/safe-ctype.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic  ../../gcc-5.4.0/libiberty/safe-ctype.c -o noasan/safe-ctype.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-5.4.0/libiberty/safe-ctype.c -o safe-ctype.o
if [ x"-fpic" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-5.4.0/libiberty/simple-object.c -o pic/simple-object.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic  ../../gcc-5.4.0/libiberty/simple-object.c -o noasan/simple-object.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-5.4.0/libiberty/simple-object.c -o simple-object.o
if [ x"-fpic" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-5.4.0/libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic  ../../gcc-5.4.0/libiberty/simple-object-coff.c -o noasan/simple-object-coff.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-5.4.0/libiberty/simple-object-coff.c -o simple-object-coff.o
if [ x"-fpic" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-5.4.0/libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic  ../../gcc-5.4.0/libiberty/simple-object-elf.c -o noasan/simple-object-elf.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-5.4.0/libiberty/simple-object-elf.c -o simple-object-elf.o
if [ x"-fpic" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-5.4.0/libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic  ../../gcc-5.4.0/libiberty/simple-object-mach-o.c -o noasan/simple-object-mach-o.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-5.4.0/libiberty/simple-object-mach-o.c -o simple-object-mach-o.o
if [ x"-fpic" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-5.4.0/libiberty/simple-object-xcoff.c -o pic/simple-object-xcoff.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic  ../../gcc-5.4.0/libiberty/simple-object-xcoff.c -o noasan/simple-object-xcoff.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-5.4.0/libiberty/simple-object-xcoff.c -o simple-object-xcoff.o
if [ x"-fpic" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-5.4.0/libiberty/sort.c -o pic/sort.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic  ../../gcc-5.4.0/libiberty/sort.c -o noasan/sort.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-5.4.0/libiberty/sort.c -o sort.o
if [ x"-fpic" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-5.4.0/libiberty/spaces.c -o pic/spaces.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic  ../../gcc-5.4.0/libiberty/spaces.c -o noasan/spaces.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-5.4.0/libiberty/spaces.c -o spaces.o
if [ x"-fpic" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-5.4.0/libiberty/splay-tree.c -o pic/splay-tree.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic  ../../gcc-5.4.0/libiberty/splay-tree.c -o noasan/splay-tree.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-5.4.0/libiberty/splay-tree.c -o splay-tree.o
if [ x"-fpic" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-5.4.0/libiberty/stack-limit.c -o pic/stack-limit.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic  ../../gcc-5.4.0/libiberty/stack-limit.c -o noasan/stack-limit.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-5.4.0/libiberty/stack-limit.c -o stack-limit.o
if [ x"-fpic" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-5.4.0/libiberty/strerror.c -o pic/strerror.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic  ../../gcc-5.4.0/libiberty/strerror.c -o noasan/strerror.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-5.4.0/libiberty/strerror.c -o strerror.o
if [ x"-fpic" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-5.4.0/libiberty/strsignal.c -o pic/strsignal.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic  ../../gcc-5.4.0/libiberty/strsignal.c -o noasan/strsignal.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-5.4.0/libiberty/strsignal.c -o strsignal.o
if [ x"-fpic" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-5.4.0/libiberty/timeval-utils.c -o pic/timeval-utils.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic  ../../gcc-5.4.0/libiberty/timeval-utils.c -o noasan/timeval-utils.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-5.4.0/libiberty/timeval-utils.c -o timeval-utils.o
if [ x"-fpic" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-5.4.0/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic  ../../gcc-5.4.0/libiberty/unlink-if-ordinary.c -o noasan/unlink-if-ordinary.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-5.4.0/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o
if [ x"-fpic" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-5.4.0/libiberty/xasprintf.c -o pic/xasprintf.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic  ../../gcc-5.4.0/libiberty/xasprintf.c -o noasan/xasprintf.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-5.4.0/libiberty/xasprintf.c -o xasprintf.o
if [ x"-fpic" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-5.4.0/libiberty/xatexit.c -o pic/xatexit.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic  ../../gcc-5.4.0/libiberty/xatexit.c -o noasan/xatexit.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-5.4.0/libiberty/xatexit.c -o xatexit.o
if [ x"-fpic" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-5.4.0/libiberty/xexit.c -o pic/xexit.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic  ../../gcc-5.4.0/libiberty/xexit.c -o noasan/xexit.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-5.4.0/libiberty/xexit.c -o xexit.o
if [ x"-fpic" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-5.4.0/libiberty/xmalloc.c -o pic/xmalloc.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic  ../../gcc-5.4.0/libiberty/xmalloc.c -o noasan/xmalloc.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-5.4.0/libiberty/xmalloc.c -o xmalloc.o
if [ x"-fpic" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-5.4.0/libiberty/xmemdup.c -o pic/xmemdup.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic  ../../gcc-5.4.0/libiberty/xmemdup.c -o noasan/xmemdup.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-5.4.0/libiberty/xmemdup.c -o xmemdup.o
if [ x"-fpic" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-5.4.0/libiberty/xstrdup.c -o pic/xstrdup.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic  ../../gcc-5.4.0/libiberty/xstrdup.c -o noasan/xstrdup.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-5.4.0/libiberty/xstrdup.c -o xstrdup.o
if [ x"-fpic" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-5.4.0/libiberty/xstrerror.c -o pic/xstrerror.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic  ../../gcc-5.4.0/libiberty/xstrerror.c -o noasan/xstrerror.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-5.4.0/libiberty/xstrerror.c -o xstrerror.o
if [ x"-fpic" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-5.4.0/libiberty/xstrndup.c -o pic/xstrndup.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic  ../../gcc-5.4.0/libiberty/xstrndup.c -o noasan/xstrndup.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-5.4.0/libiberty/xstrndup.c -o xstrndup.o
if [ x"-fpic" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-5.4.0/libiberty/xvasprintf.c -o pic/xvasprintf.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic  ../../gcc-5.4.0/libiberty/xvasprintf.c -o noasan/xvasprintf.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-5.4.0/libiberty/xvasprintf.c -o xvasprintf.o
if [ x"-fpic" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-5.4.0/libiberty/setproctitle.c -o pic/setproctitle.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic  ../../gcc-5.4.0/libiberty/setproctitle.c -o noasan/setproctitle.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g  -I. -I../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-5.4.0/libiberty/setproctitle.c -o setproctitle.o
rm -f ./libiberty.a pic/./libiberty.a noasan/./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 ./crc32.o ./d-demangle.o ./dwarfnames.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 ./vprintf-support.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./setproctitle.o
ranlib ./libiberty.a
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 ./crc32.o ./d-demangle.o ./dwarfnames.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 ./vprintf-support.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./setproctitle.o; \
  ranlib ./libiberty.a; \
  cd ..; \
else true; fi; \
if [ x"" != x ]; then \
  cd noasan; \
  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 ./crc32.o ./d-demangle.o ./dwarfnames.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 ./vprintf-support.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./setproctitle.o; \
  ranlib ./libiberty.a; \
  cd ..; \
else true; fi
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 ./crc32.o ./d-demangle.o ./dwarfnames.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 ./vprintf-support.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o > required-list
make[4]: Entering directory '/home/luser/Downloads/gcc/libiberty/testsuite'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/luser/Downloads/gcc/libiberty/testsuite'
make[3]: Leaving directory '/home/luser/Downloads/gcc/libiberty'
make[3]: Entering directory '/home/luser/Downloads/gcc/lto-plugin'
make  all-am
make[4]: Entering directory '/home/luser/Downloads/gcc/lto-plugin'
/bin/bash ./libtool --tag=CC --tag=disable-static  --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gcc-5.4.0/lto-plugin  -I../../gcc-5.4.0/lto-plugin/../include -DHAVE_CONFIG_H  -Wall -g -c -o lto-plugin.lo ../../gcc-5.4.0/lto-plugin/lto-plugin.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../gcc-5.4.0/lto-plugin -I../../gcc-5.4.0/lto-plugin/../include -DHAVE_CONFIG_H -Wall -g -c ../../gcc-5.4.0/lto-plugin/lto-plugin.c  -fPIC -DPIC -o .libs/lto-plugin.o
/bin/bash ./libtool --tag=CC --tag=disable-static  --mode=link gcc -Wall -g -Wc,-static-libgcc  -module -bindir /usr/local/libexec/gcc/x86_64-unknown-linux-gnu/5.4.0    -Xcompiler '-static-libstdc++' -Xcompiler '-static-libgcc' -o liblto_plugin.la -rpath /usr/local/libexec/gcc/x86_64-unknown-linux-gnu/5.4.0 lto-plugin.lo  -Wc,../libiberty/pic/libiberty.a
libtool: link: gcc -shared  -fPIC -DPIC  .libs/lto-plugin.o    -static-libgcc -static-libstdc++ -static-libgcc ../libiberty/pic/libiberty.a   -Wl,-soname -Wl,liblto_plugin.so.0 -o .libs/liblto_plugin.so.0.0.0
libtool: link: (cd ".libs" && rm -f "liblto_plugin.so.0" && ln -s "liblto_plugin.so.0.0.0" "liblto_plugin.so.0")
libtool: link: (cd ".libs" && rm -f "liblto_plugin.so" && ln -s "liblto_plugin.so.0.0.0" "liblto_plugin.so")
libtool: link: ( cd ".libs" && rm -f "liblto_plugin.la" && ln -s "../liblto_plugin.la" "liblto_plugin.la" )
libtool: install: /usr/bin/install -c .libs/liblto_plugin.so.0.0.0 /home/luser/Downloads/gcc/lto-plugin/../gcc/liblto_plugin.so.0.0.0
libtool: install: (cd /home/luser/Downloads/gcc/lto-plugin/../gcc && { ln -s -f liblto_plugin.so.0.0.0 liblto_plugin.so.0 || { rm -f liblto_plugin.so.0 && ln -s liblto_plugin.so.0.0.0 liblto_plugin.so.0; }; })
libtool: install: (cd /home/luser/Downloads/gcc/lto-plugin/../gcc && { ln -s -f liblto_plugin.so.0.0.0 liblto_plugin.so || { rm -f liblto_plugin.so && ln -s liblto_plugin.so.0.0.0 liblto_plugin.so; }; })
libtool: install: /usr/bin/install -c .libs/liblto_plugin.lai /home/luser/Downloads/gcc/lto-plugin/../gcc/liblto_plugin.la
libtool: install: warning: remember to run `libtool --finish /usr/local/libexec/gcc/x86_64-unknown-linux-gnu/5.4.0'
make[4]: Leaving directory '/home/luser/Downloads/gcc/lto-plugin'
make[3]: Leaving directory '/home/luser/Downloads/gcc/lto-plugin'
Configuring stage 1 in ./gcc
configure: creating cache ./config.cache
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
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-unknown-linux-gnu-gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for x86_64-unknown-linux-gnu-gnatbind... no
checking for x86_64-unknown-linux-gnu-gnatmake... no
checking whether compiler driver understands Ada... no
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking how to run the C preprocessor... gcc -E
checking for inline... inline
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking size of void *... 8
checking size of short... 2
checking size of int... 4
checking size of long... 8
checking for long long... yes
checking size of long long... 8
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for long long int... yes
checking for intmax_t... yes
checking for intptr_t... yes
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for unsigned long long int... yes
checking for uintmax_t... yes
checking for uintptr_t... yes
checking for int64_t underlying type... long
checking whether gcc supports -W... yes
checking whether gcc supports -Wall... yes
checking whether gcc supports -Wnarrowing... yes
checking whether gcc supports -Wwrite-strings... yes
checking whether gcc supports -Wcast-qual... yes
checking whether gcc supports -Wformat... yes
checking whether gcc supports -Wstrict-prototypes... yes
checking whether gcc supports -Wmissing-prototypes... yes
checking whether gcc supports -Wmissing-format-attribute... yes
checking whether gcc supports -Woverloaded-virtual... yes
checking whether gcc supports -Wold-style-definition... yes
checking whether gcc supports -Wc++-compat... yes
checking whether gcc supports -pedantic -Wlong-long -Wvariadic-macros -Woverlength-strings... yes
checking whether gcc supports -fno-exceptions... yes
checking whether gcc supports -fno-rtti... yes
checking whether gcc supports -fasynchronous-unwind-tables... yes
checking valgrind.h usability... no
checking valgrind.h presence... no
checking for valgrind.h... no
checking for VALGRIND_DISCARD in <valgrind/memcheck.h>... no
checking for VALGRIND_DISCARD in <memcheck.h>... no
checking for multiarch configuration... auto
configure: WARNING: fixed-point is not supported for this target, ignored
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-unknown-linux-gnu-ranlib... ranlib
checking for a BSD compatible install... /usr/bin/install -c
checking for cmp's capabilities... gnucompare
checking for mktemp... yes
checking for makeinfo... /home/luser/Downloads/gcc-5.4.0/missing makeinfo --split-size=5000000 --split-size=5000000
checking for modern makeinfo... no
configure: WARNING:
*** Makeinfo is missing or too old.
*** Info documentation will not be built.
checking for recent Pod::Man... yes
checking for flex... /home/luser/Downloads/gcc-5.4.0/missing flex
checking for bison... /home/luser/Downloads/gcc-5.4.0/missing bison
checking for nm... nm
checking for ar... ar
checking for sphinx-build... texinfo
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking whether string.h and strings.h may both be included... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
checking for limits.h... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for time.h... yes
checking for iconv.h... yes
checking for fcntl.h... yes
checking for ftw.h... yes
checking for unistd.h... (cached) yes
checking for sys/file.h... yes
checking for sys/time.h... yes
checking for sys/mman.h... yes
checking for sys/resource.h... yes
checking for sys/param.h... yes
checking for sys/times.h... yes
checking for sys/stat.h... (cached) yes
checking for direct.h... no
checking for malloc.h... yes
checking for langinfo.h... yes
checking for ldfcn.h... no
checking for locale.h... yes
checking for wchar.h... yes
checking for thread.h... no
checking for pthread.h... yes
checking for CHAR_BIT... yes
checking whether byte ordering is bigendian... no
checking how to run the C++ preprocessor... g++ -E
checking for unordered_map... no
checking for tr1/unordered_map... yes
checking for ext/hash_map... yes
checking dependency style of g++... gcc3
checking for collect2 libraries... none required
checking for library containing exc_resume... no
checking for library containing kstat_open... no
checking for library containing ldexp... none required
checking for inttypes.h... yes
checking for times... yes
checking for clock... yes
checking for kill... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking for atoll... yes
checking for atoq... no
checking for popen... yes
checking for sysconf... yes
checking for strsignal... yes
checking for getrusage... yes
checking for nl_langinfo... yes
checking for gettimeofday... yes
checking for mbstowcs... yes
checking for wcswidth... yes
checking for mmap... yes
checking for setlocale... yes
checking for clearerr_unlocked... yes
checking for feof_unlocked... yes
checking for ferror_unlocked... yes
checking for fflush_unlocked... yes
checking for fgetc_unlocked... yes
checking for fgets_unlocked... yes
checking for fileno_unlocked... yes
checking for fprintf_unlocked... no
checking for fputc_unlocked... yes
checking for fputs_unlocked... yes
checking for fread_unlocked... yes
checking for fwrite_unlocked... yes
checking for getchar_unlocked... yes
checking for getc_unlocked... yes
checking for putchar_unlocked... yes
checking for putc_unlocked... yes
checking for madvise... yes
checking whether mbstowcs works... yes
checking for ssize_t... yes
checking for caddr_t... yes
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)... yes
checking whether mmap with MAP_ANON(YMOUS) works... yes
checking for pid_t... yes
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for ld used by GCC... ld
checking if the linker (ld) is GNU ld... yes
checking for shared library run path origin... done
checking for iconv... yes
checking for iconv declaration... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for LC_MESSAGES... yes
checking for nl_langinfo and CODESET... yes
checking whether getenv is declared... no
checking whether atol is declared... no
checking whether asprintf is declared... no
checking whether sbrk is declared... no
checking whether abort is declared... no
checking whether atof is declared... no
checking whether getcwd is declared... no
checking whether getwd is declared... no
checking whether stpcpy is declared... no
checking whether strnlen is declared... no
checking whether strsignal is declared... no
checking whether strstr is declared... no
checking whether strverscmp is declared... no
checking whether strtol is declared... no
checking whether strtoul is declared... no
checking whether strtoll is declared... no
checking whether strtoull is declared... no
checking whether errno is declared... no
checking whether snprintf is declared... no
checking whether vsnprintf is declared... no
checking whether vasprintf is declared... no
checking whether malloc is declared... no
checking whether realloc is declared... no
checking whether calloc is declared... no
checking whether free is declared... no
checking whether basename is declared... no
checking whether getopt is declared... no
checking whether clock is declared... no
checking whether getpagesize is declared... no
checking whether ffs is declared... no
checking whether clearerr_unlocked is declared... no
checking whether feof_unlocked is declared... no
checking whether ferror_unlocked is declared... no
checking whether fflush_unlocked is declared... no
checking whether fgetc_unlocked is declared... no
checking whether fgets_unlocked is declared... no
checking whether fileno_unlocked is declared... no
checking whether fprintf_unlocked is declared... no
checking whether fputc_unlocked is declared... no
checking whether fputs_unlocked is declared... no
checking whether fread_unlocked is declared... no
checking whether fwrite_unlocked is declared... no
checking whether getchar_unlocked is declared... no
checking whether getc_unlocked is declared... no
checking whether putchar_unlocked is declared... no
checking whether putc_unlocked is declared... no
checking whether getrlimit is declared... no
checking whether setrlimit is declared... no
checking whether getrusage is declared... no
checking whether ldgetname is declared... no
checking whether times is declared... no
checking whether sigaltstack is declared... no
checking whether madvise is declared... no
checking for struct tms... no
checking for clock_t... no
checking for F_SETLKW... yes
checking if mkdir takes one argument... no
Using `../../gcc-5.4.0/gcc/config/i386/i386.c' for machine-specific logic.
Using `../../gcc-5.4.0/gcc/config/i386/i386.md' as machine description file.
Using the following target machine macro files:
        ../../gcc-5.4.0/gcc/config/vxworks-dummy.h
        ../../gcc-5.4.0/gcc/config/i386/biarch64.h
        ../../gcc-5.4.0/gcc/config/i386/i386.h
        ../../gcc-5.4.0/gcc/config/i386/unix.h
        ../../gcc-5.4.0/gcc/config/i386/att.h
        ../../gcc-5.4.0/gcc/config/dbxelf.h
        ../../gcc-5.4.0/gcc/config/elfos.h
        ../../gcc-5.4.0/gcc/config/gnu-user.h
        ../../gcc-5.4.0/gcc/config/glibc-stdint.h
        ../../gcc-5.4.0/gcc/config/i386/x86-64.h
        ../../gcc-5.4.0/gcc/config/i386/gnu-user-common.h
        ../../gcc-5.4.0/gcc/config/i386/gnu-user64.h
        ../../gcc-5.4.0/gcc/config/linux.h
        ../../gcc-5.4.0/gcc/config/linux-android.h
        ../../gcc-5.4.0/gcc/config/i386/linux-common.h
        ../../gcc-5.4.0/gcc/config/i386/linux64.h
        ../../gcc-5.4.0/gcc/config/initfini-array.h
Using host-linux.o for host machine hooks.
checking for __cxa_atexit... yes
checking whether NLS is requested... yes
checking for catalogs to be installed...  be da de el es fi fr hr id ja nl ru sr sv tr uk vi zh_CN zh_TW be da de el es fi fr hr id ja nl ru sr sv tr uk vi zh_CN zh_TW
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/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... 1572864
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-unknown-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-unknown-linux-gnu-ar... (cached) ar
checking for x86_64-unknown-linux-gnu-strip... no
checking for strip... strip
checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib
checking command to parse nm output from gcc object... ok
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 how to run the C++ preprocessor... g++ -E
checking for ld used by g++... ld -m elf_x86_64
checking if the linker (ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for as... /usr/bin/as
checking what assembler to use... /usr/bin/as
checking for ld... /usr/bin/ld
checking whether we are using gold... no
checking what linker to use... /usr/bin/ld
checking for nm... /usr/bin/nm
checking what nm to use... /usr/bin/nm
checking for objdump... /usr/bin/objdump
checking what objdump to use... /usr/bin/objdump
checking for readelf... /usr/bin/readelf
checking what readelf to use... /usr/bin/readelf
checking assembler flags... --64
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 for .preinit_array/.init_array/.fini_array support... yes
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 cfi sections directive... yes
checking assembler for eh_frame optimization... yes
checking assembler for section merging support... yes
checking assembler for stabs directive... yes
checking assembler for COMDAT group support (GNU as)... yes
checking assembler for line table discriminator support... yes
checking assembler for thread-local storage support... yes
checking linker -Bstatic/-Bdynamic option... yes
checking linker --demangle support... yes
checking linker plugin support... 2
checking assembler for .section with e... yes
checking assembler for filds and fists mnemonics... yes
checking assembler for fildq and fistpq mnemonics... yes
checking assembler for cmov syntax... no
checking assembler for ffreep mnemonic... yes
checking assembler for .quad directive... yes
checking assembler for sahf mnemonic... yes
checking assembler for interunit movq mnemonic... yes
checking assembler for hle prefixes... yes
checking assembler for swap suffix... yes
checking assembler for different section symbol subtraction... yes
checking assembler for GOTOFF in data... yes
checking assembler for rep and lock prefix... yes
checking assembler for ud2 mnemonic... yes
checking assembler for R_386_TLS_GD_PLT reloc... no
checking assembler for R_386_TLS_LDM_PLT reloc... no
checking assembler for R_386_TLS_LDM reloc... 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 compressed debug sections... 1
checking assembler for .lcomm with alignment... no
checking for target glibc version... 2.23
checking assembler for gnu_unique_object... yes
checking assembler for tolerance to line number 0... yes
checking linker PT_GNU_EH_FRAME support... yes
checking linker CIEv3 in .eh_frame support... yes
checking linker position independent executable support... yes
checking linker PIE support with copy reloc... yes
checking linker EH-compatible garbage collection of sections... yes
checking linker EH garbage collection of sections bug... no
checking linker for compressed debug sections... 1
checking linker --as-needed support... yes
checking linker mapfile support for clearing hardware capabilities... no
checking linker --build-id support... yes
checking linker *_sol2 emulation support... no
checking linker --sysroot support... yes
checking __stack_chk_fail in target C library... yes
checking sys/sdt.h in the target C library... no
checking dl_iterate_phdr in target C library... unknown
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether to avoid linking multiple front-ends at once... no
Links are now set up to build a native compiler for x86_64-unknown-linux-gnu.
checking for exported symbols... yes
checking for -rdynamic... yes
checking for library containing dlopen... -ldl
checking for -fPIC -shared... yes
configure: 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 ada/gcc-interface/Makefile
config.status: creating ada/Makefile
config.status: creating auto-host.h
config.status: executing depdir commands
mkdir -p -- .deps
config.status: executing gccdepdir commands
mkdir -p -- build/.deps
mkdir -p -- ada/.deps
mkdir -p -- c/.deps
mkdir -p -- cp/.deps
mkdir -p -- fortran/.deps
mkdir -p -- go/.deps
mkdir -p -- java/.deps
mkdir -p -- jit/.deps
mkdir -p -- lto/.deps
mkdir -p -- objc/.deps
mkdir -p -- objcp/.deps
mkdir -p -- c-family/.deps
mkdir -p -- common/.deps
config.status: executing default commands
make[3]: Entering directory '/home/luser/Downloads/gcc/intl'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/luser/Downloads/gcc/intl'
mkdir -p -- build-x86_64-unknown-linux-gnu/libiberty
Configuring in build-x86_64-unknown-linux-gnu/libiberty
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... /home/luser/Downloads/gcc-5.4.0/missing makeinfo --split-size=5000000 --split-size=5000000
configure: WARNING:
*** Makeinfo is missing. Info documentation will not be built.
checking for perl... perl
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for x86_64-unknown-linux-gnu-ar... ar
checking for x86_64-unknown-linux-gnu-ranlib... ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir =
checking for x86_64-unknown-linux-gnu-gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking how to run the C preprocessor... gcc -E
checking whether gcc supports -W... yes
checking whether gcc supports -Wall... yes
checking whether gcc supports -Wwrite-strings... yes
checking whether gcc supports -Wc++-compat... yes
checking whether gcc supports -Wstrict-prototypes... yes
checking whether gcc supports -pedantic ... yes
checking whether gcc and cc understand -c and -o together... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... yes
checking for sys/param.h... yes
checking for limits.h... yes
checking for stdlib.h... (cached) yes
checking for malloc.h... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/time.h... yes
checking for time.h... yes
checking for sys/resource.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... yes
checking for fcntl.h... yes
checking for alloca.h... yes
checking for sys/pstat.h... no
checking for sys/sysmp.h... no
checking for sys/sysinfo.h... yes
checking for machine/hal_sysinfo.h... no
checking for sys/table.h... no
checking for sys/sysctl.h... yes
checking for sys/systemcfg.h... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... yes
checking for process.h... no
checking for sys/prctl.h... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... no
checking size of int... 4
checking size of long... 8
checking for long long... yes
checking size of long long... 8
checking for a 64-bit type... uint64_t
checking for intptr_t... yes
checking for uintptr_t... yes
checking for ssize_t... yes
checking for pid_t... yes
checking for library containing strerror... none required
checking for asprintf... yes
checking for atexit... yes
checking for basename... yes
checking for bcmp... yes
checking for bcopy... yes
checking for bsearch... yes
checking for bzero... yes
checking for calloc... yes
checking for clock... yes
checking for ffs... yes
checking for getcwd... yes
checking for getpagesize... yes
checking for gettimeofday... yes
checking for index... yes
checking for insque... yes
checking for memchr... yes
checking for memcmp... yes
checking for memcpy... yes
checking for memmem... yes
checking for memmove... yes
checking for mempcpy... yes
checking for memset... yes
checking for mkstemps... yes
checking for putenv... yes
checking for random... yes
checking for rename... yes
checking for rindex... yes
checking for setenv... yes
checking for snprintf... yes
checking for sigsetmask... yes
checking for stpcpy... yes
checking for stpncpy... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strncasecmp... yes
checking for strndup... yes
checking for strnlen... yes
checking for strrchr... yes
checking for strstr... yes
checking for strtod... yes
checking for strtol... yes
checking for strtoul... yes
checking for strtoll... yes
checking for strtoull... yes
checking for strverscmp... yes
checking for tmpnam... yes
checking for vasprintf... yes
checking for vfprintf... yes
checking for vprintf... yes
checking for vsnprintf... yes
checking for vsprintf... yes
checking for waitpid... yes
checking for setproctitle... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... -1
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for _doprnt... no
checking for sys_errlist... yes
checking for sys_nerr... yes
checking for sys_siglist... yes
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for canonicalize_file_name... yes
checking for dup3... yes
checking for getrlimit... yes
checking for getrusage... yes
checking for getsysinfo... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for psignal... yes
checking for pstat_getdynamic... no
checking for pstat_getstatic... no
checking for realpath... yes
checking for setrlimit... yes
checking for sbrk... yes
checking for spawnve... no
checking for spawnvpe... no
checking for strerror... yes
checking for strsignal... yes
checking for sysconf... yes
checking for sysctl... yes
checking for sysmp... no
checking for table... no
checking for times... yes
checking for wait3... yes
checking for wait4... yes
checking whether basename is declared... no
checking whether ffs is declared... yes
checking whether asprintf is declared... no
checking whether vasprintf is declared... no
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether calloc is declared... yes
checking whether getenv is declared... yes
checking whether getopt is declared... yes
checking whether malloc is declared... yes
checking whether realloc is declared... yes
checking whether sbrk is declared... yes
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... yes
checking for working strncmp... yes
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating config.h
config.status: executing default commands
make[3]: Entering directory '/home/luser/Downloads/gcc/build-x86_64-unknown-linux-gnu/libiberty'
if [ x"" != x ] && [ ! -d pic ]; then \
  mkdir pic; \
else true; fi
touch stamp-picdir
if [ x"" != x ] && [ ! -d noasan ]; then \
  mkdir noasan; \
else true; fi
touch stamp-noasandir
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-5.4.0/libiberty/regex.c -o pic/regex.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ../../../gcc-5.4.0/libiberty/regex.c -o noasan/regex.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-5.4.0/libiberty/regex.c -o regex.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-5.4.0/libiberty/cplus-dem.c -o pic/cplus-dem.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ../../../gcc-5.4.0/libiberty/cplus-dem.c -o noasan/cplus-dem.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-5.4.0/libiberty/cplus-dem.c -o cplus-dem.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-5.4.0/libiberty/cp-demangle.c -o pic/cp-demangle.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ../../../gcc-5.4.0/libiberty/cp-demangle.c -o noasan/cp-demangle.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-5.4.0/libiberty/cp-demangle.c -o cp-demangle.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-5.4.0/libiberty/md5.c -o pic/md5.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ../../../gcc-5.4.0/libiberty/md5.c -o noasan/md5.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-5.4.0/libiberty/md5.c -o md5.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-5.4.0/libiberty/sha1.c -o pic/sha1.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ../../../gcc-5.4.0/libiberty/sha1.c -o noasan/sha1.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-5.4.0/libiberty/sha1.c -o sha1.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-5.4.0/libiberty/alloca.c -o pic/alloca.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ../../../gcc-5.4.0/libiberty/alloca.c -o noasan/alloca.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-5.4.0/libiberty/alloca.c -o alloca.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-5.4.0/libiberty/argv.c -o pic/argv.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ../../../gcc-5.4.0/libiberty/argv.c -o noasan/argv.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-5.4.0/libiberty/argv.c -o argv.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-5.4.0/libiberty/choose-temp.c -o pic/choose-temp.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ../../../gcc-5.4.0/libiberty/choose-temp.c -o noasan/choose-temp.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-5.4.0/libiberty/choose-temp.c -o choose-temp.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-5.4.0/libiberty/concat.c -o pic/concat.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ../../../gcc-5.4.0/libiberty/concat.c -o noasan/concat.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-5.4.0/libiberty/concat.c -o concat.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-5.4.0/libiberty/cp-demint.c -o pic/cp-demint.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ../../../gcc-5.4.0/libiberty/cp-demint.c -o noasan/cp-demint.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-5.4.0/libiberty/cp-demint.c -o cp-demint.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-5.4.0/libiberty/crc32.c -o pic/crc32.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ../../../gcc-5.4.0/libiberty/crc32.c -o noasan/crc32.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-5.4.0/libiberty/crc32.c -o crc32.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-5.4.0/libiberty/d-demangle.c -o pic/d-demangle.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ../../../gcc-5.4.0/libiberty/d-demangle.c -o noasan/d-demangle.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-5.4.0/libiberty/d-demangle.c -o d-demangle.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-5.4.0/libiberty/dwarfnames.c -o pic/dwarfnames.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ../../../gcc-5.4.0/libiberty/dwarfnames.c -o noasan/dwarfnames.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-5.4.0/libiberty/dwarfnames.c -o dwarfnames.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-5.4.0/libiberty/dyn-string.c -o pic/dyn-string.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ../../../gcc-5.4.0/libiberty/dyn-string.c -o noasan/dyn-string.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-5.4.0/libiberty/dyn-string.c -o dyn-string.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-5.4.0/libiberty/fdmatch.c -o pic/fdmatch.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ../../../gcc-5.4.0/libiberty/fdmatch.c -o noasan/fdmatch.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-5.4.0/libiberty/fdmatch.c -o fdmatch.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-5.4.0/libiberty/fibheap.c -o pic/fibheap.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ../../../gcc-5.4.0/libiberty/fibheap.c -o noasan/fibheap.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-5.4.0/libiberty/fibheap.c -o fibheap.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-5.4.0/libiberty/filename_cmp.c -o pic/filename_cmp.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ../../../gcc-5.4.0/libiberty/filename_cmp.c -o noasan/filename_cmp.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-5.4.0/libiberty/filename_cmp.c -o filename_cmp.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-5.4.0/libiberty/floatformat.c -o pic/floatformat.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ../../../gcc-5.4.0/libiberty/floatformat.c -o noasan/floatformat.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-5.4.0/libiberty/floatformat.c -o floatformat.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-5.4.0/libiberty/fnmatch.c -o pic/fnmatch.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ../../../gcc-5.4.0/libiberty/fnmatch.c -o noasan/fnmatch.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-5.4.0/libiberty/fnmatch.c -o fnmatch.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-5.4.0/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ../../../gcc-5.4.0/libiberty/fopen_unlocked.c -o noasan/fopen_unlocked.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-5.4.0/libiberty/fopen_unlocked.c -o fopen_unlocked.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-5.4.0/libiberty/getopt.c -o pic/getopt.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ../../../gcc-5.4.0/libiberty/getopt.c -o noasan/getopt.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-5.4.0/libiberty/getopt.c -o getopt.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-5.4.0/libiberty/getopt1.c -o pic/getopt1.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ../../../gcc-5.4.0/libiberty/getopt1.c -o noasan/getopt1.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-5.4.0/libiberty/getopt1.c -o getopt1.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-5.4.0/libiberty/getpwd.c -o pic/getpwd.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ../../../gcc-5.4.0/libiberty/getpwd.c -o noasan/getpwd.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-5.4.0/libiberty/getpwd.c -o getpwd.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-5.4.0/libiberty/getruntime.c -o pic/getruntime.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ../../../gcc-5.4.0/libiberty/getruntime.c -o noasan/getruntime.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-5.4.0/libiberty/getruntime.c -o getruntime.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-5.4.0/libiberty/hashtab.c -o pic/hashtab.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ../../../gcc-5.4.0/libiberty/hashtab.c -o noasan/hashtab.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-5.4.0/libiberty/hashtab.c -o hashtab.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-5.4.0/libiberty/hex.c -o pic/hex.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ../../../gcc-5.4.0/libiberty/hex.c -o noasan/hex.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-5.4.0/libiberty/hex.c -o hex.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-5.4.0/libiberty/lbasename.c -o pic/lbasename.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ../../../gcc-5.4.0/libiberty/lbasename.c -o noasan/lbasename.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-5.4.0/libiberty/lbasename.c -o lbasename.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-5.4.0/libiberty/lrealpath.c -o pic/lrealpath.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ../../../gcc-5.4.0/libiberty/lrealpath.c -o noasan/lrealpath.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-5.4.0/libiberty/lrealpath.c -o lrealpath.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-5.4.0/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ../../../gcc-5.4.0/libiberty/make-relative-prefix.c -o noasan/make-relative-prefix.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-5.4.0/libiberty/make-relative-prefix.c -o make-relative-prefix.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-5.4.0/libiberty/make-temp-file.c -o pic/make-temp-file.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ../../../gcc-5.4.0/libiberty/make-temp-file.c -o noasan/make-temp-file.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-5.4.0/libiberty/make-temp-file.c -o make-temp-file.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-5.4.0/libiberty/objalloc.c -o pic/objalloc.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ../../../gcc-5.4.0/libiberty/objalloc.c -o noasan/objalloc.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-5.4.0/libiberty/objalloc.c -o objalloc.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-5.4.0/libiberty/obstack.c -o pic/obstack.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ../../../gcc-5.4.0/libiberty/obstack.c -o noasan/obstack.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-5.4.0/libiberty/obstack.c -o obstack.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-5.4.0/libiberty/partition.c -o pic/partition.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ../../../gcc-5.4.0/libiberty/partition.c -o noasan/partition.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-5.4.0/libiberty/partition.c -o partition.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-5.4.0/libiberty/pexecute.c -o pic/pexecute.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ../../../gcc-5.4.0/libiberty/pexecute.c -o noasan/pexecute.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-5.4.0/libiberty/pexecute.c -o pexecute.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-5.4.0/libiberty/physmem.c -o pic/physmem.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ../../../gcc-5.4.0/libiberty/physmem.c -o noasan/physmem.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-5.4.0/libiberty/physmem.c -o physmem.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-5.4.0/libiberty/pex-common.c -o pic/pex-common.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ../../../gcc-5.4.0/libiberty/pex-common.c -o noasan/pex-common.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-5.4.0/libiberty/pex-common.c -o pex-common.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-5.4.0/libiberty/pex-one.c -o pic/pex-one.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ../../../gcc-5.4.0/libiberty/pex-one.c -o noasan/pex-one.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-5.4.0/libiberty/pex-one.c -o pex-one.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-5.4.0/libiberty/pex-unix.c -o pic/pex-unix.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ../../../gcc-5.4.0/libiberty/pex-unix.c -o noasan/pex-unix.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-5.4.0/libiberty/pex-unix.c -o pex-unix.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-5.4.0/libiberty/vprintf-support.c -o pic/vprintf-support.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ../../../gcc-5.4.0/libiberty/vprintf-support.c -o noasan/vprintf-support.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-5.4.0/libiberty/vprintf-support.c -o vprintf-support.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-5.4.0/libiberty/safe-ctype.c -o pic/safe-ctype.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ../../../gcc-5.4.0/libiberty/safe-ctype.c -o noasan/safe-ctype.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-5.4.0/libiberty/safe-ctype.c -o safe-ctype.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-5.4.0/libiberty/simple-object.c -o pic/simple-object.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ../../../gcc-5.4.0/libiberty/simple-object.c -o noasan/simple-object.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-5.4.0/libiberty/simple-object.c -o simple-object.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-5.4.0/libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ../../../gcc-5.4.0/libiberty/simple-object-coff.c -o noasan/simple-object-coff.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-5.4.0/libiberty/simple-object-coff.c -o simple-object-coff.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-5.4.0/libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ../../../gcc-5.4.0/libiberty/simple-object-elf.c -o noasan/simple-object-elf.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-5.4.0/libiberty/simple-object-elf.c -o simple-object-elf.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-5.4.0/libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ../../../gcc-5.4.0/libiberty/simple-object-mach-o.c -o noasan/simple-object-mach-o.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-5.4.0/libiberty/simple-object-mach-o.c -o simple-object-mach-o.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-5.4.0/libiberty/simple-object-xcoff.c -o pic/simple-object-xcoff.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ../../../gcc-5.4.0/libiberty/simple-object-xcoff.c -o noasan/simple-object-xcoff.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-5.4.0/libiberty/simple-object-xcoff.c -o simple-object-xcoff.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-5.4.0/libiberty/sort.c -o pic/sort.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ../../../gcc-5.4.0/libiberty/sort.c -o noasan/sort.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-5.4.0/libiberty/sort.c -o sort.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-5.4.0/libiberty/spaces.c -o pic/spaces.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ../../../gcc-5.4.0/libiberty/spaces.c -o noasan/spaces.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-5.4.0/libiberty/spaces.c -o spaces.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-5.4.0/libiberty/splay-tree.c -o pic/splay-tree.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ../../../gcc-5.4.0/libiberty/splay-tree.c -o noasan/splay-tree.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-5.4.0/libiberty/splay-tree.c -o splay-tree.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-5.4.0/libiberty/stack-limit.c -o pic/stack-limit.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ../../../gcc-5.4.0/libiberty/stack-limit.c -o noasan/stack-limit.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-5.4.0/libiberty/stack-limit.c -o stack-limit.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-5.4.0/libiberty/strerror.c -o pic/strerror.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ../../../gcc-5.4.0/libiberty/strerror.c -o noasan/strerror.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-5.4.0/libiberty/strerror.c -o strerror.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-5.4.0/libiberty/strsignal.c -o pic/strsignal.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ../../../gcc-5.4.0/libiberty/strsignal.c -o noasan/strsignal.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-5.4.0/libiberty/strsignal.c -o strsignal.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-5.4.0/libiberty/timeval-utils.c -o pic/timeval-utils.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ../../../gcc-5.4.0/libiberty/timeval-utils.c -o noasan/timeval-utils.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-5.4.0/libiberty/timeval-utils.c -o timeval-utils.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-5.4.0/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ../../../gcc-5.4.0/libiberty/unlink-if-ordinary.c -o noasan/unlink-if-ordinary.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-5.4.0/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-5.4.0/libiberty/xasprintf.c -o pic/xasprintf.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ../../../gcc-5.4.0/libiberty/xasprintf.c -o noasan/xasprintf.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-5.4.0/libiberty/xasprintf.c -o xasprintf.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-5.4.0/libiberty/xatexit.c -o pic/xatexit.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ../../../gcc-5.4.0/libiberty/xatexit.c -o noasan/xatexit.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-5.4.0/libiberty/xatexit.c -o xatexit.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-5.4.0/libiberty/xexit.c -o pic/xexit.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ../../../gcc-5.4.0/libiberty/xexit.c -o noasan/xexit.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-5.4.0/libiberty/xexit.c -o xexit.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-5.4.0/libiberty/xmalloc.c -o pic/xmalloc.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ../../../gcc-5.4.0/libiberty/xmalloc.c -o noasan/xmalloc.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-5.4.0/libiberty/xmalloc.c -o xmalloc.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-5.4.0/libiberty/xmemdup.c -o pic/xmemdup.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ../../../gcc-5.4.0/libiberty/xmemdup.c -o noasan/xmemdup.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-5.4.0/libiberty/xmemdup.c -o xmemdup.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-5.4.0/libiberty/xstrdup.c -o pic/xstrdup.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ../../../gcc-5.4.0/libiberty/xstrdup.c -o noasan/xstrdup.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-5.4.0/libiberty/xstrdup.c -o xstrdup.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-5.4.0/libiberty/xstrerror.c -o pic/xstrerror.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ../../../gcc-5.4.0/libiberty/xstrerror.c -o noasan/xstrerror.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-5.4.0/libiberty/xstrerror.c -o xstrerror.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-5.4.0/libiberty/xstrndup.c -o pic/xstrndup.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ../../../gcc-5.4.0/libiberty/xstrndup.c -o noasan/xstrndup.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-5.4.0/libiberty/xstrndup.c -o xstrndup.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-5.4.0/libiberty/xvasprintf.c -o pic/xvasprintf.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ../../../gcc-5.4.0/libiberty/xvasprintf.c -o noasan/xvasprintf.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-5.4.0/libiberty/xvasprintf.c -o xvasprintf.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-5.4.0/libiberty/setproctitle.c -o pic/setproctitle.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ../../../gcc-5.4.0/libiberty/setproctitle.c -o noasan/setproctitle.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -I. -I../../../gcc-5.4.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-5.4.0/libiberty/setproctitle.c -o setproctitle.o
rm -f ./libiberty.a pic/./libiberty.a noasan/./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 ./crc32.o ./d-demangle.o ./dwarfnames.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 ./vprintf-support.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./setproctitle.o
ranlib ./libiberty.a
if [ x"" != x ]; then \
  cd pic; \
  ar rc ./libiberty.a \
    ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.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 ./vprintf-support.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./setproctitle.o; \
  ranlib ./libiberty.a; \
  cd ..; \
else true; fi; \
if [ x"" != x ]; then \
  cd noasan; \
  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 ./crc32.o ./d-demangle.o ./dwarfnames.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 ./vprintf-support.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./setproctitle.o; \
  ranlib ./libiberty.a; \
  cd ..; \
else true; fi
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 ./crc32.o ./d-demangle.o ./dwarfnames.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 ./vprintf-support.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o > required-list
make[4]: Entering directory '/home/luser/Downloads/gcc/build-x86_64-unknown-linux-gnu/libiberty/testsuite'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/luser/Downloads/gcc/build-x86_64-unknown-linux-gnu/libiberty/testsuite'
make[3]: Leaving directory '/home/luser/Downloads/gcc/build-x86_64-unknown-linux-gnu/libiberty'
mkdir -p -- build-x86_64-unknown-linux-gnu/fixincludes
Configuring in build-x86_64-unknown-linux-gnu/fixincludes
configure: creating cache ./config.cache
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for x86_64-unknown-linux-gnu-gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for a sed that does not truncate output... /bin/sed
checking whether gcc supports -W... yes
checking whether gcc supports -Wall... yes
checking whether gcc supports -Wwrite-strings... yes
checking whether gcc supports -Wstrict-prototypes... yes
checking whether gcc supports -Wmissing-prototypes... yes
checking whether gcc supports -Wold-style-definition... yes
checking whether gcc supports -Wmissing-format-attribute... yes
checking whether gcc supports -Woverlength-strings... yes
checking whether gcc supports -pedantic -Wlong-long... yes
checking for ANSI C header files... (cached) yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for strings.h... (cached) yes
checking for unistd.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/stat.h... (cached) yes
checking for clearerr_unlocked... yes
checking for feof_unlocked... yes
checking for ferror_unlocked... yes
checking for fflush_unlocked... yes
checking for fgetc_unlocked... yes
checking for fgets_unlocked... yes
checking for fileno_unlocked... yes
checking for fprintf_unlocked... no
checking for fputc_unlocked... yes
checking for fputs_unlocked... yes
checking for fread_unlocked... yes
checking for fwrite_unlocked... yes
checking for getchar_unlocked... yes
checking for getc_unlocked... yes
checking for putchar_unlocked... yes
checking for putc_unlocked... yes
checking whether abort is declared... yes
checking whether asprintf is declared... yes
checking whether basename is declared... yes
checking whether errno is declared... no
checking whether vasprintf is declared... yes
checking whether clearerr_unlocked is declared... yes
checking whether feof_unlocked is declared... yes
checking whether ferror_unlocked is declared... yes
checking whether fflush_unlocked is declared... yes
checking whether fgetc_unlocked is declared... yes
checking whether fgets_unlocked is declared... yes
checking whether fileno_unlocked is declared... yes
checking whether fprintf_unlocked is declared... no
checking whether fputc_unlocked is declared... yes
checking whether fputs_unlocked is declared... yes
checking whether fread_unlocked is declared... yes
checking whether fwrite_unlocked is declared... yes
checking whether getchar_unlocked is declared... yes
checking whether getc_unlocked is declared... yes
checking whether putchar_unlocked is declared... yes
checking whether putc_unlocked is declared... yes
checking for an ANSI C-conforming const... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for mmap... yes
checking whether read-only mmap of a plain file works... yes
checking whether mmap from /dev/zero works... yes
checking for MAP_ANON(YMOUS)... yes
checking whether mmap with MAP_ANON(YMOUS) works... yes
checking whether to enable maintainer-specific portions of Makefiles... no
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating mkheaders.almost
config.status: creating config.h
make[3]: Entering directory '/home/luser/Downloads/gcc/build-x86_64-unknown-linux-gnu/fixincludes'
gcc -c -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include -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../../../gcc-5.4.0/fixincludes -I../include -I../../../gcc-5.4.0/fixincludes/../include ../../../gcc-5.4.0/fixincludes/fixincl.c
gcc -c -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include -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../../../gcc-5.4.0/fixincludes -I../include -I../../../gcc-5.4.0/fixincludes/../include ../../../gcc-5.4.0/fixincludes/fixtests.c
gcc -c -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include -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../../../gcc-5.4.0/fixincludes -I../include -I../../../gcc-5.4.0/fixincludes/../include ../../../gcc-5.4.0/fixincludes/fixfixes.c
gcc -c -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include -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../../../gcc-5.4.0/fixincludes -I../include -I../../../gcc-5.4.0/fixincludes/../include ../../../gcc-5.4.0/fixincludes/server.c
gcc -c -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include -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../../../gcc-5.4.0/fixincludes -I../include -I../../../gcc-5.4.0/fixincludes/../include ../../../gcc-5.4.0/fixincludes/procopen.c
gcc -c -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include -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../../../gcc-5.4.0/fixincludes -I../include -I../../../gcc-5.4.0/fixincludes/../include ../../../gcc-5.4.0/fixincludes/fixlib.c
gcc -c -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include -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../../../gcc-5.4.0/fixincludes -I../include -I../../../gcc-5.4.0/fixincludes/../include ../../../gcc-5.4.0/fixincludes/fixopts.c
gcc -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include  -o fixincl fixincl.o fixtests.o fixfixes.o server.o procopen.o fixlib.o fixopts.o ../libiberty/libiberty.a
echo timestamp > full-stamp
srcdir="../../../gcc-5.4.0/fixincludes" /bin/bash ../../../gcc-5.4.0/fixincludes/mkfixinc.sh x86_64-unknown-linux-gnu
sed -e 's/@gcc_version@/5.4.0/' < mkheaders.almost > mkheadersT
mv -f mkheadersT mkheaders
make[3]: Leaving directory '/home/luser/Downloads/gcc/build-x86_64-unknown-linux-gnu/fixincludes'
mkdir -p -- build-x86_64-unknown-linux-gnu/libcpp
Configuring in build-x86_64-unknown-linux-gnu/libcpp
configure: creating cache ./config.cache
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for x86_64-unknown-linux-gnu-gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for x86_64-unknown-linux-gnu-ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for aclocal... no
checking for autoconf... no
checking for autoheader... no
checking whether gcc supports -W... yes
checking whether gcc supports -Wall... yes
checking whether gcc supports -Wnarrowing... 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 -Wmissing-prototypes... yes
checking whether gcc supports -Wold-style-definition... yes
checking whether gcc supports -Wc++-compat... yes
checking whether gcc supports -pedantic -Wlong-long... yes
checking whether gcc supports -fno-exceptions... yes
checking whether gcc supports -fno-rtti... yes
checking dependency style of g++... gcc3
checking whether time.h and sys/time.h may both be included... yes
checking whether string.h and strings.h may both be included... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for strings.h... (cached) yes
checking for string.h... (cached) yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for unistd.h... (cached) yes
checking whether byte ordering is bigendian... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for obstacks... yes
checking for off_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for uintptr_t... yes
checking for ptrdiff_t... yes
checking for uint64_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking size of int... 4
checking size of long... 8
checking for clearerr_unlocked... yes
checking for feof_unlocked... yes
checking for ferror_unlocked... yes
checking for fflush_unlocked... yes
checking for fgetc_unlocked... yes
checking for fgets_unlocked... yes
checking for fileno_unlocked... yes
checking for fprintf_unlocked... no
checking for fputc_unlocked... yes
checking for fputs_unlocked... yes
checking for fread_unlocked... yes
checking for fwrite_unlocked... yes
checking for getchar_unlocked... yes
checking for getc_unlocked... yes
checking for putchar_unlocked... yes
checking for putc_unlocked... yes
checking whether abort is declared... yes
checking whether asprintf is declared... yes
checking whether basename is declared... yes
checking whether errno is declared... no
checking whether getopt is declared... yes
checking whether vasprintf is declared... yes
checking whether clearerr_unlocked is declared... yes
checking whether feof_unlocked is declared... yes
checking whether ferror_unlocked is declared... yes
checking whether fflush_unlocked is declared... yes
checking whether fgetc_unlocked is declared... yes
checking whether fgets_unlocked is declared... yes
checking whether fileno_unlocked is declared... yes
checking whether fprintf_unlocked is declared... no
checking whether fputc_unlocked is declared... yes
checking whether fputs_unlocked is declared... yes
checking whether fread_unlocked is declared... yes
checking whether fwrite_unlocked is declared... yes
checking whether getchar_unlocked is declared... yes
checking whether getc_unlocked is declared... yes
checking whether putchar_unlocked is declared... yes
checking whether putc_unlocked is declared... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for ANSI C header files... (cached) yes
checking for nl_langinfo and CODESET... yes
checking whether NLS is requested... no
checking for uchar...
checking for ld used by GCC... ld
checking if the linker (ld) is GNU ld... yes
checking for shared library run path origin... done
checking for iconv... (cached) no
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depdir commands
mkdir -p -- .deps
make[3]: Entering directory '/home/luser/Downloads/gcc/build-x86_64-unknown-linux-gnu/libcpp'
g++  -I../../../gcc-5.4.0/libcpp -I. -I../../../gcc-5.4.0/libcpp/../include -I../../../gcc-5.4.0/libcpp/include  -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long  -fno-exceptions -fno-rtti -I../../../gcc-5.4.0/libcpp -I. -I../../../gcc-5.4.0/libcpp/../include -I../../../gcc-5.4.0/libcpp/include   -c -o charset.o -MT charset.o -MMD -MP -MF .deps/charset.Tpo ../../../gcc-5.4.0/libcpp/charset.c
g++  -I../../../gcc-5.4.0/libcpp -I. -I../../../gcc-5.4.0/libcpp/../include -I../../../gcc-5.4.0/libcpp/include  -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long  -fno-exceptions -fno-rtti -I../../../gcc-5.4.0/libcpp -I. -I../../../gcc-5.4.0/libcpp/../include -I../../../gcc-5.4.0/libcpp/include   -c -o directives.o -MT directives.o -MMD -MP -MF .deps/directives.Tpo ../../../gcc-5.4.0/libcpp/directives.c
g++  -I../../../gcc-5.4.0/libcpp -I. -I../../../gcc-5.4.0/libcpp/../include -I../../../gcc-5.4.0/libcpp/include  -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long  -fno-exceptions -fno-rtti -I../../../gcc-5.4.0/libcpp -I. -I../../../gcc-5.4.0/libcpp/../include -I../../../gcc-5.4.0/libcpp/include   -c -o directives-only.o -MT directives-only.o -MMD -MP -MF .deps/directives-only.Tpo ../../../gcc-5.4.0/libcpp/directives-only.c
g++  -I../../../gcc-5.4.0/libcpp -I. -I../../../gcc-5.4.0/libcpp/../include -I../../../gcc-5.4.0/libcpp/include  -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long  -fno-exceptions -fno-rtti -I../../../gcc-5.4.0/libcpp -I. -I../../../gcc-5.4.0/libcpp/../include -I../../../gcc-5.4.0/libcpp/include   -c -o errors.o -MT errors.o -MMD -MP -MF .deps/errors.Tpo ../../../gcc-5.4.0/libcpp/errors.c
g++  -I../../../gcc-5.4.0/libcpp -I. -I../../../gcc-5.4.0/libcpp/../include -I../../../gcc-5.4.0/libcpp/include  -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long  -fno-exceptions -fno-rtti -I../../../gcc-5.4.0/libcpp -I. -I../../../gcc-5.4.0/libcpp/../include -I../../../gcc-5.4.0/libcpp/include   -c -o expr.o -MT expr.o -MMD -MP -MF .deps/expr.Tpo ../../../gcc-5.4.0/libcpp/expr.c
../../../gcc-5.4.0/libcpp/expr.c: In function ‘unsigned int cpp_classify_number(cpp_reader*, const cpp_token*, const char**, source_location)’:
../../../gcc-5.4.0/libcpp/expr.c:681:18: warning: format not a string literal and no format arguments [-Wformat-security]
        0, message);
                  ^
../../../gcc-5.4.0/libcpp/expr.c:684:39: warning: format not a string literal and no format arguments [-Wformat-security]
           virtual_location, 0, message);
                                       ^
g++  -I../../../gcc-5.4.0/libcpp -I. -I../../../gcc-5.4.0/libcpp/../include -I../../../gcc-5.4.0/libcpp/include  -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long  -fno-exceptions -fno-rtti -I../../../gcc-5.4.0/libcpp -I. -I../../../gcc-5.4.0/libcpp/../include -I../../../gcc-5.4.0/libcpp/include   -c -o files.o -MT files.o -MMD -MP -MF .deps/files.Tpo ../../../gcc-5.4.0/libcpp/files.c
g++  -I../../../gcc-5.4.0/libcpp -I. -I../../../gcc-5.4.0/libcpp/../include -I../../../gcc-5.4.0/libcpp/include  -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long  -fno-exceptions -fno-rtti -I../../../gcc-5.4.0/libcpp -I. -I../../../gcc-5.4.0/libcpp/../include -I../../../gcc-5.4.0/libcpp/include   -c -o identifiers.o -MT identifiers.o -MMD -MP -MF .deps/identifiers.Tpo ../../../gcc-5.4.0/libcpp/identifiers.c
echo "#define LOCALEDIR \"/usr/local/share/locale\"" > localedir.new
../../../gcc-5.4.0/libcpp/../move-if-change localedir.new localedir.h
echo timestamp > localedir.hs
g++  -I../../../gcc-5.4.0/libcpp -I. -I../../../gcc-5.4.0/libcpp/../include -I../../../gcc-5.4.0/libcpp/include  -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long  -fno-exceptions -fno-rtti -I../../../gcc-5.4.0/libcpp -I. -I../../../gcc-5.4.0/libcpp/../include -I../../../gcc-5.4.0/libcpp/include   -c -o init.o -MT init.o -MMD -MP -MF .deps/init.Tpo ../../../gcc-5.4.0/libcpp/init.c
g++  -I../../../gcc-5.4.0/libcpp -I. -I../../../gcc-5.4.0/libcpp/../include -I../../../gcc-5.4.0/libcpp/include  -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long  -fno-exceptions -fno-rtti -I../../../gcc-5.4.0/libcpp -I. -I../../../gcc-5.4.0/libcpp/../include -I../../../gcc-5.4.0/libcpp/include   -c -o lex.o -MT lex.o -MMD -MP -MF .deps/lex.Tpo ../../../gcc-5.4.0/libcpp/lex.c
g++  -I../../../gcc-5.4.0/libcpp -I. -I../../../gcc-5.4.0/libcpp/../include -I../../../gcc-5.4.0/libcpp/include  -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long  -fno-exceptions -fno-rtti -I../../../gcc-5.4.0/libcpp -I. -I../../../gcc-5.4.0/libcpp/../include -I../../../gcc-5.4.0/libcpp/include   -c -o line-map.o -MT line-map.o -MMD -MP -MF .deps/line-map.Tpo ../../../gcc-5.4.0/libcpp/line-map.c
g++  -I../../../gcc-5.4.0/libcpp -I. -I../../../gcc-5.4.0/libcpp/../include -I../../../gcc-5.4.0/libcpp/include  -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long  -fno-exceptions -fno-rtti -I../../../gcc-5.4.0/libcpp -I. -I../../../gcc-5.4.0/libcpp/../include -I../../../gcc-5.4.0/libcpp/include   -c -o macro.o -MT macro.o -MMD -MP -MF .deps/macro.Tpo ../../../gcc-5.4.0/libcpp/macro.c
../../../gcc-5.4.0/libcpp/macro.c: In function ‘bool create_iso_definition(cpp_reader*, cpp_macro*)’:
../../../gcc-5.4.0/libcpp/macro.c:3087:58: warning: format not a string literal and no format arguments [-Wformat-security]
        cpp_error (pfile, CPP_DL_ERROR, paste_op_error_msg);
                                                          ^
../../../gcc-5.4.0/libcpp/macro.c:3100:58: warning: format not a string literal and no format arguments [-Wformat-security]
        cpp_error (pfile, CPP_DL_ERROR, paste_op_error_msg);
                                                          ^
g++  -I../../../gcc-5.4.0/libcpp -I. -I../../../gcc-5.4.0/libcpp/../include -I../../../gcc-5.4.0/libcpp/include  -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long  -fno-exceptions -fno-rtti -I../../../gcc-5.4.0/libcpp -I. -I../../../gcc-5.4.0/libcpp/../include -I../../../gcc-5.4.0/libcpp/include   -c -o mkdeps.o -MT mkdeps.o -MMD -MP -MF .deps/mkdeps.Tpo ../../../gcc-5.4.0/libcpp/mkdeps.c
g++  -I../../../gcc-5.4.0/libcpp -I. -I../../../gcc-5.4.0/libcpp/../include -I../../../gcc-5.4.0/libcpp/include  -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long  -fno-exceptions -fno-rtti -I../../../gcc-5.4.0/libcpp -I. -I../../../gcc-5.4.0/libcpp/../include -I../../../gcc-5.4.0/libcpp/include   -c -o pch.o -MT pch.o -MMD -MP -MF .deps/pch.Tpo ../../../gcc-5.4.0/libcpp/pch.c
g++  -I../../../gcc-5.4.0/libcpp -I. -I../../../gcc-5.4.0/libcpp/../include -I../../../gcc-5.4.0/libcpp/include  -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long  -fno-exceptions -fno-rtti -I../../../gcc-5.4.0/libcpp -I. -I../../../gcc-5.4.0/libcpp/../include -I../../../gcc-5.4.0/libcpp/include   -c -o symtab.o -MT symtab.o -MMD -MP -MF .deps/symtab.Tpo ../../../gcc-5.4.0/libcpp/symtab.c
g++  -I../../../gcc-5.4.0/libcpp -I. -I../../../gcc-5.4.0/libcpp/../include -I../../../gcc-5.4.0/libcpp/include  -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long  -fno-exceptions -fno-rtti -I../../../gcc-5.4.0/libcpp -I. -I../../../gcc-5.4.0/libcpp/../include -I../../../gcc-5.4.0/libcpp/include   -c -o traditional.o -MT traditional.o -MMD -MP -MF .deps/traditional.Tpo ../../../gcc-5.4.0/libcpp/traditional.c
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
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libcpp.a
make[3]: Leaving directory '/home/luser/Downloads/gcc/build-x86_64-unknown-linux-gnu/libcpp'
Configuring stage 1 in ./zlib
configure: creating cache ./config.cache
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-unknown-linux-gnu-gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/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... 1572864
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-unknown-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-unknown-linux-gnu-ar... ar
checking for x86_64-unknown-linux-gnu-strip... no
checking for strip... strip
checking for x86_64-unknown-linux-gnu-ranlib... ranlib
checking command to parse nm output from gcc object... ok
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for 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 how to run the C preprocessor... gcc -E
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking for memcpy... yes
checking for strerror... yes
checking for unistd.h... (cached) yes
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: executing default-1 commands
config.status: executing depfiles commands
config.status: executing libtool commands
make[3]: Entering directory '/home/luser/Downloads/gcc/zlib'
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../gcc-5.4.0/zlib      -g -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../gcc-5.4.0/zlib/'`adler32.c
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../gcc-5.4.0/zlib      -g -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../gcc-5.4.0/zlib/'`compress.c
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../gcc-5.4.0/zlib      -g -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../gcc-5.4.0/zlib/'`crc32.c
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../gcc-5.4.0/zlib      -g -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../gcc-5.4.0/zlib/'`deflate.c
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../gcc-5.4.0/zlib      -g -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../gcc-5.4.0/zlib/'`gzread.c
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../gcc-5.4.0/zlib      -g -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../gcc-5.4.0/zlib/'`gzclose.c
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../gcc-5.4.0/zlib      -g -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../gcc-5.4.0/zlib/'`gzwrite.c
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../gcc-5.4.0/zlib      -g -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../gcc-5.4.0/zlib/'`gzlib.c
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../gcc-5.4.0/zlib      -g -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../gcc-5.4.0/zlib/'`infback.c
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../gcc-5.4.0/zlib      -g -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../gcc-5.4.0/zlib/'`inffast.c
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../gcc-5.4.0/zlib      -g -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../gcc-5.4.0/zlib/'`inflate.c
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../gcc-5.4.0/zlib      -g -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../gcc-5.4.0/zlib/'`inftrees.c
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../gcc-5.4.0/zlib      -g -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../gcc-5.4.0/zlib/'`trees.c
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../gcc-5.4.0/zlib      -g -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../gcc-5.4.0/zlib/'`uncompr.c
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../gcc-5.4.0/zlib      -g -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../gcc-5.4.0/zlib/'`zutil.c
rm -f libz.a
ar cru libz.a libz_a-adler32.o libz_a-compress.o libz_a-crc32.o libz_a-deflate.o libz_a-gzread.o libz_a-gzclose.o libz_a-gzwrite.o libz_a-gzlib.o libz_a-infback.o libz_a-inffast.o libz_a-inflate.o libz_a-inftrees.o libz_a-trees.o libz_a-uncompr.o libz_a-zutil.o
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libz.a
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g" "CXXFLAGS=-g" "CFLAGS_FOR_BUILD=-L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include" "CFLAGS_FOR_TARGET=-g -O2 -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "LDFLAGS=-static-libstdc++ -static-libgcc " "LIBCFLAGS=-L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include" "LIBCFLAGS_FOR_TARGET=-g -O2 -L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include" "MAKE=make" "MAKEINFO=/home/luser/Downloads/gcc-5.4.0/missing makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/bash" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/x86_64-unknown-linux-gnu" "AR=ar" "AS=as" "CC=gcc" "CXX=g++" "LD=ld" "LIBCFLAGS=-L/home/luser/software/gmp-6.1.2/usr/local/lib -I/home/luser/software/gmp-6.1.2/usr/local/include -L/home/luser/software/mpfr-3.1.6/usr/local/lib -I/home/luser/software/mpfr-3.1.6/usr/local/include -L/home/luser/software/mpc-1.1.0/usr/local/lib -I/home/luser/software/mpc-1.1.0/usr/local/include" "NM=nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do # make
make[3]: Leaving directory '/home/luser/Downloads/gcc/zlib'
Configuring stage 1 in ./libbacktrace
configure: creating cache ./config.cache
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for x86_64-unknown-linux-gnu-gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking for x86_64-unknown-linux-gnu-ranlib... ranlib
checking for gawk... (cached) gawk
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/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... 1572864
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-unknown-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-unknown-linux-gnu-ar... ar
checking for x86_64-unknown-linux-gnu-strip... no
checking for strip... strip
checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib
checking command to parse nm output from gcc object... ok
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 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... no
checking whether to build static libraries... yes
checking unwind.h usability... yes
checking unwind.h presence... yes
checking for unwind.h... yes
checking for _Unwind_Backtrace... yes
checking for -funwind-tables option... yes
checking for -frandom-seed=string option... yes
checking whether gcc supports -W... yes
checking whether gcc supports -Wall... yes
checking whether gcc supports -Wwrite-strings... yes
checking whether gcc supports -Wstrict-prototypes... yes
checking whether gcc supports -Wmissing-prototypes... yes
checking whether gcc supports -Wold-style-definition... yes
checking whether gcc supports -Wmissing-format-attribute... yes
checking whether gcc supports -Wcast-qual... yes
checking for _Unwind_GetIPInfo... yes
checking __sync extensions... yes
checking __atomic extensions... yes
checking output filetype... elf64
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for uintptr_t... yes
checking for int_least32_t... yes
checking for int_fast32_t... yes
checking for uint64_t... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for mmap... yes
checking link.h usability... yes
checking link.h presence... yes
checking for link.h... yes
checking for dl_iterate_phdr... yes
checking for fcntl... yes
checking whether strnlen is declared... yes
checking for getexecname... no
checking whether tests can run... yes
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating backtrace-supported.h
config.status: creating config.h
config.status: executing libtool commands
config.status: executing gstdint.h commands
config.status: executing default commands
make[3]: Entering directory '/home/luser/Downloads/gcc/libbacktrace'
make  all-am
make[4]: Entering directory '/home/luser/Downloads/gcc/libbacktrace'
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gcc-5.4.0/libbacktrace  -I ../../gcc-5.4.0/libbacktrace/../include -I ../../gcc-5.4.0/libbacktrace/../libgcc -I ../libgcc  -funwind-tables -frandom-seed=atomic.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual  -g -c -o atomic.lo ../../gcc-5.4.0/libbacktrace/atomic.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../gcc-5.4.0/libbacktrace -I ../../gcc-5.4.0/libbacktrace/../include -I ../../gcc-5.4.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=atomic.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c ../../gcc-5.4.0/libbacktrace/atomic.c -o atomic.o
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gcc-5.4.0/libbacktrace  -I ../../gcc-5.4.0/libbacktrace/../include -I ../../gcc-5.4.0/libbacktrace/../libgcc -I ../libgcc  -funwind-tables -frandom-seed=dwarf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual  -g -c -o dwarf.lo ../../gcc-5.4.0/libbacktrace/dwarf.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../gcc-5.4.0/libbacktrace -I ../../gcc-5.4.0/libbacktrace/../include -I ../../gcc-5.4.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=dwarf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c ../../gcc-5.4.0/libbacktrace/dwarf.c -o dwarf.o
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gcc-5.4.0/libbacktrace  -I ../../gcc-5.4.0/libbacktrace/../include -I ../../gcc-5.4.0/libbacktrace/../libgcc -I ../libgcc  -funwind-tables -frandom-seed=fileline.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual  -g -c -o fileline.lo ../../gcc-5.4.0/libbacktrace/fileline.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../gcc-5.4.0/libbacktrace -I ../../gcc-5.4.0/libbacktrace/../include -I ../../gcc-5.4.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=fileline.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c ../../gcc-5.4.0/libbacktrace/fileline.c -o fileline.o
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gcc-5.4.0/libbacktrace  -I ../../gcc-5.4.0/libbacktrace/../include -I ../../gcc-5.4.0/libbacktrace/../libgcc -I ../libgcc  -funwind-tables -frandom-seed=posix.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual  -g -c -o posix.lo ../../gcc-5.4.0/libbacktrace/posix.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../gcc-5.4.0/libbacktrace -I ../../gcc-5.4.0/libbacktrace/../include -I ../../gcc-5.4.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=posix.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c ../../gcc-5.4.0/libbacktrace/posix.c -o posix.o
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gcc-5.4.0/libbacktrace  -I ../../gcc-5.4.0/libbacktrace/../include -I ../../gcc-5.4.0/libbacktrace/../libgcc -I ../libgcc  -funwind-tables -frandom-seed=print.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual  -g -c -o print.lo ../../gcc-5.4.0/libbacktrace/print.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../gcc-5.4.0/libbacktrace -I ../../gcc-5.4.0/libbacktrace/../include -I ../../gcc-5.4.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=print.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c ../../gcc-5.4.0/libbacktrace/print.c -o print.o
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gcc-5.4.0/libbacktrace  -I ../../gcc-5.4.0/libbacktrace/../include -I ../../gcc-5.4.0/libbacktrace/../libgcc -I ../libgcc  -funwind-tables -frandom-seed=sort.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual  -g -c -o sort.lo ../../gcc-5.4.0/libbacktrace/sort.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../gcc-5.4.0/libbacktrace -I ../../gcc-5.4.0/libbacktrace/../include -I ../../gcc-5.4.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=sort.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c ../../gcc-5.4.0/libbacktrace/sort.c -o sort.o
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gcc-5.4.0/libbacktrace  -I ../../gcc-5.4.0/libbacktrace/../include -I ../../gcc-5.4.0/libbacktrace/../libgcc -I ../libgcc  -funwind-tables -frandom-seed=state.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual  -g -c -o state.lo ../../gcc-5.4.0/libbacktrace/state.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../gcc-5.4.0/libbacktrace -I ../../gcc-5.4.0/libbacktrace/../include -I ../../gcc-5.4.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=state.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c ../../gcc-5.4.0/libbacktrace/state.c -o state.o
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gcc-5.4.0/libbacktrace  -I ../../gcc-5.4.0/libbacktrace/../include -I ../../gcc-5.4.0/libbacktrace/../libgcc -I ../libgcc  -funwind-tables -frandom-seed=backtrace.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual  -g -c -o backtrace.lo ../../gcc-5.4.0/libbacktrace/backtrace.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../gcc-5.4.0/libbacktrace -I ../../gcc-5.4.0/libbacktrace/../include -I ../../gcc-5.4.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=backtrace.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c ../../gcc-5.4.0/libbacktrace/backtrace.c -o backtrace.o
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gcc-5.4.0/libbacktrace  -I ../../gcc-5.4.0/libbacktrace/../include -I ../../gcc-5.4.0/libbacktrace/../libgcc -I ../libgcc  -funwind-tables -frandom-seed=simple.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual  -g -c -o simple.lo ../../gcc-5.4.0/libbacktrace/simple.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../gcc-5.4.0/libbacktrace -I ../../gcc-5.4.0/libbacktrace/../include -I ../../gcc-5.4.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=simple.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c ../../gcc-5.4.0/libbacktrace/simple.c -o simple.o
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gcc-5.4.0/libbacktrace  -I ../../gcc-5.4.0/libbacktrace/../include -I ../../gcc-5.4.0/libbacktrace/../libgcc -I ../libgcc  -funwind-tables -frandom-seed=elf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual  -g -c -o elf.lo ../../gcc-5.4.0/libbacktrace/elf.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../gcc-5.4.0/libbacktrace -I ../../gcc-5.4.0/libbacktrace/../include -I ../../gcc-5.4.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=elf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c ../../gcc-5.4.0/libbacktrace/elf.c -o elf.o
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gcc-5.4.0/libbacktrace  -I ../../gcc-5.4.0/libbacktrace/../include -I ../../gcc-5.4.0/libbacktrace/../libgcc -I ../libgcc  -funwind-tables -frandom-seed=mmapio.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual  -g -c -o mmapio.lo ../../gcc-5.4.0/libbacktrace/mmapio.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../gcc-5.4.0/libbacktrace -I ../../gcc-5.4.0/libbacktrace/../include -I ../../gcc-5.4.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmapio.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c ../../gcc-5.4.0/libbacktrace/mmapio.c -o mmapio.o
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gcc-5.4.0/libbacktrace  -I ../../gcc-5.4.0/libbacktrace/../include -I ../../gcc-5.4.0/libbacktrace/../libgcc -I ../libgcc  -funwind-tables -frandom-seed=mmap.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual  -g -c -o mmap.lo ../../gcc-5.4.0/libbacktrace/mmap.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../gcc-5.4.0/libbacktrace -I ../../gcc-5.4.0/libbacktrace/../include -I ../../gcc-5.4.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmap.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c ../../gcc-5.4.0/libbacktrace/mmap.c -o mmap.o
/bin/bash ./libtool --tag=CC   --mode=link gcc -funwind-tables -frandom-seed=libbacktrace.la -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual  -g  -static-libstdc++ -static-libgcc  -o libbacktrace.la  atomic.lo dwarf.lo fileline.lo posix.lo print.lo sort.lo state.lo backtrace.lo simple.lo elf.lo mmapio.lo mmap.lo
libtool: link: ar rc .libs/libbacktrace.a  atomic.o dwarf.o fileline.o posix.o print.o sort.o state.o backtrace.o simple.o elf.o mmapio.o mmap.o
libtool: link: ranlib .libs/libbacktrace.a
libtool: link: ( cd ".libs" && rm -f "libbacktrace.la" && ln -s "../libbacktrace.la" "libbacktrace.la" )
true  DO=all multi-do # make
make[4]: Leaving directory '/home/luser/Downloads/gcc/libbacktrace'
make[3]: Leaving directory '/home/luser/Downloads/gcc/libbacktrace'
Configuring stage 1 in ./libcpp
configure: creating cache ./config.cache
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for x86_64-unknown-linux-gnu-gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for x86_64-unknown-linux-gnu-ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for aclocal... no
checking for autoconf... no
checking for autoheader... no
checking whether gcc supports -W... yes
checking whether gcc supports -Wall... yes
checking whether gcc supports -Wnarrowing... 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 -Wmissing-prototypes... yes
checking whether gcc supports -Wold-style-definition... yes
checking whether gcc supports -Wc++-compat... yes
checking whether gcc supports -pedantic -Wlong-long... yes
checking whether gcc supports -fno-exceptions... yes
checking whether gcc supports -fno-rtti... yes
checking dependency style of g++... gcc3
checking whether time.h and sys/time.h may both be included... yes
checking whether string.h and strings.h may both be included... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for strings.h... (cached) yes
checking for string.h... (cached) yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for unistd.h... (cached) yes
checking whether byte ordering is bigendian... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for obstacks... yes
checking for off_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for uintptr_t... yes
checking for ptrdiff_t... yes
checking for uint64_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking size of int... 4
checking size of long... 8
checking for clearerr_unlocked... yes
checking for feof_unlocked... yes
checking for ferror_unlocked... yes
checking for fflush_unlocked... yes
checking for fgetc_unlocked... yes
checking for fgets_unlocked... yes
checking for fileno_unlocked... yes
checking for fprintf_unlocked... no
checking for fputc_unlocked... yes
checking for fputs_unlocked... yes
checking for fread_unlocked... yes
checking for fwrite_unlocked... yes
checking for getchar_unlocked... yes
checking for getc_unlocked... yes
checking for putchar_unlocked... yes
checking for putc_unlocked... yes
checking whether abort is declared... yes
checking whether asprintf is declared... yes
checking whether basename is declared... yes
checking whether errno is declared... no
checking whether getopt is declared... yes
checking whether vasprintf is declared... yes
checking whether clearerr_unlocked is declared... yes
checking whether feof_unlocked is declared... yes
checking whether ferror_unlocked is declared... yes
checking whether fflush_unlocked is declared... yes
checking whether fgetc_unlocked is declared... yes
checking whether fgets_unlocked is declared... yes
checking whether fileno_unlocked is declared... yes
checking whether fprintf_unlocked is declared... no
checking whether fputc_unlocked is declared... yes
checking whether fputs_unlocked is declared... yes
checking whether fread_unlocked is declared... yes
checking whether fwrite_unlocked is declared... yes
checking whether getchar_unlocked is declared... yes
checking whether getc_unlocked is declared... yes
checking whether putchar_unlocked is declared... yes
checking whether putc_unlocked is declared... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for ANSI C header files... (cached) yes
checking for nl_langinfo and CODESET... yes
checking whether NLS is requested... yes
checking for catalogs to be installed...  be ca da de el eo es fi fr id ja nl pt_BR ru sr sv tr uk vi zh_CN zh_TW be ca da de el eo es fi fr id ja nl pt_BR ru sr sv tr uk vi zh_CN zh_TW
checking for uchar...
checking for ld used by GCC... ld
checking if the linker (ld) is GNU ld... yes
checking for shared library run path origin... done
checking for iconv... yes
checking for iconv declaration... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depdir commands
mkdir -p -- .deps
make[3]: Entering directory '/home/luser/Downloads/gcc/libcpp'
g++  -I../../gcc-5.4.0/libcpp -I. -I../../gcc-5.4.0/libcpp/../include -I../../gcc-5.4.0/libcpp/include  -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long  -fno-exceptions -fno-rtti -I../../gcc-5.4.0/libcpp -I. -I../../gcc-5.4.0/libcpp/../include -I../../gcc-5.4.0/libcpp/include   -c -o charset.o -MT charset.o -MMD -MP -MF .deps/charset.Tpo ../../gcc-5.4.0/libcpp/charset.c
g++  -I../../gcc-5.4.0/libcpp -I. -I../../gcc-5.4.0/libcpp/../include -I../../gcc-5.4.0/libcpp/include  -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long  -fno-exceptions -fno-rtti -I../../gcc-5.4.0/libcpp -I. -I../../gcc-5.4.0/libcpp/../include -I../../gcc-5.4.0/libcpp/include   -c -o directives.o -MT directives.o -MMD -MP -MF .deps/directives.Tpo ../../gcc-5.4.0/libcpp/directives.c
g++  -I../../gcc-5.4.0/libcpp -I. -I../../gcc-5.4.0/libcpp/../include -I../../gcc-5.4.0/libcpp/include  -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long  -fno-exceptions -fno-rtti -I../../gcc-5.4.0/libcpp -I. -I../../gcc-5.4.0/libcpp/../include -I../../gcc-5.4.0/libcpp/include   -c -o directives-only.o -MT directives-only.o -MMD -MP -MF .deps/directives-only.Tpo ../../gcc-5.4.0/libcpp/directives-only.c
g++  -I../../gcc-5.4.0/libcpp -I. -I../../gcc-5.4.0/libcpp/../include -I../../gcc-5.4.0/libcpp/include  -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long  -fno-exceptions -fno-rtti -I../../gcc-5.4.0/libcpp -I. -I../../gcc-5.4.0/libcpp/../include -I../../gcc-5.4.0/libcpp/include   -c -o errors.o -MT errors.o -MMD -MP -MF .deps/errors.Tpo ../../gcc-5.4.0/libcpp/errors.c
g++  -I../../gcc-5.4.0/libcpp -I. -I../../gcc-5.4.0/libcpp/../include -I../../gcc-5.4.0/libcpp/include  -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long  -fno-exceptions -fno-rtti -I../../gcc-5.4.0/libcpp -I. -I../../gcc-5.4.0/libcpp/../include -I../../gcc-5.4.0/libcpp/include   -c -o expr.o -MT expr.o -MMD -MP -MF .deps/expr.Tpo ../../gcc-5.4.0/libcpp/expr.c
../../gcc-5.4.0/libcpp/expr.c: In function ‘unsigned int cpp_classify_number(cpp_reader*, const cpp_token*, const char**, source_location)’:
../../gcc-5.4.0/libcpp/expr.c:681:18: warning: format not a string literal and no format arguments [-Wformat-security]
        0, message);
                  ^
../../gcc-5.4.0/libcpp/expr.c:684:39: warning: format not a string literal and no format arguments [-Wformat-security]
           virtual_location, 0, message);
                                       ^
g++  -I../../gcc-5.4.0/libcpp -I. -I../../gcc-5.4.0/libcpp/../include -I../../gcc-5.4.0/libcpp/include  -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long  -fno-exceptions -fno-rtti -I../../gcc-5.4.0/libcpp -I. -I../../gcc-5.4.0/libcpp/../include -I../../gcc-5.4.0/libcpp/include   -c -o files.o -MT files.o -MMD -MP -MF .deps/files.Tpo ../../gcc-5.4.0/libcpp/files.c
g++  -I../../gcc-5.4.0/libcpp -I. -I../../gcc-5.4.0/libcpp/../include -I../../gcc-5.4.0/libcpp/include  -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long  -fno-exceptions -fno-rtti -I../../gcc-5.4.0/libcpp -I. -I../../gcc-5.4.0/libcpp/../include -I../../gcc-5.4.0/libcpp/include   -c -o identifiers.o -MT identifiers.o -MMD -MP -MF .deps/identifiers.Tpo ../../gcc-5.4.0/libcpp/identifiers.c
echo "#define LOCALEDIR \"/usr/local/share/locale\"" > localedir.new
../../gcc-5.4.0/libcpp/../move-if-change localedir.new localedir.h
echo timestamp > localedir.hs
g++  -I../../gcc-5.4.0/libcpp -I. -I../../gcc-5.4.0/libcpp/../include -I../../gcc-5.4.0/libcpp/include  -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long  -fno-exceptions -fno-rtti -I../../gcc-5.4.0/libcpp -I. -I../../gcc-5.4.0/libcpp/../include -I../../gcc-5.4.0/libcpp/include   -c -o init.o -MT init.o -MMD -MP -MF .deps/init.Tpo ../../gcc-5.4.0/libcpp/init.c
g++  -I../../gcc-5.4.0/libcpp -I. -I../../gcc-5.4.0/libcpp/../include -I../../gcc-5.4.0/libcpp/include  -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long  -fno-exceptions -fno-rtti -I../../gcc-5.4.0/libcpp -I. -I../../gcc-5.4.0/libcpp/../include -I../../gcc-5.4.0/libcpp/include   -c -o lex.o -MT lex.o -MMD -MP -MF .deps/lex.Tpo ../../gcc-5.4.0/libcpp/lex.c
g++  -I../../gcc-5.4.0/libcpp -I. -I../../gcc-5.4.0/libcpp/../include -I../../gcc-5.4.0/libcpp/include  -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long  -fno-exceptions -fno-rtti -I../../gcc-5.4.0/libcpp -I. -I../../gcc-5.4.0/libcpp/../include -I../../gcc-5.4.0/libcpp/include   -c -o line-map.o -MT line-map.o -MMD -MP -MF .deps/line-map.Tpo ../../gcc-5.4.0/libcpp/line-map.c
g++  -I../../gcc-5.4.0/libcpp -I. -I../../gcc-5.4.0/libcpp/../include -I../../gcc-5.4.0/libcpp/include  -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long  -fno-exceptions -fno-rtti -I../../gcc-5.4.0/libcpp -I. -I../../gcc-5.4.0/libcpp/../include -I../../gcc-5.4.0/libcpp/include   -c -o macro.o -MT macro.o -MMD -MP -MF .deps/macro.Tpo ../../gcc-5.4.0/libcpp/macro.c
../../gcc-5.4.0/libcpp/macro.c: In function ‘bool create_iso_definition(cpp_reader*, cpp_macro*)’:
../../gcc-5.4.0/libcpp/macro.c:3087:58: warning: format not a string literal and no format arguments [-Wformat-security]
        cpp_error (pfile, CPP_DL_ERROR, paste_op_error_msg);
                                                          ^
../../gcc-5.4.0/libcpp/macro.c:3100:58: warning: format not a string literal and no format arguments [-Wformat-security]
        cpp_error (pfile, CPP_DL_ERROR, paste_op_error_msg);
                                                          ^
g++  -I../../gcc-5.4.0/libcpp -I. -I../../gcc-5.4.0/libcpp/../include -I../../gcc-5.4.0/libcpp/include  -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long  -fno-exceptions -fno-rtti -I../../gcc-5.4.0/libcpp -I. -I../../gcc-5.4.0/libcpp/../include -I../../gcc-5.4.0/libcpp/include   -c -o mkdeps.o -MT mkdeps.o -MMD -MP -MF .deps/mkdeps.Tpo ../../gcc-5.4.0/libcpp/mkdeps.c
g++  -I../../gcc-5.4.0/libcpp -I. -I../../gcc-5.4.0/libcpp/../include -I../../gcc-5.4.0/libcpp/include  -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long  -fno-exceptions -fno-rtti -I../../gcc-5.4.0/libcpp -I. -I../../gcc-5.4.0/libcpp/../include -I../../gcc-5.4.0/libcpp/include   -c -o pch.o -MT pch.o -MMD -MP -MF .deps/pch.Tpo ../../gcc-5.4.0/libcpp/pch.c
g++  -I../../gcc-5.4.0/libcpp -I. -I../../gcc-5.4.0/libcpp/../include -I../../gcc-5.4.0/libcpp/include  -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long  -fno-exceptions -fno-rtti -I../../gcc-5.4.0/libcpp -I. -I../../gcc-5.4.0/libcpp/../include -I../../gcc-5.4.0/libcpp/include   -c -o symtab.o -MT symtab.o -MMD -MP -MF .deps/symtab.Tpo ../../gcc-5.4.0/libcpp/symtab.c
g++  -I../../gcc-5.4.0/libcpp -I. -I../../gcc-5.4.0/libcpp/../include -I../../gcc-5.4.0/libcpp/include  -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long  -fno-exceptions -fno-rtti -I../../gcc-5.4.0/libcpp -I. -I../../gcc-5.4.0/libcpp/../include -I../../gcc-5.4.0/libcpp/include   -c -o traditional.o -MT traditional.o -MMD -MP -MF .deps/traditional.Tpo ../../gcc-5.4.0/libcpp/traditional.c
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
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libcpp.a
make[3]: Leaving directory '/home/luser/Downloads/gcc/libcpp'
Configuring stage 1 in ./libdecnumber
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-unknown-linux-gnu-gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for x86_64-unknown-linux-gnu-ranlib... ranlib
checking for aclocal... no
checking for autoconf... no
checking for autoheader... no
checking whether gcc supports -W... yes
checking whether gcc supports -Wall... yes
checking whether gcc supports -Wwrite-strings... yes
checking whether gcc supports -Wstrict-prototypes... yes
checking whether gcc supports -Wmissing-prototypes... yes
checking whether gcc supports -Wold-style-definition... yes
checking whether gcc supports -Wmissing-format-attribute... yes
checking whether gcc supports -Wcast-qual... yes
checking whether gcc supports -pedantic -Wlong-long... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for uintptr_t... yes
checking for int_least32_t... yes
checking for int_fast32_t... yes
checking for uint64_t... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
checking for off_t... yes
checking size of int... 4
checking size of long... 8
checking for ANSI C header files... (cached) yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing gstdint.h commands
make[3]: Entering directory '/home/luser/Downloads/gcc/libdecnumber'
source='../../gcc-5.4.0/libdecnumber/decNumber.c' object='decNumber.o' libtool=no gcc  -I../../gcc-5.4.0/libdecnumber -I.  -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../gcc-5.4.0/libdecnumber -I.   -c ../../gcc-5.4.0/libdecnumber/decNumber.c
source='../../gcc-5.4.0/libdecnumber/decContext.c' object='decContext.o' libtool=no gcc  -I../../gcc-5.4.0/libdecnumber -I.  -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../gcc-5.4.0/libdecnumber -I.   -c ../../gcc-5.4.0/libdecnumber/decContext.c
source='../../gcc-5.4.0/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no gcc  -I../../gcc-5.4.0/libdecnumber -I.  -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../gcc-5.4.0/libdecnumber -I.   -c ../../gcc-5.4.0/libdecnumber/bid/decimal32.c
source='../../gcc-5.4.0/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no gcc  -I../../gcc-5.4.0/libdecnumber -I.  -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../gcc-5.4.0/libdecnumber -I.   -c ../../gcc-5.4.0/libdecnumber/bid/decimal64.c
source='../../gcc-5.4.0/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no gcc  -I../../gcc-5.4.0/libdecnumber -I.  -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../gcc-5.4.0/libdecnumber -I.   -c ../../gcc-5.4.0/libdecnumber/bid/decimal128.c
source='../../gcc-5.4.0/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no gcc  -I../../gcc-5.4.0/libdecnumber -I.  -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../gcc-5.4.0/libdecnumber -I.   -c ../../gcc-5.4.0/libdecnumber/bid/bid2dpd_dpd2bid.c
source='../../gcc-5.4.0/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no gcc  -I../../gcc-5.4.0/libdecnumber -I.  -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../gcc-5.4.0/libdecnumber -I.   -c ../../gcc-5.4.0/libdecnumber/bid/host-ieee32.c
source='../../gcc-5.4.0/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no gcc  -I../../gcc-5.4.0/libdecnumber -I.  -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../gcc-5.4.0/libdecnumber -I.   -c ../../gcc-5.4.0/libdecnumber/bid/host-ieee64.c
source='../../gcc-5.4.0/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no gcc  -I../../gcc-5.4.0/libdecnumber -I.  -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../gcc-5.4.0/libdecnumber -I.   -c ../../gcc-5.4.0/libdecnumber/bid/host-ieee128.c
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
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libdecnumber.a
make[3]: Leaving directory '/home/luser/Downloads/gcc/libdecnumber'
make[3]: Entering directory '/home/luser/Downloads/gcc/gcc'
TARGET_CPU_DEFAULT="" \
HEADERS="auto-host.h ansidecl.h" DEFINES="" \
/bin/bash ../../gcc-5.4.0/gcc/mkconfig.sh config.h
TARGET_CPU_DEFAULT="" \
HEADERS="options.h insn-constants.h config/vxworks-dummy.h config/i386/biarch64.h config/i386/i386.h config/i386/unix.h config/i386/att.h config/dbxelf.h config/elfos.h config/gnu-user.h config/glibc-stdint.h config/i386/x86-64.h config/i386/gnu-user-common.h config/i386/gnu-user64.h config/linux.h config/linux-android.h config/i386/linux-common.h config/i386/linux64.h config/initfini-array.h defaults.h" DEFINES="LIBC_GLIBC=1 LIBC_UCLIBC=2 LIBC_BIONIC=3 DEFAULT_LIBC=LIBC_GLIBC ANDROID_DEFAULT=0" \
/bin/bash ../../gcc-5.4.0/gcc/mkconfig.sh tm.h
TARGET_CPU_DEFAULT="" \
HEADERS="config/i386/i386-protos.h config/linux-protos.h tm-preds.h" DEFINES="" \
/bin/bash ../../gcc-5.4.0/gcc/mkconfig.sh tm_p.h
TARGET_CPU_DEFAULT="" \
HEADERS="auto-host.h ansidecl.h" DEFINES="" \
/bin/bash ../../gcc-5.4.0/gcc/mkconfig.sh bconfig.h
g++ -c   -g -DIN_GCC    -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common  -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-5.4.0/gcc -I../../gcc-5.4.0/gcc/build -I../../gcc-5.4.0/gcc/../include  -I../../gcc-5.4.0/gcc/../libcpp/include  \
        -o build/genmddeps.o ../../gcc-5.4.0/gcc/genmddeps.c
In file included from ./bconfig.h:3:0,
                 from ../../gcc-5.4.0/gcc/genmddeps.c:18:
./auto-host.h:2206:16: error: declaration does not declare anything [-fpermissive]
 #define rlim_t long
                ^
In file included from ../../gcc-5.4.0/gcc/genmddeps.c:19:0:
../../gcc-5.4.0/gcc/system.h:465:23: error: conflicting declaration of C function ‘void* sbrk(int)’
 extern void *sbrk (int);
                       ^
In file included from ../../gcc-5.4.0/gcc/system.h:277:0,
                 from ../../gcc-5.4.0/gcc/genmddeps.c:19:
/usr/include/unistd.h:1046:14: note: previous declaration ‘void* sbrk(intptr_t)’
 extern void *sbrk (intptr_t __delta) __THROW;
              ^
In file included from ../../gcc-5.4.0/gcc/genmddeps.c:19:0:
../../gcc-5.4.0/gcc/system.h:469:48: error: ambiguating new declaration of ‘char* strstr(const char*, const char*)’
 extern char *strstr (const char *, const char *);
                                                ^
In file included from /usr/include/c++/5/cstring:42:0,
                 from ../../gcc-5.4.0/gcc/system.h:219,
                 from ../../gcc-5.4.0/gcc/genmddeps.c:19:
/usr/include/string.h:319:20: note: old declaration ‘const char* strstr(const char*, const char*)’
 extern const char *strstr (const char *__haystack, const char *__needle)
                    ^
In file included from ../../gcc-5.4.0/gcc/genmddeps.c:19:0:
../../gcc-5.4.0/gcc/system.h:521:34: error: conflicting declaration of C function ‘const char* strsignal(int)’
 extern const char *strsignal (int);
                                  ^
In file included from /usr/include/c++/5/cstring:42:0,
                 from ../../gcc-5.4.0/gcc/system.h:219,
                 from ../../gcc-5.4.0/gcc/genmddeps.c:19:
/usr/include/string.h:559:14: note: previous declaration ‘char* strsignal(int)’
 extern char *strsignal (int __sig) __THROW;
              ^
In file included from ./bconfig.h:5:0,
                 from ../../gcc-5.4.0/gcc/genmddeps.c:18:
../../gcc-5.4.0/gcc/../include/ansidecl.h:171:64: error: ambiguating new declaration of ‘char* basename(const char*)’
 #  define ATTRIBUTE_NONNULL(m) __attribute__ ((__nonnull__ (m)))
                                                                ^
../../gcc-5.4.0/gcc/../include/libiberty.h:112:64: note: in expansion of macro ‘ATTRIBUTE_NONNULL’
 extern char *basename (const char *) ATTRIBUTE_RETURNS_NONNULL ATTRIBUTE_NONNULL(1);
                                                                ^
In file included from /usr/include/c++/5/cstring:42:0,
                 from ../../gcc-5.4.0/gcc/system.h:219,
                 from ../../gcc-5.4.0/gcc/genmddeps.c:19:
/usr/include/string.h:596:26: note: old declaration ‘const char* basename(const char*)’
 extern "C++" const char *basename (const char *__filename)
                          ^
Makefile:2429: recipe for target 'build/genmddeps.o' failed
make[3]: *** [build/genmddeps.o] Error 1
make[3]: Leaving directory '/home/luser/Downloads/gcc/gcc'
Makefile:4371: recipe for target 'all-stage1-gcc' failed
make[2]: *** [all-stage1-gcc] Error 2
make[2]: Leaving directory '/home/luser/Downloads/gcc'
Makefile:22461: recipe for target 'stage1-bubble' failed
make[1]: *** [stage1-bubble] Error 2
make[1]: Leaving directory '/home/luser/Downloads/gcc'
Makefile:902: recipe for target 'all' failed
make: *** [all] Error 2

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux