Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [sudoman@igo rockbox-3.8.1]$ sudo tools/rockboxdev.sh
- Download directory : /tmp/rbdev-dl (set RBDEV_DOWNLOAD to change)
- Install prefix : /usr/local (set RBDEV_PREFIX to change)
- Build dir : /tmp/rbdev-build (set RBDEV_BUILD to change)
- Make options : (set MAKEFLAGS to change)
- Select target arch:
- s - sh (Archos models)
- m - m68k (iriver h1x0/h3x0, iaudio m3/m5/x5 and mpio hd200)
- e - arm-eabi (ipods, iriver H10, Sansa, D2, Gigabeat, etc)
- a - arm (older ARM toolchain, deprecated)
- i - mips (Jz4740 and ATJ-based players)
- separate multiple targets with spaces
- (Example: "s m a" will build sh, m68k and arm)
- e
- ROCKBOXDEV: extracting binutils-2.20.1.tar.bz2
- ROCKBOXDEV: applying patch binutils-2.20.1-ld-thumb-interwork-long-call.diff
- patching file bfd/elf32-arm.c
- ROCKBOXDEV: mkdir build-binutils
- ROCKBOXDEV: cd build-binutils
- ROCKBOXDEV: binutils/configure
- checking build system type... x86_64-unknown-linux-gnu
- checking host system type... x86_64-unknown-linux-gnu
- checking target system type... arm-elf-eabi
- 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 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 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 version 0.10 of PPL... no
- checking for correct version of CLooG... no
- checking for bison... bison -y
- checking for bison... bison
- checking for gm4... no
- checking for gnum4... no
- checking for m4... m4
- checking for flex... flex
- checking for flex... flex
- checking for makeinfo... makeinfo
- 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 arm-elf-eabi-cc... no
- checking for arm-elf-eabi-gcc... no
- checking for arm-elf-eabi-c++... no
- checking for arm-elf-eabi-g++... no
- checking for arm-elf-eabi-cxx... no
- checking for arm-elf-eabi-gxx... no
- checking for arm-elf-eabi-gcc... no
- checking for arm-elf-eabi-gcj... no
- checking for arm-elf-eabi-gfortran... no
- checking for arm-elf-eabi-ar... no
- checking for arm-elf-eabi-as... no
- checking for arm-elf-eabi-dlltool... no
- checking for arm-elf-eabi-ld... no
- checking for arm-elf-eabi-lipo... no
- checking for arm-elf-eabi-nm... no
- checking for arm-elf-eabi-objdump... no
- checking for arm-elf-eabi-ranlib... no
- checking for arm-elf-eabi-strip... no
- checking for arm-elf-eabi-windres... no
- checking for arm-elf-eabi-windmc... no
- checking where to find the target ar... just compiled
- checking where to find the target as... just compiled
- checking where to find the target cc... pre-installed
- checking where to find the target c++... pre-installed
- checking where to find the target c++ for libstdc++... pre-installed
- checking where to find the target dlltool... just compiled
- checking where to find the target gcc... pre-installed
- checking where to find the target gcj... pre-installed
- checking where to find the target gfortran... pre-installed
- checking where to find the target ld... just compiled
- checking where to find the target lipo... pre-installed
- checking where to find the target nm... just compiled
- checking where to find the target objdump... just compiled
- checking where to find the target ranlib... just compiled
- checking where to find the target strip... just compiled
- checking where to find the target windres... just compiled
- checking where to find the target windmc... just compiled
- checking whether to enable maintainer-specific portions of Makefiles... no
- checking whether -fkeep-inline-functions is supported... yes
- configure: creating ./config.status
- config.status: creating Makefile
- ROCKBOXDEV: binutils/make
- gmake[1]: Entering directory `/tmp/rbdev-build/build-binutils'
- mkdir -p -- ./libiberty
- Configuring in ./libiberty
- configure: creating cache ./config.cache
- checking whether to enable maintainer-specific portions of Makefiles... no
- checking for makeinfo... makeinfo --split-size=5000000
- checking for perl... perl
- checking build system type... 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 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 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 for intptr_t... yes
- checking for uintptr_t... yes
- checking for a 64-bit type... uint64_t
- checking for pid_t... yes
- checking for library containing strerror... none required
- checking for asprintf... yes
- checking for atexit... yes
- checking for basename... yes
- checking for bcmp... yes
- checking for bcopy... yes
- checking for bsearch... yes
- checking for bzero... yes
- checking for calloc... yes
- checking for clock... yes
- checking for ffs... yes
- checking for getcwd... yes
- checking for getpagesize... yes
- checking for gettimeofday... yes
- checking for index... yes
- checking for insque... yes
- checking for memchr... yes
- checking for memcmp... yes
- checking for memcpy... yes
- checking for 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 strrchr... yes
- checking for strstr... yes
- checking for strtod... yes
- checking for strtol... yes
- checking for strtoul... 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 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 getrusage... yes
- checking for on_exit... yes
- checking for psignal... yes
- checking for strerror... yes
- checking for strsignal... yes
- checking for sysconf... yes
- checking for times... yes
- checking for sbrk... yes
- checking for gettimeofday... (cached) yes
- checking for realpath... yes
- checking for canonicalize_file_name... yes
- checking for pstat_getstatic... no
- checking for pstat_getdynamic... no
- checking for sysmp... no
- checking for getsysinfo... no
- checking for table... no
- checking for sysctl... yes
- checking for wait3... yes
- checking for wait4... yes
- checking for __fsetlocking... 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 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
- mkdir -p -- ./intl
- Configuring in ./intl
- configure: creating cache ./config.cache
- checking whether gmake 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... bison
- checking version of bison... 2.4.3, ok
- 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... aclocal
- checking for autoconf... autoconf
- checking for autoheader... autoheader
- 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
- mkdir -p -- ./bfd
- Configuring in ./bfd
- 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... arm-elf-eabi
- 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 library containing strerror... none required
- 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 gmake sets $(MAKE)... yes
- checking for style of include used by gmake... GNU
- checking dependency style of gcc... gcc3
- checking for x86_64-unknown-linux-gnu-ar... ar
- checking for x86_64-unknown-linux-gnu-ranlib... ranlib
- 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 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 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... no
- 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 for shl_load... no
- checking for shl_load in -ldld... no
- checking for dlopen... no
- checking for dlopen in -ldl... yes
- checking whether a program can dlopen itself... yes
- checking whether a statically linked program can dlopen itself... yes
- 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 for special C compiler options needed for large files... no
- checking for _FILE_OFFSET_BITS value needed for large files... no
- Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror
- checking whether to enable maintainer-specific portions of Makefiles... no
- checking whether to install libbfd... no
- checking whether NLS is requested... yes
- checking for catalogs to be installed... da es fi fr id ja ro ru rw sv tr vi zh_CN da es fi fr id ja ro ru rw sv tr vi zh_CN
- 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 size of long long... 8
- checking size of void *... 8
- checking size of long... 8
- checking alloca.h usability... yes
- checking alloca.h presence... yes
- checking for alloca.h... yes
- checking stddef.h usability... yes
- checking stddef.h presence... 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 time.h usability... yes
- checking time.h presence... yes
- checking for time.h... 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 sys/time.h usability... yes
- checking sys/time.h presence... yes
- checking for sys/time.h... yes
- checking for sys/stat.h... (cached) 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 bfd_stdint.h... stdint.h (already complete)
- checking whether time.h and sys/time.h may both be included... yes
- checking for dirent.h that defines DIR... yes
- checking for library containing opendir... none required
- checking whether string.h and strings.h may both be included... yes
- checking for fcntl... yes
- checking for getpagesize... yes
- checking for setitimer... yes
- checking for sysconf... yes
- checking for fdopen... yes
- checking for getuid... yes
- checking for getgid... yes
- checking for fileno... yes
- checking for strtoull... yes
- checking whether basename is declared... yes
- checking whether ftello is declared... yes
- checking whether ftello64 is declared... yes
- checking whether fseeko is declared... yes
- checking whether fseeko64 is declared... yes
- checking whether ffs is declared... yes
- checking whether free is declared... yes
- checking whether getenv is declared... yes
- checking whether malloc is declared... yes
- checking whether realloc is declared... yes
- checking whether stpcpy is declared... yes
- checking whether strstr is declared... yes
- checking whether snprintf is declared... yes
- checking whether vsnprintf is declared... yes
- checking for library containing zlibVersion... no
- checking linker --as-needed support... yes
- checking for cos in -lm... yes
- checking for gcc version with buggy 64-bit support... no
- checking for ftello... yes
- checking for ftello64... yes
- checking for fseeko... yes
- checking for fseeko64... yes
- checking for fopen64... yes
- checking size of off_t... 8
- checking file_ptr type... BFD_HOST_64_BIT
- checking for stdlib.h... (cached) yes
- checking for unistd.h... (cached) yes
- checking for getpagesize... (cached) yes
- checking for working mmap... yes
- checking for madvise... yes
- checking for mprotect... yes
- configure: updating cache ./config.cache
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: creating doc/Makefile
- config.status: creating bfd-in3.h
- config.status: creating po/Makefile.in
- config.status: creating config.h
- config.status: executing depfiles commands
- config.status: executing libtool commands
- config.status: executing default-1 commands
- config.status: executing bfd_stdint.h commands
- config.status: executing default commands
- gmake[2]: Entering directory `/tmp/rbdev-build/build-binutils/libiberty'
- if [ x"" != x ] && [ ! -d pic ]; then \
- mkdir pic; \
- else true; fi
- touch stamp-picdir
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/regex.c -o pic/regex.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/regex.c -o regex.o
- In file included from ../../binutils-2.20.1/libiberty/regex.c:638:0:
- ../../binutils-2.20.1/libiberty/regex.c: In function ‘byte_re_match_2_internal’:
- ../../binutils-2.20.1/libiberty/regex.c:7143:27: warning: variable ‘sdummy’ set but not used [-Wunused-but-set-variable]
- ../../binutils-2.20.1/libiberty/regex.c:7142:22: warning: variable ‘pdummy’ set but not used [-Wunused-but-set-variable]
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/cplus-dem.c -o pic/cplus-dem.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/cplus-dem.c -o cplus-dem.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/cp-demangle.c -o pic/cp-demangle.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/cp-demangle.c -o cp-demangle.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/md5.c -o pic/md5.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/md5.c -o md5.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/sha1.c -o pic/sha1.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/sha1.c -o sha1.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/alloca.c -o pic/alloca.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/alloca.c -o alloca.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/argv.c -o pic/argv.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/argv.c -o argv.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/choose-temp.c -o pic/choose-temp.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/choose-temp.c -o choose-temp.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/concat.c -o pic/concat.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/concat.c -o concat.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/cp-demint.c -o pic/cp-demint.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/cp-demint.c -o cp-demint.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/crc32.c -o pic/crc32.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/crc32.c -o crc32.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/dyn-string.c -o pic/dyn-string.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/dyn-string.c -o dyn-string.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/fdmatch.c -o pic/fdmatch.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/fdmatch.c -o fdmatch.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/fibheap.c -o pic/fibheap.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/fibheap.c -o fibheap.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/filename_cmp.c -o pic/filename_cmp.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/filename_cmp.c -o filename_cmp.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/floatformat.c -o pic/floatformat.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/floatformat.c -o floatformat.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/fnmatch.c -o pic/fnmatch.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/fnmatch.c -o fnmatch.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/fopen_unlocked.c -o fopen_unlocked.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/getopt.c -o pic/getopt.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/getopt.c -o getopt.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/getopt1.c -o pic/getopt1.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/getopt1.c -o getopt1.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/getpwd.c -o pic/getpwd.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/getpwd.c -o getpwd.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/getruntime.c -o pic/getruntime.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/getruntime.c -o getruntime.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/hashtab.c -o pic/hashtab.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/hashtab.c -o hashtab.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/hex.c -o pic/hex.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/hex.c -o hex.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/lbasename.c -o pic/lbasename.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/lbasename.c -o lbasename.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/lrealpath.c -o pic/lrealpath.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/lrealpath.c -o lrealpath.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/make-relative-prefix.c -o make-relative-prefix.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/make-temp-file.c -o pic/make-temp-file.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/make-temp-file.c -o make-temp-file.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/objalloc.c -o pic/objalloc.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/objalloc.c -o objalloc.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/obstack.c -o pic/obstack.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/obstack.c -o obstack.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/partition.c -o pic/partition.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/partition.c -o partition.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/pexecute.c -o pic/pexecute.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/pexecute.c -o pexecute.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/physmem.c -o pic/physmem.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/physmem.c -o physmem.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/pex-common.c -o pic/pex-common.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/pex-common.c -o pex-common.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/pex-one.c -o pic/pex-one.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/pex-one.c -o pex-one.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/pex-unix.c -o pic/pex-unix.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/pex-unix.c -o pex-unix.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/safe-ctype.c -o pic/safe-ctype.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/safe-ctype.c -o safe-ctype.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/sort.c -o pic/sort.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/sort.c -o sort.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/spaces.c -o pic/spaces.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/spaces.c -o spaces.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/splay-tree.c -o pic/splay-tree.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/splay-tree.c -o splay-tree.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/strerror.c -o pic/strerror.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/strerror.c -o strerror.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/strsignal.c -o pic/strsignal.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/strsignal.c -o strsignal.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/xatexit.c -o pic/xatexit.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/xatexit.c -o xatexit.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/xexit.c -o pic/xexit.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/xexit.c -o xexit.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/xmalloc.c -o pic/xmalloc.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/xmalloc.c -o xmalloc.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/xmemdup.c -o pic/xmemdup.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/xmemdup.c -o xmemdup.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/xstrdup.c -o pic/xstrdup.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/xstrdup.c -o xstrdup.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/xstrerror.c -o pic/xstrerror.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/xstrerror.c -o xstrerror.o
- if [ x"" != x ]; then \
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/xstrndup.c -o pic/xstrndup.o; \
- else true; fi
- gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE -I. -I../../binutils-2.20.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.20.1/libiberty/xstrndup.c -o xstrndup.o
- rm -f ./libiberty.a pic/./libiberty.a
- ar rc ./libiberty.a \
- ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o
- 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 ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ; \
- 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 ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o > required-list
- gmake[3]: Entering directory `/tmp/rbdev-build/build-binutils/libiberty/testsuite'
- gmake[3]: Nothing to be done for `all'.
- gmake[3]: Leaving directory `/tmp/rbdev-build/build-binutils/libiberty/testsuite'
- gmake[2]: Leaving directory `/tmp/rbdev-build/build-binutils/libiberty'
- gmake[2]: Entering directory `/tmp/rbdev-build/build-binutils/intl'
- gmake[2]: Nothing to be done for `all'.
- gmake[2]: Leaving directory `/tmp/rbdev-build/build-binutils/intl'
- gmake[2]: Entering directory `/tmp/rbdev-build/build-binutils/bfd'
- creating bfdver.h
- rm -f elf32-target.h
- sed -e s/NN/32/g < ../../binutils-2.20.1/bfd/elfxx-target.h > elf32-target.new
- mv -f elf32-target.new elf32-target.h
- rm -f elf64-target.h
- sed -e s/NN/64/g < ../../binutils-2.20.1/bfd/elfxx-target.h > elf64-target.new
- mv -f elf64-target.new elf64-target.h
- rm -f targmatch.h
- sed -f ../../binutils-2.20.1/bfd/targmatch.sed < ../../binutils-2.20.1/bfd/config.bfd > targmatch.new
- mv -f targmatch.new targmatch.h
- Making info in doc
- gmake[3]: Entering directory `/tmp/rbdev-build/build-binutils/bfd/doc'
- gmake chew
- gmake[4]: Entering directory `/tmp/rbdev-build/build-binutils/bfd/doc'
- gcc -o chew.$$ -U_FORTIFY_SOURCE \
- -I.. -I../../../binutils-2.20.1/bfd/doc/.. -I../../../binutils-2.20.1/bfd/doc/../../include -I../../../binutils-2.20.1/bfd/doc/../../intl -I../../intl ../../../binutils-2.20.1/bfd/doc/chew.c; \
- /bin/sh ../../../binutils-2.20.1/bfd/doc/../../move-if-change chew.$$ chew
- gmake[4]: Leaving directory `/tmp/rbdev-build/build-binutils/bfd/doc'
- ./chew -f ../../../binutils-2.20.1/bfd/doc/doc.str <../../../binutils-2.20.1/bfd/doc/../opncls.c >opncls.tmp
- /bin/sh ../../../binutils-2.20.1/bfd/doc/../../move-if-change opncls.tmp opncls.texi
- restore=: && backupdir=".am$$" && \
- rm -rf $backupdir && mkdir $backupdir && \
- if (makeinfo --split-size=5000000 --split-size=5000000 --version) >/dev/null 2>&1; then \
- for f in bfd.info bfd.info-[0-9] bfd.info-[0-9][0-9] bfd.i[0-9] bfd.i[0-9][0-9]; do \
- if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
- done; \
- else :; fi && \
- if makeinfo --split-size=5000000 --split-size=5000000 -I ../../../binutils-2.20.1/bfd/doc \
- -o bfd.info `test -f 'bfd.texinfo' || echo '../../../binutils-2.20.1/bfd/doc/'`bfd.texinfo; \
- then \
- rc=0; \
- else \
- rc=$?; \
- $restore $backupdir/* `echo "./bfd.info" | sed 's|[^/]*$PIPE>|'`; \
- fi; \
- rm -rf $backupdir; exit $rc
- gmake[3]: Leaving directory `/tmp/rbdev-build/build-binutils/bfd/doc'
- Making info in po
- gmake[3]: Entering directory `/tmp/rbdev-build/build-binutils/bfd/po'
- ( if test 'x../../../binutils-2.20.1/bfd/po' != 'x.'; then \
- posrcprefix='../../../binutils-2.20.1/bfd/'; \
- else \
- posrcprefix="../"; \
- fi; \
- rm -f SRC-POTFILES-t SRC-POTFILES \
- && (sed -e '/^#/d' \
- -e '/^[ ]*$/d' \
- -e "s@.*@ $posrcprefix& \\\\@" < ../../../binutils-2.20.1/bfd/po/SRC-POTFILES.in \
- | sed -e '$s/\\$//') > SRC-POTFILES-t \
- && chmod a-w SRC-POTFILES-t \
- && mv SRC-POTFILES-t SRC-POTFILES )
- ( rm -f BLD-POTFILES-t BLD-POTFILES \
- && (sed -e '/^#/d' \
- -e '/^[ ]*$/d' \
- -e "s@.*@ ../& \\\\@" < ../../../binutils-2.20.1/bfd/po/BLD-POTFILES.in \
- | sed -e '$s/\\$//') > BLD-POTFILES-t \
- && chmod a-w BLD-POTFILES-t \
- && mv BLD-POTFILES-t BLD-POTFILES )
- cd .. \
- && CONFIG_FILES=po/Makefile.in:po/Make-in \
- CONFIG_HEADERS= /bin/sh ./config.status
- config.status: creating po/Makefile.in
- config.status: executing depfiles commands
- config.status: executing libtool commands
- config.status: executing default-1 commands
- config.status: executing bfd_stdint.h commands
- config.status: executing default commands
- gmake[3]: Leaving directory `/tmp/rbdev-build/build-binutils/bfd/po'
- gmake[3]: Entering directory `/tmp/rbdev-build/build-binutils/bfd/po'
- gmake[3]: Nothing to be done for `info'.
- gmake[3]: Leaving directory `/tmp/rbdev-build/build-binutils/bfd/po'
- gmake[3]: Entering directory `/tmp/rbdev-build/build-binutils/bfd'
- gmake[3]: Nothing to be done for `info-am'.
- gmake[3]: Leaving directory `/tmp/rbdev-build/build-binutils/bfd'
- gmake all-recursive
- gmake[3]: Entering directory `/tmp/rbdev-build/build-binutils/bfd'
- Making all in doc
- gmake[4]: Entering directory `/tmp/rbdev-build/build-binutils/bfd/doc'
- gmake[4]: Nothing to be done for `all'.
- gmake[4]: Leaving directory `/tmp/rbdev-build/build-binutils/bfd/doc'
- Making all in po
- gmake[4]: Entering directory `/tmp/rbdev-build/build-binutils/bfd/po'
- gmake[4]: Nothing to be done for `all'.
- gmake[4]: Leaving directory `/tmp/rbdev-build/build-binutils/bfd/po'
- gmake[4]: Entering directory `/tmp/rbdev-build/build-binutils/bfd'
- rm -f bfd-tmp.h
- cp bfd-in3.h bfd-tmp.h
- /bin/sh ../../binutils-2.20.1/bfd/../move-if-change bfd-tmp.h bfd.h
- rm -f bfd-tmp.h
- touch stmp-bfd-h
- /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c -o archive.lo ../../binutils-2.20.1/bfd/archive.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c ../../binutils-2.20.1/bfd/archive.c -o archive.o
- mv -f .deps/archive.Tpo .deps/archive.Plo
- /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -o archures.lo -DDEFAULT_VECTOR=bfd_elf32_littlearm_vec -DSELECT_VECS='&bfd_elf32_littlearm_vec,&bfd_elf32_bigarm_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec' -DSELECT_ARCHITECTURES='&bfd_arm_arch' -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec ../../binutils-2.20.1/bfd/archures.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -DDEFAULT_VECTOR=bfd_elf32_littlearm_vec "-DSELECT_VECS=&bfd_elf32_littlearm_vec,&bfd_elf32_bigarm_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec" "-DSELECT_ARCHITECTURES=&bfd_arm_arch" -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec ../../binutils-2.20.1/bfd/archures.c -o archures.o
- mv -f .deps/archures.Tpo .deps/archures.Plo
- /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c -o bfd.lo ../../binutils-2.20.1/bfd/bfd.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c ../../binutils-2.20.1/bfd/bfd.c -o bfd.o
- mv -f .deps/bfd.Tpo .deps/bfd.Plo
- /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c -o bfdio.lo ../../binutils-2.20.1/bfd/bfdio.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c ../../binutils-2.20.1/bfd/bfdio.c -o bfdio.o
- mv -f .deps/bfdio.Tpo .deps/bfdio.Plo
- /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT bfdwin.lo -MD -MP -MF .deps/bfdwin.Tpo -c -o bfdwin.lo ../../binutils-2.20.1/bfd/bfdwin.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT bfdwin.lo -MD -MP -MF .deps/bfdwin.Tpo -c ../../binutils-2.20.1/bfd/bfdwin.c -o bfdwin.o
- mv -f .deps/bfdwin.Tpo .deps/bfdwin.Plo
- /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c -o cache.lo ../../binutils-2.20.1/bfd/cache.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c ../../binutils-2.20.1/bfd/cache.c -o cache.o
- mv -f .deps/cache.Tpo .deps/cache.Plo
- /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT coffgen.lo -MD -MP -MF .deps/coffgen.Tpo -c -o coffgen.lo ../../binutils-2.20.1/bfd/coffgen.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT coffgen.lo -MD -MP -MF .deps/coffgen.Tpo -c ../../binutils-2.20.1/bfd/coffgen.c -o coffgen.o
- mv -f .deps/coffgen.Tpo .deps/coffgen.Plo
- /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT corefile.lo -MD -MP -MF .deps/corefile.Tpo -c -o corefile.lo ../../binutils-2.20.1/bfd/corefile.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT corefile.lo -MD -MP -MF .deps/corefile.Tpo -c ../../binutils-2.20.1/bfd/corefile.c -o corefile.o
- mv -f .deps/corefile.Tpo .deps/corefile.Plo
- /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT format.lo -MD -MP -MF .deps/format.Tpo -c -o format.lo ../../binutils-2.20.1/bfd/format.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT format.lo -MD -MP -MF .deps/format.Tpo -c ../../binutils-2.20.1/bfd/format.c -o format.o
- mv -f .deps/format.Tpo .deps/format.Plo
- /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT init.lo -MD -MP -MF .deps/init.Tpo -c -o init.lo ../../binutils-2.20.1/bfd/init.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT init.lo -MD -MP -MF .deps/init.Tpo -c ../../binutils-2.20.1/bfd/init.c -o init.o
- mv -f .deps/init.Tpo .deps/init.Plo
- /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT libbfd.lo -MD -MP -MF .deps/libbfd.Tpo -c -o libbfd.lo ../../binutils-2.20.1/bfd/libbfd.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT libbfd.lo -MD -MP -MF .deps/libbfd.Tpo -c ../../binutils-2.20.1/bfd/libbfd.c -o libbfd.o
- mv -f .deps/libbfd.Tpo .deps/libbfd.Plo
- /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT opncls.lo -MD -MP -MF .deps/opncls.Tpo -c -o opncls.lo ../../binutils-2.20.1/bfd/opncls.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT opncls.lo -MD -MP -MF .deps/opncls.Tpo -c ../../binutils-2.20.1/bfd/opncls.c -o opncls.o
- mv -f .deps/opncls.Tpo .deps/opncls.Plo
- /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT reloc.lo -MD -MP -MF .deps/reloc.Tpo -c -o reloc.lo ../../binutils-2.20.1/bfd/reloc.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT reloc.lo -MD -MP -MF .deps/reloc.Tpo -c ../../binutils-2.20.1/bfd/reloc.c -o reloc.o
- mv -f .deps/reloc.Tpo .deps/reloc.Plo
- /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT section.lo -MD -MP -MF .deps/section.Tpo -c -o section.lo ../../binutils-2.20.1/bfd/section.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT section.lo -MD -MP -MF .deps/section.Tpo -c ../../binutils-2.20.1/bfd/section.c -o section.o
- mv -f .deps/section.Tpo .deps/section.Plo
- /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT syms.lo -MD -MP -MF .deps/syms.Tpo -c -o syms.lo ../../binutils-2.20.1/bfd/syms.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT syms.lo -MD -MP -MF .deps/syms.Tpo -c ../../binutils-2.20.1/bfd/syms.c -o syms.o
- mv -f .deps/syms.Tpo .deps/syms.Plo
- /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT targets.lo -MD -MP -MF .deps/targets.Tpo -c -o targets.lo -DDEFAULT_VECTOR=bfd_elf32_littlearm_vec -DSELECT_VECS='&bfd_elf32_littlearm_vec,&bfd_elf32_bigarm_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec' -DSELECT_ARCHITECTURES='&bfd_arm_arch' -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec ../../binutils-2.20.1/bfd/targets.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT targets.lo -MD -MP -MF .deps/targets.Tpo -c -DDEFAULT_VECTOR=bfd_elf32_littlearm_vec "-DSELECT_VECS=&bfd_elf32_littlearm_vec,&bfd_elf32_bigarm_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec" "-DSELECT_ARCHITECTURES=&bfd_arm_arch" -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec ../../binutils-2.20.1/bfd/targets.c -o targets.o
- mv -f .deps/targets.Tpo .deps/targets.Plo
- /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c -o hash.lo ../../binutils-2.20.1/bfd/hash.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c ../../binutils-2.20.1/bfd/hash.c -o hash.o
- mv -f .deps/hash.Tpo .deps/hash.Plo
- /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT linker.lo -MD -MP -MF .deps/linker.Tpo -c -o linker.lo ../../binutils-2.20.1/bfd/linker.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT linker.lo -MD -MP -MF .deps/linker.Tpo -c ../../binutils-2.20.1/bfd/linker.c -o linker.o
- mv -f .deps/linker.Tpo .deps/linker.Plo
- /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT srec.lo -MD -MP -MF .deps/srec.Tpo -c -o srec.lo ../../binutils-2.20.1/bfd/srec.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT srec.lo -MD -MP -MF .deps/srec.Tpo -c ../../binutils-2.20.1/bfd/srec.c -o srec.o
- mv -f .deps/srec.Tpo .deps/srec.Plo
- /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT binary.lo -MD -MP -MF .deps/binary.Tpo -c -o binary.lo ../../binutils-2.20.1/bfd/binary.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT binary.lo -MD -MP -MF .deps/binary.Tpo -c ../../binutils-2.20.1/bfd/binary.c -o binary.o
- mv -f .deps/binary.Tpo .deps/binary.Plo
- /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT tekhex.lo -MD -MP -MF .deps/tekhex.Tpo -c -o tekhex.lo ../../binutils-2.20.1/bfd/tekhex.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT tekhex.lo -MD -MP -MF .deps/tekhex.Tpo -c ../../binutils-2.20.1/bfd/tekhex.c -o tekhex.o
- mv -f .deps/tekhex.Tpo .deps/tekhex.Plo
- /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT ihex.lo -MD -MP -MF .deps/ihex.Tpo -c -o ihex.lo ../../binutils-2.20.1/bfd/ihex.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT ihex.lo -MD -MP -MF .deps/ihex.Tpo -c ../../binutils-2.20.1/bfd/ihex.c -o ihex.o
- mv -f .deps/ihex.Tpo .deps/ihex.Plo
- /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT stabs.lo -MD -MP -MF .deps/stabs.Tpo -c -o stabs.lo ../../binutils-2.20.1/bfd/stabs.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT stabs.lo -MD -MP -MF .deps/stabs.Tpo -c ../../binutils-2.20.1/bfd/stabs.c -o stabs.o
- mv -f .deps/stabs.Tpo .deps/stabs.Plo
- /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT stab-syms.lo -MD -MP -MF .deps/stab-syms.Tpo -c -o stab-syms.lo ../../binutils-2.20.1/bfd/stab-syms.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT stab-syms.lo -MD -MP -MF .deps/stab-syms.Tpo -c ../../binutils-2.20.1/bfd/stab-syms.c -o stab-syms.o
- mv -f .deps/stab-syms.Tpo .deps/stab-syms.Plo
- /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT merge.lo -MD -MP -MF .deps/merge.Tpo -c -o merge.lo ../../binutils-2.20.1/bfd/merge.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT merge.lo -MD -MP -MF .deps/merge.Tpo -c ../../binutils-2.20.1/bfd/merge.c -o merge.o
- mv -f .deps/merge.Tpo .deps/merge.Plo
- /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT dwarf2.lo -MD -MP -MF .deps/dwarf2.Tpo -c -o dwarf2.lo -DDEBUGDIR=\"/usr/local/lib/debug\" ../../binutils-2.20.1/bfd/dwarf2.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT dwarf2.lo -MD -MP -MF .deps/dwarf2.Tpo -c -DDEBUGDIR=\"/usr/local/lib/debug\" ../../binutils-2.20.1/bfd/dwarf2.c -o dwarf2.o
- mv -f .deps/dwarf2.Tpo .deps/dwarf2.Plo
- /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT simple.lo -MD -MP -MF .deps/simple.Tpo -c -o simple.lo ../../binutils-2.20.1/bfd/simple.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT simple.lo -MD -MP -MF .deps/simple.Tpo -c ../../binutils-2.20.1/bfd/simple.c -o simple.o
- mv -f .deps/simple.Tpo .deps/simple.Plo
- /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT compress.lo -MD -MP -MF .deps/compress.Tpo -c -o compress.lo ../../binutils-2.20.1/bfd/compress.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT compress.lo -MD -MP -MF .deps/compress.Tpo -c ../../binutils-2.20.1/bfd/compress.c -o compress.o
- ../../binutils-2.20.1/bfd/compress.c: In function ‘bfd_uncompress_section_contents’:
- ../../binutils-2.20.1/bfd/compress.c:54:45: error: parameter ‘buffer’ set but not used [-Werror=unused-but-set-parameter]
- ../../binutils-2.20.1/bfd/compress.c:54:68: error: parameter ‘size’ set but not used [-Werror=unused-but-set-parameter]
- cc1: all warnings being treated as errors
- gmake[4]: *** [compress.lo] Error 1
- gmake[4]: Leaving directory `/tmp/rbdev-build/build-binutils/bfd'
- gmake[3]: *** [all-recursive] Error 1
- gmake[3]: Leaving directory `/tmp/rbdev-build/build-binutils/bfd'
- gmake[2]: *** [all] Error 2
- gmake[2]: Leaving directory `/tmp/rbdev-build/build-binutils/bfd'
- gmake[1]: *** [all-bfd] Error 2
- gmake[1]: Leaving directory `/tmp/rbdev-build/build-binutils'
- gmake: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement