Skip to content

Instantly share code, notes, and snippets.

@hanxue
Created December 5, 2013 09:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hanxue/7802316 to your computer and use it in GitHub Desktop.
Save hanxue/7802316 to your computer and use it in GitHub Desktop.
Output of running ./build on ellcc
$ ./build
cd llvm-build ; \
../llvm/configure \
CC=gcc CFLAGS="" \
CXX=g++ CXXFLAGS="" \
--bindir=/Library/Caches/Homebrew/ellcc--svn-HEAD/bin --prefix=/Library/Caches/Homebrew/ellcc--svn-HEAD \
\
--enable-optimized --enable-shared=no -enable-pic=no \
--enable-keep-symbols
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 how to run the C preprocessor... gcc -E
checking build system type... x86_64-apple-darwin13.0.0
checking host system type... x86_64-apple-darwin13.0.0
checking target system type... x86_64-apple-darwin13.0.0
checking type of operating system we're going to host on... Darwin
checking type of operating system we're going to target... Darwin
checking target architecture... x86_64
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/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 optimization flags... -O3
checking for BSD-compatible nm... /usr/bin/nm
checking for GNU make... make
checking whether ln -s works... yes
checking for cmp... /usr/bin/cmp
checking for cp... /bin/cp
checking for date... /bin/date
checking for find... /usr/bin/find
checking for grep... (cached) /usr/bin/grep
checking for mkdir... /bin/mkdir
checking for mv... /bin/mv
checking for ranlib... ranlib
checking for ar... ar
checking for rm... /bin/rm
checking for sed... /usr/bin/sed
checking for tar... /usr/bin/tar
checking for pwd... /bin/pwd
checking for Graphviz... echo Graphviz
checking for dot... /usr/local/bin/dot
checking for fdp... /usr/local/bin/fdp
checking for neato... /usr/local/bin/neato
checking for twopi... /usr/local/bin/twopi
checking for circo... /usr/local/bin/circo
checking for gv... no
checking for gsview32... no
checking for dotty... /usr/local/bin/dotty
checking for xdot... no
checking for xdot.py... no
checking for a BSD-compatible install... /usr/local/bin/ginstall -c
checking for bzip2... /usr/bin/bzip2
checking for cat... /bin/cat
checking for doxygen... no
checking for groff... /usr/bin/groff
checking for gzip... /usr/bin/gzip
checking for pdfroff... /usr/bin/pdfroff
checking for zip... /usr/bin/zip
checking for ocamlc... no
checking for ocamlopt... no
checking for ocamldep... no
checking for ocamldoc... no
checking for gas... no
checking for as... /usr/bin/as
checking for linker version... 224.1
checking for compiler -Wl,-R<path> option... no
checking for compiler -rdynamic option... yes
checking for compiler -Wl,--version-script option... no
checking for an ANSI C-conforming const... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking dynamic linker characteristics... darwin13.0.0 dyld
checking which extension is used for loadable modules... .dylib
checking for the default library search path... /usr/local/lib /lib /usr/lib
checking for objdir... .libs
checking command to parse /usr/bin/nm output from object... ok
checking whether libtool supports -dlopen/-dlpreopen... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen in -ldl... yes
checking for dlerror... yes
checking for _ prefix in compiled symbols... yes
checking whether we have to add an underscore for dlsym... no
checking whether deplibs are loaded by dlopen... yes
checking argz.h usability... no
checking argz.h presence... no
checking for argz.h... no
checking for error_t... no
checking for argz_append... no
checking for argz_create_sep... no
checking for argz_insert... no
checking for argz_next... no
checking for argz_stringify... no
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking malloc.h usability... no
checking malloc.h presence... no
checking for malloc.h... no
checking for memory.h... (cached) yes
checking for unistd.h... (cached) yes
checking mach-o/dyld.h usability... yes
checking mach-o/dyld.h presence... yes
checking for mach-o/dyld.h... yes
checking for closedir... yes
checking for opendir... yes
checking for readdir... yes
checking tool compatibility... ok
checking optional compiler flags... -Wno-variadic-macros -Wno-missing-field-initializers -Wcovered-switch-default -Wno-uninitialized
checking for python... /usr/local/bin/python
checking for python >= 2.5... /usr/local/bin/python (2.7.6)
checking for sin in -lm... yes
checking for library containing dlopen... none required
checking for library containing clock_gettime... no
checking for library containing setupterm... -lcurses
checking for library containing mallinfo... no
checking for pthread_mutex_init in -lpthread... yes
checking for library containing pthread_mutex_lock... none required
checking for library containing pthread_rwlock_init... none required
checking for library containing pthread_getspecific... none required
checking for compress2 in -lz... yes
checking for xml2-config... xml2-config
checking for libxml2 includes... -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2
checking for xmlReadFile in -lxml2... yes
checking for dirent.h that defines DIR... (cached) yes
checking for library containing opendir... (cached) none required
checking for MAP_ANONYMOUS vs. MAP_ANON... no
checking whether stat file-mode macros are broken... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether time.h and sys/time.h may both be included... yes
checking how to run the C++ preprocessor... g++ -E
checking cxxabi.h usability... yes
checking cxxabi.h presence... yes
checking for cxxabi.h... yes
checking for dlfcn.h... (cached) yes
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for inttypes.h... (cached) yes
checking link.h usability... no
checking link.h presence... no
checking for link.h... no
checking for malloc.h... (cached) no
checking setjmp.h usability... yes
checking setjmp.h presence... yes
checking for setjmp.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for stdint.h... (cached) yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking malloc/malloc.h usability... yes
checking malloc/malloc.h presence... yes
checking for malloc/malloc.h... yes
checking mach/mach.h usability... yes
checking mach/mach.h presence... yes
checking for mach/mach.h... yes
checking valgrind/valgrind.h usability... no
checking valgrind/valgrind.h presence... no
checking for valgrind/valgrind.h... no
checking fenv.h usability... yes
checking fenv.h presence... yes
checking for fenv.h... yes
checking whether FE_ALL_EXCEPT is declared... yes
checking whether FE_INEXACT is declared... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking CrashReporterClient.h usability... no
checking CrashReporterClient.h presence... no
checking for CrashReporterClient.h... no
checking __crashreporter_info__... yes
checking for HUGE_VAL sanity... yes
checking for pid_t... yes
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for int64_t... yes
checking for uint64_t... yes
checking for backtrace... yes
checking for ceilf... yes
checking for floorf... yes
checking for roundf... yes
checking for rintf... yes
checking for nearbyintf... yes
checking for getcwd... yes
checking for powf... yes
checking for fmodf... yes
checking for strtof... yes
checking for round... yes
checking for log... yes
checking for log2... yes
checking for log10... yes
checking for exp... yes
checking for exp2... yes
checking for getpagesize... yes
checking for getrusage... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking for gettimeofday... yes
checking for isatty... yes
checking for mkdtemp... yes
checking for mkstemp... yes
checking for mktemp... yes
checking for posix_spawn... yes
checking for pread... yes
checking for realpath... yes
checking for sbrk... yes
checking for setrlimit... (cached) yes
checking for strerror... yes
checking for strerror_r... yes
checking for setenv... yes
checking for arc4random... yes
checking for strtoll... yes
checking for strtoq... yes
checking for sysconf... yes
checking for malloc_zone_statistics... yes
checking for setjmp... yes
checking for longjmp... yes
checking for sigsetjmp... yes
checking for siglongjmp... yes
checking for writev... yes
checking for futimes... yes
checking for futimens... no
checking if printf has the %a format character... yes
checking for srand48/lrand48/drand48 in <stdlib.h>... yes
checking whether strerror_s is declared... no
checking for isnan in <math.h>... yes
checking for isnan in <cmath>... yes
checking for std::isnan in <cmath>... yes
checking for isinf in <math.h>... yes
checking for isinf in <cmath>... yes
checking for std::isinf in <cmath>... yes
checking for finite in <ieeefp.h>... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... yes
checking for mmap of files... yes
checking if /dev/zero is needed for mmap... no
checking for GCC atomic builtins... yes
checking for __dso_handle... yes
checking for compiler -fvisibility-inlines-hidden option... yes
configure: creating ./config.status
config.status: creating include/llvm/Config/Targets.def
config.status: creating include/llvm/Config/AsmPrinters.def
config.status: creating include/llvm/Config/AsmParsers.def
config.status: creating include/llvm/Config/Disassemblers.def
config.status: creating Makefile.config
config.status: creating llvm.spec
config.status: creating docs/doxygen.cfg
config.status: creating tools/clang/docs/doxygen.cfg
config.status: creating bindings/ocaml/llvm/META.llvm
config.status: creating include/llvm/Config/config.h
config.status: creating include/llvm/Config/llvm-config.h
config.status: creating include/llvm/Support/DataTypes.h
config.status: creating tools/clang/include/clang/Config/config.h
config.status: executing setup commands
config.status: executing Makefile commands
config.status: executing Makefile.common commands
config.status: executing examples/Makefile commands
config.status: executing lib/Makefile commands
config.status: executing test/Makefile commands
config.status: executing test/Makefile.tests commands
config.status: executing unittests/Makefile commands
config.status: executing tools/Makefile commands
config.status: executing utils/Makefile commands
config.status: executing projects/Makefile commands
config.status: executing bindings/Makefile commands
config.status: executing bindings/ocaml/Makefile.ocaml commands
=== configuring in projects/sample (/Library/Caches/Homebrew/ellcc--svn-HEAD/llvm-build/projects/sample)
configure: running /bin/sh ../../../llvm/projects/sample/configure --prefix=/Library/Caches/Homebrew/ellcc--svn-HEAD 'CC=gcc' 'CFLAGS=' 'CXX=g++' 'CXXFLAGS=' '--bindir=/Library/Caches/Homebrew/ellcc--svn-HEAD/bin' '--enable-optimized' '--enable-shared=no' '-enable-pic=no' '--enable-keep-symbols' --cache-file=/dev/null --srcdir=../../../llvm/projects/sample
checking llvm-config... no
checking LLVM package version... unknown
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 how to run the C preprocessor... gcc -E
checking build system type... x86_64-apple-darwin13.0.0
checking host system type... x86_64-apple-darwin13.0.0
checking target system type... x86_64-apple-darwin13.0.0
checking type of operating system we're going to host on... Darwin
checking type of operating system we're going to target... Darwin
checking target architecture... x86_64
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/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 optimization flags... -O3
checking for BSD-compatible nm... /usr/bin/nm
checking for GNU make... make
checking whether ln -s works... yes
checking for cmp... /usr/bin/cmp
checking for cp... /bin/cp
checking for date... /bin/date
checking for find... /usr/bin/find
checking for grep... (cached) /usr/bin/grep
checking for mkdir... /bin/mkdir
checking for mv... /bin/mv
checking for ranlib... ranlib
checking for ar... ar
checking for rm... /bin/rm
checking for sed... /usr/bin/sed
checking for tar... /usr/bin/tar
checking for pwd... /bin/pwd
checking for Graphviz... echo Graphviz
checking for dot... /usr/local/bin/dot
checking for fdp... /usr/local/bin/fdp
checking for neato... /usr/local/bin/neato
checking for twopi... /usr/local/bin/twopi
checking for circo... /usr/local/bin/circo
checking for gv... no
checking for gsview32... no
checking for dotty... /usr/local/bin/dotty
checking for xdot.py... echo xdot.py
checking for a BSD-compatible install... /usr/local/bin/ginstall -c
checking for bzip2... /usr/bin/bzip2
checking for cat... /bin/cat
checking for doxygen... no
checking for groff... /usr/bin/groff
checking for gzip... /usr/bin/gzip
checking for pod2html... /usr/bin/pod2html
checking for pod2man... /usr/bin/pod2man
checking for pdfroff... /usr/bin/pdfroff
checking for runtest... no
checking for the tclsh program in tclinclude directory... none
checking for tclsh8.4... /usr/bin/tclsh8.4
checking for zip... /usr/bin/zip
checking for ocamlc... no
checking for ocamlopt... no
checking for ocamldep... no
checking for ocamldoc... no
checking for gas... no
checking for as... /usr/bin/as
checking for linker version... 224.1
checking for compiler -Wl,-R<path> option... no
checking for compiler -rdynamic option... yes
checking for compiler -Wl,--version-script option... no
checking for an ANSI C-conforming const... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking dynamic linker characteristics... darwin13.0.0 dyld
checking which extension is used for loadable modules... .dylib
checking for the default library search path... /usr/local/lib /lib /usr/lib
checking for objdir... .libs
checking command to parse /usr/bin/nm output from object... ok
checking whether libtool supports -dlopen/-dlpreopen... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen in -ldl... yes
checking for dlerror... yes
checking for _ prefix in compiled symbols... yes
checking whether we have to add an underscore for dlsym... no
checking whether deplibs are loaded by dlopen... yes
checking argz.h usability... no
checking argz.h presence... no
checking for argz.h... no
checking for error_t... no
checking for argz_append... no
checking for argz_create_sep... no
checking for argz_insert... no
checking for argz_next... no
checking for argz_stringify... no
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking malloc.h usability... no
checking malloc.h presence... no
checking for malloc.h... no
checking for memory.h... (cached) yes
checking for stdlib.h... (cached) yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for unistd.h... (cached) yes
checking dl.h usability... no
checking dl.h presence... no
checking for dl.h... no
checking sys/dl.h usability... no
checking sys/dl.h presence... no
checking for sys/dl.h... no
checking dld.h usability... no
checking dld.h presence... no
checking for dld.h... no
checking mach-o/dyld.h usability... yes
checking mach-o/dyld.h presence... yes
checking for mach-o/dyld.h... yes
checking for string.h... (cached) yes
checking for strchr... yes
checking for strrchr... yes
checking for memcpy... yes
checking for memmove... yes
checking for strcmp... yes
checking for closedir... yes
checking for opendir... yes
checking for readdir... yes
checking tool compatibility... ok
checking optional compiler flags... -Wno-variadic-macros -Wno-missing-field-initializers -Wcovered-switch-default
checking for sin in -lm... yes
checking for library containing dlopen... none required
checking for library containing clock_gettime... no
checking for library containing setupterm... -lcurses
checking for library containing mallinfo... no
checking for pthread_mutex_init in -lpthread... yes
checking for library containing pthread_mutex_lock... none required
checking for library containing pthread_rwlock_init... none required
checking for library containing pthread_getspecific... none required
checking for compress2 in -lz... yes
checking for dirent.h that defines DIR... (cached) yes
checking for library containing opendir... (cached) none required
checking for MAP_ANONYMOUS vs. MAP_ANON... no
checking whether stat file-mode macros are broken... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether time.h and sys/time.h may both be included... yes
checking for dlfcn.h... (cached) yes
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for inttypes.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking link.h usability... no
checking link.h presence... no
checking for link.h... no
checking for malloc.h... (cached) no
checking setjmp.h usability... yes
checking setjmp.h presence... yes
checking for setjmp.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for stdint.h... (cached) yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking for sys/types.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking malloc/malloc.h usability... yes
checking malloc/malloc.h presence... yes
checking for malloc/malloc.h... yes
checking mach/mach.h usability... yes
checking mach/mach.h presence... yes
checking for mach/mach.h... yes
checking valgrind/valgrind.h usability... no
checking valgrind/valgrind.h presence... no
checking for valgrind/valgrind.h... no
checking fenv.h usability... yes
checking fenv.h presence... yes
checking for fenv.h... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking CrashReporterClient.h usability... no
checking CrashReporterClient.h presence... no
checking for CrashReporterClient.h... no
checking __crashreporter_info__... yes
checking for HUGE_VAL sanity... yes
checking for pid_t... yes
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for int64_t... yes
checking for uint64_t... yes
checking for backtrace... yes
checking for ceilf... yes
checking for floorf... yes
checking for roundf... yes
checking for rintf... yes
checking for nearbyintf... yes
checking for getcwd... yes
checking for powf... yes
checking for fmodf... yes
checking for strtof... yes
checking for round... yes
checking for getpagesize... yes
checking for getrusage... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking for gettimeofday... yes
checking for isatty... yes
checking for mkdtemp... yes
checking for mkstemp... yes
checking for mktemp... yes
checking for posix_spawn... yes
checking for realpath... yes
checking for sbrk... yes
checking for setrlimit... (cached) yes
checking for strdup... yes
checking for strerror... yes
checking for strerror_r... yes
checking for setenv... yes
checking for strtoll... yes
checking for strtoq... yes
checking for sysconf... yes
checking for malloc_zone_statistics... yes
checking for setjmp... yes
checking for longjmp... yes
checking for sigsetjmp... yes
checking for siglongjmp... yes
checking for writev... yes
checking if printf has the %a format character... yes
checking for srand48/lrand48/drand48 in <stdlib.h>... yes
checking whether strerror_s is declared... no
checking for isnan in <math.h>... yes
checking for isnan in <cmath>... yes
checking for std::isnan in <cmath>... yes
checking for isinf in <math.h>... yes
checking for isinf in <cmath>... yes
checking for std::isinf in <cmath>... yes
checking for finite in <ieeefp.h>... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... yes
checking for mmap of files... yes
checking if /dev/zero is needed for mmap... no
checking for GCC atomic builtins... yes
checking for __dso_handle... yes
checking for compiler -fvisibility-inlines-hidden option... yes
configure: creating ./config.status
config.status: creating Makefile.common
config.status: creating Makefile.llvm.config
config.status: executing setup commands
config.status: executing Makefile commands
config.status: executing lib/Makefile commands
config.status: executing lib/sample/Makefile commands
config.status: executing tools/Makefile commands
config.status: executing tools/sample/Makefile commands
llvm[0]: Constructing LLVMBuild project information.
mkdir: /Library/Caches/Homebrew/ellcc--svn-HEAD/llvm-build/lib/Support/Release+Asserts: File exists
llvm[1]: Compiling APInt.cpp for Release+Asserts build
llvm[1]: Compiling Atomic.cpp for Release+Asserts build
llvm[1]: Compiling APFloat.cpp for Release+Asserts build
llvm[1]: Compiling Allocator.cpp for Release+Asserts build
llvm[1]: Compiling APSInt.cpp for Release+Asserts build
llvm[1]: Compiling BlockFrequency.cpp for Release+Asserts build
llvm[1]: Compiling BranchProbability.cpp for Release+Asserts build
llvm[1]: Compiling CommandLine.cpp for Release+Asserts build
llvm[1]: Compiling Compression.cpp for Release+Asserts build
llvm[1]: Compiling ConstantRange.cpp for Release+Asserts build
llvm[1]: Compiling ConvertUTF.c for Release+Asserts build
llvm[1]: Compiling ConvertUTFWrapper.cpp for Release+Asserts build
llvm[1]: Compiling CrashRecoveryContext.cpp for Release+Asserts build
llvm[1]: Compiling DAGDeltaAlgorithm.cpp for Release+Asserts build
llvm[1]: Compiling DataExtractor.cpp for Release+Asserts build
llvm[1]: Compiling DataStream.cpp for Release+Asserts build
llvm[1]: Compiling Debug.cpp for Release+Asserts build
llvm[1]: Compiling DeltaAlgorithm.cpp for Release+Asserts build
llvm[1]: Compiling Disassembler.cpp for Release+Asserts build
llvm[1]: Compiling Dwarf.cpp for Release+Asserts build
llvm[1]: Compiling DynamicLibrary.cpp for Release+Asserts build
llvm[1]: Compiling Errno.cpp for Release+Asserts build
llvm[1]: Compiling ErrorHandling.cpp for Release+Asserts build
llvm[1]: Compiling FileOutputBuffer.cpp for Release+Asserts build
llvm[1]: Compiling FileUtilities.cpp for Release+Asserts build
llvm[1]: Compiling FoldingSet.cpp for Release+Asserts build
llvm[1]: Compiling FormattedStream.cpp for Release+Asserts build
llvm[1]: Compiling GraphWriter.cpp for Release+Asserts build
llvm[1]: Compiling Hashing.cpp for Release+Asserts build
llvm[1]: Compiling Host.cpp for Release+Asserts build
llvm[1]: Compiling IncludeFile.cpp for Release+Asserts build
llvm[1]: Compiling IntEqClasses.cpp for Release+Asserts build
llvm[1]: Compiling IntervalMap.cpp for Release+Asserts build
llvm[1]: Compiling IntrusiveRefCntPtr.cpp for Release+Asserts build
llvm[1]: Compiling IsInf.cpp for Release+Asserts build
llvm[1]: Compiling IsNAN.cpp for Release+Asserts build
llvm[1]: Compiling Locale.cpp for Release+Asserts build
llvm[1]: Compiling LockFileManager.cpp for Release+Asserts build
llvm[1]: Compiling MD5.cpp for Release+Asserts build
llvm[1]: Compiling ManagedStatic.cpp for Release+Asserts build
llvm[1]: Compiling Memory.cpp for Release+Asserts build
llvm[1]: Compiling MemoryBuffer.cpp for Release+Asserts build
llvm[1]: Compiling MemoryObject.cpp for Release+Asserts build
llvm[1]: Compiling Mutex.cpp for Release+Asserts build
llvm[1]: Compiling Path.cpp for Release+Asserts build
llvm[1]: Compiling PluginLoader.cpp for Release+Asserts build
llvm[1]: Compiling PrettyStackTrace.cpp for Release+Asserts build
llvm[1]: Compiling Process.cpp for Release+Asserts build
llvm[1]: Compiling Program.cpp for Release+Asserts build
llvm[1]: Compiling RWMutex.cpp for Release+Asserts build
llvm[1]: Compiling Regex.cpp for Release+Asserts build
llvm[1]: Compiling SearchForAddressOfSpecialSymbol.cpp for Release+Asserts build
llvm[1]: Compiling Signals.cpp for Release+Asserts build
llvm[1]: Compiling SmallPtrSet.cpp for Release+Asserts build
llvm[1]: Compiling SmallVector.cpp for Release+Asserts build
llvm[1]: Compiling SourceMgr.cpp for Release+Asserts build
llvm[1]: Compiling Statistic.cpp for Release+Asserts build
llvm[1]: Compiling StreamableMemoryObject.cpp for Release+Asserts build
llvm[1]: Compiling StringExtras.cpp for Release+Asserts build
llvm[1]: Compiling StringMap.cpp for Release+Asserts build
llvm[1]: Compiling StringPool.cpp for Release+Asserts build
llvm[1]: Compiling StringRef.cpp for Release+Asserts build
llvm[1]: Compiling StringRefMemoryObject.cpp for Release+Asserts build
llvm[1]: Compiling SystemUtils.cpp for Release+Asserts build
llvm[1]: Compiling TargetRegistry.cpp for Release+Asserts build
llvm[1]: Compiling ThreadLocal.cpp for Release+Asserts build
llvm[1]: Compiling Threading.cpp for Release+Asserts build
llvm[1]: Compiling TimeValue.cpp for Release+Asserts build
llvm[1]: Compiling Timer.cpp for Release+Asserts build
llvm[1]: Compiling ToolOutputFile.cpp for Release+Asserts build
llvm[1]: Compiling Triple.cpp for Release+Asserts build
llvm[1]: Compiling Twine.cpp for Release+Asserts build
llvm[1]: Compiling Unicode.cpp for Release+Asserts build
llvm[1]: Compiling Valgrind.cpp for Release+Asserts build
llvm[1]: Compiling Watchdog.cpp for Release+Asserts build
llvm[1]: Compiling YAMLParser.cpp for Release+Asserts build
llvm[1]: Compiling YAMLTraits.cpp for Release+Asserts build
llvm[1]: Compiling circular_raw_ostream.cpp for Release+Asserts build
llvm[1]: Compiling raw_os_ostream.cpp for Release+Asserts build
llvm[1]: Compiling raw_ostream.cpp for Release+Asserts build
llvm[1]: Compiling regcomp.c for Release+Asserts build
llvm[1]: Compiling regerror.c for Release+Asserts build
llvm[1]: Compiling regexec.c for Release+Asserts build
llvm[1]: Compiling regfree.c for Release+Asserts build
llvm[1]: Compiling regstrlcpy.c for Release+Asserts build
llvm[1]: Compiling system_error.cpp for Release+Asserts build
llvm[1]: Building Release+Asserts Archive Library libLLVMSupport.a
mkdir: /Library/Caches/Homebrew/ellcc--svn-HEAD/llvm-build/lib/TableGen/Release+Asserts: File exists
llvm[1]: Compiling Error.cpp for Release+Asserts build
llvm[1]: Compiling Main.cpp for Release+Asserts build
llvm[1]: Compiling Record.cpp for Release+Asserts build
llvm[1]: Compiling TGParser.cpp for Release+Asserts build
llvm[1]: Compiling StringMatcher.cpp for Release+Asserts build
llvm[1]: Compiling TGLexer.cpp for Release+Asserts build
llvm[1]: Compiling TableGenBackend.cpp for Release+Asserts build
llvm[1]: Building Release+Asserts Archive Library libLLVMTableGen.a
mkdir: /Library/Caches/Homebrew/ellcc--svn-HEAD/llvm-build/Release+Asserts/bin: File exists
llvm[2]: Compiling FileCheck.cpp for Release+Asserts build
llvm[2]: Compiling fpcmp.cpp for Release+Asserts build
llvm[2]: Compiling PerfectShuffle.cpp for Release+Asserts build
llvm[2]: Compiling FileUpdate.cpp for Release+Asserts build
llvm[2]: Compiling count.c for Release+Asserts build
llvm[2]: Compiling AsmMatcherEmitter.cpp for Release+Asserts build
llvm[2]: Linking Release+Asserts executable count
llvm[2]: ======= Finished Linking Release+Asserts Executable count
llvm[2]: Compiling AsmWriterEmitter.cpp for Release+Asserts build
llvm[2]: Linking Release+Asserts executable fpcmp
llvm[2]: Linking Release+Asserts executable FileUpdate
llvm[2]: ======= Finished Linking Release+Asserts Executable fpcmp
llvm[2]: ======= Finished Linking Release+Asserts Executable FileUpdate
llvm[2]: Creating 'llvm-lit' script...
llvm[2]: Compiling AsmWriterInst.cpp for Release+Asserts build
llvm[2]: Linking Release+Asserts executable llvm-PerfectShuffle
llvm[2]: Compiling not.cpp for Release+Asserts build
llvm[2]: ======= Finished Linking Release+Asserts Executable llvm-PerfectShuffle
llvm[2]: Compiling CTagsEmitter.cpp for Release+Asserts build
llvm[2]: Linking Release+Asserts executable not
llvm[2]: ======= Finished Linking Release+Asserts Executable not
llvm[2]: Compiling CallingConvEmitter.cpp for Release+Asserts build
llvm[2]: Linking Release+Asserts executable FileCheck
llvm[2]: ======= Finished Linking Release+Asserts Executable FileCheck
llvm[2]: Compiling CodeEmitterGen.cpp for Release+Asserts build
llvm[3]: Compiling src/gtest-all.cc for Release+Asserts build
llvm[3]: Compiling TestMain.cpp for Release+Asserts build
llvm[2]: Compiling CodeGenDAGPatterns.cpp for Release+Asserts build
llvm[3]: Building Release+Asserts Archive Library libgtest_main.a
llvm[2]: Compiling CodeGenInstruction.cpp for Release+Asserts build
llvm[2]: Compiling CodeGenMapTable.cpp for Release+Asserts build
llvm[2]: Compiling CodeGenRegisters.cpp for Release+Asserts build
llvm[2]: Compiling CodeGenSchedule.cpp for Release+Asserts build
llvm[2]: Compiling CodeGenTarget.cpp for Release+Asserts build
llvm[2]: Compiling DAGISelEmitter.cpp for Release+Asserts build
llvm[3]: Building Release+Asserts Archive Library libgtest.a
llvm[2]: Compiling DAGISelMatcher.cpp for Release+Asserts build
llvm[2]: Compiling DAGISelMatcherEmitter.cpp for Release+Asserts build
llvm[2]: Compiling DAGISelMatcherGen.cpp for Release+Asserts build
llvm[2]: Compiling DAGISelMatcherOpt.cpp for Release+Asserts build
llvm[2]: Compiling DFAPacketizerEmitter.cpp for Release+Asserts build
llvm[2]: Compiling DisassemblerEmitter.cpp for Release+Asserts build
llvm[2]: Compiling FastISelEmitter.cpp for Release+Asserts build
llvm[2]: Compiling FixedLenDecoderEmitter.cpp for Release+Asserts build
llvm[2]: Compiling InstrInfoEmitter.cpp for Release+Asserts build
llvm[2]: Compiling IntrinsicEmitter.cpp for Release+Asserts build
llvm[2]: Compiling OptParserEmitter.cpp for Release+Asserts build
llvm[2]: Compiling PseudoLoweringEmitter.cpp for Release+Asserts build
llvm[2]: Compiling RegisterInfoEmitter.cpp for Release+Asserts build
llvm[2]: Compiling SetTheory.cpp for Release+Asserts build
llvm[2]: Compiling SubtargetEmitter.cpp for Release+Asserts build
llvm[2]: Compiling TGValueTypes.cpp for Release+Asserts build
llvm[2]: Compiling TableGen.cpp for Release+Asserts build
llvm[2]: Compiling X86DisassemblerTables.cpp for Release+Asserts build
llvm[2]: Compiling X86ModRMFilters.cpp for Release+Asserts build
llvm[2]: Compiling X86RecognizableInstr.cpp for Release+Asserts build
llvm[2]: Linking Release+Asserts executable llvm-tblgen
llvm[2]: ======= Finished Linking Release+Asserts Executable llvm-tblgen
llvm[1]: Building Intrinsics.gen.tmp from Intrinsics.td
llvm[1]: Updated Intrinsics.gen because Intrinsics.gen.tmp changed significantly.
llvm[1]: Compiling Attributes.cpp for Release+Asserts build
llvm[1]: Compiling AsmWriter.cpp for Release+Asserts build
llvm[1]: Compiling AutoUpgrade.cpp for Release+Asserts build
llvm[1]: Compiling Constants.cpp for Release+Asserts build
llvm[1]: Compiling BasicBlock.cpp for Release+Asserts build
llvm[1]: Compiling ConstantFold.cpp for Release+Asserts build
llvm[1]: Compiling Core.cpp for Release+Asserts build
llvm[1]: Compiling DIBuilder.cpp for Release+Asserts build
llvm[1]: Compiling DataLayout.cpp for Release+Asserts build
llvm[1]: Compiling DebugInfo.cpp for Release+Asserts build
llvm[1]: Compiling DebugLoc.cpp for Release+Asserts build
llvm[1]: Compiling Dominators.cpp for Release+Asserts build
llvm[1]: Compiling Function.cpp for Release+Asserts build
llvm[1]: Compiling GCOV.cpp for Release+Asserts build
llvm[1]: Compiling GVMaterializer.cpp for Release+Asserts build
llvm[1]: Compiling Globals.cpp for Release+Asserts build
llvm[1]: Compiling IRBuilder.cpp for Release+Asserts build
llvm[1]: Compiling InlineAsm.cpp for Release+Asserts build
llvm[1]: Compiling Instruction.cpp for Release+Asserts build
llvm[1]: Compiling Instructions.cpp for Release+Asserts build
llvm[1]: Compiling IntrinsicInst.cpp for Release+Asserts build
llvm[1]: Compiling LLVMContext.cpp for Release+Asserts build
llvm[1]: Compiling LLVMContextImpl.cpp for Release+Asserts build
llvm[1]: Compiling LeakDetector.cpp for Release+Asserts build
llvm[1]: Compiling LegacyPassManager.cpp for Release+Asserts build
llvm[1]: Compiling Metadata.cpp for Release+Asserts build
llvm[1]: Compiling Module.cpp for Release+Asserts build
llvm[1]: Compiling Pass.cpp for Release+Asserts build
llvm[1]: Compiling PassManager.cpp for Release+Asserts build
llvm[1]: Compiling PassRegistry.cpp for Release+Asserts build
llvm[1]: Compiling PrintModulePass.cpp for Release+Asserts build
llvm[1]: Compiling Type.cpp for Release+Asserts build
llvm[1]: Compiling TypeFinder.cpp for Release+Asserts build
llvm[1]: Compiling Use.cpp for Release+Asserts build
llvm[1]: Compiling User.cpp for Release+Asserts build
llvm[1]: Compiling Value.cpp for Release+Asserts build
llvm[1]: Compiling ValueSymbolTable.cpp for Release+Asserts build
llvm[1]: Compiling ValueTypes.cpp for Release+Asserts build
llvm[1]: Compiling Verifier.cpp for Release+Asserts build
llvm[1]: Building Release+Asserts Archive Library libLLVMCore.a
llvm[2]: Compiling LLLexer.cpp for Release+Asserts build
make[2]: Nothing to be done for `all'.
llvm[3]: Compiling BitReader.cpp for Release+Asserts build
llvm[2]: Compiling AliasAnalysis.cpp for Release+Asserts build
llvm[3]: Compiling BasicBlockUtils.cpp for Release+Asserts build
llvm[3]: Building X86.td register info implementation with tblgen
llvm[3]: Compiling DAGCombiner.cpp for Release+Asserts build
llvm[3]: Compiling BitcodeReader.cpp for Release+Asserts build
llvm[2]: Compiling LLParser.cpp for Release+Asserts build
llvm[2]: Compiling AliasAnalysisCounter.cpp for Release+Asserts build
llvm[3]: Building X86.td instruction information with tblgen
llvm[3]: Compiling BreakCriticalEdges.cpp for Release+Asserts build
llvm[2]: Compiling AliasAnalysisEvaluator.cpp for Release+Asserts build
llvm[3]: Compiling BuildLibCalls.cpp for Release+Asserts build
llvm[3]: Building X86.td assembly writer with tblgen
llvm[2]: Compiling AliasDebugger.cpp for Release+Asserts build
llvm[3]: Compiling BypassSlowDivision.cpp for Release+Asserts build
llvm[3]: Building X86.td assembly matcher with tblgen
llvm[2]: Compiling AliasSetTracker.cpp for Release+Asserts build
llvm[2]: Compiling Parser.cpp for Release+Asserts build
llvm[3]: Compiling BitstreamReader.cpp for Release+Asserts build
llvm[3]: Compiling CloneFunction.cpp for Release+Asserts build
llvm[3]: Building Release+Asserts Archive Library libLLVMBitReader.a
llvm[3]: Building X86.td assembly writer #1 with tblgen
llvm[3]: Compiling BitWriter.cpp for Release+Asserts build
llvm[2]: Building Release+Asserts Archive Library libLLVMAsmParser.a
llvm[2]: Compiling Analysis.cpp for Release+Asserts build
llvm[3]: Compiling AddressSanitizer.cpp for Release+Asserts build
llvm[3]: Compiling BitcodeWriter.cpp for Release+Asserts build
llvm[2]: Compiling BasicAliasAnalysis.cpp for Release+Asserts build
llvm[3]: Compiling CloneModule.cpp for Release+Asserts build
llvm[3]: Building X86.td DAG instruction selector implementation with tblgen
llvm[3]: Compiling CmpInstAnalysis.cpp for Release+Asserts build
llvm[2]: Compiling BlockFrequencyInfo.cpp for Release+Asserts build
llvm[3]: Compiling CodeExtractor.cpp for Release+Asserts build
llvm[3]: Compiling BoundsChecking.cpp for Release+Asserts build
llvm[3]: Building X86.td disassembly tables with tblgen
llvm[3]: Compiling BitcodeWriterPass.cpp for Release+Asserts build
llvm[3]: Compiling ValueEnumerator.cpp for Release+Asserts build
llvm[2]: Compiling BranchProbabilityInfo.cpp for Release+Asserts build
llvm[3]: Compiling DataFlowSanitizer.cpp for Release+Asserts build
llvm[3]: Compiling DemoteRegToStack.cpp for Release+Asserts build
llvm[3]: Building X86.td "fast" instruction selector implementation with tblgen
llvm[2]: Compiling CFG.cpp for Release+Asserts build
llvm[3]: Building Release+Asserts Archive Library libLLVMBitWriter.a
llvm[3]: Building Sparc.td register info implementation with tblgen
llvm[3]: Compiling FlattenCFG.cpp for Release+Asserts build
llvm[3]: Building Sparc.td instruction information with tblgen
llvm[3]: Building Sparc.td assembly writer with tblgen
llvm[3]: Building Sparc.td DAG instruction selector implementation with tblgen
llvm[3]: Compiling FastISel.cpp for Release+Asserts build
llvm[2]: Compiling CFGPrinter.cpp for Release+Asserts build
llvm[3]: Building Sparc.td subtarget information with tblgen
llvm[3]: Building Sparc.td calling convention information with tblgen
llvm[3]: Building Sparc.td code emitter with tblgen
llvm[3]: Building X86.td calling convention information with tblgen
llvm[3]: Compiling DelaySlotFiller.cpp for Release+Asserts build
llvm[3]: Compiling GlobalStatus.cpp for Release+Asserts build
llvm[3]: Compiling DebugIR.cpp for Release+Asserts build
llvm[2]: Compiling CaptureTracking.cpp for Release+Asserts build
llvm[3]: Compiling InlineFunction.cpp for Release+Asserts build
llvm[3]: Compiling SparcAsmPrinter.cpp for Release+Asserts build
llvm[3]: Building X86.td subtarget information with tblgen
llvm[2]: Compiling CodeMetrics.cpp for Release+Asserts build
llvm[3]: Compiling FunctionLoweringInfo.cpp for Release+Asserts build
llvm[2]: Compiling ConstantFolding.cpp for Release+Asserts build
llvm[3]: Compiling X86AsmPrinter.cpp for Release+Asserts build
llvm[3]: Compiling SparcCodeEmitter.cpp for Release+Asserts build
llvm[3]: Compiling GCOVProfiling.cpp for Release+Asserts build
llvm[3]: Compiling InstructionNamer.cpp for Release+Asserts build
llvm[3]: Compiling IntegerDivision.cpp for Release+Asserts build
llvm[2]: Compiling CostModel.cpp for Release+Asserts build
llvm[3]: Compiling SparcFrameLowering.cpp for Release+Asserts build
llvm[3]: Compiling InstrEmitter.cpp for Release+Asserts build
llvm[3]: Compiling LCSSA.cpp for Release+Asserts build
llvm[3]: Compiling X86COFFMachineModuleInfo.cpp for Release+Asserts build
llvm[2]: Compiling Delinearization.cpp for Release+Asserts build
llvm[3]: Compiling Instrumentation.cpp for Release+Asserts build
llvm[3]: Compiling MemorySanitizer.cpp for Release+Asserts build
llvm[3]: Compiling SparcISelDAGToDAG.cpp for Release+Asserts build
llvm[3]: Compiling X86CodeEmitter.cpp for Release+Asserts build
llvm[2]: Compiling DependenceAnalysis.cpp for Release+Asserts build
llvm[3]: Compiling Local.cpp for Release+Asserts build
llvm[3]: Compiling LegalizeDAG.cpp for Release+Asserts build
llvm[3]: Compiling SparcISelLowering.cpp for Release+Asserts build
llvm[3]: Compiling X86FastISel.cpp for Release+Asserts build
llvm[3]: Compiling LoopSimplify.cpp for Release+Asserts build
llvm[3]: Compiling ThreadSanitizer.cpp for Release+Asserts build
llvm[2]: Compiling DomPrinter.cpp for Release+Asserts build
llvm[3]: Compiling SparcInstrInfo.cpp for Release+Asserts build
llvm[3]: Building Release+Asserts Archive Library libLLVMInstrumentation.a
llvm[3]: Compiling LoopUnroll.cpp for Release+Asserts build
llvm[3]: Compiling Execution.cpp for Release+Asserts build
llvm[3]: Compiling LegalizeFloatTypes.cpp for Release+Asserts build
llvm[3]: Compiling SparcJITInfo.cpp for Release+Asserts build
llvm[2]: Compiling DominanceFrontier.cpp for Release+Asserts build
llvm[3]: Compiling SparcMachineFunctionInfo.cpp for Release+Asserts build
llvm[3]: Compiling SparcRegisterInfo.cpp for Release+Asserts build
llvm[2]: Compiling IVUsers.cpp for Release+Asserts build
llvm[3]: Compiling LoopUnrollRuntime.cpp for Release+Asserts build
llvm[3]: Compiling LegalizeIntegerTypes.cpp for Release+Asserts build
llvm[3]: Compiling SparcSelectionDAGInfo.cpp for Release+Asserts build
llvm[3]: Compiling X86FixupLEAs.cpp for Release+Asserts build
llvm[2]: Compiling InstCount.cpp for Release+Asserts build
llvm[3]: Compiling ExternalFunctions.cpp for Release+Asserts build
llvm[3]: Compiling SparcSubtarget.cpp for Release+Asserts build
llvm[3]: Compiling LowerExpectIntrinsic.cpp for Release+Asserts build
llvm[3]: Compiling X86FloatingPoint.cpp for Release+Asserts build
llvm[3]: Compiling SparcTargetMachine.cpp for Release+Asserts build
llvm[2]: Compiling InstructionSimplify.cpp for Release+Asserts build
llvm[3]: Compiling LowerInvoke.cpp for Release+Asserts build
llvm[3]: Compiling Interpreter.cpp for Release+Asserts build
llvm[3]: Compiling LegalizeTypes.cpp for Release+Asserts build
llvm[3]: Building Release+Asserts Archive Library libLLVMSparcCodeGen.a
llvm[4]: Compiling SparcTargetInfo.cpp for Release+Asserts build
llvm[3]: Compiling X86FrameLowering.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMSparcInfo.a
llvm[4]: Compiling SparcMCAsmInfo.cpp for Release+Asserts build
llvm[3]: Building Release+Asserts Archive Library libLLVMInterpreter.a
llvm[3]: Compiling JIT.cpp for Release+Asserts build
llvm[3]: Compiling LowerSwitch.cpp for Release+Asserts build
llvm[4]: Compiling SparcMCTargetDesc.cpp for Release+Asserts build
llvm[2]: Compiling Interval.cpp for Release+Asserts build
llvm[3]: Compiling LegalizeTypesGeneric.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMSparcDesc.a
llvm[3]: Compiling ADCE.cpp for Release+Asserts build
llvm[3]: Compiling Mem2Reg.cpp for Release+Asserts build
llvm[2]: Compiling IntervalPartition.cpp for Release+Asserts build
llvm[3]: Compiling JITEmitter.cpp for Release+Asserts build
llvm[3]: Compiling X86ISelDAGToDAG.cpp for Release+Asserts build
llvm[3]: Compiling CodeGenPrepare.cpp for Release+Asserts build
llvm[3]: Compiling MetaRenamer.cpp for Release+Asserts build
llvm[2]: Compiling LazyValueInfo.cpp for Release+Asserts build
llvm[3]: Compiling LegalizeVectorOps.cpp for Release+Asserts build
llvm[3]: Compiling ModuleUtils.cpp for Release+Asserts build
llvm[3]: Compiling PromoteMemoryToRegister.cpp for Release+Asserts build
llvm[3]: Compiling JITMemoryManager.cpp for Release+Asserts build
llvm[3]: Compiling LegalizeVectorTypes.cpp for Release+Asserts build
llvm[2]: Compiling LibCallAliasAnalysis.cpp for Release+Asserts build
llvm[3]: Building Release+Asserts Archive Library libLLVMJIT.a
llvm[3]: Compiling MCJIT.cpp for Release+Asserts build
llvm[3]: Compiling ConstantProp.cpp for Release+Asserts build
llvm[2]: Compiling LibCallSemantics.cpp for Release+Asserts build
llvm[3]: Compiling CorrelatedValuePropagation.cpp for Release+Asserts build
llvm[2]: Compiling Lint.cpp for Release+Asserts build
llvm[3]: Compiling X86ISelLowering.cpp for Release+Asserts build
llvm[3]: Compiling SectionMemoryManager.cpp for Release+Asserts build
llvm[3]: Compiling SSAUpdater.cpp for Release+Asserts build
llvm[3]: Building Release+Asserts Archive Library libLLVMMCJIT.a
llvm[3]: Compiling GDBRegistrar.cpp for Release+Asserts build
llvm[3]: Compiling ResourcePriorityQueue.cpp for Release+Asserts build
llvm[3]: Compiling DCE.cpp for Release+Asserts build
llvm[3]: Compiling RuntimeDyld.cpp for Release+Asserts build
llvm[2]: Compiling Loads.cpp for Release+Asserts build
llvm[3]: Compiling SimplifyCFG.cpp for Release+Asserts build
llvm[3]: Compiling DeadStoreElimination.cpp for Release+Asserts build
llvm[3]: Compiling RuntimeDyldELF.cpp for Release+Asserts build
llvm[3]: Compiling ScheduleDAGFast.cpp for Release+Asserts build
llvm[2]: Compiling LoopInfo.cpp for Release+Asserts build
llvm[3]: Compiling EarlyCSE.cpp for Release+Asserts build
llvm[3]: Compiling ScheduleDAGRRList.cpp for Release+Asserts build
llvm[2]: Compiling LoopPass.cpp for Release+Asserts build
llvm[3]: Compiling RuntimeDyldMachO.cpp for Release+Asserts build
llvm[3]: Compiling FlattenCFGPass.cpp for Release+Asserts build
llvm[3]: Building Release+Asserts Archive Library libLLVMRuntimeDyld.a
llvm[2]: Compiling ExecutionEngine.cpp for Release+Asserts build
llvm[3]: Compiling GVN.cpp for Release+Asserts build
llvm[2]: Compiling MemDepPrinter.cpp for Release+Asserts build
llvm[3]: Compiling SimplifyIndVar.cpp for Release+Asserts build
llvm[3]: Compiling ScheduleDAGSDNodes.cpp for Release+Asserts build
llvm[2]: Compiling MemoryBuiltins.cpp for Release+Asserts build
llvm[3]: Compiling SimplifyInstructions.cpp for Release+Asserts build
llvm[2]: Compiling ExecutionEngineBindings.cpp for Release+Asserts build
llvm[2]: Compiling RTDyldMemoryManager.cpp for Release+Asserts build
llvm[3]: Compiling SimplifyLibCalls.cpp for Release+Asserts build
llvm[2]: Compiling MemoryDependenceAnalysis.cpp for Release+Asserts build
llvm[2]: Compiling TargetSelect.cpp for Release+Asserts build
llvm[3]: Compiling ScheduleDAGVLIW.cpp for Release+Asserts build
llvm[3]: Compiling GlobalMerge.cpp for Release+Asserts build
llvm[2]: Building Release+Asserts Archive Library libLLVMExecutionEngine.a
llvm[3]: Compiling ARMException.cpp for Release+Asserts build
llvm[3]: Compiling SelectionDAG.cpp for Release+Asserts build
llvm[3]: Compiling SpecialCaseList.cpp for Release+Asserts build
llvm[3]: Compiling IndVarSimplify.cpp for Release+Asserts build
llvm[3]: Compiling AsmPrinter.cpp for Release+Asserts build
llvm[3]: Compiling X86InstrInfo.cpp for Release+Asserts build
llvm[2]: Compiling ModuleDebugInfoPrinter.cpp for Release+Asserts build
llvm[3]: Compiling UnifyFunctionExitNodes.cpp for Release+Asserts build
llvm[2]: Compiling NoAliasAnalysis.cpp for Release+Asserts build
llvm[3]: Compiling Utils.cpp for Release+Asserts build
llvm[3]: Compiling ValueMapper.cpp for Release+Asserts build
llvm[2]: Compiling PHITransAddr.cpp for Release+Asserts build
llvm[3]: Compiling JumpThreading.cpp for Release+Asserts build
llvm[3]: Building Release+Asserts Archive Library libLLVMTransformUtils.a
llvm[3]: Building PPC.td register info implementation with tblgen
llvm[2]: Compiling PostDominators.cpp for Release+Asserts build
llvm[3]: Building PPC.td assembly matcher with tblgen
llvm[3]: Compiling AsmPrinterDwarf.cpp for Release+Asserts build
llvm[3]: Building PPC.td assembly writer with tblgen
llvm[3]: Compiling X86JITInfo.cpp for Release+Asserts build
llvm[3]: Building PPC.td code emitter with tblgen
llvm[3]: Building PPC.td instruction information with tblgen
llvm[2]: Compiling PtrUseVisitor.cpp for Release+Asserts build
llvm[3]: Building PPC.td DAG instruction selector implementation with tblgen
llvm[3]: Compiling AsmPrinterInlineAsm.cpp for Release+Asserts build
llvm[3]: Building PPC.td subtarget information with tblgen
llvm[3]: Compiling X86MCInstLower.cpp for Release+Asserts build
llvm[3]: Compiling LICM.cpp for Release+Asserts build
llvm[3]: Building PPC.td calling convention information with tblgen
llvm[2]: Compiling RegionInfo.cpp for Release+Asserts build
llvm[3]: Compiling SelectionDAGBuilder.cpp for Release+Asserts build
llvm[3]: Building PPC.td MC code emitter with tblgen
llvm[3]: Building PPC.td "fast" instruction selector implementation with tblgen
llvm[3]: Compiling DIE.cpp for Release+Asserts build
llvm[3]: Compiling PPCAsmPrinter.cpp for Release+Asserts build
llvm[3]: Compiling LoopDeletion.cpp for Release+Asserts build
llvm[3]: Compiling DIEHash.cpp for Release+Asserts build
llvm[3]: Compiling X86MachineFunctionInfo.cpp for Release+Asserts build
llvm[2]: Compiling RegionPass.cpp for Release+Asserts build
llvm[3]: Compiling X86PadShortFunction.cpp for Release+Asserts build
llvm[3]: Compiling DwarfAccelTable.cpp for Release+Asserts build
llvm[3]: Compiling LoopIdiomRecognize.cpp for Release+Asserts build
llvm[3]: Compiling PPCBranchSelector.cpp for Release+Asserts build
llvm[3]: Compiling X86RegisterInfo.cpp for Release+Asserts build
llvm[2]: Compiling RegionPrinter.cpp for Release+Asserts build
llvm[3]: Compiling PPCCTRLoops.cpp for Release+Asserts build
llvm[3]: Compiling DwarfCFIException.cpp for Release+Asserts build
llvm[3]: Compiling LoopInstSimplify.cpp for Release+Asserts build
llvm[2]: Compiling ScalarEvolution.cpp for Release+Asserts build
llvm[3]: Compiling DwarfCompileUnit.cpp for Release+Asserts build
llvm[3]: Compiling X86SelectionDAGInfo.cpp for Release+Asserts build
llvm[3]: Compiling LoopRerollPass.cpp for Release+Asserts build
llvm[3]: Compiling PPCCodeEmitter.cpp for Release+Asserts build
llvm[3]: Compiling X86Subtarget.cpp for Release+Asserts build
llvm[3]: Compiling SelectionDAGDumper.cpp for Release+Asserts build
llvm[3]: Compiling DwarfDebug.cpp for Release+Asserts build
llvm[3]: Compiling X86TargetMachine.cpp for Release+Asserts build
llvm[3]: Compiling PPCFastISel.cpp for Release+Asserts build
llvm[3]: Compiling LoopRotation.cpp for Release+Asserts build
llvm[3]: Compiling SelectionDAGISel.cpp for Release+Asserts build
llvm[3]: Compiling X86TargetObjectFile.cpp for Release+Asserts build
llvm[3]: Compiling X86TargetTransformInfo.cpp for Release+Asserts build
llvm[3]: Compiling LoopStrengthReduce.cpp for Release+Asserts build
llvm[3]: Compiling PPCFrameLowering.cpp for Release+Asserts build
llvm[2]: Compiling ScalarEvolutionAliasAnalysis.cpp for Release+Asserts build
llvm[3]: Compiling X86VZeroUpper.cpp for Release+Asserts build
llvm[3]: Compiling DwarfException.cpp for Release+Asserts build
llvm[2]: Compiling ScalarEvolutionExpander.cpp for Release+Asserts build
llvm[3]: Compiling PPCHazardRecognizers.cpp for Release+Asserts build
llvm[3]: Building Release+Asserts Archive Library libLLVMX86CodeGen.a
llvm[4]: Compiling X86ATTInstPrinter.cpp for Release+Asserts build
llvm[3]: Compiling ErlangGCPrinter.cpp for Release+Asserts build
llvm[3]: Compiling PPCISelDAGToDAG.cpp for Release+Asserts build
llvm[3]: Compiling SelectionDAGPrinter.cpp for Release+Asserts build
llvm[4]: Compiling X86InstComments.cpp for Release+Asserts build
llvm[4]: Compiling X86IntelInstPrinter.cpp for Release+Asserts build
llvm[2]: Compiling ScalarEvolutionNormalization.cpp for Release+Asserts build
llvm[3]: Compiling OcamlGCPrinter.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMX86AsmPrinter.a
llvm[4]: Compiling X86AsmParser.cpp for Release+Asserts build
llvm[3]: Compiling TargetLowering.cpp for Release+Asserts build
llvm[2]: Compiling SparsePropagation.cpp for Release+Asserts build
llvm[3]: Compiling Win64Exception.cpp for Release+Asserts build
llvm[3]: Compiling PPCISelLowering.cpp for Release+Asserts build
llvm[3]: Compiling LoopUnrollPass.cpp for Release+Asserts build
llvm[2]: Compiling TargetTransformInfo.cpp for Release+Asserts build
llvm[3]: Building Release+Asserts Archive Library libLLVMAsmPrinter.a
llvm[3]: Compiling InstCombineAddSub.cpp for Release+Asserts build
llvm[3]: Compiling LoopUnswitch.cpp for Release+Asserts build
llvm[2]: Compiling Trace.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMX86AsmParser.a
llvm[4]: Compiling X86Disassembler.cpp for Release+Asserts build
llvm[2]: Compiling TypeBasedAliasAnalysis.cpp for Release+Asserts build
llvm[3]: Compiling TargetSelectionDAGInfo.cpp for Release+Asserts build
llvm[3]: Compiling InstCombineAndOrXor.cpp for Release+Asserts build
llvm[4]: Compiling X86DisassemblerDecoder.c for Release+Asserts build
llvm[2]: Compiling ValueTracking.cpp for Release+Asserts build
llvm[3]: Building Release+Asserts Archive Library libLLVMSelectionDAG.a
llvm[2]: Compiling AggressiveAntiDepBreaker.cpp for Release+Asserts build
llvm[3]: Compiling LowerAtomic.cpp for Release+Asserts build
llvm[3]: Compiling PPCInstrInfo.cpp for Release+Asserts build
llvm[3]: Compiling MemCpyOptimizer.cpp for Release+Asserts build
llvm[3]: Compiling InstCombineCalls.cpp for Release+Asserts build
llvm[2]: Building Release+Asserts Archive Library libLLVMAnalysis.a
llvm[3]: Compiling CallGraph.cpp for Release+Asserts build
llvm[2]: Compiling AllocationOrder.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMX86Disassembler.a
llvm[4]: Compiling X86TargetInfo.cpp for Release+Asserts build
llvm[3]: Compiling PartiallyInlineLibCalls.cpp for Release+Asserts build
llvm[3]: Compiling PPCJITInfo.cpp for Release+Asserts build
llvm[2]: Compiling Analysis.cpp for Release+Asserts build
llvm[3]: Compiling CallGraphSCCPass.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMX86Info.a
llvm[4]: Compiling X86AsmBackend.cpp for Release+Asserts build
llvm[3]: Compiling Reassociate.cpp for Release+Asserts build
llvm[3]: Compiling InstCombineCasts.cpp for Release+Asserts build
llvm[3]: Compiling PPCMCInstLower.cpp for Release+Asserts build
llvm[4]: Compiling X86ELFObjectWriter.cpp for Release+Asserts build
llvm[2]: Compiling BasicTargetTransformInfo.cpp for Release+Asserts build
llvm[4]: Compiling X86ELFRelocationInfo.cpp for Release+Asserts build
llvm[3]: Compiling CallPrinter.cpp for Release+Asserts build
llvm[3]: Compiling PPCMachineFunctionInfo.cpp for Release+Asserts build
llvm[2]: Compiling BranchFolding.cpp for Release+Asserts build
llvm[4]: Compiling X86MCAsmInfo.cpp for Release+Asserts build
llvm[3]: Compiling PPCRegisterInfo.cpp for Release+Asserts build
llvm[3]: Compiling InstCombineCompares.cpp for Release+Asserts build
llvm[3]: Compiling FindUsedTypes.cpp for Release+Asserts build
llvm[4]: Compiling X86MCCodeEmitter.cpp for Release+Asserts build
llvm[3]: Compiling GlobalsModRef.cpp for Release+Asserts build
llvm[3]: Compiling Reg2Mem.cpp for Release+Asserts build
llvm[3]: Compiling PPCSelectionDAGInfo.cpp for Release+Asserts build
llvm[3]: Compiling SCCP.cpp for Release+Asserts build
llvm[2]: Compiling CalcSpillWeights.cpp for Release+Asserts build
llvm[4]: Compiling X86MCTargetDesc.cpp for Release+Asserts build
llvm[3]: Compiling PPCSubtarget.cpp for Release+Asserts build
llvm[3]: Compiling IPA.cpp for Release+Asserts build
llvm[3]: Compiling InlineCost.cpp for Release+Asserts build
llvm[3]: Compiling InstCombineLoadStoreAlloca.cpp for Release+Asserts build
llvm[2]: Compiling CallingConvLower.cpp for Release+Asserts build
llvm[4]: Compiling X86MachORelocationInfo.cpp for Release+Asserts build
llvm[3]: Compiling PPCTargetMachine.cpp for Release+Asserts build
llvm[3]: Compiling SROA.cpp for Release+Asserts build
llvm[4]: Compiling X86MachObjectWriter.cpp for Release+Asserts build
llvm[2]: Compiling CodeGen.cpp for Release+Asserts build
llvm[3]: Compiling InstCombineMulDivRem.cpp for Release+Asserts build
llvm[2]: Compiling CriticalAntiDepBreaker.cpp for Release+Asserts build
llvm[3]: Building Release+Asserts Archive Library libLLVMipa.a
llvm[3]: Building AArch64.td assembly matcher with tblgen
llvm[4]: Compiling X86WinCOFFObjectWriter.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMX86Desc.a
llvm[3]: Compiling PPCTargetObjectFile.cpp for Release+Asserts build
llvm[4]: Compiling X86ShuffleDecode.cpp for Release+Asserts build
llvm[3]: Building AArch64.td assembly writer with tblgen
llvm[4]: Building Release+Asserts Archive Library libLLVMX86Utils.a
llvm[3]: Compiling ArgumentPromotion.cpp for Release+Asserts build
llvm[2]: Compiling DFAPacketizer.cpp for Release+Asserts build
llvm[3]: Compiling PPCTargetTransformInfo.cpp for Release+Asserts build
llvm[3]: Compiling InstCombinePHI.cpp for Release+Asserts build
llvm[3]: Building AArch64.td calling convention information with tblgen
llvm[3]: Building AArch64.td DAG instruction selector implementation with tblgen
llvm[2]: Compiling DeadMachineInstructionElim.cpp for Release+Asserts build
llvm[3]: Building Release+Asserts Archive Library libLLVMPowerPCCodeGen.a
llvm[4]: Compiling PPCAsmParser.cpp for Release+Asserts build
llvm[3]: Compiling InstCombineSelect.cpp for Release+Asserts build
llvm[3]: Compiling BarrierNoopPass.cpp for Release+Asserts build
llvm[2]: Compiling DwarfEHPrepare.cpp for Release+Asserts build
llvm[3]: Compiling SampleProfile.cpp for Release+Asserts build
llvm[3]: Compiling ConstantMerge.cpp for Release+Asserts build
llvm[3]: Building AArch64.td disassembly tables with tblgen
llvm[3]: Compiling InstCombineShifts.cpp for Release+Asserts build
llvm[3]: Compiling DeadArgumentElimination.cpp for Release+Asserts build
llvm[3]: Building AArch64.td instruction information with tblgen
llvm[2]: Compiling EarlyIfConversion.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMPowerPCAsmParser.a
llvm[4]: Compiling PPCInstPrinter.cpp for Release+Asserts build
llvm[3]: Compiling Scalar.cpp for Release+Asserts build
llvm[3]: Compiling ScalarReplAggregates.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMPowerPCAsmPrinter.a
llvm[4]: Compiling PowerPCTargetInfo.cpp for Release+Asserts build
llvm[3]: Building AArch64.td MC code emitter with tblgen
llvm[3]: Compiling InstCombineSimplifyDemanded.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMPowerPCInfo.a
llvm[4]: Compiling PPCAsmBackend.cpp for Release+Asserts build
llvm[3]: Building AArch64.td MC Pseudo instruction expander with tblgen
llvm[2]: Compiling EdgeBundles.cpp for Release+Asserts build
llvm[3]: Compiling ExtractGV.cpp for Release+Asserts build
llvm[3]: Building AArch64.td register info implementation with tblgen
llvm[4]: Compiling PPCELFObjectWriter.cpp for Release+Asserts build
llvm[4]: Compiling PPCMCAsmInfo.cpp for Release+Asserts build
llvm[2]: Compiling ErlangGC.cpp for Release+Asserts build
llvm[3]: Building AArch64.td subtarget information with tblgen
llvm[3]: Compiling FunctionAttrs.cpp for Release+Asserts build
llvm[4]: Compiling PPCMCCodeEmitter.cpp for Release+Asserts build
llvm[3]: Compiling AArch64AsmPrinter.cpp for Release+Asserts build
llvm[3]: Compiling Scalarizer.cpp for Release+Asserts build
llvm[2]: Compiling ExecutionDepsFix.cpp for Release+Asserts build
llvm[3]: Compiling InstCombineVectorOps.cpp for Release+Asserts build
llvm[4]: Compiling PPCMCExpr.cpp for Release+Asserts build
llvm[3]: Compiling GlobalDCE.cpp for Release+Asserts build
llvm[2]: Compiling ExpandISelPseudos.cpp for Release+Asserts build
llvm[4]: Compiling PPCMCTargetDesc.cpp for Release+Asserts build
llvm[3]: Compiling SimplifyCFGPass.cpp for Release+Asserts build
llvm[3]: Compiling InstructionCombining.cpp for Release+Asserts build
llvm[3]: Compiling AArch64BranchFixupPass.cpp for Release+Asserts build
llvm[3]: Compiling GlobalOpt.cpp for Release+Asserts build
llvm[4]: Compiling PPCMachObjectWriter.cpp for Release+Asserts build
llvm[2]: Compiling ExpandPostRAPseudos.cpp for Release+Asserts build
llvm[3]: Compiling Sink.cpp for Release+Asserts build
llvm[3]: Compiling AArch64FrameLowering.cpp for Release+Asserts build
llvm[4]: Compiling PPCPredicates.cpp for Release+Asserts build
llvm[2]: Compiling GCMetadata.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMPowerPCDesc.a
llvm[2]: Compiling LinkModules.cpp for Release+Asserts build
llvm[3]: Compiling StructurizeCFG.cpp for Release+Asserts build
llvm[3]: Compiling AArch64ISelDAGToDAG.cpp for Release+Asserts build
llvm[2]: Compiling GCMetadataPrinter.cpp for Release+Asserts build
llvm[3]: Building Release+Asserts Archive Library libLLVMInstCombine.a
llvm[3]: Compiling IPConstantPropagation.cpp for Release+Asserts build
llvm[2]: Compiling GCStrategy.cpp for Release+Asserts build
llvm[2]: Building Release+Asserts Archive Library libLLVMLinker.a
llvm[3]: Building ARM.td register info implementation with tblgen
llvm[3]: Compiling BBVectorize.cpp for Release+Asserts build
llvm[3]: Compiling IPO.cpp for Release+Asserts build
llvm[3]: Compiling InlineAlways.cpp for Release+Asserts build
llvm[3]: Compiling TailRecursionElimination.cpp for Release+Asserts build
llvm[3]: Building ARM.td instruction information with tblgen
llvm[2]: Compiling IfConversion.cpp for Release+Asserts build
llvm[3]: Compiling InlineSimple.cpp for Release+Asserts build
llvm[3]: Compiling AArch64ISelLowering.cpp for Release+Asserts build
llvm[3]: Building Release+Asserts Archive Library libLLVMScalarOpts.a
llvm[3]: Building ARM.td assembly writer with tblgen
llvm[2]: Compiling LTOCodeGenerator.cpp for Release+Asserts build
llvm[3]: Compiling Inliner.cpp for Release+Asserts build
llvm[3]: Building ARM.td assembly matcher with tblgen
llvm[3]: Compiling Internalize.cpp for Release+Asserts build
llvm[2]: Compiling InlineSpiller.cpp for Release+Asserts build
llvm[2]: Compiling LTOModule.cpp for Release+Asserts build
llvm[3]: Building ARM.td DAG instruction selector implementation with tblgen
llvm[3]: Compiling LoopVectorize.cpp for Release+Asserts build
llvm[3]: Building ARM.td subtarget information with tblgen
llvm[3]: Compiling AArch64InstrInfo.cpp for Release+Asserts build
llvm[3]: Compiling LoopExtractor.cpp for Release+Asserts build
llvm[2]: Building Release+Asserts Archive Library libLLVMLTO.a
llvm[3]: Building MBlaze.td register info implementation with tblgen
llvm[3]: Building MBlaze.td instruction information with tblgen
llvm[3]: Building MBlaze.td assembly writer with tblgen
llvm[3]: Building MBlaze.td DAG instruction selector implementation with tblgen
llvm[3]: Building ARM.td code emitter with tblgen
llvm[3]: Building MBlaze.td assembly matcher with tblgen
llvm[3]: Building MBlaze.td code emitter with tblgen
llvm[3]: Building MBlaze.td calling convention information with tblgen
llvm[3]: Building MBlaze.td subtarget information with tblgen
llvm[3]: Compiling MergeFunctions.cpp for Release+Asserts build
llvm[3]: Building MBlaze.td intrinsics information with tblgen
llvm[2]: Compiling InterferenceCache.cpp for Release+Asserts build
llvm[3]: Building ARM.td calling convention information with tblgen
llvm[3]: Compiling AArch64MCInstLower.cpp for Release+Asserts build
llvm[3]: Compiling MBlazeAsmPrinter.cpp for Release+Asserts build
llvm[3]: Building ARM.td "fast" instruction selector implementation with tblgen
llvm[2]: Compiling IntrinsicLowering.cpp for Release+Asserts build
llvm[3]: Compiling AArch64MachineFunctionInfo.cpp for Release+Asserts build
llvm[3]: Building ARM.td MC code emitter with tblgen
llvm[3]: Compiling PartialInlining.cpp for Release+Asserts build
llvm[3]: Compiling MBlazeDelaySlotFiller.cpp for Release+Asserts build
llvm[3]: Compiling AArch64RegisterInfo.cpp for Release+Asserts build
llvm[2]: Compiling JITCodeEmitter.cpp for Release+Asserts build
llvm[2]: Compiling LLVMTargetMachine.cpp for Release+Asserts build
llvm[3]: Building ARM.td MC Pseudo instruction expander with tblgen
llvm[3]: Compiling PassManagerBuilder.cpp for Release+Asserts build
llvm[3]: Building ARM.td disassembly tables with tblgen
llvm[3]: Compiling MBlazeFrameLowering.cpp for Release+Asserts build
llvm[3]: Compiling AArch64SelectionDAGInfo.cpp for Release+Asserts build
llvm[3]: Compiling PruneEH.cpp for Release+Asserts build
llvm[3]: Compiling SLPVectorizer.cpp for Release+Asserts build
llvm[2]: Compiling LatencyPriorityQueue.cpp for Release+Asserts build
llvm[3]: Compiling A15SDOptimizer.cpp for Release+Asserts build
llvm[3]: Compiling AArch64Subtarget.cpp for Release+Asserts build
llvm[3]: Compiling StripDeadPrototypes.cpp for Release+Asserts build
llvm[3]: Compiling MBlazeISelDAGToDAG.cpp for Release+Asserts build
llvm[2]: Compiling LexicalScopes.cpp for Release+Asserts build
llvm[3]: Compiling StripSymbols.cpp for Release+Asserts build
llvm[3]: Compiling AArch64TargetMachine.cpp for Release+Asserts build
llvm[2]: Compiling LiveDebugVariables.cpp for Release+Asserts build
llvm[3]: Compiling ARMAsmPrinter.cpp for Release+Asserts build
llvm[3]: Building Release+Asserts Archive Library libLLVMipo.a
llvm[3]: Compiling MBlazeISelLowering.cpp for Release+Asserts build
llvm[3]: Compiling AArch64TargetObjectFile.cpp for Release+Asserts build
llvm[3]: Compiling AsmLexer.cpp for Release+Asserts build
llvm[3]: Building Release+Asserts Archive Library libLLVMAArch64CodeGen.a
llvm[4]: Compiling AArch64InstPrinter.cpp for Release+Asserts build
llvm[3]: Compiling AsmParser.cpp for Release+Asserts build
llvm[3]: Compiling Vectorize.cpp for Release+Asserts build
llvm[3]: Building Release+Asserts Archive Library libLLVMVectorize.a
make[3]: Nothing to be done for `all'.
llvm[3]: Compiling DependencyAnalysis.cpp for Release+Asserts build
llvm[3]: Compiling MBlazeInstrInfo.cpp for Release+Asserts build
llvm[3]: Compiling ObjCARC.cpp for Release+Asserts build
llvm[3]: Compiling ARMBaseInstrInfo.cpp for Release+Asserts build
llvm[2]: Compiling LiveInterval.cpp for Release+Asserts build
llvm[3]: Compiling COFFAsmParser.cpp for Release+Asserts build
llvm[3]: Compiling ObjCARCAPElim.cpp for Release+Asserts build
llvm[3]: Compiling MBlazeIntrinsicInfo.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMAArch64AsmPrinter.a
llvm[4]: Compiling AArch64AsmParser.cpp for Release+Asserts build
llvm[2]: Compiling LiveIntervalAnalysis.cpp for Release+Asserts build
llvm[3]: Compiling MBlazeMCInstLower.cpp for Release+Asserts build
llvm[3]: Compiling DarwinAsmParser.cpp for Release+Asserts build
llvm[3]: Compiling ObjCARCAliasAnalysis.cpp for Release+Asserts build
llvm[3]: Compiling MBlazeMachineFunction.cpp for Release+Asserts build
llvm[3]: Compiling ObjCARCContract.cpp for Release+Asserts build
llvm[3]: Compiling ELFAsmParser.cpp for Release+Asserts build
llvm[3]: Compiling ARMBaseRegisterInfo.cpp for Release+Asserts build
llvm[3]: Compiling MBlazeRegisterInfo.cpp for Release+Asserts build
llvm[2]: Compiling LiveIntervalUnion.cpp for Release+Asserts build
llvm[3]: Compiling MCAsmLexer.cpp for Release+Asserts build
llvm[3]: Compiling MCAsmParser.cpp for Release+Asserts build
llvm[3]: Compiling ARMCodeEmitter.cpp for Release+Asserts build
llvm[3]: Compiling MBlazeSelectionDAGInfo.cpp for Release+Asserts build
llvm[3]: Compiling ObjCARCExpand.cpp for Release+Asserts build
llvm[3]: Compiling MCAsmParserExtension.cpp for Release+Asserts build
llvm[3]: Compiling MCTargetAsmParser.cpp for Release+Asserts build
llvm[2]: Compiling LiveRangeCalc.cpp for Release+Asserts build
llvm[3]: Building Release+Asserts Archive Library libLLVMMCParser.a
llvm[3]: Compiling ObjCARCOpts.cpp for Release+Asserts build
llvm[3]: Compiling Disassembler.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMAArch64AsmParser.a
llvm[3]: Compiling MBlazeSubtarget.cpp for Release+Asserts build
llvm[4]: Compiling AArch64Disassembler.cpp for Release+Asserts build
llvm[3]: Building Release+Asserts Archive Library libLLVMMCDisassembler.a
llvm[2]: Compiling ELFObjectWriter.cpp for Release+Asserts build
llvm[3]: Compiling MBlazeTargetMachine.cpp for Release+Asserts build
llvm[2]: Compiling LiveRangeEdit.cpp for Release+Asserts build
llvm[2]: Compiling LiveRegMatrix.cpp for Release+Asserts build
llvm[3]: Compiling MBlazeTargetObjectFile.cpp for Release+Asserts build
llvm[2]: Compiling MCAsmBackend.cpp for Release+Asserts build
llvm[3]: Compiling ARMConstantIslandPass.cpp for Release+Asserts build
llvm[3]: Building Release+Asserts Archive Library libLLVMMBlazeCodeGen.a
llvm[2]: Compiling LiveRegUnits.cpp for Release+Asserts build
llvm[4]: Compiling MBlazeInstPrinter.cpp for Release+Asserts build
llvm[2]: Compiling MCAsmInfo.cpp for Release+Asserts build
llvm[3]: Compiling ObjCARCUtil.cpp for Release+Asserts build
llvm[2]: Compiling LiveStackAnalysis.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMMBlazeAsmPrinter.a
llvm[4]: Compiling MBlazeAsmParser.cpp for Release+Asserts build
llvm[2]: Compiling MCAsmInfoCOFF.cpp for Release+Asserts build
llvm[3]: Compiling ProvenanceAnalysis.cpp for Release+Asserts build
llvm[2]: Compiling MCAsmInfoDarwin.cpp for Release+Asserts build
llvm[2]: Compiling LiveVariables.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMAArch64Disassembler.a
llvm[4]: Building Release+Asserts Archive Library libLLVMMBlazeAsmParser.a
llvm[4]: Compiling AArch64TargetInfo.cpp for Release+Asserts build
llvm[4]: Compiling MBlazeDisassembler.cpp for Release+Asserts build
llvm[2]: Compiling MCAsmInfoELF.cpp for Release+Asserts build
llvm[3]: Building Release+Asserts Archive Library libLLVMObjCARCOpts.a
llvm[3]: Compiling ARMConstantPoolValue.cpp for Release+Asserts build
llvm[3]: Building Mips.td register info implementation with tblgen
llvm[4]: Building Release+Asserts Archive Library libLLVMAArch64Info.a
llvm[4]: Building Release+Asserts Archive Library libLLVMMBlazeDisassembler.a
llvm[4]: Compiling AArch64AsmBackend.cpp for Release+Asserts build
llvm[2]: Compiling MCAsmStreamer.cpp for Release+Asserts build
llvm[4]: Compiling MBlazeTargetInfo.cpp for Release+Asserts build
llvm[3]: Building Mips.td instruction information with tblgen
llvm[4]: Compiling AArch64ELFObjectWriter.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMMBlazeInfo.a
llvm[3]: Compiling ARMExpandPseudoInsts.cpp for Release+Asserts build
llvm[3]: Building Mips.td assembly writer with tblgen
llvm[4]: Compiling MBlazeAsmBackend.cpp for Release+Asserts build
llvm[2]: Compiling LocalStackSlotAllocation.cpp for Release+Asserts build
llvm[4]: Compiling AArch64ELFStreamer.cpp for Release+Asserts build
llvm[3]: Building Mips.td code emitter with tblgen
llvm[2]: Compiling MCAssembler.cpp for Release+Asserts build
llvm[4]: Compiling MBlazeELFObjectWriter.cpp for Release+Asserts build
llvm[3]: Building Mips.td DAG instruction selector implementation with tblgen
llvm[4]: Compiling MBlazeMCAsmInfo.cpp for Release+Asserts build
llvm[4]: Compiling AArch64MCAsmInfo.cpp for Release+Asserts build
llvm[3]: Building Mips.td calling convention information with tblgen
llvm[3]: Compiling ARMFastISel.cpp for Release+Asserts build
llvm[2]: Compiling MachineBasicBlock.cpp for Release+Asserts build
llvm[4]: Compiling MBlazeMCCodeEmitter.cpp for Release+Asserts build
llvm[4]: Compiling AArch64MCCodeEmitter.cpp for Release+Asserts build
llvm[3]: Building Mips.td intrinsics information with tblgen
llvm[3]: Building Mips.td subtarget information with tblgen
llvm[2]: Compiling MCAtom.cpp for Release+Asserts build
llvm[4]: Compiling MBlazeMCTargetDesc.cpp for Release+Asserts build
llvm[3]: Building Mips.td MC code emitter with tblgen
llvm[2]: Compiling MCCodeEmitter.cpp for Release+Asserts build
llvm[2]: Compiling MCCodeGenInfo.cpp for Release+Asserts build
llvm[3]: Building Mips.td disassembly tables with tblgen
llvm[2]: Compiling MCContext.cpp for Release+Asserts build
/Library/Caches/Homebrew/ellcc--svn-HEAD/llvm/lib/Target/MBlaze/MCTargetDesc/MBlazeMCTargetDesc.cpp:78:26: warning:
private field 'OS' is not used [-Wunused-private-field]
formatted_raw_ostream &OS;
^
1 warning generated.
llvm[4]: Building Release+Asserts Archive Library libLLVMMBlazeDesc.a
llvm[3]: Building Mips.td MC Pseudo instruction expander with tblgen
llvm[2]: Compiling Archive.cpp for Release+Asserts build
llvm[3]: Building Mips.td assembly matcher with tblgen
llvm[2]: Compiling Binary.cpp for Release+Asserts build
llvm[4]: Compiling AArch64MCExpr.cpp for Release+Asserts build
llvm[3]: Compiling Mips16FrameLowering.cpp for Release+Asserts build
llvm[2]: Compiling MachineBlockFrequencyInfo.cpp for Release+Asserts build
llvm[2]: Compiling MCDisassembler.cpp for Release+Asserts build
llvm[2]: Compiling COFFObjectFile.cpp for Release+Asserts build
llvm[4]: Compiling AArch64MCTargetDesc.cpp for Release+Asserts build
llvm[2]: Compiling MCDwarf.cpp for Release+Asserts build
llvm[2]: Compiling COFFYAML.cpp for Release+Asserts build
llvm[2]: Compiling MachineBlockPlacement.cpp for Release+Asserts build
llvm[3]: Compiling Mips16HardFloat.cpp for Release+Asserts build
llvm[2]: Compiling ELF.cpp for Release+Asserts build
llvm[3]: Compiling ARMFrameLowering.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMAArch64Desc.a
llvm[4]: Compiling AArch64BaseInfo.cpp for Release+Asserts build
llvm[2]: Compiling MCELF.cpp for Release+Asserts build
llvm[2]: Compiling ELFObjectFile.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMAArch64Utils.a
llvm[2]: Compiling Arg.cpp for Release+Asserts build
llvm[2]: Compiling MCELFObjectTargetWriter.cpp for Release+Asserts build
llvm[3]: Compiling Mips16ISelDAGToDAG.cpp for Release+Asserts build
llvm[2]: Compiling MCELFStreamer.cpp for Release+Asserts build
llvm[2]: Compiling ArgList.cpp for Release+Asserts build
llvm[2]: Compiling MachineBranchProbabilityInfo.cpp for Release+Asserts build
llvm[3]: Compiling ARMHazardRecognizer.cpp for Release+Asserts build
llvm[2]: Compiling OptTable.cpp for Release+Asserts build
llvm[2]: Compiling MCExpr.cpp for Release+Asserts build
llvm[2]: Compiling MachineCSE.cpp for Release+Asserts build
llvm[3]: Compiling ARMISelDAGToDAG.cpp for Release+Asserts build
llvm[2]: Compiling ELFYAML.cpp for Release+Asserts build
llvm[2]: Compiling Option.cpp for Release+Asserts build
llvm[2]: Compiling MCExternalSymbolizer.cpp for Release+Asserts build
llvm[2]: Building Release+Asserts Archive Library libLLVMOption.a
llvm[3]: Building XCore.td register info implementation with tblgen
llvm[3]: Compiling Mips16ISelLowering.cpp for Release+Asserts build
llvm[3]: Building XCore.td instruction information with tblgen
llvm[2]: Compiling Error.cpp for Release+Asserts build
llvm[3]: Building XCore.td assembly writer with tblgen
llvm[3]: Building XCore.td DAG instruction selector implementation with tblgen
llvm[2]: Compiling MCFunction.cpp for Release+Asserts build
llvm[2]: Compiling MachOObjectFile.cpp for Release+Asserts build
llvm[3]: Building XCore.td calling convention information with tblgen
llvm[3]: Building XCore.td disassembly tables with tblgen
llvm[3]: Building XCore.td subtarget information with tblgen
llvm[2]: Compiling MCInst.cpp for Release+Asserts build
llvm[2]: Compiling MachineCodeEmitter.cpp for Release+Asserts build
llvm[3]: Compiling XCoreAsmPrinter.cpp for Release+Asserts build
llvm[2]: Compiling MachineCopyPropagation.cpp for Release+Asserts build
llvm[2]: Compiling MachOUniversal.cpp for Release+Asserts build
llvm[2]: Compiling MCInstPrinter.cpp for Release+Asserts build
llvm[2]: Compiling Object.cpp for Release+Asserts build
llvm[3]: Compiling Mips16InstrInfo.cpp for Release+Asserts build
llvm[2]: Compiling MCInstrAnalysis.cpp for Release+Asserts build
llvm[2]: Compiling ObjectFile.cpp for Release+Asserts build
llvm[2]: Compiling MCLabel.cpp for Release+Asserts build
llvm[2]: Compiling MachineDominators.cpp for Release+Asserts build
llvm[2]: Compiling YAML.cpp for Release+Asserts build
llvm[2]: Compiling MCMachOStreamer.cpp for Release+Asserts build
llvm[3]: Compiling XCoreFrameLowering.cpp for Release+Asserts build
llvm[2]: Building Release+Asserts Archive Library libLLVMObject.a
llvm[3]: Compiling ARMISelLowering.cpp for Release+Asserts build
llvm[3]: Compiling Mips16RegisterInfo.cpp for Release+Asserts build
llvm[3]: Building MSP430.td register info implementation with tblgen
llvm[2]: Compiling MCMachObjectTargetWriter.cpp for Release+Asserts build
llvm[3]: Building MSP430.td instruction information with tblgen
llvm[3]: Building MSP430.td assembly writer with tblgen
llvm[2]: Compiling MachineFunction.cpp for Release+Asserts build
llvm[3]: Building MSP430.td DAG instruction selector implementation with tblgen
llvm[3]: Compiling XCoreISelDAGToDAG.cpp for Release+Asserts build
llvm[2]: Compiling MCModule.cpp for Release+Asserts build
llvm[3]: Building MSP430.td calling convention information with tblgen
llvm[3]: Building MSP430.td subtarget information with tblgen
llvm[3]: Compiling MipsAnalyzeImmediate.cpp for Release+Asserts build
llvm[3]: Compiling MSP430AsmPrinter.cpp for Release+Asserts build
llvm[2]: Compiling MCModuleYAML.cpp for Release+Asserts build
llvm[3]: Compiling MipsAsmPrinter.cpp for Release+Asserts build
llvm[3]: Compiling XCoreISelLowering.cpp for Release+Asserts build
llvm[2]: Compiling MCNullStreamer.cpp for Release+Asserts build
llvm[2]: Compiling MachineFunctionAnalysis.cpp for Release+Asserts build
llvm[3]: Compiling MSP430BranchSelector.cpp for Release+Asserts build
llvm[2]: Compiling MCObjectDisassembler.cpp for Release+Asserts build
llvm[3]: Compiling MipsCodeEmitter.cpp for Release+Asserts build
llvm[3]: Compiling MSP430FrameLowering.cpp for Release+Asserts build
llvm[2]: Compiling MachineFunctionPass.cpp for Release+Asserts build
llvm[2]: Compiling MachineFunctionPrinterPass.cpp for Release+Asserts build
llvm[2]: Compiling MCObjectFileInfo.cpp for Release+Asserts build
llvm[3]: Compiling XCoreInstrInfo.cpp for Release+Asserts build
llvm[3]: Compiling MSP430ISelDAGToDAG.cpp for Release+Asserts build
llvm[2]: Compiling MachineInstr.cpp for Release+Asserts build
llvm[2]: Compiling MCObjectStreamer.cpp for Release+Asserts build
llvm[3]: Compiling XCoreLowerThreadLocal.cpp for Release+Asserts build
llvm[3]: Compiling MipsConstantIslandPass.cpp for Release+Asserts build
llvm[2]: Compiling MCObjectSymbolizer.cpp for Release+Asserts build
llvm[3]: Compiling MSP430ISelLowering.cpp for Release+Asserts build
llvm[3]: Compiling XCoreMCInstLower.cpp for Release+Asserts build
llvm[2]: Compiling MCObjectWriter.cpp for Release+Asserts build
llvm[2]: Compiling MachineInstrBundle.cpp for Release+Asserts build
llvm[3]: Compiling ARMInstrInfo.cpp for Release+Asserts build
llvm[2]: Compiling MCPureStreamer.cpp for Release+Asserts build
llvm[3]: Compiling XCoreMachineFunctionInfo.cpp for Release+Asserts build
llvm[2]: Compiling MachineLICM.cpp for Release+Asserts build
llvm[3]: Compiling XCoreRegisterInfo.cpp for Release+Asserts build
llvm[2]: Compiling MCRegisterInfo.cpp for Release+Asserts build
llvm[3]: Compiling MSP430InstrInfo.cpp for Release+Asserts build
llvm[3]: Compiling MipsDelaySlotFiller.cpp for Release+Asserts build
llvm[2]: Compiling MCRelocationInfo.cpp for Release+Asserts build
llvm[3]: Compiling ARMJITInfo.cpp for Release+Asserts build
llvm[2]: Compiling MCSection.cpp for Release+Asserts build
llvm[3]: Compiling XCoreSelectionDAGInfo.cpp for Release+Asserts build
llvm[2]: Compiling MCSectionCOFF.cpp for Release+Asserts build
llvm[3]: Compiling MSP430MCInstLower.cpp for Release+Asserts build
llvm[3]: Compiling ARMLoadStoreOptimizer.cpp for Release+Asserts build
llvm[2]: Compiling MCSectionELF.cpp for Release+Asserts build
llvm[3]: Compiling MipsFrameLowering.cpp for Release+Asserts build
llvm[3]: Compiling XCoreSubtarget.cpp for Release+Asserts build
llvm[3]: Compiling MSP430MachineFunctionInfo.cpp for Release+Asserts build
llvm[2]: Compiling MCSectionMachO.cpp for Release+Asserts build
llvm[3]: Compiling XCoreTargetMachine.cpp for Release+Asserts build
llvm[3]: Compiling MSP430RegisterInfo.cpp for Release+Asserts build
llvm[2]: Compiling MachineLoopInfo.cpp for Release+Asserts build
llvm[2]: Compiling MCStreamer.cpp for Release+Asserts build
llvm[3]: Compiling MipsISelDAGToDAG.cpp for Release+Asserts build
llvm[3]: Compiling XCoreTargetObjectFile.cpp for Release+Asserts build
llvm[3]: Compiling MSP430SelectionDAGInfo.cpp for Release+Asserts build
llvm[3]: Compiling ARMMCInstLower.cpp for Release+Asserts build
llvm[2]: Compiling MCSubtargetInfo.cpp for Release+Asserts build
llvm[2]: Compiling MachineModuleInfo.cpp for Release+Asserts build
llvm[3]: Compiling XCoreTargetTransformInfo.cpp for Release+Asserts build
llvm[2]: Compiling MCSymbol.cpp for Release+Asserts build
llvm[2]: Compiling MCSymbolizer.cpp for Release+Asserts build
llvm[3]: Compiling MSP430Subtarget.cpp for Release+Asserts build
llvm[2]: Compiling MCValue.cpp for Release+Asserts build
llvm[3]: Compiling ARMMachineFunctionInfo.cpp for Release+Asserts build
llvm[3]: Compiling MSP430TargetMachine.cpp for Release+Asserts build
llvm[2]: Compiling MCWin64EH.cpp for Release+Asserts build
llvm[3]: Building Release+Asserts Archive Library libLLVMXCoreCodeGen.a
llvm[4]: Compiling XCoreDisassembler.cpp for Release+Asserts build
llvm[3]: Compiling MipsISelLowering.cpp for Release+Asserts build
llvm[3]: Compiling ARMRegisterInfo.cpp for Release+Asserts build
llvm[2]: Compiling MachObjectWriter.cpp for Release+Asserts build
llvm[2]: Compiling MachineModuleInfoImpls.cpp for Release+Asserts build
llvm[3]: Building Release+Asserts Archive Library libLLVMMSP430CodeGen.a
llvm[3]: Compiling ARMSelectionDAGInfo.cpp for Release+Asserts build
llvm[4]: Compiling MSP430InstPrinter.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMXCoreDisassembler.a
llvm[4]: Compiling XCoreInstPrinter.cpp for Release+Asserts build
llvm[2]: Compiling MachinePassRegistry.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMMSP430AsmPrinter.a
llvm[4]: Compiling MSP430TargetInfo.cpp for Release+Asserts build
llvm[2]: Compiling MachinePostDominators.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMXCoreAsmPrinter.a
llvm[2]: Compiling SubtargetFeature.cpp for Release+Asserts build
llvm[4]: Compiling XCoreTargetInfo.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMMSP430Info.a
llvm[2]: Compiling WinCOFFObjectWriter.cpp for Release+Asserts build
llvm[4]: Compiling MSP430MCAsmInfo.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMXCoreInfo.a
llvm[3]: Compiling ARMSubtarget.cpp for Release+Asserts build
llvm[4]: Compiling XCoreMCAsmInfo.cpp for Release+Asserts build
llvm[4]: Compiling MSP430MCTargetDesc.cpp for Release+Asserts build
llvm[4]: Compiling XCoreMCTargetDesc.cpp for Release+Asserts build
llvm[2]: Compiling MachineRegisterInfo.cpp for Release+Asserts build
llvm[3]: Compiling MipsInstrInfo.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMMSP430Desc.a
llvm[2]: Compiling DIContext.cpp for Release+Asserts build
llvm[2]: Compiling WinCOFFStreamer.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMXCoreDesc.a
llvm[3]: Compiling ARMTargetMachine.cpp for Release+Asserts build
llvm[3]: Compiling MipsIntrinsicInfo.cpp for Release+Asserts build
llvm[2]: Compiling MachineSSAUpdater.cpp for Release+Asserts build
llvm[2]: Compiling DWARFAbbreviationDeclaration.cpp for Release+Asserts build
llvm[2]: Building Release+Asserts Archive Library libLLVMMC.a
llvm[3]: Compiling CPPBackend.cpp for Release+Asserts build
llvm[2]: Compiling DWARFCompileUnit.cpp for Release+Asserts build
llvm[2]: Compiling IRReader.cpp for Release+Asserts build
llvm[3]: Compiling MipsJITInfo.cpp for Release+Asserts build
llvm[2]: Compiling MachineScheduler.cpp for Release+Asserts build
llvm[2]: Compiling DWARFContext.cpp for Release+Asserts build
llvm[3]: Compiling ARMTargetObjectFile.cpp for Release+Asserts build
llvm[2]: Building Release+Asserts Archive Library libLLVMIRReader.a
llvm[3]: Building NVPTX.td assembly writer with tblgen
llvm[3]: Compiling MipsLongBranch.cpp for Release+Asserts build
llvm[3]: Building NVPTX.td DAG instruction selector implementation with tblgen
llvm[3]: Compiling ARMTargetTransformInfo.cpp for Release+Asserts build
llvm[3]: Building NVPTX.td instruction information with tblgen
llvm[3]: Building NVPTX.td register info implementation with tblgen
llvm[2]: Compiling DWARFDebugAbbrev.cpp for Release+Asserts build
llvm[3]: Building NVPTX.td subtarget information with tblgen
llvm[3]: Compiling NVPTXAllocaHoisting.cpp for Release+Asserts build
llvm[3]: Compiling MipsMCInstLower.cpp for Release+Asserts build
llvm[2]: Compiling DWARFDebugArangeSet.cpp for Release+Asserts build
llvm[3]: Compiling MLxExpansionPass.cpp for Release+Asserts build
llvm[2]: Compiling DWARFDebugAranges.cpp for Release+Asserts build
llvm[3]: Compiling NVPTXAsmPrinter.cpp for Release+Asserts build
llvm[3]: Building Release+Asserts Archive Library libLLVMCppBackendCodeGen.a
llvm[4]: Compiling CppBackendTargetInfo.cpp for Release+Asserts build
llvm[3]: Compiling MipsMachineFunction.cpp for Release+Asserts build
llvm[2]: Compiling MachineSink.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMCppBackendInfo.a
llvm[3]: Compiling Thumb1FrameLowering.cpp for Release+Asserts build
llvm[2]: Compiling DWARFDebugFrame.cpp for Release+Asserts build
llvm[2]: Compiling DWARFDebugInfoEntry.cpp for Release+Asserts build
llvm[3]: Compiling MipsModuleISelDAGToDAG.cpp for Release+Asserts build
llvm[2]: Compiling MachineTraceMetrics.cpp for Release+Asserts build
llvm[3]: Compiling Thumb1InstrInfo.cpp for Release+Asserts build
llvm[2]: Compiling DWARFDebugLine.cpp for Release+Asserts build
llvm[3]: Compiling NVPTXFrameLowering.cpp for Release+Asserts build
llvm[3]: Compiling Thumb1RegisterInfo.cpp for Release+Asserts build
llvm[2]: Compiling DWARFDebugLoc.cpp for Release+Asserts build
llvm[3]: Compiling MipsOptimizePICCall.cpp for Release+Asserts build
llvm[2]: Compiling DWARFDebugRangeList.cpp for Release+Asserts build
llvm[2]: Compiling MachineVerifier.cpp for Release+Asserts build
llvm[3]: Building Hexagon.td register info implementation with tblgen
llvm[3]: Compiling Thumb2ITBlockPass.cpp for Release+Asserts build
llvm[3]: Compiling NVPTXGenericToNVVM.cpp for Release+Asserts build
llvm[2]: Compiling DWARFFormValue.cpp for Release+Asserts build
llvm[3]: Building Hexagon.td instruction information with tblgen
llvm[3]: Building Hexagon.td assembly writer with tblgen
llvm[3]: Compiling Thumb2InstrInfo.cpp for Release+Asserts build
llvm[2]: Compiling DWARFTypeUnit.cpp for Release+Asserts build
llvm[3]: Compiling MipsOs16.cpp for Release+Asserts build
llvm[3]: Building Hexagon.td DAG instruction selector implementation with tblgen
llvm[2]: Compiling DWARFUnit.cpp for Release+Asserts build
llvm[3]: Compiling NVPTXISelDAGToDAG.cpp for Release+Asserts build
llvm[3]: Compiling Thumb2RegisterInfo.cpp for Release+Asserts build
llvm[3]: Building Hexagon.td subtarget information with tblgen
llvm[3]: Building Hexagon.td calling convention information with tblgen
llvm[2]: Building Release+Asserts Archive Library libLLVMDebugInfo.a
llvm[2]: Compiling OcamlGC.cpp for Release+Asserts build
llvm[3]: Compiling MipsRegisterInfo.cpp for Release+Asserts build
llvm[3]: Building Hexagon.td DFA packetizer tables with tblgen
llvm[3]: Compiling Thumb2SizeReduction.cpp for Release+Asserts build
llvm[3]: Building SystemZ.td register info implementation with tblgen
llvm[2]: Compiling OptimizePHIs.cpp for Release+Asserts build
llvm[3]: Compiling HexagonAsmPrinter.cpp for Release+Asserts build
llvm[3]: Building SystemZ.td assembly writer with tblgen
llvm[3]: Building SystemZ.td assembly matcher with tblgen
llvm[3]: Compiling MipsSEFrameLowering.cpp for Release+Asserts build
llvm[3]: Building SystemZ.td code emitter with tblgen
llvm[2]: Compiling PHIElimination.cpp for Release+Asserts build
llvm[3]: Building SystemZ.td disassembly tables with tblgen
llvm[3]: Compiling NVPTXISelLowering.cpp for Release+Asserts build
llvm[3]: Building SystemZ.td instruction information with tblgen
llvm[3]: Building Release+Asserts Archive Library libLLVMARMCodeGen.a
llvm[3]: Building SystemZ.td DAG instruction selector implementation with tblgen
llvm[4]: Compiling ARMInstPrinter.cpp for Release+Asserts build
llvm[3]: Compiling HexagonCFGOptimizer.cpp for Release+Asserts build
llvm[3]: Building SystemZ.td subtarget information with tblgen
llvm[3]: Compiling MipsSEISelDAGToDAG.cpp for Release+Asserts build
llvm[3]: Building SystemZ.td calling convention information with tblgen
llvm[3]: Building SystemZ.td MC code emitter with tblgen
llvm[3]: Compiling SystemZAsmPrinter.cpp for Release+Asserts build
llvm[2]: Compiling PHIEliminationUtils.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMARMAsmPrinter.a
llvm[3]: Compiling HexagonCallingConvLower.cpp for Release+Asserts build
llvm[4]: Compiling ARMAsmParser.cpp for Release+Asserts build
llvm[2]: Compiling Passes.cpp for Release+Asserts build
llvm[3]: Compiling NVPTXInstrInfo.cpp for Release+Asserts build
llvm[3]: Compiling SystemZCallingConv.cpp for Release+Asserts build
llvm[3]: Compiling HexagonCopyToCombine.cpp for Release+Asserts build
llvm[3]: Compiling MipsSEISelLowering.cpp for Release+Asserts build
llvm[3]: Compiling SystemZConstantPoolValue.cpp for Release+Asserts build
llvm[2]: Compiling PeepholeOptimizer.cpp for Release+Asserts build
llvm[3]: Compiling NVPTXLowerAggrCopies.cpp for Release+Asserts build
llvm[3]: Compiling SystemZElimCompare.cpp for Release+Asserts build
llvm[3]: Compiling HexagonExpandPredSpillCode.cpp for Release+Asserts build
llvm[3]: Compiling NVPTXMCExpr.cpp for Release+Asserts build
llvm[2]: Compiling PostRASchedulerList.cpp for Release+Asserts build
llvm[3]: Compiling SystemZFrameLowering.cpp for Release+Asserts build
llvm[3]: Compiling NVPTXPrologEpilogPass.cpp for Release+Asserts build
llvm[3]: Compiling MipsSEInstrInfo.cpp for Release+Asserts build
llvm[3]: Compiling HexagonFixupHwLoops.cpp for Release+Asserts build
llvm[3]: Compiling NVPTXRegisterInfo.cpp for Release+Asserts build
llvm[3]: Compiling SystemZISelDAGToDAG.cpp for Release+Asserts build
llvm[2]: Compiling ProcessImplicitDefs.cpp for Release+Asserts build
llvm[3]: Compiling MipsSERegisterInfo.cpp for Release+Asserts build
llvm[3]: Compiling HexagonFrameLowering.cpp for Release+Asserts build
llvm[3]: Compiling NVPTXSplitBBatBar.cpp for Release+Asserts build
llvm[2]: Compiling PrologEpilogInserter.cpp for Release+Asserts build
llvm[3]: Compiling NVPTXSubtarget.cpp for Release+Asserts build
llvm[3]: Compiling MipsSelectionDAGInfo.cpp for Release+Asserts build
llvm[3]: Compiling NVPTXTargetMachine.cpp for Release+Asserts build
llvm[3]: Compiling SystemZISelLowering.cpp for Release+Asserts build
llvm[3]: Compiling HexagonHardwareLoops.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMARMAsmParser.a
llvm[4]: Compiling ARMDisassembler.cpp for Release+Asserts build
llvm[3]: Compiling MipsSubtarget.cpp for Release+Asserts build
llvm[2]: Compiling PseudoSourceValue.cpp for Release+Asserts build
llvm[2]: Compiling RegAllocBase.cpp for Release+Asserts build
llvm[3]: Compiling NVPTXUtilities.cpp for Release+Asserts build
llvm[3]: Compiling MipsTargetMachine.cpp for Release+Asserts build
llvm[3]: Compiling HexagonISelDAGToDAG.cpp for Release+Asserts build
llvm[3]: Compiling SystemZInstrInfo.cpp for Release+Asserts build
llvm[2]: Compiling RegAllocBasic.cpp for Release+Asserts build
llvm[3]: Compiling NVPTXutil.cpp for Release+Asserts build
llvm[3]: Compiling MipsTargetObjectFile.cpp for Release+Asserts build
llvm[3]: Compiling NVVMReflect.cpp for Release+Asserts build
llvm[3]: Compiling SystemZLongBranch.cpp for Release+Asserts build
llvm[2]: Compiling RegAllocFast.cpp for Release+Asserts build
llvm[3]: Compiling HexagonISelLowering.cpp for Release+Asserts build
llvm[3]: Building Release+Asserts Archive Library libLLVMMipsCodeGen.a
llvm[4]: Compiling MipsInstPrinter.cpp for Release+Asserts build
llvm[3]: Building Release+Asserts Archive Library libLLVMNVPTXCodeGen.a
llvm[3]: Compiling SystemZMCInstLower.cpp for Release+Asserts build
llvm[4]: Compiling NVPTXInstPrinter.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMMipsAsmPrinter.a
llvm[2]: Compiling RegAllocGreedy.cpp for Release+Asserts build
llvm[4]: Compiling MipsDisassembler.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMARMDisassembler.a
llvm[4]: Compiling ARMTargetInfo.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMNVPTXAsmPrinter.a
llvm[4]: Compiling NVPTXTargetInfo.cpp for Release+Asserts build
llvm[3]: Compiling SystemZMachineFunctionInfo.cpp for Release+Asserts build
llvm[3]: Compiling HexagonInstrInfo.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMARMInfo.a
llvm[4]: Compiling ARMAsmBackend.cpp for Release+Asserts build
llvm[3]: Compiling SystemZRegisterInfo.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMNVPTXInfo.a
llvm[4]: Compiling NVPTXMCAsmInfo.cpp for Release+Asserts build
llvm[4]: Compiling NVPTXMCTargetDesc.cpp for Release+Asserts build
llvm[4]: Compiling ARMELFObjectWriter.cpp for Release+Asserts build
llvm[3]: Compiling HexagonMCInstLower.cpp for Release+Asserts build
llvm[3]: Compiling SystemZSelectionDAGInfo.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMMipsDisassembler.a
llvm[4]: Compiling ARMELFStreamer.cpp for Release+Asserts build
llvm[4]: Compiling MipsAsmParser.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMNVPTXDesc.a
llvm[2]: Compiling RegAllocPBQP.cpp for Release+Asserts build
llvm[3]: Building AMDGPU.td register info implementation with tblgen
llvm[3]: Compiling HexagonMachineFunctionInfo.cpp for Release+Asserts build
llvm[3]: Compiling SystemZShortenInst.cpp for Release+Asserts build
llvm[3]: Building AMDGPU.td instruction information with tblgen
llvm[4]: Compiling ARMMCAsmInfo.cpp for Release+Asserts build
llvm[3]: Compiling HexagonMachineScheduler.cpp for Release+Asserts build
llvm[4]: Compiling ARMMCCodeEmitter.cpp for Release+Asserts build
llvm[3]: Building AMDGPU.td DAG instruction selector implementation with tblgen
llvm[3]: Compiling SystemZSubtarget.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMMipsAsmParser.a
llvm[4]: Compiling MipsTargetInfo.cpp for Release+Asserts build
llvm[3]: Building AMDGPU.td subtarget information with tblgen
llvm[3]: Compiling SystemZTargetMachine.cpp for Release+Asserts build
llvm[3]: Building AMDGPU.td MC code emitter with tblgen
llvm[4]: Building Release+Asserts Archive Library libLLVMMipsInfo.a
llvm[4]: Compiling MipsAsmBackend.cpp for Release+Asserts build
llvm[3]: Building AMDGPU.td calling convention information with tblgen
llvm[2]: Compiling RegisterClassInfo.cpp for Release+Asserts build
llvm[3]: Compiling HexagonNewValueJump.cpp for Release+Asserts build
llvm[3]: Building AMDGPU.td intrinsics information with tblgen
llvm[4]: Compiling MipsELFObjectWriter.cpp for Release+Asserts build
llvm[3]: Building AMDGPU.td DFA packetizer tables with tblgen
llvm[3]: Building Release+Asserts Archive Library libLLVMSystemZCodeGen.a
llvm[4]: Compiling SystemZInstPrinter.cpp for Release+Asserts build
llvm[3]: Building AMDGPU.td assembly writer with tblgen
llvm[4]: Compiling MipsMCAsmInfo.cpp for Release+Asserts build
llvm[2]: Compiling RegisterCoalescer.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMSystemZAsmPrinter.a
llvm[4]: Compiling SystemZAsmParser.cpp for Release+Asserts build
llvm[4]: Compiling MipsMCCodeEmitter.cpp for Release+Asserts build
llvm[3]: Compiling AMDGPUAsmPrinter.cpp for Release+Asserts build
llvm[3]: Compiling HexagonPeephole.cpp for Release+Asserts build
llvm[4]: Compiling ARMMCExpr.cpp for Release+Asserts build
llvm[4]: Compiling MipsMCTargetDesc.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMSystemZAsmParser.a
llvm[4]: Compiling ARMMCTargetDesc.cpp for Release+Asserts build
llvm[4]: Compiling SystemZDisassembler.cpp for Release+Asserts build
llvm[3]: Compiling AMDGPUConvertToISA.cpp for Release+Asserts build
llvm[3]: Compiling HexagonRegisterInfo.cpp for Release+Asserts build
llvm[4]: Compiling MipsReginfo.cpp for Release+Asserts build
llvm[2]: Compiling RegisterPressure.cpp for Release+Asserts build
llvm[3]: Compiling AMDGPUFrameLowering.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMSystemZDisassembler.a
llvm[4]: Compiling SystemZTargetInfo.cpp for Release+Asserts build
llvm[4]: Compiling ARMMachORelocationInfo.cpp for Release+Asserts build
llvm[4]: Compiling MipsTargetStreamer.cpp for Release+Asserts build
llvm[3]: Compiling HexagonRemoveSZExtArgs.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMSystemZInfo.a
llvm[4]: Compiling SystemZMCAsmBackend.cpp for Release+Asserts build
llvm[3]: Compiling AMDGPUISelDAGToDAG.cpp for Release+Asserts build
llvm[4]: Compiling ARMMachObjectWriter.cpp for Release+Asserts build
llvm[2]: Compiling RegisterScavenging.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMMipsDesc.a
llvm[3]: Compiling HexagonSelectionDAGInfo.cpp for Release+Asserts build
llvm[4]: Compiling SystemZMCAsmInfo.cpp for Release+Asserts build
llvm[3]: Compiling AMDGPUISelLowering.cpp for Release+Asserts build
llvm[4]: Compiling SystemZMCCodeEmitter.cpp for Release+Asserts build
llvm[4]: Compiling ARMUnwindOpAsm.cpp for Release+Asserts build
llvm[2]: Compiling ScheduleDAG.cpp for Release+Asserts build
llvm[3]: Compiling HexagonSplitConst32AndConst64.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMARMDesc.a
llvm[3]: Compiling AMDGPUInstrInfo.cpp for Release+Asserts build
llvm[4]: Compiling SystemZMCObjectWriter.cpp for Release+Asserts build
llvm[2]: Compiling ScheduleDAGInstrs.cpp for Release+Asserts build
llvm[4]: Compiling SystemZMCTargetDesc.cpp for Release+Asserts build
llvm[3]: Compiling AMDGPUMCInstLower.cpp for Release+Asserts build
llvm[2]: Compiling ScheduleDAGPrinter.cpp for Release+Asserts build
llvm[3]: Compiling HexagonSplitTFRCondSets.cpp for Release+Asserts build
llvm[3]: Compiling AMDGPUMachineFunction.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMSystemZDesc.a
llvm[3]: Compiling HexagonSubtarget.cpp for Release+Asserts build
llvm[2]: Compiling ScoreboardHazardRecognizer.cpp for Release+Asserts build
llvm[3]: Compiling AMDGPURegisterInfo.cpp for Release+Asserts build
llvm[2]: Compiling Mangler.cpp for Release+Asserts build
llvm[3]: Compiling AMDGPUSubtarget.cpp for Release+Asserts build
llvm[3]: Compiling HexagonTargetMachine.cpp for Release+Asserts build
llvm[3]: Compiling AMDGPUTargetMachine.cpp for Release+Asserts build
llvm[2]: Compiling Target.cpp for Release+Asserts build
llvm[2]: Compiling ShadowStackGC.cpp for Release+Asserts build
llvm[2]: Compiling TargetIntrinsicInfo.cpp for Release+Asserts build
llvm[3]: Compiling HexagonTargetObjectFile.cpp for Release+Asserts build
llvm[2]: Compiling TargetJITInfo.cpp for Release+Asserts build
llvm[2]: Compiling SjLjEHPrepare.cpp for Release+Asserts build
llvm[2]: Compiling TargetLibraryInfo.cpp for Release+Asserts build
llvm[3]: Compiling AMDGPUTargetTransformInfo.cpp for Release+Asserts build
llvm[3]: Compiling HexagonVLIWPacketizer.cpp for Release+Asserts build
llvm[2]: Compiling TargetLoweringObjectFile.cpp for Release+Asserts build
llvm[3]: Compiling AMDILCFGStructurizer.cpp for Release+Asserts build
llvm[2]: Compiling SlotIndexes.cpp for Release+Asserts build
llvm[2]: Compiling TargetMachine.cpp for Release+Asserts build
llvm[3]: Compiling AMDILISelLowering.cpp for Release+Asserts build
llvm[2]: Compiling SpillPlacement.cpp for Release+Asserts build
llvm[2]: Compiling TargetMachineC.cpp for Release+Asserts build
llvm[2]: Compiling Spiller.cpp for Release+Asserts build
llvm[3]: Building Release+Asserts Archive Library libLLVMHexagonCodeGen.a
llvm[2]: Compiling SplitKit.cpp for Release+Asserts build
llvm[4]: Compiling HexagonInstPrinter.cpp for Release+Asserts build
llvm[3]: Compiling AMDILIntrinsicInfo.cpp for Release+Asserts build
llvm[3]: Compiling R600ClauseMergePass.cpp for Release+Asserts build
llvm[2]: Compiling TargetSubtargetInfo.cpp for Release+Asserts build
llvm[2]: Compiling StackColoring.cpp for Release+Asserts build
llvm[3]: Compiling R600ControlFlowFinalizer.cpp for Release+Asserts build
llvm[2]: Building Release+Asserts Archive Library libLLVMTarget.a
llvm[3]: Compiling R600EmitClauseMarkers.cpp for Release+Asserts build
llvm[2]: Compiling StackMaps.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMHexagonAsmPrinter.a
llvm[2]: Compiling StackProtector.cpp for Release+Asserts build
llvm[4]: Compiling HexagonTargetInfo.cpp for Release+Asserts build
llvm[2]: Compiling StackSlotColoring.cpp for Release+Asserts build
llvm[2]: Compiling TailDuplication.cpp for Release+Asserts build
llvm[3]: Compiling R600ExpandSpecialInstrs.cpp for Release+Asserts build
llvm[3]: Compiling R600ISelLowering.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMHexagonInfo.a
llvm[4]: Compiling HexagonMCAsmInfo.cpp for Release+Asserts build
llvm[4]: Compiling HexagonMCInst.cpp for Release+Asserts build
llvm[3]: Compiling R600InstrInfo.cpp for Release+Asserts build
llvm[4]: Compiling HexagonMCTargetDesc.cpp for Release+Asserts build
llvm[2]: Compiling TargetFrameLoweringImpl.cpp for Release+Asserts build
llvm[3]: Compiling R600MachineFunctionInfo.cpp for Release+Asserts build
llvm[2]: Compiling TargetInstrInfo.cpp for Release+Asserts build
llvm[3]: Compiling R600MachineScheduler.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMHexagonDesc.a
llvm[2]: Compiling TargetLoweringBase.cpp for Release+Asserts build
llvm[3]: Compiling R600OptimizeVectorRegisters.cpp for Release+Asserts build
llvm[3]: Compiling R600Packetizer.cpp for Release+Asserts build
llvm[3]: Compiling R600RegisterInfo.cpp for Release+Asserts build
llvm[3]: Compiling R600TextureIntrinsicsReplacer.cpp for Release+Asserts build
llvm[2]: Compiling TargetLoweringObjectFileImpl.cpp for Release+Asserts build
llvm[3]: Compiling SIAnnotateControlFlow.cpp for Release+Asserts build
llvm[2]: Compiling TargetOptionsImpl.cpp for Release+Asserts build
llvm[2]: Compiling TargetRegisterInfo.cpp for Release+Asserts build
llvm[2]: Compiling TargetSchedule.cpp for Release+Asserts build
llvm[2]: Compiling TwoAddressInstructionPass.cpp for Release+Asserts build
llvm[3]: Compiling SIFixSGPRCopies.cpp for Release+Asserts build
llvm[2]: Compiling UnreachableBlockElim.cpp for Release+Asserts build
llvm[2]: Compiling VirtRegMap.cpp for Release+Asserts build
llvm[3]: Compiling SIISelLowering.cpp for Release+Asserts build
llvm[3]: Compiling SIInsertWaits.cpp for Release+Asserts build
llvm[3]: Compiling SIInstrInfo.cpp for Release+Asserts build
llvm[3]: Compiling SILowerControlFlow.cpp for Release+Asserts build
llvm[3]: Compiling SIMachineFunctionInfo.cpp for Release+Asserts build
llvm[3]: Compiling SIRegisterInfo.cpp for Release+Asserts build
llvm[3]: Compiling SITypeRewriter.cpp for Release+Asserts build
llvm[2]: Building Release+Asserts Archive Library libLLVMCodeGen.a
llvm[3]: Building Release+Asserts Archive Library libLLVMR600CodeGen.a
mkdir: /Library/Caches/Homebrew/ellcc--svn-HEAD/llvm-build/lib/Target/R600/InstPrinter/Release+Asserts: File exists
llvm[4]: Compiling AMDGPUInstPrinter.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMR600AsmPrinter.a
mkdir: /Library/Caches/Homebrew/ellcc--svn-HEAD/llvm-build/lib/Target/R600/TargetInfo/Release+Asserts: File exists
llvm[4]: Compiling AMDGPUTargetInfo.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMR600Info.a
mkdir: /Library/Caches/Homebrew/ellcc--svn-HEAD/llvm-build/lib/Target/R600/MCTargetDesc/Release+Asserts: File exists
llvm[4]: Compiling AMDGPUAsmBackend.cpp for Release+Asserts build
llvm[4]: Compiling AMDGPUELFObjectWriter.cpp for Release+Asserts build
llvm[4]: Compiling AMDGPUMCAsmInfo.cpp for Release+Asserts build
llvm[4]: Compiling AMDGPUMCCodeEmitter.cpp for Release+Asserts build
llvm[4]: Compiling AMDGPUMCTargetDesc.cpp for Release+Asserts build
llvm[4]: Compiling R600MCCodeEmitter.cpp for Release+Asserts build
llvm[4]: Compiling SIMCCodeEmitter.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMR600Desc.a
mkdir: /Library/Caches/Homebrew/ellcc--svn-HEAD/llvm-build/tools/llvm-config/Release+Asserts: File exists
llvm[1]: Building llvm-config BuildVariables.inc file.
llvm[1]: Compiling llvm-config.cpp for Release+Asserts build
llvm[1]: Linking Release+Asserts executable llvm-config
llvm[1]: ======= Finished Linking Release+Asserts Executable llvm-config
make[2]: Nothing to be done for `all'.
llvm[2]: Compiling llc.cpp for Release+Asserts build
llvm[2]: Compiling llvm-dis.cpp for Release+Asserts build
llvm[2]: Compiling llvm-as.cpp for Release+Asserts build
llvm[2]: Compiling llvm-ar.cpp for Release+Asserts build
llvm[2]: Compiling AnalysisWrappers.cpp for Release+Asserts build
llvm[2]: Compiling llvm-nm.cpp for Release+Asserts build
llvm[2]: Linking Release+Asserts executable llvm-as
llvm[2]: Compiling GraphPrinters.cpp for Release+Asserts build
llvm[2]: ======= Finished Linking Release+Asserts Executable llvm-as
llvm[2]: Compiling PrintSCC.cpp for Release+Asserts build
llvm[2]: Linking Release+Asserts executable llvm-dis
llvm[2]: ======= Finished Linking Release+Asserts Executable llvm-dis
llvm[2]: Compiling llvm-link.cpp for Release+Asserts build
llvm[2]: Linking Release+Asserts executable llvm-ar
llvm[2]: ======= Finished Linking Release+Asserts Executable llvm-ar
llvm[2]: Creating Release+Asserts Alias llvm-ranlib
llvm[2]: ======= Finished Creating Release+Asserts Alias llvm-ranlib
llvm[2]: Compiling opt.cpp for Release+Asserts build
llvm[2]: Linking Release+Asserts executable llc
llvm[3]: Compiling ChildTarget.cpp for Release+Asserts build
llvm[2]: Linking Release+Asserts executable llvm-nm
llvm[2]: Linking Release+Asserts executable llvm-link
llvm[2]: ======= Finished Linking Release+Asserts Executable llvm-nm
llvm[2]: Compiling llvm-extract.cpp for Release+Asserts build
llvm[3]: Linking Release+Asserts executable lli-child-target
llvm[2]: ======= Finished Linking Release+Asserts Executable llvm-link
llvm[3]: ======= Finished Linking Release+Asserts Executable lli-child-target
llvm[2]: Compiling RemoteMemoryManager.cpp for Release+Asserts build
llvm[2]: Compiling Disassembler.cpp for Release+Asserts build
llvm[2]: Compiling BugDriver.cpp for Release+Asserts build
llvm[2]: ======= Finished Linking Release+Asserts Executable llc
llvm[2]: Compiling RemoteTarget.cpp for Release+Asserts build
llvm[2]: Compiling RemoteTargetExternal.cpp for Release+Asserts build
llvm[2]: Compiling llvm-bcanalyzer.cpp for Release+Asserts build
llvm[2]: Compiling llvm-mc.cpp for Release+Asserts build
llvm[2]: Compiling CrashDebugger.cpp for Release+Asserts build
llvm[2]: Linking Release+Asserts executable llvm-extract
llvm[2]: ======= Finished Linking Release+Asserts Executable llvm-extract
llvm[2]: Compiling lli.cpp for Release+Asserts build
llvm[2]: Compiling DiffConsumer.cpp for Release+Asserts build
llvm[2]: Linking Release+Asserts executable llvm-bcanalyzer
llvm[2]: ======= Finished Linking Release+Asserts Executable llvm-bcanalyzer
llvm[2]: Compiling ExecutionDriver.cpp for Release+Asserts build
llvm[2]: Linking Release+Asserts executable opt
llvm[2]: Compiling DiffLog.cpp for Release+Asserts build
llvm[2]: Linking Release+Asserts executable llvm-mc
llvm[2]: ======= Finished Linking Release+Asserts Executable llvm-mc
llvm[2]: Compiling DifferenceEngine.cpp for Release+Asserts build
llvm[2]: ======= Finished Linking Release+Asserts Executable opt
llvm[2]: Compiling ExtractFunction.cpp for Release+Asserts build
llvm[2]: Linking Release+Asserts executable lli
llvm[2]: Compiling llvm-diff.cpp for Release+Asserts build
llvm[2]: Compiling macho-dump.cpp for Release+Asserts build
llvm[2]: ======= Finished Linking Release+Asserts Executable lli
llvm[2]: Compiling FindBugs.cpp for Release+Asserts build
llvm[2]: Compiling COFFDump.cpp for Release+Asserts build
llvm[2]: Linking Release+Asserts executable macho-dump
llvm[2]: ======= Finished Linking Release+Asserts Executable macho-dump
llvm[2]: Compiling Miscompilation.cpp for Release+Asserts build
llvm[2]: Compiling COFFDumper.cpp for Release+Asserts build
llvm[2]: Compiling ELFDump.cpp for Release+Asserts build
llvm[2]: Compiling OptimizerDriver.cpp for Release+Asserts build
llvm[2]: Linking Release+Asserts executable llvm-diff
llvm[2]: ======= Finished Linking Release+Asserts Executable llvm-diff
llvm[2]: Compiling MachODump.cpp for Release+Asserts build
llvm[2]: Compiling ToolRunner.cpp for Release+Asserts build
llvm[2]: Compiling llvm-objdump.cpp for Release+Asserts build
llvm[2]: Compiling llvm-rtdyld.cpp for Release+Asserts build
llvm[2]: Compiling bugpoint.cpp for Release+Asserts build
llvm[2]: Compiling ELFDumper.cpp for Release+Asserts build
llvm[2]: Compiling llvm-dwarfdump.cpp for Release+Asserts build
llvm[2]: Compiling Error.cpp for Release+Asserts build
llvm[2]: Compiling llvm-cov.cpp for Release+Asserts build
llvm[2]: Linking Release+Asserts executable llvm-rtdyld
llvm[2]: ======= Finished Linking Release+Asserts Executable llvm-rtdyld
llvm[2]: Compiling MachODumper.cpp for Release+Asserts build
llvm[2]: Linking Release+Asserts executable llvm-objdump
llvm[2]: ======= Finished Linking Release+Asserts Executable llvm-objdump
llvm[2]: Compiling ObjDumper.cpp for Release+Asserts build
llvm[2]: Linking Release+Asserts executable llvm-cov
llvm[2]: ======= Finished Linking Release+Asserts Executable llvm-cov
llvm[2]: Linking Release+Asserts executable llvm-dwarfdump
llvm[2]: ======= Finished Linking Release+Asserts Executable llvm-dwarfdump
llvm[2]: Compiling StreamWriter.cpp for Release+Asserts build
llvm[2]: Compiling llvm-size.cpp for Release+Asserts build
llvm[2]: Compiling llvm-stress.cpp for Release+Asserts build
llvm[2]: Compiling llvm-readobj.cpp for Release+Asserts build
llvm[2]: Compiling llvm-mcmarkup.cpp for Release+Asserts build
llvm[2]: Linking Release+Asserts executable bugpoint
llvm[2]: ======= Finished Linking Release+Asserts Executable bugpoint
llvm[2]: Compiling LLVMSymbolize.cpp for Release+Asserts build
llvm[2]: Linking Release+Asserts executable llvm-size
llvm[2]: ======= Finished Linking Release+Asserts Executable llvm-size
llvm[2]: Compiling llvm-symbolizer.cpp for Release+Asserts build
llvm[2]: Linking Release+Asserts executable llvm-mcmarkup
llvm[2]: ======= Finished Linking Release+Asserts Executable llvm-mcmarkup
llvm[2]: Compiling coff2yaml.cpp for Release+Asserts build
llvm[2]: Compiling yaml2coff.cpp for Release+Asserts build
llvm[2]: Linking Release+Asserts executable llvm-readobj
llvm[2]: ======= Finished Linking Release+Asserts Executable llvm-readobj
llvm[2]: Compiling obj2yaml.cpp for Release+Asserts build
llvm[2]: Compiling yaml2elf.cpp for Release+Asserts build
llvm[2]: Compiling yaml2obj.cpp for Release+Asserts build
llvm[2]: Linking Release+Asserts executable llvm-stress
llvm[2]: Compiling calc.c for Release+Asserts build
llvm[2]: Compiling disassemble.c for Release+Asserts build
llvm[2]: ======= Finished Linking Release+Asserts Executable llvm-stress
llvm[2]: Compiling helpers.c for Release+Asserts build
llvm[2]: Compiling include-all.c for Release+Asserts build
llvm[2]: Compiling main.c for Release+Asserts build
llvm[2]: Compiling module.c for Release+Asserts build
llvm[3]: Compiling ClangASTNodesEmitter.cpp for Release+Asserts build
llvm[2]: Compiling object.c for Release+Asserts build
llvm[2]: Linking Release+Asserts executable llvm-symbolizer
llvm[2]: Linking Release+Asserts executable obj2yaml
llvm[2]: Compiling targets.c for Release+Asserts build
llvm[2]: ======= Finished Linking Release+Asserts Executable llvm-symbolizer
llvm[3]: Compiling ClangAttrEmitter.cpp for Release+Asserts build
llvm[2]: ======= Finished Linking Release+Asserts Executable obj2yaml
llvm[3]: Compiling ClangCommentCommandInfoEmitter.cpp for Release+Asserts build
llvm[2]: Linking Release+Asserts executable llvm-c-test
llvm[3]: Compiling ClangCommentHTMLNamedCharacterReferenceEmitter.cpp for Release+Asserts build
llvm[2]: ======= Finished Linking Release+Asserts Executable llvm-c-test
llvm[3]: Compiling ClangCommentHTMLTagsEmitter.cpp for Release+Asserts build
llvm[3]: Compiling ClangDiagnosticsEmitter.cpp for Release+Asserts build
llvm[3]: Compiling ClangSACheckersEmitter.cpp for Release+Asserts build
llvm[3]: Compiling NeonEmitter.cpp for Release+Asserts build
llvm[2]: Linking Release+Asserts executable yaml2obj
llvm[2]: ======= Finished Linking Release+Asserts Executable yaml2obj
llvm[3]: Compiling TableGen.cpp for Release+Asserts build
llvm[3]: Linking Release+Asserts executable clang-tblgen
llvm[3]: ======= Finished Linking Release+Asserts Executable clang-tblgen
llvm[5]: Building Clang attribute implementations with tblgen
llvm[5]: Building Clang attribute classes with tblgen
llvm[5]: Building Clang statement node tables with tblgen
llvm[5]: Building Clang attribute dumper with tblgen
llvm[5]: Building Clang declaration node tables with tblgen
llvm[5]: Building Clang comment node tables with tblgen
llvm[5]: Building Clang comment HTML tag matchers with tblgen
llvm[5]: Building Clang comment HTML tag properties with tblgen
llvm[5]: Building Clang named character reference translation function with tblgen
llvm[5]: Building Clang comment command info with tblgen
llvm[5]: Building Clang list of comment commands with tblgen
llvm[5]: Building Clang Analysis diagnostic tables with tblgen
llvm[5]: Building Clang AST diagnostic tables with tblgen
llvm[5]: Building Clang Comment diagnostic tables with tblgen
llvm[5]: Building Clang Common diagnostic tables with tblgen
llvm[5]: Building Clang Driver diagnostic tables with tblgen
llvm[5]: Building Clang Frontend diagnostic tables with tblgen
llvm[5]: Building Clang Parse diagnostic tables with tblgen
llvm[5]: Building Clang Lex diagnostic tables with tblgen
llvm[5]: Building Clang Sema diagnostic tables with tblgen
llvm[5]: Building Clang Serialization diagnostic tables with tblgen
llvm[5]: Building Clang diagnostic name index with tblgen
llvm[5]: Building Clang diagnostic groups with tblgen
llvm[5]: Building Clang attribute list with tblgen
llvm[5]: Building Clang arm_neon.inc with tblgen
llvm[5]: Updating Clang version info.
llvm[5]: Building Clang CC1 Assembler Option tables with tblgen
llvm[5]: Building Clang Driver Option tables with tblgen
llvm[5]: Building Clang attribute spellings with tblgen
llvm[5]: Building Clang attribute identifier argument table with tblgen
llvm[5]: Building Clang attribute late-parsed table with tblgen
llvm[5]: Building Clang attribute type argument table with tblgen
llvm[5]: Building Clang attribute template instantiate code with tablegen
llvm[5]: Building Clang parsed attribute kinds with tablegen
llvm[5]: Building Clang attribute spelling list index with tablegen
llvm[5]: Building Clang parsed attribute list with tablegen
llvm[5]: Building Clang parsed attribute list impl with tablegen
llvm[5]: Building Clang PCH reader with tblgen
llvm[5]: Building Clang PCH writer with tblgen
make[4]: Nothing to be done for `all'.
llvm[4]: Building Clang arm_neon.h.inc with tblgen
llvm[4]: Compiling ParseAST.cpp for Release+Asserts build
llvm[4]: Compiling HeaderMap.cpp for Release+Asserts build
llvm[4]: Compiling VersionTuple.cpp for Release+Asserts build
llvm[4]: Copying module.map to build dir
llvm[4]: Compiling APValue.cpp for Release+Asserts build
llvm[4]: Compiling AnalysisBasedWarnings.cpp for Release+Asserts build
llvm[4]: Copying arm_neon.h.inc to build dir
llvm[4]: Copying Intrin.h to build dir
llvm[4]: Copying __wmmintrin_aes.h to build dir
llvm[4]: Copying __wmmintrin_pclmul.h to build dir
llvm[4]: Copying altivec.h to build dir
llvm[4]: Copying ammintrin.h to build dir
llvm[4]: Copying avx2intrin.h to build dir
llvm[4]: Copying avxintrin.h to build dir
llvm[4]: Copying bmi2intrin.h to build dir
llvm[4]: Copying bmiintrin.h to build dir
llvm[4]: Copying cpuid.h to build dir
llvm[4]: Copying emmintrin.h to build dir
llvm[4]: Copying f16cintrin.h to build dir
llvm[4]: Copying float.h to build dir
llvm[4]: Copying fma4intrin.h to build dir
llvm[4]: Copying fmaintrin.h to build dir
llvm[4]: Copying immintrin.h to build dir
llvm[4]: Copying iso646.h to build dir
llvm[4]: Copying limits.h to build dir
llvm[4]: Copying lzcntintrin.h to build dir
llvm[4]: Copying mm3dnow.h to build dir
llvm[4]: Copying mm_malloc.h to build dir
llvm[4]: Copying mmintrin.h to build dir
llvm[4]: Copying nmmintrin.h to build dir
llvm[4]: Copying pmmintrin.h to build dir
llvm[4]: Copying popcntintrin.h to build dir
llvm[4]: Copying prfchwintrin.h to build dir
llvm[4]: Copying rdseedintrin.h to build dir
llvm[4]: Copying rtmintrin.h to build dir
llvm[4]: Copying shaintrin.h to build dir
llvm[4]: Copying smmintrin.h to build dir
llvm[4]: Copying stdalign.h to build dir
llvm[4]: Copying stdarg.h to build dir
llvm[4]: Copying stdbool.h to build dir
llvm[4]: Copying stddef.h to build dir
llvm[4]: Copying stdint.h to build dir
llvm[4]: Copying stdnoreturn.h to build dir
llvm[4]: Copying tbmintrin.h to build dir
llvm[4]: Copying tgmath.h to build dir
llvm[4]: Copying tmmintrin.h to build dir
llvm[4]: Copying unwind.h to build dir
llvm[4]: Copying varargs.h to build dir
llvm[4]: Copying wmmintrin.h to build dir
llvm[4]: Copying x86intrin.h to build dir
llvm[4]: Copying xmmintrin.h to build dir
llvm[4]: Copying xopintrin.h to build dir
llvm[4]: Compiling ParseCXXInlineMethods.cpp for Release+Asserts build
llvm[4]: Compiling Builtins.cpp for Release+Asserts build
llvm[4]: Compiling HeaderSearch.cpp for Release+Asserts build
llvm[4]: Compiling CharInfo.cpp for Release+Asserts build
llvm[4]: Compiling Diagnostic.cpp for Release+Asserts build
llvm[4]: Compiling ASTConsumer.cpp for Release+Asserts build
llvm[4]: Compiling Lexer.cpp for Release+Asserts build
llvm[4]: Compiling DiagnosticIDs.cpp for Release+Asserts build
llvm[4]: Compiling BackendUtil.cpp for Release+Asserts build
llvm[4]: Compiling ParseDecl.cpp for Release+Asserts build
llvm[4]: Compiling ASTContext.cpp for Release+Asserts build
llvm[4]: Compiling CGAtomic.cpp for Release+Asserts build
llvm[4]: Compiling FileManager.cpp for Release+Asserts build
llvm[4]: Compiling LiteralSupport.cpp for Release+Asserts build
llvm[4]: Compiling FileSystemStatCache.cpp for Release+Asserts build
llvm[4]: Compiling IdentifierTable.cpp for Release+Asserts build
llvm[4]: Compiling MacroArgs.cpp for Release+Asserts build
llvm[4]: Compiling LangOptions.cpp for Release+Asserts build
llvm[4]: Compiling MacroInfo.cpp for Release+Asserts build
llvm[4]: Compiling Module.cpp for Release+Asserts build
llvm[4]: Compiling CGBlocks.cpp for Release+Asserts build
llvm[4]: Compiling ModuleMap.cpp for Release+Asserts build
llvm[4]: Compiling ObjCRuntime.cpp for Release+Asserts build
llvm[4]: Compiling ParseDeclCXX.cpp for Release+Asserts build
llvm[4]: Compiling OpenMPKinds.cpp for Release+Asserts build
llvm[4]: Compiling AttributeList.cpp for Release+Asserts build
llvm[4]: Compiling OperatorPrecedence.cpp for Release+Asserts build
llvm[4]: Compiling SourceLocation.cpp for Release+Asserts build
llvm[4]: Compiling SourceManager.cpp for Release+Asserts build
llvm[4]: Compiling CGBuiltin.cpp for Release+Asserts build
llvm[4]: Compiling PPCaching.cpp for Release+Asserts build
llvm[4]: Compiling TargetInfo.cpp for Release+Asserts build
llvm[4]: Compiling Targets.cpp for Release+Asserts build
llvm[4]: Compiling CodeCompleteConsumer.cpp for Release+Asserts build
llvm[4]: Compiling PPCallbacks.cpp for Release+Asserts build
llvm[4]: Compiling ParseExpr.cpp for Release+Asserts build
llvm[4]: Compiling PPConditionalDirectiveRecord.cpp for Release+Asserts build
llvm[4]: Compiling PPDirectives.cpp for Release+Asserts build
llvm[4]: Compiling DeclSpec.cpp for Release+Asserts build
llvm[4]: Compiling ASTDiagnostic.cpp for Release+Asserts build
llvm[4]: Compiling TokenKinds.cpp for Release+Asserts build
llvm[4]: Compiling Version.cpp for Release+Asserts build
llvm[4]: Compiling PPExpressions.cpp for Release+Asserts build
llvm[4]: Compiling ParseExprCXX.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libclangBasic.a
llvm[4]: Compiling CGCUDANV.cpp for Release+Asserts build
llvm[4]: Compiling DelayedDiagnostic.cpp for Release+Asserts build
llvm[4]: Compiling PPLexerChange.cpp for Release+Asserts build
llvm[4]: Compiling AnalysisDeclContext.cpp for Release+Asserts build
llvm[4]: Compiling ASTDumper.cpp for Release+Asserts build
llvm[4]: Compiling PPMacroExpansion.cpp for Release+Asserts build
llvm[4]: Compiling CGCUDARuntime.cpp for Release+Asserts build
llvm[4]: Compiling IdentifierResolver.cpp for Release+Asserts build
llvm[4]: Compiling ParseInit.cpp for Release+Asserts build
llvm[4]: Compiling JumpDiagnostics.cpp for Release+Asserts build
llvm[4]: Compiling BodyFarm.cpp for Release+Asserts build
llvm[4]: Compiling PTHLexer.cpp for Release+Asserts build
llvm[4]: Compiling CGCXX.cpp for Release+Asserts build
llvm[4]: Compiling ParseObjc.cpp for Release+Asserts build
llvm[4]: Compiling Pragma.cpp for Release+Asserts build
llvm[4]: Compiling CFG.cpp for Release+Asserts build
llvm[4]: Compiling ASTImporter.cpp for Release+Asserts build
llvm[4]: Compiling MultiplexExternalSemaSource.cpp for Release+Asserts build
llvm[4]: Compiling PreprocessingRecord.cpp for Release+Asserts build
llvm[4]: Compiling CGCXXABI.cpp for Release+Asserts build
llvm[4]: Compiling Preprocessor.cpp for Release+Asserts build
llvm[4]: Compiling ParseOpenMP.cpp for Release+Asserts build
llvm[4]: Compiling Scope.cpp for Release+Asserts build
llvm[4]: Compiling ScopeInfo.cpp for Release+Asserts build
llvm[4]: Compiling PreprocessorLexer.cpp for Release+Asserts build
llvm[4]: Compiling CFGReachabilityAnalysis.cpp for Release+Asserts build
llvm[4]: Compiling ScratchBuffer.cpp for Release+Asserts build
llvm[4]: Compiling CGCall.cpp for Release+Asserts build
llvm[4]: Compiling Sema.cpp for Release+Asserts build
llvm[4]: Compiling CFGStmtMap.cpp for Release+Asserts build
llvm[4]: Compiling ParsePragma.cpp for Release+Asserts build
llvm[4]: Compiling TokenConcatenation.cpp for Release+Asserts build
llvm[4]: Compiling ASTTypeTraits.cpp for Release+Asserts build
llvm[4]: Compiling CallGraph.cpp for Release+Asserts build
llvm[4]: Compiling TokenLexer.cpp for Release+Asserts build
llvm[4]: Compiling AttrImpl.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libclangLex.a
llvm[4]: Compiling CGClass.cpp for Release+Asserts build
llvm[4]: Compiling ParseStmt.cpp for Release+Asserts build
llvm[4]: Compiling CocoaConventions.cpp for Release+Asserts build
llvm[4]: Compiling SemaAccess.cpp for Release+Asserts build
llvm[4]: Compiling Consumed.cpp for Release+Asserts build
llvm[4]: Compiling ASTConsumers.cpp for Release+Asserts build
llvm[4]: Compiling CXXInheritance.cpp for Release+Asserts build
llvm[4]: Compiling ParseTemplate.cpp for Release+Asserts build
llvm[4]: Compiling CGCleanup.cpp for Release+Asserts build
llvm[4]: Compiling Comment.cpp for Release+Asserts build
llvm[4]: Compiling SemaAttr.cpp for Release+Asserts build
llvm[4]: Compiling Dominators.cpp for Release+Asserts build
llvm[4]: Compiling FormatString.cpp for Release+Asserts build
llvm[4]: Compiling ParseTentative.cpp for Release+Asserts build
llvm[4]: Compiling CommentBriefParser.cpp for Release+Asserts build
llvm[4]: Compiling CGDebugInfo.cpp for Release+Asserts build
llvm[4]: Compiling SemaCXXScopeSpec.cpp for Release+Asserts build
llvm[4]: Compiling CommentCommandTraits.cpp for Release+Asserts build
llvm[4]: Compiling CommentLexer.cpp for Release+Asserts build
llvm[4]: Compiling LiveVariables.cpp for Release+Asserts build
llvm[4]: Compiling Parser.cpp for Release+Asserts build
llvm[4]: Compiling CommentParser.cpp for Release+Asserts build
llvm[4]: Compiling SemaCast.cpp for Release+Asserts build
llvm[4]: Compiling CommentSema.cpp for Release+Asserts build
llvm[4]: Compiling ObjCNoReturn.cpp for Release+Asserts build
llvm[4]: Compiling ASTMerge.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libclangParse.a
llvm[4]: Compiling CGDecl.cpp for Release+Asserts build
llvm[4]: Compiling SemaChecking.cpp for Release+Asserts build
llvm[4]: Compiling PostOrderCFGView.cpp for Release+Asserts build
llvm[4]: Compiling Decl.cpp for Release+Asserts build
llvm[4]: Compiling ASTUnit.cpp for Release+Asserts build
llvm[4]: Compiling PrintfFormatString.cpp for Release+Asserts build
llvm[4]: Compiling ExecuteCompilerInvocation.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libclangFrontendTool.a
llvm[4]: Compiling ArgumentsAdjusters.cpp for Release+Asserts build
llvm[4]: Compiling ProgramPoint.cpp for Release+Asserts build
llvm[4]: Compiling CommonOptionsParser.cpp for Release+Asserts build
llvm[4]: Compiling CGDeclCXX.cpp for Release+Asserts build
llvm[4]: Compiling CompilationDatabase.cpp for Release+Asserts build
llvm[4]: Compiling PseudoConstantAnalysis.cpp for Release+Asserts build
llvm[4]: Compiling DeclBase.cpp for Release+Asserts build
llvm[4]: Compiling FileMatchTrie.cpp for Release+Asserts build
llvm[4]: Compiling ReachableCode.cpp for Release+Asserts build
llvm[4]: Compiling JSONCompilationDatabase.cpp for Release+Asserts build
llvm[4]: Compiling CacheTokens.cpp for Release+Asserts build
llvm[4]: Compiling CGException.cpp for Release+Asserts build
llvm[4]: Compiling SemaCodeComplete.cpp for Release+Asserts build
llvm[4]: Compiling ScanfFormatString.cpp for Release+Asserts build
llvm[4]: Compiling Refactoring.cpp for Release+Asserts build
llvm[4]: Compiling DeclCXX.cpp for Release+Asserts build
llvm[4]: Compiling ChainedDiagnosticConsumer.cpp for Release+Asserts build
llvm[4]: Compiling RefactoringCallbacks.cpp for Release+Asserts build
llvm[4]: Compiling ThreadSafety.cpp for Release+Asserts build
llvm[4]: Compiling ChainedIncludesSource.cpp for Release+Asserts build
llvm[4]: Compiling CGExpr.cpp for Release+Asserts build
llvm[4]: Compiling DeclFriend.cpp for Release+Asserts build
llvm[4]: Compiling CompilerInstance.cpp for Release+Asserts build
llvm[4]: Compiling Tooling.cpp for Release+Asserts build
llvm[4]: Compiling DeclGroup.cpp for Release+Asserts build
llvm[4]: Compiling UninitializedValues.cpp for Release+Asserts build
llvm[4]: Compiling SemaConsumer.cpp for Release+Asserts build
llvm[4]: Compiling DeclObjC.cpp for Release+Asserts build
llvm[4]: Compiling SemaDecl.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libclangTooling.a
llvm[4]: Compiling CGExprAgg.cpp for Release+Asserts build
llvm[4]: Compiling CompilerInvocation.cpp for Release+Asserts build
llvm[4]: Compiling Action.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libclangAnalysis.a
llvm[4]: Compiling CC1AsOptions.cpp for Release+Asserts build
llvm[4]: Compiling CGExprCXX.cpp for Release+Asserts build
llvm[4]: Compiling Compilation.cpp for Release+Asserts build
llvm[4]: Compiling DeclOpenMP.cpp for Release+Asserts build
llvm[4]: Compiling Driver.cpp for Release+Asserts build
llvm[4]: Compiling DeclPrinter.cpp for Release+Asserts build
llvm[4]: Compiling DriverOptions.cpp for Release+Asserts build
llvm[4]: Compiling BreakableToken.cpp for Release+Asserts build
llvm[4]: Compiling Job.cpp for Release+Asserts build
llvm[4]: Compiling CGExprComplex.cpp for Release+Asserts build
llvm[4]: Compiling Phases.cpp for Release+Asserts build
llvm[4]: Compiling CreateInvocationFromCommandLine.cpp for Release+Asserts build
llvm[4]: Compiling ContinuationIndenter.cpp for Release+Asserts build
llvm[4]: Compiling SanitizerArgs.cpp for Release+Asserts build
llvm[4]: Compiling Tool.cpp for Release+Asserts build
llvm[4]: Compiling DependencyFile.cpp for Release+Asserts build
llvm[4]: Compiling Format.cpp for Release+Asserts build
llvm[4]: Compiling ToolChain.cpp for Release+Asserts build
llvm[4]: Compiling DeclTemplate.cpp for Release+Asserts build
llvm[4]: Compiling ToolChains.cpp for Release+Asserts build
llvm[4]: Compiling DependencyGraph.cpp for Release+Asserts build
llvm[4]: Compiling CGExprConstant.cpp for Release+Asserts build
llvm[4]: Compiling DiagnosticRenderer.cpp for Release+Asserts build
llvm[4]: Compiling FormatToken.cpp for Release+Asserts build
llvm[4]: Compiling DeclarationName.cpp for Release+Asserts build
llvm[4]: Compiling SemaDeclAttr.cpp for Release+Asserts build
llvm[4]: Compiling FrontendAction.cpp for Release+Asserts build
llvm[4]: Compiling Tools.cpp for Release+Asserts build
llvm[4]: Compiling TokenAnnotator.cpp for Release+Asserts build
llvm[4]: Compiling Expr.cpp for Release+Asserts build
llvm[4]: Compiling UnwrappedLineParser.cpp for Release+Asserts build
llvm[4]: Compiling FrontendActions.cpp for Release+Asserts build
llvm[4]: Compiling CGExprScalar.cpp for Release+Asserts build
llvm[4]: Compiling WhitespaceManager.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libclangFormat.a
llvm[4]: Compiling SemaDeclCXX.cpp for Release+Asserts build
llvm[4]: Compiling Types.cpp for Release+Asserts build
llvm[4]: Compiling WindowsToolChain.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libclangDriver.a
llvm[4]: Compiling ExprCXX.cpp for Release+Asserts build
llvm[4]: Compiling ExprClassification.cpp for Release+Asserts build
llvm[4]: Compiling Commit.cpp for Release+Asserts build
llvm[4]: Compiling FrontendOptions.cpp for Release+Asserts build
llvm[4]: Compiling HeaderIncludeGen.cpp for Release+Asserts build
llvm[4]: Compiling EditedSource.cpp for Release+Asserts build
llvm[4]: Compiling InitHeaderSearch.cpp for Release+Asserts build
llvm[4]: Compiling CGObjC.cpp for Release+Asserts build
llvm[4]: Compiling ExprConstant.cpp for Release+Asserts build
llvm[4]: Compiling RewriteObjCFoundationAPI.cpp for Release+Asserts build
llvm[4]: Compiling SemaDeclObjC.cpp for Release+Asserts build
llvm[4]: Compiling InitPreprocessor.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libclangEdit.a
llvm[4]: Compiling CGObjCGNU.cpp for Release+Asserts build
llvm[4]: Compiling LangStandards.cpp for Release+Asserts build
llvm[4]: Compiling LayoutOverrideSource.cpp for Release+Asserts build
llvm[4]: Compiling SemaExceptionSpec.cpp for Release+Asserts build
llvm[4]: Compiling ExternalASTSource.cpp for Release+Asserts build
llvm[4]: Compiling SemaExpr.cpp for Release+Asserts build
llvm[4]: Compiling LogDiagnosticPrinter.cpp for Release+Asserts build
llvm[4]: Compiling MultiplexConsumer.cpp for Release+Asserts build
llvm[4]: Compiling CGObjCMac.cpp for Release+Asserts build
llvm[4]: Compiling PrintPreprocessedOutput.cpp for Release+Asserts build
llvm[4]: Compiling SemaExprCXX.cpp for Release+Asserts build
llvm[4]: Compiling SerializedDiagnosticPrinter.cpp for Release+Asserts build
llvm[4]: Compiling InheritViz.cpp for Release+Asserts build
llvm[4]: Compiling TextDiagnostic.cpp for Release+Asserts build
llvm[4]: Compiling TextDiagnosticBuffer.cpp for Release+Asserts build
llvm[5]: Compiling FixItRewriter.cpp for Release+Asserts build
llvm[4]: Compiling TextDiagnosticPrinter.cpp for Release+Asserts build
llvm[4]: Compiling ItaniumCXXABI.cpp for Release+Asserts build
llvm[4]: Compiling VerifyDiagnosticConsumer.cpp for Release+Asserts build
llvm[5]: Compiling FrontendActions.cpp for Release+Asserts build
llvm[4]: Compiling SemaExprMember.cpp for Release+Asserts build
llvm[4]: Compiling CGObjCRuntime.cpp for Release+Asserts build
llvm[4]: Compiling ItaniumMangle.cpp for Release+Asserts build
llvm[4]: Compiling Warnings.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libclangFrontend.a
llvm[5]: Compiling DeltaTree.cpp for Release+Asserts build
llvm[5]: Compiling HTMLRewrite.cpp for Release+Asserts build
llvm[5]: Compiling HTMLPrint.cpp for Release+Asserts build
llvm[4]: Compiling CGOpenCLRuntime.cpp for Release+Asserts build
llvm[5]: Compiling RewriteRope.cpp for Release+Asserts build
llvm[4]: Compiling ASTCommon.cpp for Release+Asserts build
llvm[5]: Compiling Rewriter.cpp for Release+Asserts build
llvm[5]: Compiling InclusionRewriter.cpp for Release+Asserts build
llvm[4]: Compiling ASTReader.cpp for Release+Asserts build
llvm[5]: Compiling TokenRewriter.cpp for Release+Asserts build
llvm[5]: Compiling RewriteMacros.cpp for Release+Asserts build
llvm[4]: Compiling Mangle.cpp for Release+Asserts build
llvm[4]: Compiling CGRTTI.cpp for Release+Asserts build
llvm[5]: Building Release+Asserts Archive Library libclangRewriteCore.a
llvm[4]: Compiling SemaExprObjC.cpp for Release+Asserts build
llvm[5]: Compiling RewriteModernObjC.cpp for Release+Asserts build
llvm[4]: Compiling MangleNumberingContext.cpp for Release+Asserts build
llvm[4]: Compiling CGRecordLayoutBuilder.cpp for Release+Asserts build
llvm[4]: Compiling MicrosoftCXXABI.cpp for Release+Asserts build
llvm[4]: Compiling CommentToXML.cpp for Release+Asserts build
llvm[4]: Compiling SemaFixItUtils.cpp for Release+Asserts build
llvm[4]: Compiling MicrosoftMangle.cpp for Release+Asserts build
llvm[4]: Compiling CGStmt.cpp for Release+Asserts build
llvm[4]: Compiling USRGeneration.cpp for Release+Asserts build
llvm[4]: Compiling SemaInit.cpp for Release+Asserts build
llvm[4]: Compiling NSAPI.cpp for Release+Asserts build
llvm[5]: Compiling RewriteObjC.cpp for Release+Asserts build
llvm[4]: Compiling ASTReaderDecl.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libclangIndex.a
llvm[4]: Compiling CGVTT.cpp for Release+Asserts build
llvm[4]: Compiling NestedNameSpecifier.cpp for Release+Asserts build
llvm[4]: Compiling SemaLambda.cpp for Release+Asserts build
llvm[4]: Compiling ParentMap.cpp for Release+Asserts build
llvm[4]: Compiling CGVTables.cpp for Release+Asserts build
llvm[5]: Compiling RewriteTest.cpp for Release+Asserts build
llvm[4]: Compiling RawCommentList.cpp for Release+Asserts build
llvm[4]: Compiling SemaLookup.cpp for Release+Asserts build
llvm[5]: Compiling Diagnostics.cpp for Release+Asserts build
llvm[4]: Compiling RecordLayout.cpp for Release+Asserts build
llvm[4]: Compiling ASTReaderStmt.cpp for Release+Asserts build
llvm[5]: Building Release+Asserts Archive Library libclangRewriteFrontend.a
llvm[4]: Compiling CodeGenABITypes.cpp for Release+Asserts build
llvm[5]: Building Clang SA Checkers tables with tblgen
llvm[5]: Compiling AllocationDiagnostics.cpp for Release+Asserts build
llvm[5]: Compiling AnalyzerStatsChecker.cpp for Release+Asserts build
llvm[4]: Compiling RecordLayoutBuilder.cpp for Release+Asserts build
llvm[4]: Compiling CodeGenAction.cpp for Release+Asserts build
llvm[5]: Compiling Parser.cpp for Release+Asserts build
llvm[5]: Compiling ArrayBoundChecker.cpp for Release+Asserts build
llvm[4]: Compiling ASTWriter.cpp for Release+Asserts build
llvm[4]: Compiling SemaObjCProperty.cpp for Release+Asserts build
llvm[4]: Compiling CodeGenFunction.cpp for Release+Asserts build
llvm[4]: Compiling SelectorLocationsKind.cpp for Release+Asserts build
llvm[4]: Compiling Stmt.cpp for Release+Asserts build
llvm[5]: Compiling ArrayBoundCheckerV2.cpp for Release+Asserts build
llvm[5]: Compiling Registry.cpp for Release+Asserts build
llvm[4]: Compiling SemaOpenMP.cpp for Release+Asserts build
llvm[5]: Compiling BasicObjCFoundationChecks.cpp for Release+Asserts build
llvm[4]: Compiling CodeGenModule.cpp for Release+Asserts build
llvm[4]: Compiling StmtIterator.cpp for Release+Asserts build
llvm[4]: Compiling StmtPrinter.cpp for Release+Asserts build
llvm[4]: Compiling SemaOverload.cpp for Release+Asserts build
llvm[5]: Compiling BoolAssignmentChecker.cpp for Release+Asserts build
llvm[4]: Compiling ASTWriterDecl.cpp for Release+Asserts build
llvm[4]: Compiling StmtProfile.cpp for Release+Asserts build
llvm[5]: Compiling BuiltinFunctionChecker.cpp for Release+Asserts build
llvm[4]: Compiling StmtViz.cpp for Release+Asserts build
llvm[5]: Compiling CStringChecker.cpp for Release+Asserts build
llvm[4]: Compiling TemplateBase.cpp for Release+Asserts build
llvm[4]: Compiling ASTWriterStmt.cpp for Release+Asserts build
llvm[4]: Compiling CodeGenTBAA.cpp for Release+Asserts build
llvm[4]: Compiling SemaPseudoObject.cpp for Release+Asserts build
llvm[4]: Compiling TemplateName.cpp for Release+Asserts build
llvm[4]: Compiling CodeGenTypes.cpp for Release+Asserts build
llvm[5]: Compiling CStringSyntaxChecker.cpp for Release+Asserts build
llvm[4]: Compiling GeneratePCH.cpp for Release+Asserts build
llvm[4]: Compiling Type.cpp for Release+Asserts build
llvm[4]: Compiling SemaStmt.cpp for Release+Asserts build
llvm[4]: Compiling GlobalModuleIndex.cpp for Release+Asserts build
llvm[5]: Compiling CallAndMessageChecker.cpp for Release+Asserts build
llvm[4]: Compiling ItaniumCXXABI.cpp for Release+Asserts build
llvm[4]: Compiling Module.cpp for Release+Asserts build
llvm[4]: Compiling TypeLoc.cpp for Release+Asserts build
llvm[4]: Compiling ModuleManager.cpp for Release+Asserts build
llvm[5]: Compiling CastSizeChecker.cpp for Release+Asserts build
llvm[4]: Compiling TypePrinter.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libclangSerialization.a
llvm[5]: Compiling APSIntType.cpp for Release+Asserts build
llvm[4]: Compiling MicrosoftCXXABI.cpp for Release+Asserts build
llvm[5]: Compiling AnalysisManager.cpp for Release+Asserts build
llvm[4]: Compiling SemaStmtAsm.cpp for Release+Asserts build
llvm[5]: Compiling CastToStructChecker.cpp for Release+Asserts build
llvm[5]: Compiling AnalyzerOptions.cpp for Release+Asserts build
llvm[4]: Compiling VTTBuilder.cpp for Release+Asserts build
llvm[5]: Compiling BasicValueFactory.cpp for Release+Asserts build
llvm[4]: Compiling MicrosoftVBTables.cpp for Release+Asserts build
llvm[4]: Compiling SemaStmtAttr.cpp for Release+Asserts build
llvm[5]: Compiling CheckObjCDealloc.cpp for Release+Asserts build
llvm[4]: Compiling VTableBuilder.cpp for Release+Asserts build
llvm[5]: Compiling BlockCounter.cpp for Release+Asserts build
llvm[5]: Compiling BugReporter.cpp for Release+Asserts build
llvm[4]: Compiling SemaTemplate.cpp for Release+Asserts build
llvm[5]: Compiling CheckObjCInstMethSignature.cpp for Release+Asserts build
llvm[4]: Compiling ModuleBuilder.cpp for Release+Asserts build
llvm[5]: Compiling CheckSecuritySyntaxOnly.cpp for Release+Asserts build
llvm[4]: Compiling TargetInfo.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libclangAST.a
llvm[5]: Compiling VariantValue.cpp for Release+Asserts build
llvm[4]: Compiling ARCMT.cpp for Release+Asserts build
llvm[5]: Compiling BugReporterVisitors.cpp for Release+Asserts build
llvm[5]: Compiling CheckSizeofPointer.cpp for Release+Asserts build
llvm[4]: Compiling ARCMTActions.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libclangCodeGen.a
llvm[5]: Building Release+Asserts Archive Library libclangDynamicASTMatchers.a
llvm[5]: Compiling CallEvent.cpp for Release+Asserts build
llvm[5]: Compiling CheckerDocumentation.cpp for Release+Asserts build
llvm[4]: Compiling ASTMatchFinder.cpp for Release+Asserts build
llvm[4]: Compiling SemaTemplateDeduction.cpp for Release+Asserts build
llvm[4]: Compiling FileRemapper.cpp for Release+Asserts build
llvm[4]: Compiling ObjCMT.cpp for Release+Asserts build
llvm[5]: Compiling ChrootChecker.cpp for Release+Asserts build
llvm[5]: Compiling Checker.cpp for Release+Asserts build
llvm[5]: Compiling ClangCheckers.cpp for Release+Asserts build
llvm[5]: Compiling CheckerContext.cpp for Release+Asserts build
llvm[4]: Compiling ASTMatchersInternal.cpp for Release+Asserts build
llvm[5]: Compiling DeadStoresChecker.cpp for Release+Asserts build
llvm[5]: Compiling CheckerHelpers.cpp for Release+Asserts build
llvm[5]: Compiling CheckerManager.cpp for Release+Asserts build
llvm[4]: Compiling SemaTemplateInstantiate.cpp for Release+Asserts build
llvm[4]: Compiling PlistReporter.cpp for Release+Asserts build
llvm[5]: Compiling CheckerRegistry.cpp for Release+Asserts build
llvm[4]: Compiling TransAPIUses.cpp for Release+Asserts build
llvm[4]: Compiling SemaTemplateInstantiateDecl.cpp for Release+Asserts build
llvm[5]: Compiling CommonBugCategories.cpp for Release+Asserts build
llvm[5]: Compiling ConstraintManager.cpp for Release+Asserts build
llvm[5]: Compiling DebugCheckers.cpp for Release+Asserts build
llvm[5]: Compiling CoreEngine.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libclangASTMatchers.a
llvm[4]: Compiling TransARCAssign.cpp for Release+Asserts build
llvm[5]: Compiling Environment.cpp for Release+Asserts build
llvm[5]: Compiling DereferenceChecker.cpp for Release+Asserts build
llvm[4]: Compiling TransAutoreleasePool.cpp for Release+Asserts build
llvm[4]: Compiling SemaTemplateVariadic.cpp for Release+Asserts build
llvm[4]: Compiling TransBlockObjCVariable.cpp for Release+Asserts build
llvm[5]: Compiling ExplodedGraph.cpp for Release+Asserts build
llvm[5]: Compiling DirectIvarAssignment.cpp for Release+Asserts build
llvm[5]: Compiling ExprEngine.cpp for Release+Asserts build
llvm[4]: Compiling SemaType.cpp for Release+Asserts build
llvm[5]: Compiling DivZeroChecker.cpp for Release+Asserts build
llvm[5]: Compiling DynamicTypePropagation.cpp for Release+Asserts build
llvm[5]: Compiling ExprEngineC.cpp for Release+Asserts build
llvm[4]: Compiling TargetAttributesSema.cpp for Release+Asserts build
llvm[4]: Compiling TypeLocBuilder.cpp for Release+Asserts build
llvm[5]: Compiling ExprInspectionChecker.cpp for Release+Asserts build
llvm[5]: Compiling ExprEngineCXX.cpp for Release+Asserts build
llvm[5]: Compiling ExprEngineCallAndReturn.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libclangSema.a
llvm[4]: Compiling TransEmptyStatementsAndDealloc.cpp for Release+Asserts build
llvm[5]: Compiling FixedAddressChecker.cpp for Release+Asserts build
llvm[4]: Compiling TransGCAttrs.cpp for Release+Asserts build
llvm[5]: Compiling GenericTaintChecker.cpp for Release+Asserts build
llvm[5]: Compiling ExprEngineObjC.cpp for Release+Asserts build
llvm[4]: Compiling TransGCCalls.cpp for Release+Asserts build
llvm[5]: Compiling FunctionSummary.cpp for Release+Asserts build
llvm[4]: Compiling TransProperties.cpp for Release+Asserts build
llvm[5]: Compiling HTMLDiagnostics.cpp for Release+Asserts build
llvm[5]: Compiling IdempotentOperationChecker.cpp for Release+Asserts build
llvm[5]: Compiling MemRegion.cpp for Release+Asserts build
llvm[4]: Compiling TransProtectedScope.cpp for Release+Asserts build
llvm[5]: Compiling IdenticalExprChecker.cpp for Release+Asserts build
llvm[5]: Compiling PathDiagnostic.cpp for Release+Asserts build
llvm[4]: Compiling TransRetainReleaseDealloc.cpp for Release+Asserts build
llvm[5]: Compiling IvarInvalidationChecker.cpp for Release+Asserts build
llvm[5]: Compiling PlistDiagnostics.cpp for Release+Asserts build
llvm[5]: Compiling ProgramState.cpp for Release+Asserts build
llvm[5]: Compiling RangeConstraintManager.cpp for Release+Asserts build
llvm[5]: Compiling LLVMConventionsChecker.cpp for Release+Asserts build
llvm[5]: Compiling MacOSKeychainAPIChecker.cpp for Release+Asserts build
llvm[5]: Compiling RegionStore.cpp for Release+Asserts build
llvm[4]: Compiling TransUnbridgedCasts.cpp for Release+Asserts build
llvm[5]: Compiling SValBuilder.cpp for Release+Asserts build
llvm[5]: Compiling MacOSXAPIChecker.cpp for Release+Asserts build
llvm[5]: Compiling SVals.cpp for Release+Asserts build
llvm[4]: Compiling TransUnusedInitDelegate.cpp for Release+Asserts build
llvm[5]: Compiling MallocChecker.cpp for Release+Asserts build
llvm[4]: Compiling TransZeroOutPropsInDealloc.cpp for Release+Asserts build
llvm[5]: Compiling SimpleConstraintManager.cpp for Release+Asserts build
llvm[5]: Compiling SimpleSValBuilder.cpp for Release+Asserts build
llvm[5]: Compiling MallocOverflowSecurityChecker.cpp for Release+Asserts build
llvm[5]: Compiling Store.cpp for Release+Asserts build
llvm[5]: Compiling MallocSizeofChecker.cpp for Release+Asserts build
llvm[5]: Compiling SubEngine.cpp for Release+Asserts build
llvm[4]: Compiling TransformActions.cpp for Release+Asserts build
llvm[5]: Compiling NSAutoreleasePoolChecker.cpp for Release+Asserts build
llvm[5]: Compiling SymbolManager.cpp for Release+Asserts build
llvm[5]: Compiling NSErrorChecker.cpp for Release+Asserts build
llvm[5]: Compiling NoReturnFunctionChecker.cpp for Release+Asserts build
llvm[4]: Compiling Transforms.cpp for Release+Asserts build
llvm[5]: Compiling NonNullParamChecker.cpp for Release+Asserts build
llvm[5]: Compiling ObjCAtSyncChecker.cpp for Release+Asserts build
llvm[5]: Building Release+Asserts Archive Library libclangStaticAnalyzerCore.a
llvm[5]: Compiling ObjCContainersASTChecker.cpp for Release+Asserts build
llvm[5]: Compiling ObjCContainersChecker.cpp for Release+Asserts build
llvm[5]: Compiling ObjCMissingSuperCallChecker.cpp for Release+Asserts build
llvm[5]: Compiling ObjCSelfInitChecker.cpp for Release+Asserts build
llvm[5]: Compiling ObjCUnusedIVarsChecker.cpp for Release+Asserts build
llvm[5]: Compiling PointerArithChecker.cpp for Release+Asserts build
llvm[5]: Compiling PointerSubChecker.cpp for Release+Asserts build
llvm[5]: Compiling PthreadLockChecker.cpp for Release+Asserts build
llvm[5]: Compiling RetainCountChecker.cpp for Release+Asserts build
llvm[5]: Compiling ReturnPointerRangeChecker.cpp for Release+Asserts build
llvm[5]: Compiling ReturnUndefChecker.cpp for Release+Asserts build
llvm[5]: Compiling SimpleStreamChecker.cpp for Release+Asserts build
llvm[5]: Compiling StackAddrEscapeChecker.cpp for Release+Asserts build
llvm[5]: Compiling StreamChecker.cpp for Release+Asserts build
llvm[5]: Compiling TaintTesterChecker.cpp for Release+Asserts build
llvm[5]: Compiling TraversalChecker.cpp for Release+Asserts build
llvm[5]: Compiling UndefBranchChecker.cpp for Release+Asserts build
llvm[5]: Compiling UndefCapturedBlockVarChecker.cpp for Release+Asserts build
llvm[5]: Compiling UndefResultChecker.cpp for Release+Asserts build
llvm[5]: Compiling UndefinedArraySubscriptChecker.cpp for Release+Asserts build
llvm[5]: Compiling UndefinedAssignmentChecker.cpp for Release+Asserts build
llvm[5]: Compiling UnixAPIChecker.cpp for Release+Asserts build
llvm[5]: Compiling UnreachableCodeChecker.cpp for Release+Asserts build
llvm[5]: Compiling VLASizeChecker.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libclangARCMigrate.a
llvm[5]: Compiling VirtualCallChecker.cpp for Release+Asserts build
llvm[5]: Building Release+Asserts Archive Library libclangStaticAnalyzerCheckers.a
mkdir: /Library/Caches/Homebrew/ellcc--svn-HEAD/llvm-build/tools/clang/lib/StaticAnalyzer/Frontend/Release+Asserts: File exists
llvm[5]: Compiling AnalysisConsumer.cpp for Release+Asserts build
llvm[5]: Compiling CheckerRegistration.cpp for Release+Asserts build
llvm[5]: Compiling FrontendActions.cpp for Release+Asserts build
llvm[5]: Building Release+Asserts Archive Library libclangStaticAnalyzerFrontend.a
llvm[4]: Compiling ClangCheck.cpp for Release+Asserts build
llvm[4]: Compiling ClangFormat.cpp for Release+Asserts build
llvm[4]: Compiling DiagTool.cpp for Release+Asserts build
llvm[4]: Compiling arcmt-test.cpp for Release+Asserts build
llvm[4]: Creating ecc 'Info.plist' file...
llvm[4]: Compiling cc1_main.cpp for Release+Asserts build
llvm[4]: Compiling ARCMigrate.cpp for Release+Asserts build
llvm[4]: Compiling DiagnosticNames.cpp for Release+Asserts build
llvm[4]: Compiling CIndex.cpp for Release+Asserts build
llvm[4]: Linking Release+Asserts executable clang-format
llvm[4]: Linking Release+Asserts executable clang-check
llvm[4]: Compiling ListWarnings.cpp for Release+Asserts build
llvm[4]: Compiling cc1as_main.cpp for Release+Asserts build
llvm[4]: ======= Finished Linking Release+Asserts Executable clang-format
llvm[4]: Compiling ShowEnabledWarnings.cpp for Release+Asserts build
llvm[4]: ======= Finished Linking Release+Asserts Executable clang-check
llvm[4]: Compiling driver.cpp for Release+Asserts build
llvm[4]: Compiling CIndexCXX.cpp for Release+Asserts build
llvm[4]: Linking Release+Asserts executable arcmt-test
llvm[4]: ======= Finished Linking Release+Asserts Executable arcmt-test
llvm[4]: Compiling TreeView.cpp for Release+Asserts build
llvm[4]: Compiling CIndexCodeCompletion.cpp for Release+Asserts build
llvm[4]: Compiling diagtool_main.cpp for Release+Asserts build
llvm[4]: Linking Release+Asserts executable ecc
llvm[4]: Compiling CIndexDiagnostic.cpp for Release+Asserts build
llvm[4]: Linking Release+Asserts executable diagtool
llvm[4]: Compiling CIndexHigh.cpp for Release+Asserts build
llvm[4]: ======= Finished Linking Release+Asserts Executable diagtool
llvm[4]: Compiling CIndexInclusionStack.cpp for Release+Asserts build
llvm[4]: ======= Finished Linking Release+Asserts Executable ecc
llvm[4]: Creating Release+Asserts Alias ecc++
llvm[4]: ======= Finished Creating Release+Asserts Alias ecc++
llvm[4]: Compiling CIndexUSRs.cpp for Release+Asserts build
llvm[4]: Compiling CIndexer.cpp for Release+Asserts build
llvm[4]: Compiling CXComment.cpp for Release+Asserts build
llvm[4]: Compiling CXCompilationDatabase.cpp for Release+Asserts build
llvm[4]: Compiling CXCursor.cpp for Release+Asserts build
llvm[4]: Compiling CXLoadedDiagnostic.cpp for Release+Asserts build
llvm[4]: Compiling CXSourceLocation.cpp for Release+Asserts build
llvm[4]: Compiling CXStoredDiagnostic.cpp for Release+Asserts build
llvm[4]: Compiling CXString.cpp for Release+Asserts build
llvm[4]: Compiling CXType.cpp for Release+Asserts build
llvm[4]: Compiling IndexBody.cpp for Release+Asserts build
llvm[4]: Compiling IndexDecl.cpp for Release+Asserts build
llvm[4]: Compiling IndexTypeSourceInfo.cpp for Release+Asserts build
llvm[4]: Compiling Indexing.cpp for Release+Asserts build
llvm[4]: Compiling IndexingContext.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libclang.a
mkdir: /Library/Caches/Homebrew/ellcc--svn-HEAD/llvm-build/tools/clang/tools/c-index-test/Release+Asserts: File exists
llvm[4]: Compiling c-index-test.c for Release+Asserts build
llvm[4]: Linking Release+Asserts executable c-index-test
llvm[4]: ======= Finished Linking Release+Asserts Executable c-index-test
mkdir: /Library/Caches/Homebrew/ellcc--svn-HEAD/llvm-build/tools/clang/tools/c-arcmt-test/Release+Asserts: File exists
llvm[4]: Compiling c-arcmt-test.c for Release+Asserts build
llvm[4]: Linking Release+Asserts executable c-arcmt-test
llvm[4]: ======= Finished Linking Release+Asserts Executable c-arcmt-test
make[4]: Nothing to be done for `all'.
make[4]: Nothing to be done for `all'.
make[4]: Nothing to be done for `all'.
llvm[4]: Compiling FormatTest.cpp for Release+Asserts build
llvm[4]: Compiling LexerTest.cpp for Release+Asserts build
llvm[4]: Compiling CharInfoTest.cpp for Release+Asserts build
llvm[4]: Compiling CommentHandlerTest.cpp for Release+Asserts build
llvm[4]: Compiling ASTContextParentMapTest.cpp for Release+Asserts build
llvm[5]: Compiling ParserTest.cpp for Release+Asserts build
llvm[4]: Compiling PPCallbacksTest.cpp for Release+Asserts build
llvm[4]: Compiling FileManagerTest.cpp for Release+Asserts build
llvm[4]: Compiling SourceManagerTest.cpp for Release+Asserts build
llvm[4]: Compiling PPConditionalDirectiveRecordTest.cpp for Release+Asserts build
llvm[4]: Compiling ASTTypeTraitsTest.cpp for Release+Asserts build
llvm[4]: Compiling CompilationDatabaseTest.cpp for Release+Asserts build
llvm[5]: Compiling RegistryTest.cpp for Release+Asserts build
llvm[4]: Linking Release+Asserts unit test Basic
llvm[4]: ======= Finished Linking Release+Asserts Unit test Basic
llvm[5]: Compiling VariantValueTest.cpp for Release+Asserts build
llvm[4]: Linking Release+Asserts unit test Lex
llvm[4]: Linking Release+Asserts unit test Format
llvm[4]: ======= Finished Linking Release+Asserts Unit test Lex
llvm[4]: Compiling ExternalSemaSourceTest.cpp for Release+Asserts build
llvm[4]: ======= Finished Linking Release+Asserts Unit test Format
llvm[4]: Compiling ASTVectorTest.cpp for Release+Asserts build
llvm[4]: Compiling RecursiveASTVisitorTest.cpp for Release+Asserts build
llvm[4]: Compiling CommentLexer.cpp for Release+Asserts build
llvm[4]: Linking Release+Asserts unit test Sema
llvm[4]: Compiling ASTMatchersTest.cpp for Release+Asserts build
llvm[4]: ======= Finished Linking Release+Asserts Unit test Sema
llvm[4]: Compiling RefactoringCallbacksTest.cpp for Release+Asserts build
llvm[4]: Compiling CommentParser.cpp for Release+Asserts build
llvm[5]: Linking Release+Asserts unit test DynamicASTMatchers
llvm[5]: ======= Finished Linking Release+Asserts Unit test DynamicASTMatchers
llvm[4]: Compiling FrontendActionTest.cpp for Release+Asserts build
llvm[4]: Compiling RefactoringTest.cpp for Release+Asserts build
llvm[4]: Compiling DeclPrinterTest.cpp for Release+Asserts build
llvm[4]: Compiling DeclTest.cpp for Release+Asserts build
llvm[4]: Linking Release+Asserts unit test Frontend
llvm[4]: ======= Finished Linking Release+Asserts Unit test Frontend
llvm[4]: Compiling ReplacementsYamlTest.cpp for Release+Asserts build
llvm[4]: Compiling RewriterTest.cpp for Release+Asserts build
llvm[4]: Compiling SourceLocationTest.cpp for Release+Asserts build
llvm[4]: Compiling StmtPrinterTest.cpp for Release+Asserts build
llvm[4]: Compiling ToolingTest.cpp for Release+Asserts build
llvm[4]: Linking Release+Asserts unit test AST
llvm[4]: ======= Finished Linking Release+Asserts Unit test AST
llvm[4]: Linking Release+Asserts unit test ASTMatchers
llvm[4]: ======= Finished Linking Release+Asserts Unit test ASTMatchers
llvm[4]: Linking Release+Asserts unit test Tooling
llvm[4]: ======= Finished Linking Release+Asserts Unit test Tooling
make[1]: Nothing to be done for `all'.
llvm[2]: Compiling CFGTest.cpp for Release+Asserts build
llvm[2]: Compiling DIEHashTest.cpp for Release+Asserts build
llvm[2]: Compiling DWARFFormValueTest.cpp for Release+Asserts build
llvm[2]: Compiling BitReaderTest.cpp for Release+Asserts build
llvm[2]: Compiling APFloatTest.cpp for Release+Asserts build
llvm[3]: Compiling JITEventListenerTest.cpp for Release+Asserts build
llvm[2]: Linking Release+Asserts unit test DebugInfo
llvm[2]: ======= Finished Linking Release+Asserts Unit test DebugInfo
llvm[3]: Compiling MCJITCAPITest.cpp for Release+Asserts build
llvm[2]: Linking Release+Asserts unit test Bitcode
llvm[2]: ======= Finished Linking Release+Asserts Unit test Bitcode
llvm[2]: Compiling APIntTest.cpp for Release+Asserts build
llvm[2]: Linking Release+Asserts unit test CodeGen
llvm[2]: Compiling ScalarEvolutionTest.cpp for Release+Asserts build
llvm[2]: ======= Finished Linking Release+Asserts Unit test CodeGen
llvm[3]: Compiling MCJITMemoryManagerTest.cpp for Release+Asserts build
llvm[3]: Compiling JITMemoryManagerTest.cpp for Release+Asserts build
llvm[2]: Compiling ExecutionEngineTest.cpp for Release+Asserts build
llvm[3]: Compiling MCJITMultipleModuleTest.cpp for Release+Asserts build
llvm[2]: Linking Release+Asserts unit test Analysis
llvm[2]: ======= Finished Linking Release+Asserts Unit test Analysis
llvm[2]: Compiling BitVectorTest.cpp for Release+Asserts build
llvm[3]: Compiling JITTest.cpp for Release+Asserts build
llvm[2]: Compiling AttributesTest.cpp for Release+Asserts build
llvm[3]: Compiling MCJITObjectCacheTest.cpp for Release+Asserts build
llvm[2]: Compiling ConstantsTest.cpp for Release+Asserts build
llvm[2]: Compiling MCAtomTest.cpp for Release+Asserts build
llvm[3]: Compiling MultiJITTest.cpp for Release+Asserts build
llvm[2]: Linking Release+Asserts unit test ExecutionEngine
llvm[2]: ======= Finished Linking Release+Asserts Unit test ExecutionEngine
llvm[3]: Compiling MCJITTest.cpp for Release+Asserts build
llvm[2]: Linking Release+Asserts unit test MC
llvm[2]: ======= Finished Linking Release+Asserts Unit test MC
llvm[2]: Compiling DominatorTreeTest.cpp for Release+Asserts build
llvm[2]: Compiling YAMLTest.cpp for Release+Asserts build
tail -n +2 /Library/Caches/Homebrew/ellcc--svn-HEAD/llvm/unittests/ExecutionEngine/JIT/JITTests.def > /Library/Caches/Homebrew/ellcc--svn-HEAD/llvm-build/unittests/ExecutionEngine/JIT/JITTests.exports
llvm[2]: Building Driver Option tables with tblgen
llvm[2]: Compiling OptionParsingTest.cpp for Release+Asserts build
llvm[2]: Compiling DAGDeltaAlgorithmTest.cpp for Release+Asserts build
llvm[3]: Linking Release+Asserts unit test JIT
llvm[2]: Linking Release+Asserts unit test Object
llvm[3]: ======= Finished Linking Release+Asserts Unit test JIT
llvm[2]: Compiling IRBuilderTest.cpp for Release+Asserts build
llvm[2]: ======= Finished Linking Release+Asserts Unit test Object
llvm[2]: Compiling DeltaAlgorithmTest.cpp for Release+Asserts build
llvm[3]: Linking Release+Asserts unit test MCJIT
llvm[2]: Compiling AlignOfTest.cpp for Release+Asserts build
llvm[2]: Compiling DenseMapTest.cpp for Release+Asserts build
llvm[3]: ======= Finished Linking Release+Asserts Unit test MCJIT
llvm[2]: Compiling InstructionsTest.cpp for Release+Asserts build
llvm[2]: Linking Release+Asserts unit test Option
llvm[2]: ======= Finished Linking Release+Asserts Unit test Option
llvm[2]: Compiling DenseSetTest.cpp for Release+Asserts build
llvm[3]: Compiling DebugIR.cpp for Release+Asserts build
llvm[2]: Compiling LegacyPassManagerTest.cpp for Release+Asserts build
llvm[2]: Compiling MDBuilderTest.cpp for Release+Asserts build
llvm[2]: Compiling MetadataTest.cpp for Release+Asserts build
llvm[2]: Compiling AllocatorTest.cpp for Release+Asserts build
llvm[3]: Linking Release+Asserts unit test DebugIR
llvm[3]: ======= Finished Linking Release+Asserts Unit test DebugIR
llvm[3]: Compiling Cloning.cpp for Release+Asserts build
llvm[2]: Compiling FoldingSet.cpp for Release+Asserts build
llvm[2]: Compiling PassManagerTest.cpp for Release+Asserts build
llvm[2]: Compiling ArrayRecyclerTest.cpp for Release+Asserts build
llvm[2]: Compiling PatternMatch.cpp for Release+Asserts build
llvm[3]: Compiling IntegerDivision.cpp for Release+Asserts build
llvm[2]: Compiling BlockFrequencyTest.cpp for Release+Asserts build
llvm[2]: Compiling HashingTest.cpp for Release+Asserts build
llvm[2]: Compiling TypeBuilderTest.cpp for Release+Asserts build
llvm[2]: Compiling ImmutableMapTest.cpp for Release+Asserts build
llvm[2]: Compiling Casting.cpp for Release+Asserts build
llvm[2]: Compiling TypesTest.cpp for Release+Asserts build
llvm[3]: Compiling Local.cpp for Release+Asserts build
llvm[2]: Compiling CommandLineTest.cpp for Release+Asserts build
llvm[3]: Compiling SpecialCaseList.cpp for Release+Asserts build
llvm[2]: Compiling ImmutableSetTest.cpp for Release+Asserts build
llvm[2]: Compiling ValueMapTest.cpp for Release+Asserts build
llvm[2]: Compiling CompressionTest.cpp for Release+Asserts build
llvm[2]: Compiling IntEqClassesTest.cpp for Release+Asserts build
llvm[2]: Compiling ValueTest.cpp for Release+Asserts build
llvm[3]: Linking Release+Asserts unit test Utils
llvm[2]: Compiling ConstantRangeTest.cpp for Release+Asserts build
llvm[3]: ======= Finished Linking Release+Asserts Unit test Utils
llvm[2]: Compiling IntervalMapTest.cpp for Release+Asserts build
llvm[2]: Compiling VerifierTest.cpp for Release+Asserts build
llvm[2]: Compiling ConvertUTFTest.cpp for Release+Asserts build
llvm[2]: Compiling IntrusiveRefCntPtrTest.cpp for Release+Asserts build
llvm[2]: Compiling DataExtractorTest.cpp for Release+Asserts build
llvm[2]: Compiling MapVectorTest.cpp for Release+Asserts build
llvm[2]: Compiling EndianTest.cpp for Release+Asserts build
llvm[2]: Compiling OptionalTest.cpp for Release+Asserts build
llvm[2]: Compiling WaymarkTest.cpp for Release+Asserts build
llvm[2]: Compiling PackedVectorTest.cpp for Release+Asserts build
llvm[2]: Compiling ErrorOrTest.cpp for Release+Asserts build
llvm[2]: Compiling PointerUnionTest.cpp for Release+Asserts build
llvm[2]: Compiling FileOutputBufferTest.cpp for Release+Asserts build
llvm[2]: Compiling LeakDetectorTest.cpp for Release+Asserts build
llvm[2]: Compiling LockFileManagerTest.cpp for Release+Asserts build
llvm[2]: Linking Release+Asserts unit test IR
llvm[2]: Compiling SCCIteratorTest.cpp for Release+Asserts build
llvm[2]: ======= Finished Linking Release+Asserts Unit test IR
llvm[2]: Compiling MD5Test.cpp for Release+Asserts build
llvm[2]: Compiling ManagedStatic.cpp for Release+Asserts build
llvm[2]: Compiling SmallPtrSetTest.cpp for Release+Asserts build
llvm[2]: Compiling SmallStringTest.cpp for Release+Asserts build
llvm[2]: Compiling SmallVectorTest.cpp for Release+Asserts build
llvm[2]: Compiling MathExtrasTest.cpp for Release+Asserts build
llvm[2]: Compiling MemoryBufferTest.cpp for Release+Asserts build
llvm[2]: Compiling MemoryTest.cpp for Release+Asserts build
llvm[2]: Compiling Path.cpp for Release+Asserts build
llvm[2]: Compiling ProcessTest.cpp for Release+Asserts build
llvm[2]: Compiling SparseBitVectorTest.cpp for Release+Asserts build
llvm[2]: Compiling SparseMultiSetTest.cpp for Release+Asserts build
llvm[2]: Compiling SparseSetTest.cpp for Release+Asserts build
llvm[2]: Compiling StringMapTest.cpp for Release+Asserts build
llvm[2]: Compiling ProgramTest.cpp for Release+Asserts build
llvm[2]: Compiling StringRefTest.cpp for Release+Asserts build
llvm[2]: Compiling RegexTest.cpp for Release+Asserts build
llvm[2]: Compiling SourceMgrTest.cpp for Release+Asserts build
llvm[2]: Compiling TinyPtrVectorTest.cpp for Release+Asserts build
llvm[2]: Compiling SwapByteOrderTest.cpp for Release+Asserts build
llvm[2]: Compiling TimeValueTest.cpp for Release+Asserts build
llvm[2]: Compiling TripleTest.cpp for Release+Asserts build
llvm[2]: Compiling TwineTest.cpp for Release+Asserts build
llvm[2]: Compiling VariadicFunctionTest.cpp for Release+Asserts build
llvm[2]: Compiling UnicodeTest.cpp for Release+Asserts build
llvm[2]: Compiling ValueHandleTest.cpp for Release+Asserts build
llvm[2]: Compiling YAMLIOTest.cpp for Release+Asserts build
llvm[2]: Compiling YAMLParserTest.cpp for Release+Asserts build
llvm[2]: Compiling formatted_raw_ostream_test.cpp for Release+Asserts build
llvm[2]: Compiling raw_ostream_test.cpp for Release+Asserts build
llvm[2]: Compiling ilistTest.cpp for Release+Asserts build
llvm[2]: Compiling polymorphic_ptr_test.cpp for Release+Asserts build
llvm[2]: Linking Release+Asserts unit test ADT
llvm[2]: ======= Finished Linking Release+Asserts Unit test ADT
llvm[2]: Linking Release+Asserts unit test Support
llvm[2]: ======= Finished Linking Release+Asserts Unit test Support
llvm[4]: Compiling sample.c for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libsample.a
llvm[4]: Compiling main.c for Release+Asserts build
llvm[4]: Linking Release+Asserts executable Sample (without symbols)
llvm[4]: ======= Finished Linking Release+Asserts Executable Sample (without symbols)
make[1]: Nothing to be done for `all'.
llvm[0]: ***** Completed Release+Asserts Build
Configured to build for i386 with host libraries using gcc.
C compiler: gcc
C++ compiler: g++
In: gnu-build
Configuring package binutils for arm-elf armeb-elf mips-elf mipsel-elf ppc-elf ppc64-elf microblaze-elf i386-elf sparc-elf x86_64-elf
cd gnu-build ; \
mkdir -p binutils ; \
cd binutils ; \
../../src/binutils/configure \
CC=gcc CFLAGS="" CXX=g++ CXXFLAGS="" \
AR=ar --enable-64-bit-bfd \
--bindir=/Library/Caches/Homebrew/ellcc--svn-HEAD/bin --enable-targets=arm-elf,armeb-elf,mips-elf,mipsel-elf,ppc-elf,ppc64-elf,microblaze-elf,i386-elf,sparc-elf,x86_64-elf \
--program-prefix=ecc- --prefix=/Library/Caches/Homebrew/ellcc--svn-HEAD/lib \
--datadir=/Library/Caches/Homebrew/ellcc--svn-HEAD/lib/share
checking build system type... x86_64-apple-darwin13.0.0
checking host system type... x86_64-apple-darwin13.0.0
checking target system type... x86_64-apple-darwin13.0.0
checking for a BSD-compatible install... /usr/local/bin/ginstall -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for a sed that does not truncate output... /usr/local/bin/gsed
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 whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking whether g++ accepts -static-libstdc++ -static-libgcc... no
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 version 0.10 of ISL... no
checking for version 0.11 of ISL... no
checking for version 0.12 of ISL... no
*** This configuration is not supported in the following subdirectories:
ld gas gprof
(Any other directories should still work fine.)
checking for default BUILD_CONFIG...
checking for bison... bison -y
checking for bison... bison
checking for gm4... gm4
checking for flex... flex
checking for flex... flex
checking for makeinfo... makeinfo
checking for expect... expect
checking for runtest... no
checking for ar... (cached) ar
checking for as... as
checking for dlltool... no
checking for ld... (cached) /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking for lipo... lipo
checking for nm... nm
checking for ranlib... ranlib
checking for strip... strip
checking for windres... windres
checking for windmc... no
checking for objcopy... no
checking for objdump... no
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... ar
checking for as... as
checking for dlltool... no
checking for ld... ld
checking for lipo... lipo
checking for nm... nm
checking for objdump... no
checking for ranlib... ranlib
checking for readelf... readelf
checking for strip... strip
checking for windres... windres
checking for windmc... no
checking where to find the target ar... just compiled
checking where to find the target as... host tool
checking where to find the target cc... host tool
checking where to find the target c++... host tool
checking where to find the target c++ for libstdc++... host tool
checking where to find the target dlltool... just compiled
checking where to find the target gcc... host tool
checking where to find the target gcj... host tool
checking where to find the target gfortran... host tool
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... 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 readelf... 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
configure: creating ./config.status
config.status: creating Makefile
mkdir ./intl
Configuring in ./intl
configure: creating cache ./config.cache
checking whether /Applications/Xcode.app/Contents/Developer/usr/bin/make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/local/bin/ginstall -c
checking whether NLS is requested... yes
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
checking for x86_64-apple-darwin13.0.0-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-apple-darwin13.0.0
checking host system type... x86_64-apple-darwin13.0.0
checking for x86_64-apple-darwin13.0.0-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... /usr/bin/grep
checking for egrep... /usr/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... no
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... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for shared library run path origin... done
checking argz.h usability... no
checking argz.h presence... no
checking for argz.h... no
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... no
checking malloc.h presence... no
checking for malloc.h... no
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... no
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... no
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... no
checking for __argz_stringify... no
checking for __argz_next... no
checking for __fsetlocking... no
checking for iconv... yes
checking how to link with libiconv... -liconv
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.3, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... no
checking for GNU gettext in libintl... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
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 ./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-apple-darwin13.0.0
checking host system type... x86_64-apple-darwin13.0.0
checking for x86_64-apple-darwin13.0.0-ar... ar
checking for x86_64-apple-darwin13.0.0-ranlib... ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir =
checking for x86_64-apple-darwin13.0.0-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... /usr/bin/grep
checking for egrep... /usr/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/local/bin/ginstall -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... no
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... no
checking for machine/hal_sysinfo.h... no
checking for sys/table.h... no
checking for sys/sysctl.h... yes
checking for sys/systemcfg.h... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... no
checking for process.h... no
checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... no
checking size of int... 4
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... no
checking for memset... yes
checking for mkstemps... yes
checking for putenv... yes
checking for random... yes
checking for rename... yes
checking for rindex... yes
checking for setenv... yes
checking for snprintf... yes
checking for sigsetmask... yes
checking for stpcpy... yes
checking for stpncpy... 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 strverscmp... no
checking for tmpnam... yes
checking for vasprintf... yes
checking for vfprintf... yes
checking for vprintf... yes
checking for vsnprintf... yes
checking for vsprintf... yes
checking for waitpid... yes
checking 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... no
checking for canonicalize_file_name... no
checking for dup3... no
checking for getrlimit... yes
checking for getrusage... yes
checking for getsysinfo... no
checking for gettimeofday... (cached) yes
checking for on_exit... no
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... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether calloc is declared... yes
checking whether getenv is declared... yes
checking whether getopt is declared... yes
checking whether malloc is declared... yes
checking whether realloc is declared... yes
checking whether sbrk is declared... yes
checking whether strverscmp is declared... no
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... yes
checking for working strncmp... yes
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 ./bfd
Configuring in ./bfd
configure: creating cache ./config.cache
checking build system type... x86_64-apple-darwin13.0.0
checking host system type... x86_64-apple-darwin13.0.0
checking target system type... x86_64-apple-darwin13.0.0
checking for x86_64-apple-darwin13.0.0-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/local/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p
checking for gawk... gawk
checking whether /Applications/Xcode.app/Contents/Developer/usr/bin/make sets $(MAKE)... yes
checking for style of include used by /Applications/Xcode.app/Contents/Developer/usr/bin/make... GNU
checking dependency style of gcc... gcc3
checking for x86_64-apple-darwin13.0.0-ar... ar
checking for x86_64-apple-darwin13.0.0-ranlib... ranlib
checking for x86_64-apple-darwin13.0.0-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... /usr/bin/grep
checking for egrep... /usr/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 print strings... printf
checking for a sed that does not truncate output... /usr/local/bin/gsed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
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... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
checking for x86_64-apple-darwin13.0.0-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-apple-darwin13.0.0-ar... (cached) ar
checking for x86_64-apple-darwin13.0.0-strip... no
checking for strip... strip
checking for x86_64-apple-darwin13.0.0-ranlib... (cached) ranlib
checking command to parse nm output from gcc object... ok
checking for x86_64-apple-darwin13.0.0-dsymutil... no
checking for dsymutil... dsymutil
checking for x86_64-apple-darwin13.0.0-nmedit... no
checking for nmedit... nmedit
checking for x86_64-apple-darwin13.0.0-lipo... no
checking for lipo... lipo
checking for x86_64-apple-darwin13.0.0-otool... no
checking for otool... otool
checking for x86_64-apple-darwin13.0.0-otool64... no
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fno-common -DPIC
checking if gcc PIC flag -fno-common -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 (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin13.0.0 dyld
checking how to hardcode library paths into programs... immediate
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 -Wshadow -Werror -Wno-unused-value
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether to install libbfd... yes
checking whether NLS is requested... yes
checking for catalogs to be installed... da es fi fr id ja ro ru rw sv tr uk vi zh_CN da es fi fr id ja ro ru rw sv tr uk vi zh_CN
checking whether NLS is requested... yes
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
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
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.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 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 windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking for dlfcn.h... (cached) yes
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 for getrlimit... yes
checking whether basename is declared... no
checking whether ftello is declared... yes
checking whether ftello64 is declared... no
checking whether fseeko is declared... yes
checking whether fseeko64 is declared... no
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... -lz
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking sys/procfs.h usability... no
checking sys/procfs.h presence... no
checking for sys/procfs.h... no
checking linker --as-needed support... no
checking for gcc version with buggy 64-bit support... no
checking for ftello... yes
checking for ftello64... no
checking for fseeko... yes
checking for fseeko64... no
checking for fopen64... no
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
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
config.status: executing default commands
if [ x"" != x ] && [ ! -d pic ]; then \
mkdir pic; \
else true; fi
touch stamp-picdir
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/regex.c -o pic/regex.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/regex.c -o regex.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/cplus-dem.c -o pic/cplus-dem.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/cplus-dem.c -o cplus-dem.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/cp-demangle.c -o pic/cp-demangle.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/cp-demangle.c -o cp-demangle.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/md5.c -o pic/md5.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/md5.c -o md5.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/sha1.c -o pic/sha1.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/sha1.c -o sha1.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/alloca.c -o pic/alloca.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/alloca.c -o alloca.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/argv.c -o pic/argv.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/argv.c -o argv.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/choose-temp.c -o pic/choose-temp.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/choose-temp.c -o choose-temp.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/concat.c -o pic/concat.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/concat.c -o concat.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/cp-demint.c -o pic/cp-demint.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/cp-demint.c -o cp-demint.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/crc32.c -o pic/crc32.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/crc32.c -o crc32.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/dwarfnames.c -o pic/dwarfnames.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/dwarfnames.c -o dwarfnames.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/dyn-string.c -o pic/dyn-string.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/dyn-string.c -o dyn-string.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/fdmatch.c -o pic/fdmatch.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/fdmatch.c -o fdmatch.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/fibheap.c -o pic/fibheap.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/fibheap.c -o fibheap.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/filename_cmp.c -o pic/filename_cmp.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/filename_cmp.c -o filename_cmp.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/floatformat.c -o pic/floatformat.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/floatformat.c -o floatformat.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/fnmatch.c -o pic/fnmatch.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/fnmatch.c -o fnmatch.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/fopen_unlocked.c -o fopen_unlocked.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/getopt.c -o pic/getopt.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/getopt.c -o getopt.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/getopt1.c -o pic/getopt1.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/getopt1.c -o getopt1.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/getpwd.c -o pic/getpwd.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/getpwd.c -o getpwd.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/getruntime.c -o pic/getruntime.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/getruntime.c -o getruntime.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/hashtab.c -o pic/hashtab.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/hashtab.c -o hashtab.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/hex.c -o pic/hex.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/hex.c -o hex.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/lbasename.c -o pic/lbasename.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/lbasename.c -o lbasename.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/lrealpath.c -o pic/lrealpath.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/lrealpath.c -o lrealpath.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/make-relative-prefix.c -o make-relative-prefix.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/make-temp-file.c -o pic/make-temp-file.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/make-temp-file.c -o make-temp-file.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/objalloc.c -o pic/objalloc.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/objalloc.c -o objalloc.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/obstack.c -o pic/obstack.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/obstack.c -o obstack.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/partition.c -o pic/partition.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/partition.c -o partition.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/pexecute.c -o pic/pexecute.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/pexecute.c -o pexecute.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/physmem.c -o pic/physmem.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/physmem.c -o physmem.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/pex-common.c -o pic/pex-common.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/pex-common.c -o pex-common.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/pex-one.c -o pic/pex-one.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/pex-one.c -o pex-one.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/pex-unix.c -o pic/pex-unix.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/pex-unix.c -o pex-unix.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/safe-ctype.c -o pic/safe-ctype.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/safe-ctype.c -o safe-ctype.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/simple-object.c -o pic/simple-object.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/simple-object.c -o simple-object.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/simple-object-coff.c -o simple-object-coff.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/simple-object-elf.c -o simple-object-elf.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/simple-object-mach-o.c -o simple-object-mach-o.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/simple-object-xcoff.c -o pic/simple-object-xcoff.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/simple-object-xcoff.c -o simple-object-xcoff.o
../../../src/binutils/libiberty/simple-object-xcoff.c:330:12: warning: using
extended field designator is an extension [-Wextended-offsetof]
+ offsetof (struct external_filehdr,
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.0/include/stddef.h:84:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
../../../src/binutils/libiberty/simple-object-xcoff.c:332:39: warning: using
extended field designator is an extension [-Wextended-offsetof]
ocr->nsyms = fetch_32 (hdrbuf + offsetof (struct external_filehdr,
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.0/include/stddef.h:84:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
../../../src/binutils/libiberty/simple-object-xcoff.c:335:29: warning: using
extended field designator is an extension [-Wextended-offsetof]
+ fetch_16 (hdrbuf + offsetof (struct extern...
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.0/include/stddef.h:84:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
../../../src/binutils/libiberty/simple-object-xcoff.c:342:12: warning: using
extended field designator is an extension [-Wextended-offsetof]
+ offsetof (struct external_filehdr,
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.0/include/stddef.h:84:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
../../../src/binutils/libiberty/simple-object-xcoff.c:344:39: warning: using
extended field designator is an extension [-Wextended-offsetof]
ocr->nsyms = fetch_32 (hdrbuf + offsetof (struct external_filehdr,
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.0/include/stddef.h:84:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
../../../src/binutils/libiberty/simple-object-xcoff.c:347:29: warning: using
extended field designator is an extension [-Wextended-offsetof]
+ fetch_16 (hdrbuf + offsetof (struct extern...
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.0/include/stddef.h:84:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
../../../src/binutils/libiberty/simple-object-xcoff.c:475:32: warning: using
extended field designator is an extension [-Wextended-offsetof]
scnptr = fetch_64 (scnhdr + offsetof (struct external_scnhdr,
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.0/include/stddef.h:84:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
../../../src/binutils/libiberty/simple-object-xcoff.c:477:30: warning: using
extended field designator is an extension [-Wextended-offsetof]
size = fetch_64 (scnhdr + offsetof (struct external_scnhdr,
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.0/include/stddef.h:84:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
../../../src/binutils/libiberty/simple-object-xcoff.c:482:32: warning: using
extended field designator is an extension [-Wextended-offsetof]
scnptr = fetch_32 (scnhdr + offsetof (struct external_scnhdr,
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.0/include/stddef.h:84:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
../../../src/binutils/libiberty/simple-object-xcoff.c:484:30: warning: using
extended field designator is an extension [-Wextended-offsetof]
size = fetch_32 (scnhdr + offsetof (struct external_scnhdr,
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.0/include/stddef.h:84:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
../../../src/binutils/libiberty/simple-object-xcoff.c:598:21: warning: using
extended field designator is an extension [-Wextended-offsetof]
set_64 (hdr + offsetof (struct external_filehdr, u.xcoff64.f_symptr),
^ ~~~~~~~~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.0/include/stddef.h:84:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
../../../src/binutils/libiberty/simple-object-xcoff.c:600:21: warning: using
extended field designator is an extension [-Wextended-offsetof]
set_32 (hdr + offsetof (struct external_filehdr, u.xcoff64.f_nsyms),
^ ~~~~~~~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.0/include/stddef.h:84:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
../../../src/binutils/libiberty/simple-object-xcoff.c:603:21: warning: using
extended field designator is an extension [-Wextended-offsetof]
set_16 (hdr + offsetof (struct external_filehdr, u.xcoff64.f_flags),
^ ~~~~~~~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.0/include/stddef.h:84:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
../../../src/binutils/libiberty/simple-object-xcoff.c:608:21: warning: using
extended field designator is an extension [-Wextended-offsetof]
set_32 (hdr + offsetof (struct external_filehdr, u.xcoff64.f_symptr),
^ ~~~~~~~~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.0/include/stddef.h:84:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
../../../src/binutils/libiberty/simple-object-xcoff.c:610:21: warning: using
extended field designator is an extension [-Wextended-offsetof]
set_32 (hdr + offsetof (struct external_filehdr, u.xcoff64.f_nsyms),
^ ~~~~~~~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.0/include/stddef.h:84:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
../../../src/binutils/libiberty/simple-object-xcoff.c:613:21: warning: using
extended field designator is an extension [-Wextended-offsetof]
set_16 (hdr + offsetof (struct external_filehdr, u.xcoff64.f_flags),
^ ~~~~~~~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.0/include/stddef.h:84:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
../../../src/binutils/libiberty/simple-object-xcoff.c:663:21: warning: using
extended field designator is an extension [-Wextended-offsetof]
set_64 (hdr + offsetof (struct external_scnhdr, u.xcoff64.s_size),
^ ~~~~~~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.0/include/stddef.h:84:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
../../../src/binutils/libiberty/simple-object-xcoff.c:665:21: warning: using
extended field designator is an extension [-Wextended-offsetof]
set_64 (hdr + offsetof (struct external_scnhdr, u.xcoff64.s_scnptr),
^ ~~~~~~~~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.0/include/stddef.h:84:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
../../../src/binutils/libiberty/simple-object-xcoff.c:670:21: warning: using
extended field designator is an extension [-Wextended-offsetof]
set_32 (hdr + offsetof (struct external_scnhdr, u.xcoff32.s_size),
^ ~~~~~~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.0/include/stddef.h:84:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
../../../src/binutils/libiberty/simple-object-xcoff.c:672:21: warning: using
extended field designator is an extension [-Wextended-offsetof]
set_32 (hdr + offsetof (struct external_scnhdr, u.xcoff32.s_scnptr),
^ ~~~~~~~~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.0/include/stddef.h:84:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
../../../src/binutils/libiberty/simple-object-xcoff.c:683:19: warning: using
extended field designator is an extension [-Wextended-offsetof]
set_32 (hdr + offsetof (struct external_scnhdr, u.xcoff64.s_flags), flags);
^ ~~~~~~~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.0/include/stddef.h:84:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
../../../src/binutils/libiberty/simple-object-xcoff.c:685:19: warning: using
extended field designator is an extension [-Wextended-offsetof]
set_32 (hdr + offsetof (struct external_scnhdr, u.xcoff32.s_flags), flags);
^ ~~~~~~~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.0/include/stddef.h:84:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
22 warnings generated.
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/sort.c -o pic/sort.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/sort.c -o sort.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/spaces.c -o pic/spaces.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/spaces.c -o spaces.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/splay-tree.c -o pic/splay-tree.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/splay-tree.c -o splay-tree.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/stack-limit.c -o pic/stack-limit.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/stack-limit.c -o stack-limit.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/strerror.c -o pic/strerror.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/strerror.c -o strerror.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/strsignal.c -o pic/strsignal.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/strsignal.c -o strsignal.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/timeval-utils.c -o pic/timeval-utils.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/timeval-utils.c -o timeval-utils.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/xatexit.c -o pic/xatexit.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/xatexit.c -o xatexit.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/xexit.c -o pic/xexit.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/xexit.c -o xexit.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/xmalloc.c -o pic/xmalloc.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/xmalloc.c -o xmalloc.o
../../../src/binutils/libiberty/xmalloc.c:112:28: warning: 'sbrk' is deprecated
[-Wdeprecated-declarations]
first_break = (char *) sbrk (0);
^
/usr/include/unistd.h:582:7: note: 'sbrk' declared here
void *sbrk(int);
^
../../../src/binutils/libiberty/xmalloc.c:124:26: warning: 'sbrk' is deprecated
[-Wdeprecated-declarations]
allocated = (char *) sbrk (0) - first_break;
^
/usr/include/unistd.h:582:7: note: 'sbrk' declared here
void *sbrk(int);
^
../../../src/binutils/libiberty/xmalloc.c:126:26: warning: 'sbrk' is deprecated
[-Wdeprecated-declarations]
allocated = (char *) sbrk (0) - (char *) &environ;
^
/usr/include/unistd.h:582:7: note: 'sbrk' declared here
void *sbrk(int);
^
3 warnings generated.
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/xmemdup.c -o pic/xmemdup.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/xmemdup.c -o xmemdup.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/xstrdup.c -o pic/xstrdup.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/xstrdup.c -o xstrdup.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/xstrerror.c -o pic/xstrerror.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/xstrerror.c -o xstrerror.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/xstrndup.c -o pic/xstrndup.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/xstrndup.c -o xstrndup.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/mempcpy.c -o pic/mempcpy.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/mempcpy.c -o mempcpy.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/strverscmp.c -o pic/strverscmp.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/strverscmp.c -o strverscmp.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/setproctitle.c -o pic/setproctitle.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../src/binutils/libiberty/setproctitle.c -o setproctitle.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 ./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 ./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 ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./mempcpy.o ./strverscmp.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 ./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 ./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 ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./mempcpy.o ./strverscmp.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 ./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 ./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 ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o > required-list
make[3]: Nothing to be done for `all'.
rm -f stamp-h1
/bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
test -f config.h || (rm -f stamp-h1 && /Applications/Xcode.app/Contents/Developer/usr/bin/make stamp-h1)
cp ../../../src/binutils/intl/libgnuintl.h libintl.h
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/intl ../../../src/binutils/intl/bindtextdom.c
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/intl ../../../src/binutils/intl/dcgettext.c
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/intl ../../../src/binutils/intl/dgettext.c
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/intl ../../../src/binutils/intl/gettext.c
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/intl ../../../src/binutils/intl/finddomain.c
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/intl ../../../src/binutils/intl/loadmsgcat.c
gcc -c -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/Library/Caches/Homebrew/ellcc--svn-HEAD/lib/share/locale\"" -I. -I../../../src/binutils/intl ../../../src/binutils/intl/localealias.c
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/intl ../../../src/binutils/intl/textdomain.c
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/intl ../../../src/binutils/intl/l10nflist.c
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/intl ../../../src/binutils/intl/explodename.c
gcc -c -DHAVE_CONFIG_H -DLOCALEDIR="\"/Library/Caches/Homebrew/ellcc--svn-HEAD/lib/share/locale\"" -I. -I../../../src/binutils/intl ../../../src/binutils/intl/dcigettext.c
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/intl ../../../src/binutils/intl/dcngettext.c
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/intl ../../../src/binutils/intl/dngettext.c
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/intl ../../../src/binutils/intl/ngettext.c
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/intl ../../../src/binutils/intl/plural.c
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/intl ../../../src/binutils/intl/plural-exp.c
gcc -c -DHAVE_CONFIG_H -DLIBDIR="\"/Library/Caches/Homebrew/ellcc--svn-HEAD/lib/lib\"" -I. -I../../../src/binutils/intl ../../../src/binutils/intl/localcharset.c
gcc -c -DHAVE_CONFIG_H -DINSTALLDIR="\"/Library/Caches/Homebrew/ellcc--svn-HEAD/lib/lib\"" -I. -I../../../src/binutils/intl ../../../src/binutils/intl/relocatable.c
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/intl ../../../src/binutils/intl/localename.c
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/intl ../../../src/binutils/intl/log.c
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/intl ../../../src/binutils/intl/osdep.c
gcc -c -DHAVE_CONFIG_H -I. -I../../../src/binutils/intl ../../../src/binutils/intl/intl-compat.c
rm -f libintl.a
ar cru libintl.a bindtextdom.o dcgettext.o dgettext.o gettext.o finddomain.o loadmsgcat.o localealias.o textdomain.o l10nflist.o explodename.o dcigettext.o dcngettext.o dngettext.o ngettext.o plural.o plural-exp.o localcharset.o relocatable.o localename.o log.o osdep.o intl-compat.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libintl.a(osdep.o) has no symbols
ranlib libintl.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libintl.a(osdep.o) has no symbols
creating bfdver.h
rm -f elf32-target.h
sed -e s/NN/32/g < ../../../src/binutils/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 < ../../../src/binutils/bfd/elfxx-target.h > elf64-target.new
mv -f elf64-target.new elf64-target.h
rm -f targmatch.h
sed -f ../../../src/binutils/bfd/targmatch.sed < ../../../src/binutils/bfd/config.bfd > targmatch.new
mv -f targmatch.new targmatch.h
Making info in doc
/Applications/Xcode.app/Contents/Developer/usr/bin/make chew
gcc -o chw$$ \
-I.. -I../../../../src/binutils/bfd/doc/.. -I../../../../src/binutils/bfd/doc/../../include -I../../../../src/binutils/bfd/doc/../../intl -I../../intl ../../../../src/binutils/bfd/doc/chew.c; \
/bin/sh ../../../../src/binutils/bfd/doc/../../move-if-change chw$$ chew
./chew -f ../../../../src/binutils/bfd/doc/doc.str <../../../../src/binutils/bfd/doc/../aoutx.h >aoutx.tmp
/bin/sh ../../../../src/binutils/bfd/doc/../../move-if-change aoutx.tmp aoutx.texi
/Applications/Xcode.app/Contents/Developer/usr/bin/make chew
make[4]: `chew' is up to date.
./chew -f ../../../../src/binutils/bfd/doc/doc.str <../../../../src/binutils/bfd/doc/../archive.c >archive.tmp
/bin/sh ../../../../src/binutils/bfd/doc/../../move-if-change archive.tmp archive.texi
/Applications/Xcode.app/Contents/Developer/usr/bin/make chew
make[4]: `chew' is up to date.
./chew -f ../../../../src/binutils/bfd/doc/doc.str < ../../../../src/binutils/bfd/doc/../archures.c >archures.tmp
/bin/sh ../../../../src/binutils/bfd/doc/../../move-if-change archures.tmp archures.texi
/Applications/Xcode.app/Contents/Developer/usr/bin/make chew
make[4]: `chew' is up to date.
./chew -f ../../../../src/binutils/bfd/doc/doc.str < ../../../../src/binutils/bfd/doc/../cache.c >cache.tmp
/bin/sh ../../../../src/binutils/bfd/doc/../../move-if-change cache.tmp cache.texi
/Applications/Xcode.app/Contents/Developer/usr/bin/make chew
make[4]: `chew' is up to date.
./chew -f ../../../../src/binutils/bfd/doc/doc.str <../../../../src/binutils/bfd/doc/../elfcode.h >elfcode.tmp
/bin/sh ../../../../src/binutils/bfd/doc/../../move-if-change elfcode.tmp elfcode.texi
/Applications/Xcode.app/Contents/Developer/usr/bin/make chew
make[4]: `chew' is up to date.
./chew -f ../../../../src/binutils/bfd/doc/doc.str < ../../../../src/binutils/bfd/doc/../bfdwin.c >bfdwin.tmp
/bin/sh ../../../../src/binutils/bfd/doc/../../move-if-change bfdwin.tmp bfdwin.texi
/Applications/Xcode.app/Contents/Developer/usr/bin/make chew
make[4]: `chew' is up to date.
./chew -f ../../../../src/binutils/bfd/doc/doc.str < ../../../../src/binutils/bfd/doc/../bfdio.c >bfdio.tmp
/bin/sh ../../../../src/binutils/bfd/doc/../../move-if-change bfdio.tmp bfdio.texi
/Applications/Xcode.app/Contents/Developer/usr/bin/make chew
make[4]: `chew' is up to date.
./chew -f ../../../../src/binutils/bfd/doc/doc.str <../../../../src/binutils/bfd/doc/../section.c >section.tmp
/bin/sh ../../../../src/binutils/bfd/doc/../../move-if-change section.tmp section.texi
/Applications/Xcode.app/Contents/Developer/usr/bin/make chew
make[4]: `chew' is up to date.
./chew -f ../../../../src/binutils/bfd/doc/doc.str <../../../../src/binutils/bfd/doc/../syms.c >syms.tmp
/bin/sh ../../../../src/binutils/bfd/doc/../../move-if-change syms.tmp syms.texi
/Applications/Xcode.app/Contents/Developer/usr/bin/make chew
make[4]: `chew' is up to date.
./chew -f ../../../../src/binutils/bfd/doc/doc.str <../../../../src/binutils/bfd/doc/../mmo.c >mmo.tmp
/bin/sh ../../../../src/binutils/bfd/doc/../../move-if-change mmo.tmp mmo.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 ../../../../src/binutils/bfd/doc \
-o bfd.info `test -f 'bfd.texinfo' || echo '../../../../src/binutils/bfd/doc/'`bfd.texinfo; \
then \
rc=0; \
else \
rc=$?; \
$restore $backupdir/* `echo "./bfd.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
Making info in po
( if test 'x../../../../src/binutils/bfd/po' != 'x.'; then \
posrcprefix='../../../../src/binutils/bfd/'; \
else \
posrcprefix="../"; \
fi; \
rm -f SRC-POTFILES-t SRC-POTFILES \
&& (sed -e '/^#/d' \
-e '/^[ ]*$/d' \
-e "s@.*@ $posrcprefix& \\\\@" < ../../../../src/binutils/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@.*@ ../& \\\\@" < ../../../../src/binutils/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
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
config.status: executing default commands
make[3]: Nothing to be done for `info'.
make[3]: Nothing to be done for `info-am'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive
Making all in doc
make[4]: Nothing to be done for `all'.
Making all in po
make[4]: Nothing to be done for `all'.
rm -f bfd-tmp.h
cp bfd-in3.h bfd-tmp.h
/bin/sh ../../../src/binutils/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../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c -o archive.lo ../../../src/binutils/bfd/archive.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c ../../../src/binutils/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../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -o archures.lo -DDEFAULT_VECTOR=mach_o_x86_64_vec -DSELECT_VECS='&mach_o_x86_64_vec,&mach_o_i386_vec,&mach_o_le_vec,&mach_o_be_vec,&mach_o_fat_vec,&pef_vec,&pef_xlib_vec,&sym_vec,&bfd_elf32_littlearm_vec,&bfd_elf32_bigarm_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec,&bfd_elf32_bigmips_vec,&bfd_elf32_littlemips_vec,&bfd_elf64_bigmips_vec,&bfd_elf64_littlemips_vec,&bfd_elf64_little_generic_vec,&bfd_elf64_big_generic_vec,&bfd_elf32_powerpc_vec,&rs6000coff_vec,&bfd_elf32_powerpcle_vec,&ppcboot_vec,&bfd_elf64_powerpc_vec,&bfd_elf64_powerpcle_vec,&rs6000coff64_vec,&aix5coff64_vec,&bfd_elf32_microblaze_vec,&bfd_elf32_microblazeel_vec,&bfd_elf32_i386_vec,&i386coff_vec,&bfd_elf32_sparc_vec,&sunos_big_vec,&bfd_elf64_x86_64_vec,&bfd_elf32_x86_64_vec,&bfd_elf64_l1om_vec,&bfd_elf64_k1om_vec' -DSELECT_ARCHITECTURES='&bfd_i386_arch,&bfd_powerpc_arch,&bfd_rs6000_arch,&bfd_arm_arch,&bfd_mips_arch,&bfd_microblaze_arch,&bfd_sparc_arch,&bfd_l1om_arch,&bfd_k1om_arch' ../../../src/binutils/bfd/archures.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -DDEFAULT_VECTOR=mach_o_x86_64_vec "-DSELECT_VECS=&mach_o_x86_64_vec,&mach_o_i386_vec,&mach_o_le_vec,&mach_o_be_vec,&mach_o_fat_vec,&pef_vec,&pef_xlib_vec,&sym_vec,&bfd_elf32_littlearm_vec,&bfd_elf32_bigarm_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec,&bfd_elf32_bigmips_vec,&bfd_elf32_littlemips_vec,&bfd_elf64_bigmips_vec,&bfd_elf64_littlemips_vec,&bfd_elf64_little_generic_vec,&bfd_elf64_big_generic_vec,&bfd_elf32_powerpc_vec,&rs6000coff_vec,&bfd_elf32_powerpcle_vec,&ppcboot_vec,&bfd_elf64_powerpc_vec,&bfd_elf64_powerpcle_vec,&rs6000coff64_vec,&aix5coff64_vec,&bfd_elf32_microblaze_vec,&bfd_elf32_microblazeel_vec,&bfd_elf32_i386_vec,&i386coff_vec,&bfd_elf32_sparc_vec,&sunos_big_vec,&bfd_elf64_x86_64_vec,&bfd_elf32_x86_64_vec,&bfd_elf64_l1om_vec,&bfd_elf64_k1om_vec" "-DSELECT_ARCHITECTURES=&bfd_i386_arch,&bfd_powerpc_arch,&bfd_rs6000_arch,&bfd_arm_arch,&bfd_mips_arch,&bfd_microblaze_arch,&bfd_sparc_arch,&bfd_l1om_arch,&bfd_k1om_arch" ../../../src/binutils/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../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c -o bfd.lo ../../../src/binutils/bfd/bfd.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c ../../../src/binutils/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../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c -o bfdio.lo ../../../src/binutils/bfd/bfdio.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c ../../../src/binutils/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../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT bfdwin.lo -MD -MP -MF .deps/bfdwin.Tpo -c -o bfdwin.lo ../../../src/binutils/bfd/bfdwin.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT bfdwin.lo -MD -MP -MF .deps/bfdwin.Tpo -c ../../../src/binutils/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../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c -o cache.lo ../../../src/binutils/bfd/cache.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c ../../../src/binutils/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../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT coffgen.lo -MD -MP -MF .deps/coffgen.Tpo -c -o coffgen.lo ../../../src/binutils/bfd/coffgen.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT coffgen.lo -MD -MP -MF .deps/coffgen.Tpo -c ../../../src/binutils/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../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT corefile.lo -MD -MP -MF .deps/corefile.Tpo -c -o corefile.lo ../../../src/binutils/bfd/corefile.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT corefile.lo -MD -MP -MF .deps/corefile.Tpo -c ../../../src/binutils/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../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT format.lo -MD -MP -MF .deps/format.Tpo -c -o format.lo ../../../src/binutils/bfd/format.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT format.lo -MD -MP -MF .deps/format.Tpo -c ../../../src/binutils/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../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT init.lo -MD -MP -MF .deps/init.Tpo -c -o init.lo ../../../src/binutils/bfd/init.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT init.lo -MD -MP -MF .deps/init.Tpo -c ../../../src/binutils/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../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT libbfd.lo -MD -MP -MF .deps/libbfd.Tpo -c -o libbfd.lo ../../../src/binutils/bfd/libbfd.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT libbfd.lo -MD -MP -MF .deps/libbfd.Tpo -c ../../../src/binutils/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../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT opncls.lo -MD -MP -MF .deps/opncls.Tpo -c -o opncls.lo ../../../src/binutils/bfd/opncls.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT opncls.lo -MD -MP -MF .deps/opncls.Tpo -c ../../../src/binutils/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../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT reloc.lo -MD -MP -MF .deps/reloc.Tpo -c -o reloc.lo ../../../src/binutils/bfd/reloc.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT reloc.lo -MD -MP -MF .deps/reloc.Tpo -c ../../../src/binutils/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../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT section.lo -MD -MP -MF .deps/section.Tpo -c -o section.lo ../../../src/binutils/bfd/section.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT section.lo -MD -MP -MF .deps/section.Tpo -c ../../../src/binutils/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../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT syms.lo -MD -MP -MF .deps/syms.Tpo -c -o syms.lo ../../../src/binutils/bfd/syms.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT syms.lo -MD -MP -MF .deps/syms.Tpo -c ../../../src/binutils/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../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT targets.lo -MD -MP -MF .deps/targets.Tpo -c -o targets.lo -DDEFAULT_VECTOR=mach_o_x86_64_vec -DSELECT_VECS='&mach_o_x86_64_vec,&mach_o_i386_vec,&mach_o_le_vec,&mach_o_be_vec,&mach_o_fat_vec,&pef_vec,&pef_xlib_vec,&sym_vec,&bfd_elf32_littlearm_vec,&bfd_elf32_bigarm_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec,&bfd_elf32_bigmips_vec,&bfd_elf32_littlemips_vec,&bfd_elf64_bigmips_vec,&bfd_elf64_littlemips_vec,&bfd_elf64_little_generic_vec,&bfd_elf64_big_generic_vec,&bfd_elf32_powerpc_vec,&rs6000coff_vec,&bfd_elf32_powerpcle_vec,&ppcboot_vec,&bfd_elf64_powerpc_vec,&bfd_elf64_powerpcle_vec,&rs6000coff64_vec,&aix5coff64_vec,&bfd_elf32_microblaze_vec,&bfd_elf32_microblazeel_vec,&bfd_elf32_i386_vec,&i386coff_vec,&bfd_elf32_sparc_vec,&sunos_big_vec,&bfd_elf64_x86_64_vec,&bfd_elf32_x86_64_vec,&bfd_elf64_l1om_vec,&bfd_elf64_k1om_vec' -DSELECT_ARCHITECTURES='&bfd_i386_arch,&bfd_powerpc_arch,&bfd_rs6000_arch,&bfd_arm_arch,&bfd_mips_arch,&bfd_microblaze_arch,&bfd_sparc_arch,&bfd_l1om_arch,&bfd_k1om_arch' ../../../src/binutils/bfd/targets.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT targets.lo -MD -MP -MF .deps/targets.Tpo -c -DDEFAULT_VECTOR=mach_o_x86_64_vec "-DSELECT_VECS=&mach_o_x86_64_vec,&mach_o_i386_vec,&mach_o_le_vec,&mach_o_be_vec,&mach_o_fat_vec,&pef_vec,&pef_xlib_vec,&sym_vec,&bfd_elf32_littlearm_vec,&bfd_elf32_bigarm_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec,&bfd_elf32_bigmips_vec,&bfd_elf32_littlemips_vec,&bfd_elf64_bigmips_vec,&bfd_elf64_littlemips_vec,&bfd_elf64_little_generic_vec,&bfd_elf64_big_generic_vec,&bfd_elf32_powerpc_vec,&rs6000coff_vec,&bfd_elf32_powerpcle_vec,&ppcboot_vec,&bfd_elf64_powerpc_vec,&bfd_elf64_powerpcle_vec,&rs6000coff64_vec,&aix5coff64_vec,&bfd_elf32_microblaze_vec,&bfd_elf32_microblazeel_vec,&bfd_elf32_i386_vec,&i386coff_vec,&bfd_elf32_sparc_vec,&sunos_big_vec,&bfd_elf64_x86_64_vec,&bfd_elf32_x86_64_vec,&bfd_elf64_l1om_vec,&bfd_elf64_k1om_vec" "-DSELECT_ARCHITECTURES=&bfd_i386_arch,&bfd_powerpc_arch,&bfd_rs6000_arch,&bfd_arm_arch,&bfd_mips_arch,&bfd_microblaze_arch,&bfd_sparc_arch,&bfd_l1om_arch,&bfd_k1om_arch" ../../../src/binutils/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../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c -o hash.lo ../../../src/binutils/bfd/hash.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c ../../../src/binutils/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../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT linker.lo -MD -MP -MF .deps/linker.Tpo -c -o linker.lo ../../../src/binutils/bfd/linker.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT linker.lo -MD -MP -MF .deps/linker.Tpo -c ../../../src/binutils/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../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT srec.lo -MD -MP -MF .deps/srec.Tpo -c -o srec.lo ../../../src/binutils/bfd/srec.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT srec.lo -MD -MP -MF .deps/srec.Tpo -c ../../../src/binutils/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../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT binary.lo -MD -MP -MF .deps/binary.Tpo -c -o binary.lo ../../../src/binutils/bfd/binary.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT binary.lo -MD -MP -MF .deps/binary.Tpo -c ../../../src/binutils/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../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT tekhex.lo -MD -MP -MF .deps/tekhex.Tpo -c -o tekhex.lo ../../../src/binutils/bfd/tekhex.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT tekhex.lo -MD -MP -MF .deps/tekhex.Tpo -c ../../../src/binutils/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../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT ihex.lo -MD -MP -MF .deps/ihex.Tpo -c -o ihex.lo ../../../src/binutils/bfd/ihex.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT ihex.lo -MD -MP -MF .deps/ihex.Tpo -c ../../../src/binutils/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../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT stabs.lo -MD -MP -MF .deps/stabs.Tpo -c -o stabs.lo ../../../src/binutils/bfd/stabs.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT stabs.lo -MD -MP -MF .deps/stabs.Tpo -c ../../../src/binutils/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../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT stab-syms.lo -MD -MP -MF .deps/stab-syms.Tpo -c -o stab-syms.lo ../../../src/binutils/bfd/stab-syms.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT stab-syms.lo -MD -MP -MF .deps/stab-syms.Tpo -c ../../../src/binutils/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../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT merge.lo -MD -MP -MF .deps/merge.Tpo -c -o merge.lo ../../../src/binutils/bfd/merge.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT merge.lo -MD -MP -MF .deps/merge.Tpo -c ../../../src/binutils/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../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT dwarf2.lo -MD -MP -MF .deps/dwarf2.Tpo -c -o dwarf2.lo -DDEBUGDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/lib/lib/debug\" ../../../src/binutils/bfd/dwarf2.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT dwarf2.lo -MD -MP -MF .deps/dwarf2.Tpo -c -DDEBUGDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/lib/lib/debug\" ../../../src/binutils/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../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT simple.lo -MD -MP -MF .deps/simple.Tpo -c -o simple.lo ../../../src/binutils/bfd/simple.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT simple.lo -MD -MP -MF .deps/simple.Tpo -c ../../../src/binutils/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../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT compress.lo -MD -MP -MF .deps/compress.Tpo -c -o compress.lo ../../../src/binutils/bfd/compress.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT compress.lo -MD -MP -MF .deps/compress.Tpo -c ../../../src/binutils/bfd/compress.c -o compress.o
mv -f .deps/compress.Tpo .deps/compress.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT verilog.lo -MD -MP -MF .deps/verilog.Tpo -c -o verilog.lo ../../../src/binutils/bfd/verilog.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT verilog.lo -MD -MP -MF .deps/verilog.Tpo -c ../../../src/binutils/bfd/verilog.c -o verilog.o
mv -f .deps/verilog.Tpo .deps/verilog.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT mach-o-x86-64.lo -MD -MP -MF .deps/mach-o-x86-64.Tpo -c -o mach-o-x86-64.lo ../../../src/binutils/bfd/mach-o-x86-64.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT mach-o-x86-64.lo -MD -MP -MF .deps/mach-o-x86-64.Tpo -c ../../../src/binutils/bfd/mach-o-x86-64.c -o mach-o-x86-64.o
mv -f .deps/mach-o-x86-64.Tpo .deps/mach-o-x86-64.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT mach-o-i386.lo -MD -MP -MF .deps/mach-o-i386.Tpo -c -o mach-o-i386.lo ../../../src/binutils/bfd/mach-o-i386.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT mach-o-i386.lo -MD -MP -MF .deps/mach-o-i386.Tpo -c ../../../src/binutils/bfd/mach-o-i386.c -o mach-o-i386.o
mv -f .deps/mach-o-i386.Tpo .deps/mach-o-i386.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT mach-o.lo -MD -MP -MF .deps/mach-o.Tpo -c -o mach-o.lo ../../../src/binutils/bfd/mach-o.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT mach-o.lo -MD -MP -MF .deps/mach-o.Tpo -c ../../../src/binutils/bfd/mach-o.c -o mach-o.o
mv -f .deps/mach-o.Tpo .deps/mach-o.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT pef.lo -MD -MP -MF .deps/pef.Tpo -c -o pef.lo ../../../src/binutils/bfd/pef.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT pef.lo -MD -MP -MF .deps/pef.Tpo -c ../../../src/binutils/bfd/pef.c -o pef.o
mv -f .deps/pef.Tpo .deps/pef.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT xsym.lo -MD -MP -MF .deps/xsym.Tpo -c -o xsym.lo ../../../src/binutils/bfd/xsym.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT xsym.lo -MD -MP -MF .deps/xsym.Tpo -c ../../../src/binutils/bfd/xsym.c -o xsym.o
mv -f .deps/xsym.Tpo .deps/xsym.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT elf32-arm.lo -MD -MP -MF .deps/elf32-arm.Tpo -c -o elf32-arm.lo ../../../src/binutils/bfd/elf32-arm.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT elf32-arm.lo -MD -MP -MF .deps/elf32-arm.Tpo -c ../../../src/binutils/bfd/elf32-arm.c -o elf32-arm.o
mv -f .deps/elf32-arm.Tpo .deps/elf32-arm.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT elf32.lo -MD -MP -MF .deps/elf32.Tpo -c -o elf32.lo ../../../src/binutils/bfd/elf32.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT elf32.lo -MD -MP -MF .deps/elf32.Tpo -c ../../../src/binutils/bfd/elf32.c -o elf32.o
mv -f .deps/elf32.Tpo .deps/elf32.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT elf-nacl.lo -MD -MP -MF .deps/elf-nacl.Tpo -c -o elf-nacl.lo ../../../src/binutils/bfd/elf-nacl.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT elf-nacl.lo -MD -MP -MF .deps/elf-nacl.Tpo -c ../../../src/binutils/bfd/elf-nacl.c -o elf-nacl.o
mv -f .deps/elf-nacl.Tpo .deps/elf-nacl.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT elf-vxworks.lo -MD -MP -MF .deps/elf-vxworks.Tpo -c -o elf-vxworks.lo ../../../src/binutils/bfd/elf-vxworks.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT elf-vxworks.lo -MD -MP -MF .deps/elf-vxworks.Tpo -c ../../../src/binutils/bfd/elf-vxworks.c -o elf-vxworks.o
mv -f .deps/elf-vxworks.Tpo .deps/elf-vxworks.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT elf.lo -MD -MP -MF .deps/elf.Tpo -c -o elf.lo ../../../src/binutils/bfd/elf.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT elf.lo -MD -MP -MF .deps/elf.Tpo -c ../../../src/binutils/bfd/elf.c -o elf.o
mv -f .deps/elf.Tpo .deps/elf.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT elflink.lo -MD -MP -MF .deps/elflink.Tpo -c -o elflink.lo ../../../src/binutils/bfd/elflink.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT elflink.lo -MD -MP -MF .deps/elflink.Tpo -c ../../../src/binutils/bfd/elflink.c -o elflink.o
mv -f .deps/elflink.Tpo .deps/elflink.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT elf-attrs.lo -MD -MP -MF .deps/elf-attrs.Tpo -c -o elf-attrs.lo ../../../src/binutils/bfd/elf-attrs.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT elf-attrs.lo -MD -MP -MF .deps/elf-attrs.Tpo -c ../../../src/binutils/bfd/elf-attrs.c -o elf-attrs.o
mv -f .deps/elf-attrs.Tpo .deps/elf-attrs.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT elf-strtab.lo -MD -MP -MF .deps/elf-strtab.Tpo -c -o elf-strtab.lo ../../../src/binutils/bfd/elf-strtab.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT elf-strtab.lo -MD -MP -MF .deps/elf-strtab.Tpo -c ../../../src/binutils/bfd/elf-strtab.c -o elf-strtab.o
mv -f .deps/elf-strtab.Tpo .deps/elf-strtab.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT elf-eh-frame.lo -MD -MP -MF .deps/elf-eh-frame.Tpo -c -o elf-eh-frame.lo ../../../src/binutils/bfd/elf-eh-frame.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT elf-eh-frame.lo -MD -MP -MF .deps/elf-eh-frame.Tpo -c ../../../src/binutils/bfd/elf-eh-frame.c -o elf-eh-frame.o
mv -f .deps/elf-eh-frame.Tpo .deps/elf-eh-frame.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT dwarf1.lo -MD -MP -MF .deps/dwarf1.Tpo -c -o dwarf1.lo ../../../src/binutils/bfd/dwarf1.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT dwarf1.lo -MD -MP -MF .deps/dwarf1.Tpo -c ../../../src/binutils/bfd/dwarf1.c -o dwarf1.o
mv -f .deps/dwarf1.Tpo .deps/dwarf1.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT elf32-gen.lo -MD -MP -MF .deps/elf32-gen.Tpo -c -o elf32-gen.lo ../../../src/binutils/bfd/elf32-gen.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT elf32-gen.lo -MD -MP -MF .deps/elf32-gen.Tpo -c ../../../src/binutils/bfd/elf32-gen.c -o elf32-gen.o
mv -f .deps/elf32-gen.Tpo .deps/elf32-gen.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT elf32-mips.lo -MD -MP -MF .deps/elf32-mips.Tpo -c -o elf32-mips.lo ../../../src/binutils/bfd/elf32-mips.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT elf32-mips.lo -MD -MP -MF .deps/elf32-mips.Tpo -c ../../../src/binutils/bfd/elf32-mips.c -o elf32-mips.o
mv -f .deps/elf32-mips.Tpo .deps/elf32-mips.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT elfxx-mips.lo -MD -MP -MF .deps/elfxx-mips.Tpo -c -o elfxx-mips.lo ../../../src/binutils/bfd/elfxx-mips.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT elfxx-mips.lo -MD -MP -MF .deps/elfxx-mips.Tpo -c ../../../src/binutils/bfd/elfxx-mips.c -o elfxx-mips.o
mv -f .deps/elfxx-mips.Tpo .deps/elfxx-mips.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT ecofflink.lo -MD -MP -MF .deps/ecofflink.Tpo -c -o ecofflink.lo ../../../src/binutils/bfd/ecofflink.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT ecofflink.lo -MD -MP -MF .deps/ecofflink.Tpo -c ../../../src/binutils/bfd/ecofflink.c -o ecofflink.o
mv -f .deps/ecofflink.Tpo .deps/ecofflink.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT elf64-mips.lo -MD -MP -MF .deps/elf64-mips.Tpo -c -o elf64-mips.lo ../../../src/binutils/bfd/elf64-mips.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT elf64-mips.lo -MD -MP -MF .deps/elf64-mips.Tpo -c ../../../src/binutils/bfd/elf64-mips.c -o elf64-mips.o
mv -f .deps/elf64-mips.Tpo .deps/elf64-mips.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT elf64.lo -MD -MP -MF .deps/elf64.Tpo -c -o elf64.lo ../../../src/binutils/bfd/elf64.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT elf64.lo -MD -MP -MF .deps/elf64.Tpo -c ../../../src/binutils/bfd/elf64.c -o elf64.o
mv -f .deps/elf64.Tpo .deps/elf64.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT elf64-gen.lo -MD -MP -MF .deps/elf64-gen.Tpo -c -o elf64-gen.lo ../../../src/binutils/bfd/elf64-gen.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT elf64-gen.lo -MD -MP -MF .deps/elf64-gen.Tpo -c ../../../src/binutils/bfd/elf64-gen.c -o elf64-gen.o
mv -f .deps/elf64-gen.Tpo .deps/elf64-gen.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT elf32-ppc.lo -MD -MP -MF .deps/elf32-ppc.Tpo -c -o elf32-ppc.lo ../../../src/binutils/bfd/elf32-ppc.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT elf32-ppc.lo -MD -MP -MF .deps/elf32-ppc.Tpo -c ../../../src/binutils/bfd/elf32-ppc.c -o elf32-ppc.o
mv -f .deps/elf32-ppc.Tpo .deps/elf32-ppc.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT coff-rs6000.lo -MD -MP -MF .deps/coff-rs6000.Tpo -c -o coff-rs6000.lo ../../../src/binutils/bfd/coff-rs6000.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT coff-rs6000.lo -MD -MP -MF .deps/coff-rs6000.Tpo -c ../../../src/binutils/bfd/coff-rs6000.c -o coff-rs6000.o
mv -f .deps/coff-rs6000.Tpo .deps/coff-rs6000.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT xcofflink.lo -MD -MP -MF .deps/xcofflink.Tpo -c -o xcofflink.lo ../../../src/binutils/bfd/xcofflink.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT xcofflink.lo -MD -MP -MF .deps/xcofflink.Tpo -c ../../../src/binutils/bfd/xcofflink.c -o xcofflink.o
mv -f .deps/xcofflink.Tpo .deps/xcofflink.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT ppcboot.lo -MD -MP -MF .deps/ppcboot.Tpo -c -o ppcboot.lo ../../../src/binutils/bfd/ppcboot.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT ppcboot.lo -MD -MP -MF .deps/ppcboot.Tpo -c ../../../src/binutils/bfd/ppcboot.c -o ppcboot.o
mv -f .deps/ppcboot.Tpo .deps/ppcboot.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT elf64-ppc.lo -MD -MP -MF .deps/elf64-ppc.Tpo -c -o elf64-ppc.lo ../../../src/binutils/bfd/elf64-ppc.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT elf64-ppc.lo -MD -MP -MF .deps/elf64-ppc.Tpo -c ../../../src/binutils/bfd/elf64-ppc.c -o elf64-ppc.o
mv -f .deps/elf64-ppc.Tpo .deps/elf64-ppc.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT coff64-rs6000.lo -MD -MP -MF .deps/coff64-rs6000.Tpo -c -o coff64-rs6000.lo ../../../src/binutils/bfd/coff64-rs6000.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT coff64-rs6000.lo -MD -MP -MF .deps/coff64-rs6000.Tpo -c ../../../src/binutils/bfd/coff64-rs6000.c -o coff64-rs6000.o
mv -f .deps/coff64-rs6000.Tpo .deps/coff64-rs6000.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT aix5ppc-core.lo -MD -MP -MF .deps/aix5ppc-core.Tpo -c -o aix5ppc-core.lo ../../../src/binutils/bfd/aix5ppc-core.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT aix5ppc-core.lo -MD -MP -MF .deps/aix5ppc-core.Tpo -c ../../../src/binutils/bfd/aix5ppc-core.c -o aix5ppc-core.o
mv -f .deps/aix5ppc-core.Tpo .deps/aix5ppc-core.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT elf32-microblaze.lo -MD -MP -MF .deps/elf32-microblaze.Tpo -c -o elf32-microblaze.lo ../../../src/binutils/bfd/elf32-microblaze.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT elf32-microblaze.lo -MD -MP -MF .deps/elf32-microblaze.Tpo -c ../../../src/binutils/bfd/elf32-microblaze.c -o elf32-microblaze.o
mv -f .deps/elf32-microblaze.Tpo .deps/elf32-microblaze.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT elf32-i386.lo -MD -MP -MF .deps/elf32-i386.Tpo -c -o elf32-i386.lo ../../../src/binutils/bfd/elf32-i386.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT elf32-i386.lo -MD -MP -MF .deps/elf32-i386.Tpo -c ../../../src/binutils/bfd/elf32-i386.c -o elf32-i386.o
mv -f .deps/elf32-i386.Tpo .deps/elf32-i386.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT elf-ifunc.lo -MD -MP -MF .deps/elf-ifunc.Tpo -c -o elf-ifunc.lo ../../../src/binutils/bfd/elf-ifunc.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT elf-ifunc.lo -MD -MP -MF .deps/elf-ifunc.Tpo -c ../../../src/binutils/bfd/elf-ifunc.c -o elf-ifunc.o
mv -f .deps/elf-ifunc.Tpo .deps/elf-ifunc.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT coff-i386.lo -MD -MP -MF .deps/coff-i386.Tpo -c -o coff-i386.lo ../../../src/binutils/bfd/coff-i386.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT coff-i386.lo -MD -MP -MF .deps/coff-i386.Tpo -c ../../../src/binutils/bfd/coff-i386.c -o coff-i386.o
mv -f .deps/coff-i386.Tpo .deps/coff-i386.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT cofflink.lo -MD -MP -MF .deps/cofflink.Tpo -c -o cofflink.lo ../../../src/binutils/bfd/cofflink.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT cofflink.lo -MD -MP -MF .deps/cofflink.Tpo -c ../../../src/binutils/bfd/cofflink.c -o cofflink.o
mv -f .deps/cofflink.Tpo .deps/cofflink.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT elf32-sparc.lo -MD -MP -MF .deps/elf32-sparc.Tpo -c -o elf32-sparc.lo ../../../src/binutils/bfd/elf32-sparc.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT elf32-sparc.lo -MD -MP -MF .deps/elf32-sparc.Tpo -c ../../../src/binutils/bfd/elf32-sparc.c -o elf32-sparc.o
mv -f .deps/elf32-sparc.Tpo .deps/elf32-sparc.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT elfxx-sparc.lo -MD -MP -MF .deps/elfxx-sparc.Tpo -c -o elfxx-sparc.lo ../../../src/binutils/bfd/elfxx-sparc.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT elfxx-sparc.lo -MD -MP -MF .deps/elfxx-sparc.Tpo -c ../../../src/binutils/bfd/elfxx-sparc.c -o elfxx-sparc.o
mv -f .deps/elfxx-sparc.Tpo .deps/elfxx-sparc.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT sunos.lo -MD -MP -MF .deps/sunos.Tpo -c -o sunos.lo ../../../src/binutils/bfd/sunos.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT sunos.lo -MD -MP -MF .deps/sunos.Tpo -c ../../../src/binutils/bfd/sunos.c -o sunos.o
mv -f .deps/sunos.Tpo .deps/sunos.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT aout32.lo -MD -MP -MF .deps/aout32.Tpo -c -o aout32.lo ../../../src/binutils/bfd/aout32.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT aout32.lo -MD -MP -MF .deps/aout32.Tpo -c ../../../src/binutils/bfd/aout32.c -o aout32.o
mv -f .deps/aout32.Tpo .deps/aout32.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT elf64-x86-64.lo -MD -MP -MF .deps/elf64-x86-64.Tpo -c -o elf64-x86-64.lo ../../../src/binutils/bfd/elf64-x86-64.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT elf64-x86-64.lo -MD -MP -MF .deps/elf64-x86-64.Tpo -c ../../../src/binutils/bfd/elf64-x86-64.c -o elf64-x86-64.o
mv -f .deps/elf64-x86-64.Tpo .deps/elf64-x86-64.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT cpu-i386.lo -MD -MP -MF .deps/cpu-i386.Tpo -c -o cpu-i386.lo ../../../src/binutils/bfd/cpu-i386.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT cpu-i386.lo -MD -MP -MF .deps/cpu-i386.Tpo -c ../../../src/binutils/bfd/cpu-i386.c -o cpu-i386.o
mv -f .deps/cpu-i386.Tpo .deps/cpu-i386.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT cpu-powerpc.lo -MD -MP -MF .deps/cpu-powerpc.Tpo -c -o cpu-powerpc.lo ../../../src/binutils/bfd/cpu-powerpc.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT cpu-powerpc.lo -MD -MP -MF .deps/cpu-powerpc.Tpo -c ../../../src/binutils/bfd/cpu-powerpc.c -o cpu-powerpc.o
mv -f .deps/cpu-powerpc.Tpo .deps/cpu-powerpc.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT cpu-rs6000.lo -MD -MP -MF .deps/cpu-rs6000.Tpo -c -o cpu-rs6000.lo ../../../src/binutils/bfd/cpu-rs6000.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT cpu-rs6000.lo -MD -MP -MF .deps/cpu-rs6000.Tpo -c ../../../src/binutils/bfd/cpu-rs6000.c -o cpu-rs6000.o
mv -f .deps/cpu-rs6000.Tpo .deps/cpu-rs6000.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT cpu-arm.lo -MD -MP -MF .deps/cpu-arm.Tpo -c -o cpu-arm.lo ../../../src/binutils/bfd/cpu-arm.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT cpu-arm.lo -MD -MP -MF .deps/cpu-arm.Tpo -c ../../../src/binutils/bfd/cpu-arm.c -o cpu-arm.o
mv -f .deps/cpu-arm.Tpo .deps/cpu-arm.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT cpu-mips.lo -MD -MP -MF .deps/cpu-mips.Tpo -c -o cpu-mips.lo ../../../src/binutils/bfd/cpu-mips.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT cpu-mips.lo -MD -MP -MF .deps/cpu-mips.Tpo -c ../../../src/binutils/bfd/cpu-mips.c -o cpu-mips.o
mv -f .deps/cpu-mips.Tpo .deps/cpu-mips.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT cpu-microblaze.lo -MD -MP -MF .deps/cpu-microblaze.Tpo -c -o cpu-microblaze.lo ../../../src/binutils/bfd/cpu-microblaze.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT cpu-microblaze.lo -MD -MP -MF .deps/cpu-microblaze.Tpo -c ../../../src/binutils/bfd/cpu-microblaze.c -o cpu-microblaze.o
mv -f .deps/cpu-microblaze.Tpo .deps/cpu-microblaze.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT cpu-sparc.lo -MD -MP -MF .deps/cpu-sparc.Tpo -c -o cpu-sparc.lo ../../../src/binutils/bfd/cpu-sparc.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT cpu-sparc.lo -MD -MP -MF .deps/cpu-sparc.Tpo -c ../../../src/binutils/bfd/cpu-sparc.c -o cpu-sparc.o
mv -f .deps/cpu-sparc.Tpo .deps/cpu-sparc.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT cpu-l1om.lo -MD -MP -MF .deps/cpu-l1om.Tpo -c -o cpu-l1om.lo ../../../src/binutils/bfd/cpu-l1om.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT cpu-l1om.lo -MD -MP -MF .deps/cpu-l1om.Tpo -c ../../../src/binutils/bfd/cpu-l1om.c -o cpu-l1om.o
mv -f .deps/cpu-l1om.Tpo .deps/cpu-l1om.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT cpu-k1om.lo -MD -MP -MF .deps/cpu-k1om.Tpo -c -o cpu-k1om.lo ../../../src/binutils/bfd/cpu-k1om.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT cpu-k1om.lo -MD -MP -MF .deps/cpu-k1om.Tpo -c ../../../src/binutils/bfd/cpu-k1om.c -o cpu-k1om.o
mv -f .deps/cpu-k1om.Tpo .deps/cpu-k1om.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR='"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c -o archive64.lo ../../../src/binutils/bfd/archive64.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/bfd -I. -I../../../src/binutils/bfd -I../../../src/binutils/bfd/../include -DHAVE_mach_o_x86_64_vec -DHAVE_mach_o_i386_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_be_vec -DHAVE_mach_o_fat_vec -DHAVE_pef_vec -DHAVE_pef_xlib_vec -DHAVE_sym_vec -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_powerpc_vec -DHAVE_rs6000coff_vec -DHAVE_bfd_elf32_powerpcle_vec -DHAVE_ppcboot_vec -DHAVE_bfd_elf64_powerpc_vec -DHAVE_bfd_elf64_powerpcle_vec -DHAVE_rs6000coff64_vec -DHAVE_aix5coff64_vec -DHAVE_bfd_elf32_microblaze_vec -DHAVE_bfd_elf32_microblazeel_vec -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_bfd_elf64_x86_64_vec -DHAVE_bfd_elf32_x86_64_vec -DHAVE_bfd_elf64_l1om_vec -DHAVE_bfd_elf64_k1om_vec -I./../intl -DBINDIR=\"/Library/Caches/Homebrew/ellcc--svn-HEAD/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c ../../../src/binutils/bfd/archive64.c -o archive64.o
mv -f .deps/archive64.Tpo .deps/archive64.Plo
rm -f tofiles
f=""; \
for i in mach-o-x86-64.lo mach-o-i386.lo mach-o.lo pef.lo xsym.lo elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo dwarf1.lo elf32-gen.lo elf32-mips.lo elfxx-mips.lo ecofflink.lo elf64-mips.lo elf64.lo elf64-gen.lo elf32-ppc.lo coff-rs6000.lo xcofflink.lo ppcboot.lo elf64-ppc.lo coff64-rs6000.lo aix5ppc-core.lo elf32-microblaze.lo elf32-i386.lo elf-ifunc.lo coff-i386.lo cofflink.lo elf32-sparc.lo elfxx-sparc.lo sunos.lo aout32.lo elf64-x86-64.lo cpu-i386.lo cpu-powerpc.lo cpu-rs6000.lo cpu-arm.lo cpu-mips.lo cpu-microblaze.lo cpu-sparc.lo cpu-l1om.lo cpu-k1om.lo archive64.lo ; do \
case " $f " in \
*" $i "*) ;; \
*) f="$f $i" ;; \
esac ; \
done ; \
echo $f > tofiles
/bin/sh ../../../src/binutils/bfd/../move-if-change tofiles ofiles
touch stamp-ofiles
/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -release `cat libtool-soversion` -Wl,-no_pie -o libbfd.la -rpath /Library/Caches/Homebrew/ellcc--svn-HEAD/lib/lib archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo cache.lo coffgen.lo corefile.lo format.lo init.lo libbfd.lo opncls.lo reloc.lo section.lo syms.lo targets.lo hash.lo linker.lo srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo merge.lo dwarf2.lo simple.lo compress.lo verilog.lo `cat ofiles` -lz
libtool: link: ar rc .libs/libbfd.a archive.o archures.o bfd.o bfdio.o bfdwin.o cache.o coffgen.o corefile.o format.o init.o libbfd.o opncls.o reloc.o section.o syms.o targets.o hash.o linker.o srec.o binary.o tekhex.o ihex.o stabs.o stab-syms.o merge.o dwarf2.o simple.o compress.o verilog.o mach-o-x86-64.o mach-o-i386.o mach-o.o pef.o xsym.o elf32-arm.o elf32.o elf-nacl.o elf-vxworks.o elf.o elflink.o elf-attrs.o elf-strtab.o elf-eh-frame.o dwarf1.o elf32-gen.o elf32-mips.o elfxx-mips.o ecofflink.o elf64-mips.o elf64.o elf64-gen.o elf32-ppc.o coff-rs6000.o xcofflink.o ppcboot.o elf64-ppc.o coff64-rs6000.o aix5ppc-core.o elf32-microblaze.o elf32-i386.o elf-ifunc.o coff-i386.o cofflink.o elf32-sparc.o elfxx-sparc.o sunos.o aout32.o elf64-x86-64.o cpu-i386.o cpu-powerpc.o cpu-rs6000.o cpu-arm.o cpu-mips.o cpu-microblaze.o cpu-sparc.o cpu-l1om.o cpu-k1om.o archive64.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libbfd.a(bfdwin.o) has no symbols
libtool: link: ranlib .libs/libbfd.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libbfd.a(bfdwin.o) has no symbols
libtool: link: ( cd ".libs" && rm -f "libbfd.la" && ln -s "../libbfd.la" "libbfd.la" )
libtooldir=`/bin/sh ./libtool --config | sed -n -e 's/^objdir=//p'`; \
if [ -f $libtooldir/libbfd.a ]; then \
cp $libtooldir/libbfd.a libbfd.tmp; \
ranlib libbfd.tmp; \
/bin/sh ../../../src/binutils/bfd/../move-if-change libbfd.tmp libbfd.a; \
else true; fi
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libbfd.tmp(bfdwin.o) has no symbols
touch stamp-lib
mkdir ./opcodes
Configuring in ./opcodes
configure: creating cache ./config.cache
checking build system type... x86_64-apple-darwin13.0.0
checking host system type... x86_64-apple-darwin13.0.0
checking target system type... x86_64-apple-darwin13.0.0
checking for x86_64-apple-darwin13.0.0-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/local/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p
checking for gawk... gawk
checking whether /Applications/Xcode.app/Contents/Developer/usr/bin/make sets $(MAKE)... yes
checking for style of include used by /Applications/Xcode.app/Contents/Developer/usr/bin/make... GNU
checking dependency style of gcc... gcc3
checking for x86_64-apple-darwin13.0.0-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... /usr/bin/grep
checking for egrep... /usr/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 x86_64-apple-darwin13.0.0-ar... ar
checking for x86_64-apple-darwin13.0.0-ranlib... ranlib
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/local/bin/gsed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
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... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
checking for x86_64-apple-darwin13.0.0-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-apple-darwin13.0.0-ar... (cached) ar
checking for x86_64-apple-darwin13.0.0-strip... no
checking for strip... strip
checking for x86_64-apple-darwin13.0.0-ranlib... (cached) ranlib
checking command to parse nm output from gcc object... ok
checking for x86_64-apple-darwin13.0.0-dsymutil... no
checking for dsymutil... dsymutil
checking for x86_64-apple-darwin13.0.0-nmedit... no
checking for nmedit... nmedit
checking for x86_64-apple-darwin13.0.0-lipo... no
checking for lipo... lipo
checking for x86_64-apple-darwin13.0.0-otool... no
checking for otool... otool
checking for x86_64-apple-darwin13.0.0-otool64... no
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fno-common -DPIC
checking if gcc PIC flag -fno-common -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 (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin13.0.0 dyld
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
Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value
checking whether gcc supports -Wmissing-field-initializers... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether to install libbfd... yes
checking whether NLS is requested... yes
checking for catalogs to be installed... da de es fi fr ga id it nl pt_BR ro sv tr uk vi zh_CN da de es fi fr ga id it nl pt_BR ro sv tr uk vi zh_CN
checking whether NLS is requested... yes
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for stdlib.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking whether string.h and strings.h may both be included... yes
checking whether basename is declared... no
checking whether stpcpy is declared... yes
checking linker --as-needed support... no
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
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: creating po/POTFILES
config.status: creating po/Makefile
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive
Making all in .
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/opcodes -I. -I../../../src/binutils/opcodes -I../bfd -I../../../src/binutils/opcodes/../include -I../../../src/binutils/opcodes/../bfd -I./../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT dis-buf.lo -MD -MP -MF .deps/dis-buf.Tpo -c -o dis-buf.lo ../../../src/binutils/opcodes/dis-buf.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/opcodes -I. -I../../../src/binutils/opcodes -I../bfd -I../../../src/binutils/opcodes/../include -I../../../src/binutils/opcodes/../bfd -I./../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT dis-buf.lo -MD -MP -MF .deps/dis-buf.Tpo -c ../../../src/binutils/opcodes/dis-buf.c -o dis-buf.o
mv -f .deps/dis-buf.Tpo .deps/dis-buf.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/opcodes -I. -I../../../src/binutils/opcodes -I../bfd -I../../../src/binutils/opcodes/../include -I../../../src/binutils/opcodes/../bfd -I./../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT disassemble.lo -MD -MP -MF .deps/disassemble.Tpo -c -o disassemble.lo -DARCH_i386 -DARCH_powerpc -DARCH_rs6000 -DARCH_arm -DARCH_mips -DARCH_microblaze -DARCH_sparc -DARCH_l1om -DARCH_k1om ../../../src/binutils/opcodes/disassemble.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/opcodes -I. -I../../../src/binutils/opcodes -I../bfd -I../../../src/binutils/opcodes/../include -I../../../src/binutils/opcodes/../bfd -I./../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT disassemble.lo -MD -MP -MF .deps/disassemble.Tpo -c -DARCH_i386 -DARCH_powerpc -DARCH_rs6000 -DARCH_arm -DARCH_mips -DARCH_microblaze -DARCH_sparc -DARCH_l1om -DARCH_k1om ../../../src/binutils/opcodes/disassemble.c -o disassemble.o
mv -f .deps/disassemble.Tpo .deps/disassemble.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/opcodes -I. -I../../../src/binutils/opcodes -I../bfd -I../../../src/binutils/opcodes/../include -I../../../src/binutils/opcodes/../bfd -I./../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT dis-init.lo -MD -MP -MF .deps/dis-init.Tpo -c -o dis-init.lo ../../../src/binutils/opcodes/dis-init.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/opcodes -I. -I../../../src/binutils/opcodes -I../bfd -I../../../src/binutils/opcodes/../include -I../../../src/binutils/opcodes/../bfd -I./../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT dis-init.lo -MD -MP -MF .deps/dis-init.Tpo -c ../../../src/binutils/opcodes/dis-init.c -o dis-init.o
mv -f .deps/dis-init.Tpo .deps/dis-init.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/opcodes -I. -I../../../src/binutils/opcodes -I../bfd -I../../../src/binutils/opcodes/../include -I../../../src/binutils/opcodes/../bfd -I./../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT i386-dis.lo -MD -MP -MF .deps/i386-dis.Tpo -c -o i386-dis.lo ../../../src/binutils/opcodes/i386-dis.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/opcodes -I. -I../../../src/binutils/opcodes -I../bfd -I../../../src/binutils/opcodes/../include -I../../../src/binutils/opcodes/../bfd -I./../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT i386-dis.lo -MD -MP -MF .deps/i386-dis.Tpo -c ../../../src/binutils/opcodes/i386-dis.c -o i386-dis.o
mv -f .deps/i386-dis.Tpo .deps/i386-dis.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/opcodes -I. -I../../../src/binutils/opcodes -I../bfd -I../../../src/binutils/opcodes/../include -I../../../src/binutils/opcodes/../bfd -I./../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT i386-opc.lo -MD -MP -MF .deps/i386-opc.Tpo -c -o i386-opc.lo ../../../src/binutils/opcodes/i386-opc.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/opcodes -I. -I../../../src/binutils/opcodes -I../bfd -I../../../src/binutils/opcodes/../include -I../../../src/binutils/opcodes/../bfd -I./../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT i386-opc.lo -MD -MP -MF .deps/i386-opc.Tpo -c ../../../src/binutils/opcodes/i386-opc.c -o i386-opc.o
mv -f .deps/i386-opc.Tpo .deps/i386-opc.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/opcodes -I. -I../../../src/binutils/opcodes -I../bfd -I../../../src/binutils/opcodes/../include -I../../../src/binutils/opcodes/../bfd -I./../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT ppc-dis.lo -MD -MP -MF .deps/ppc-dis.Tpo -c -o ppc-dis.lo ../../../src/binutils/opcodes/ppc-dis.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/opcodes -I. -I../../../src/binutils/opcodes -I../bfd -I../../../src/binutils/opcodes/../include -I../../../src/binutils/opcodes/../bfd -I./../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT ppc-dis.lo -MD -MP -MF .deps/ppc-dis.Tpo -c ../../../src/binutils/opcodes/ppc-dis.c -o ppc-dis.o
mv -f .deps/ppc-dis.Tpo .deps/ppc-dis.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/opcodes -I. -I../../../src/binutils/opcodes -I../bfd -I../../../src/binutils/opcodes/../include -I../../../src/binutils/opcodes/../bfd -I./../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT ppc-opc.lo -MD -MP -MF .deps/ppc-opc.Tpo -c -o ppc-opc.lo ../../../src/binutils/opcodes/ppc-opc.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/opcodes -I. -I../../../src/binutils/opcodes -I../bfd -I../../../src/binutils/opcodes/../include -I../../../src/binutils/opcodes/../bfd -I./../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT ppc-opc.lo -MD -MP -MF .deps/ppc-opc.Tpo -c ../../../src/binutils/opcodes/ppc-opc.c -o ppc-opc.o
mv -f .deps/ppc-opc.Tpo .deps/ppc-opc.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/opcodes -I. -I../../../src/binutils/opcodes -I../bfd -I../../../src/binutils/opcodes/../include -I../../../src/binutils/opcodes/../bfd -I./../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT arm-dis.lo -MD -MP -MF .deps/arm-dis.Tpo -c -o arm-dis.lo ../../../src/binutils/opcodes/arm-dis.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/opcodes -I. -I../../../src/binutils/opcodes -I../bfd -I../../../src/binutils/opcodes/../include -I../../../src/binutils/opcodes/../bfd -I./../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT arm-dis.lo -MD -MP -MF .deps/arm-dis.Tpo -c ../../../src/binutils/opcodes/arm-dis.c -o arm-dis.o
mv -f .deps/arm-dis.Tpo .deps/arm-dis.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/opcodes -I. -I../../../src/binutils/opcodes -I../bfd -I../../../src/binutils/opcodes/../include -I../../../src/binutils/opcodes/../bfd -I./../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT mips-dis.lo -MD -MP -MF .deps/mips-dis.Tpo -c -o mips-dis.lo ../../../src/binutils/opcodes/mips-dis.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/opcodes -I. -I../../../src/binutils/opcodes -I../bfd -I../../../src/binutils/opcodes/../include -I../../../src/binutils/opcodes/../bfd -I./../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT mips-dis.lo -MD -MP -MF .deps/mips-dis.Tpo -c ../../../src/binutils/opcodes/mips-dis.c -o mips-dis.o
mv -f .deps/mips-dis.Tpo .deps/mips-dis.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/opcodes -I. -I../../../src/binutils/opcodes -I../bfd -I../../../src/binutils/opcodes/../include -I../../../src/binutils/opcodes/../bfd -I./../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT mips-opc.lo -MD -MP -MF .deps/mips-opc.Tpo -c -o mips-opc.lo ../../../src/binutils/opcodes/mips-opc.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/opcodes -I. -I../../../src/binutils/opcodes -I../bfd -I../../../src/binutils/opcodes/../include -I../../../src/binutils/opcodes/../bfd -I./../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT mips-opc.lo -MD -MP -MF .deps/mips-opc.Tpo -c ../../../src/binutils/opcodes/mips-opc.c -o mips-opc.o
mv -f .deps/mips-opc.Tpo .deps/mips-opc.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/opcodes -I. -I../../../src/binutils/opcodes -I../bfd -I../../../src/binutils/opcodes/../include -I../../../src/binutils/opcodes/../bfd -I./../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT mips16-opc.lo -MD -MP -MF .deps/mips16-opc.Tpo -c -o mips16-opc.lo ../../../src/binutils/opcodes/mips16-opc.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/opcodes -I. -I../../../src/binutils/opcodes -I../bfd -I../../../src/binutils/opcodes/../include -I../../../src/binutils/opcodes/../bfd -I./../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT mips16-opc.lo -MD -MP -MF .deps/mips16-opc.Tpo -c ../../../src/binutils/opcodes/mips16-opc.c -o mips16-opc.o
mv -f .deps/mips16-opc.Tpo .deps/mips16-opc.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/opcodes -I. -I../../../src/binutils/opcodes -I../bfd -I../../../src/binutils/opcodes/../include -I../../../src/binutils/opcodes/../bfd -I./../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT micromips-opc.lo -MD -MP -MF .deps/micromips-opc.Tpo -c -o micromips-opc.lo ../../../src/binutils/opcodes/micromips-opc.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/opcodes -I. -I../../../src/binutils/opcodes -I../bfd -I../../../src/binutils/opcodes/../include -I../../../src/binutils/opcodes/../bfd -I./../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT micromips-opc.lo -MD -MP -MF .deps/micromips-opc.Tpo -c ../../../src/binutils/opcodes/micromips-opc.c -o micromips-opc.o
mv -f .deps/micromips-opc.Tpo .deps/micromips-opc.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/opcodes -I. -I../../../src/binutils/opcodes -I../bfd -I../../../src/binutils/opcodes/../include -I../../../src/binutils/opcodes/../bfd -I./../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT microblaze-dis.lo -MD -MP -MF .deps/microblaze-dis.Tpo -c -o microblaze-dis.lo ../../../src/binutils/opcodes/microblaze-dis.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/opcodes -I. -I../../../src/binutils/opcodes -I../bfd -I../../../src/binutils/opcodes/../include -I../../../src/binutils/opcodes/../bfd -I./../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT microblaze-dis.lo -MD -MP -MF .deps/microblaze-dis.Tpo -c ../../../src/binutils/opcodes/microblaze-dis.c -o microblaze-dis.o
mv -f .deps/microblaze-dis.Tpo .deps/microblaze-dis.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/opcodes -I. -I../../../src/binutils/opcodes -I../bfd -I../../../src/binutils/opcodes/../include -I../../../src/binutils/opcodes/../bfd -I./../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT sparc-dis.lo -MD -MP -MF .deps/sparc-dis.Tpo -c -o sparc-dis.lo ../../../src/binutils/opcodes/sparc-dis.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/opcodes -I. -I../../../src/binutils/opcodes -I../bfd -I../../../src/binutils/opcodes/../include -I../../../src/binutils/opcodes/../bfd -I./../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT sparc-dis.lo -MD -MP -MF .deps/sparc-dis.Tpo -c ../../../src/binutils/opcodes/sparc-dis.c -o sparc-dis.o
mv -f .deps/sparc-dis.Tpo .deps/sparc-dis.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/opcodes -I. -I../../../src/binutils/opcodes -I../bfd -I../../../src/binutils/opcodes/../include -I../../../src/binutils/opcodes/../bfd -I./../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT sparc-opc.lo -MD -MP -MF .deps/sparc-opc.Tpo -c -o sparc-opc.lo ../../../src/binutils/opcodes/sparc-opc.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/opcodes -I. -I../../../src/binutils/opcodes -I../bfd -I../../../src/binutils/opcodes/../include -I../../../src/binutils/opcodes/../bfd -I./../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -MT sparc-opc.lo -MD -MP -MF .deps/sparc-opc.Tpo -c ../../../src/binutils/opcodes/sparc-opc.c -o sparc-opc.o
mv -f .deps/sparc-opc.Tpo .deps/sparc-opc.Plo
/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -release `cat ../bfd/libtool-soversion` -Wl,-no_pie -o libopcodes.la -rpath /Library/Caches/Homebrew/ellcc--svn-HEAD/lib/lib dis-buf.lo disassemble.lo dis-init.lo i386-dis.lo i386-opc.lo ppc-dis.lo ppc-opc.lo arm-dis.lo mips-dis.lo mips-opc.lo mips16-opc.lo micromips-opc.lo microblaze-dis.lo sparc-dis.lo sparc-opc.lo
libtool: link: ar rc .libs/libopcodes.a dis-buf.o disassemble.o dis-init.o i386-dis.o i386-opc.o ppc-dis.o ppc-opc.o arm-dis.o mips-dis.o mips-opc.o mips16-opc.o micromips-opc.o microblaze-dis.o sparc-dis.o sparc-opc.o
libtool: link: ranlib .libs/libopcodes.a
libtool: link: ( cd ".libs" && rm -f "libopcodes.la" && ln -s "../libopcodes.la" "libopcodes.la" )
libtooldir=`/bin/sh ./libtool --config | sed -n -e 's/^objdir=//p'`; \
if [ -f $libtooldir/libopcodes.a ]; then \
cp $libtooldir/libopcodes.a libopcodes.tmp; \
ranlib libopcodes.tmp; \
/bin/sh ../../../src/binutils/opcodes/../move-if-change libopcodes.tmp libopcodes.a; \
else true; fi
touch stamp-lib
Making all in po
make[4]: Nothing to be done for `all'.
mkdir ./binutils
Configuring in ./binutils
configure: creating cache ./config.cache
checking build system type... x86_64-apple-darwin13.0.0
checking host system type... x86_64-apple-darwin13.0.0
checking target system type... x86_64-apple-darwin13.0.0
checking for x86_64-apple-darwin13.0.0-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/local/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p
checking for gawk... gawk
checking whether /Applications/Xcode.app/Contents/Developer/usr/bin/make sets $(MAKE)... yes
checking for style of include used by /Applications/Xcode.app/Contents/Developer/usr/bin/make... GNU
checking dependency style of gcc... gcc3
checking for x86_64-apple-darwin13.0.0-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... /usr/bin/grep
checking for egrep... /usr/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 how to print strings... printf
checking for a sed that does not truncate output... /usr/local/bin/gsed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
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... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
checking for x86_64-apple-darwin13.0.0-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-apple-darwin13.0.0-ar... ar
checking for x86_64-apple-darwin13.0.0-strip... no
checking for strip... strip
checking for x86_64-apple-darwin13.0.0-ranlib... ranlib
checking command to parse nm output from gcc object... ok
checking for x86_64-apple-darwin13.0.0-dsymutil... no
checking for dsymutil... dsymutil
checking for x86_64-apple-darwin13.0.0-nmedit... no
checking for nmedit... nmedit
checking for x86_64-apple-darwin13.0.0-lipo... no
checking for lipo... lipo
checking for x86_64-apple-darwin13.0.0-otool... no
checking for otool... otool
checking for x86_64-apple-darwin13.0.0-otool64... no
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fno-common -DPIC
checking if gcc PIC flag -fno-common -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 (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin13.0.0 dyld
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
Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -Wno-shadow
checking for bison... bison -y
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -ll
checking whether yytext is a pointer... yes
checking whether NLS is requested... yes
checking for catalogs to be installed... bg da es fi fr hr id it ja ro ru rw sk sv tr uk vi zh_CN zh_TW bg da es fi fr hr id it ja ro ru rw sk sv tr uk vi zh_CN zh_TW
checking whether NLS is requested... yes
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-apple-darwin13.0.0-ranlib... (cached) ranlib
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for stdlib.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 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 sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether string.h and strings.h may both be included... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for sbrk... yes
checking for utimes... yes
checking for setmode... yes
checking for getc_unlocked... yes
checking for strcoll... yes
checking for setlocale... yes
checking for mkstemp... yes
checking for mkdtemp... yes
checking for mbstate_t... yes
checking for library containing frexp... none required
checking for LC_MESSAGES... yes
checking for time_t in time.h... yes
checking for time_t in sys/types.h... yes
checking for a known getopt prototype in unistd.h... yes
checking for utime.h... yes
checking whether environ is declared... no
checking whether fprintf is declared... yes
checking whether getc_unlocked is declared... yes
checking whether getenv is declared... yes
checking whether sbrk is declared... yes
checking whether snprintf is declared... yes
checking whether stpcpy is declared... yes
checking whether strnlen is declared... yes
checking whether strstr is declared... yes
checking whether vsnprintf is declared... yes
checking for library containing zlibVersion... -lz
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking for ld used by GCC... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for shared library run path origin... done
checking for iconv... yes
checking how to link with libiconv... -liconv
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 doc/Makefile
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: creating po/POTFILES
config.status: creating po/Makefile
/bin/sh ../../../src/binutils/binutils/../ylwrap ../../../src/binutils/binutils/sysinfo.y y.tab.c sysinfo.c y.tab.h sysinfo.h y.output sysinfo.output -- bison -y -d
conflicts: 1 shift/reduce
updating sysinfo.h
if [ -r sysinfo.c ]; then \
gcc -c -I. -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -Wno-shadow -Wno-error sysinfo.c ; \
else \
gcc -c -I. -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -Wno-shadow -Wno-error ../../../src/binutils/binutils/sysinfo.c ; \
fi
gcc -c -I. -I../../../src/binutils/binutils -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -Wno-shadow -Wno-error ../../../src/binutils/binutils/syslex_wrap.c
gcc -o sysinfo sysinfo.o syslex_wrap.o
./sysinfo -d <../../../src/binutils/binutils/sysroff.info >sysroff.h
Making info in doc
if test -f cxxfilt.man; then \
man=cxxfilt.man; \
else \
man=../../../../src/binutils/binutils/doc/cxxfilt.man; \
fi; \
sed -e 's/@PROGRAM@/c++filt/' \
-e 's/cxxfilt/c++filt/' < $man \
> c++filt.1
Making info in po
make[3]: Nothing to be done for `info'.
make[3]: Nothing to be done for `info-am'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive
Making all in doc
make[4]: Nothing to be done for `all'.
Making all in po
make[4]: Nothing to be done for `all'.
gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/binutils -I. -I../../../src/binutils/binutils -I../bfd -I../../../src/binutils/binutils/../bfd -I../../../src/binutils/binutils/../include -I./../intl -DLOCALEDIR="\"/Library/Caches/Homebrew/ellcc--svn-HEAD/lib/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -Wno-shadow -MT size.o -MD -MP -MF .deps/size.Tpo -c -o size.o ../../../src/binutils/binutils/size.c
mv -f .deps/size.Tpo .deps/size.Po
gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/binutils -I. -I../../../src/binutils/binutils -I../bfd -I../../../src/binutils/binutils/../bfd -I../../../src/binutils/binutils/../include -I./../intl -DLOCALEDIR="\"/Library/Caches/Homebrew/ellcc--svn-HEAD/lib/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -Wno-shadow -MT bucomm.o -MD -MP -MF .deps/bucomm.Tpo -c -o bucomm.o ../../../src/binutils/binutils/bucomm.c
mv -f .deps/bucomm.Tpo .deps/bucomm.Po
gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/binutils -I. -I../../../src/binutils/binutils -I../bfd -I../../../src/binutils/binutils/../bfd -I../../../src/binutils/binutils/../include -I./../intl -DLOCALEDIR="\"/Library/Caches/Homebrew/ellcc--svn-HEAD/lib/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -Wno-shadow -MT version.o -MD -MP -MF .deps/version.Tpo -c -o version.o ../../../src/binutils/binutils/version.c
mv -f .deps/version.Tpo .deps/version.Po
gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/binutils -I. -I../../../src/binutils/binutils -I../bfd -I../../../src/binutils/binutils/../bfd -I../../../src/binutils/binutils/../include -I./../intl -DLOCALEDIR="\"/Library/Caches/Homebrew/ellcc--svn-HEAD/lib/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -Wno-shadow -MT filemode.o -MD -MP -MF .deps/filemode.Tpo -c -o filemode.o ../../../src/binutils/binutils/filemode.c
mv -f .deps/filemode.Tpo .deps/filemode.Po
/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -Wno-shadow -Wl,-no_pie -o size size.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a ./../intl/libintl.a -liconv -lz
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -Wno-shadow -Wl,-no_pie -o size size.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a ../libiberty/libiberty.a ./../intl/libintl.a -liconv -lz
gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/binutils -I. -I../../../src/binutils/binutils -I../bfd -I../../../src/binutils/binutils/../bfd -I../../../src/binutils/binutils/../include -I./../intl -DLOCALEDIR="\"/Library/Caches/Homebrew/ellcc--svn-HEAD/lib/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -Wno-shadow -MT objdump.o -MD -MP -MF .deps/objdump.Tpo -c -o objdump.o -DOBJDUMP_PRIVATE_VECTORS=" &objdump_private_desc_mach_o," ../../../src/binutils/binutils/objdump.c
mv -f .deps/objdump.Tpo .deps/objdump.Po
gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/binutils -I. -I../../../src/binutils/binutils -I../bfd -I../../../src/binutils/binutils/../bfd -I../../../src/binutils/binutils/../include -I./../intl -DLOCALEDIR="\"/Library/Caches/Homebrew/ellcc--svn-HEAD/lib/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -Wno-shadow -MT dwarf.o -MD -MP -MF .deps/dwarf.Tpo -c -o dwarf.o ../../../src/binutils/binutils/dwarf.c
mv -f .deps/dwarf.Tpo .deps/dwarf.Po
gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/binutils -I. -I../../../src/binutils/binutils -I../bfd -I../../../src/binutils/binutils/../bfd -I../../../src/binutils/binutils/../include -I./../intl -DLOCALEDIR="\"/Library/Caches/Homebrew/ellcc--svn-HEAD/lib/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -Wno-shadow -MT prdbg.o -MD -MP -MF .deps/prdbg.Tpo -c -o prdbg.o ../../../src/binutils/binutils/prdbg.c
mv -f .deps/prdbg.Tpo .deps/prdbg.Po
gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/binutils -I. -I../../../src/binutils/binutils -I../bfd -I../../../src/binutils/binutils/../bfd -I../../../src/binutils/binutils/../include -I./../intl -DLOCALEDIR="\"/Library/Caches/Homebrew/ellcc--svn-HEAD/lib/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -Wno-shadow -MT rddbg.o -MD -MP -MF .deps/rddbg.Tpo -c -o rddbg.o ../../../src/binutils/binutils/rddbg.c
mv -f .deps/rddbg.Tpo .deps/rddbg.Po
gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/binutils -I. -I../../../src/binutils/binutils -I../bfd -I../../../src/binutils/binutils/../bfd -I../../../src/binutils/binutils/../include -I./../intl -DLOCALEDIR="\"/Library/Caches/Homebrew/ellcc--svn-HEAD/lib/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -Wno-shadow -MT debug.o -MD -MP -MF .deps/debug.Tpo -c -o debug.o ../../../src/binutils/binutils/debug.c
mv -f .deps/debug.Tpo .deps/debug.Po
gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/binutils -I. -I../../../src/binutils/binutils -I../bfd -I../../../src/binutils/binutils/../bfd -I../../../src/binutils/binutils/../include -I./../intl -DLOCALEDIR="\"/Library/Caches/Homebrew/ellcc--svn-HEAD/lib/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -Wno-shadow -MT stabs.o -MD -MP -MF .deps/stabs.Tpo -c -o stabs.o ../../../src/binutils/binutils/stabs.c
mv -f .deps/stabs.Tpo .deps/stabs.Po
gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/binutils -I. -I../../../src/binutils/binutils -I../bfd -I../../../src/binutils/binutils/../bfd -I../../../src/binutils/binutils/../include -I./../intl -DLOCALEDIR="\"/Library/Caches/Homebrew/ellcc--svn-HEAD/lib/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -Wno-shadow -MT ieee.o -MD -MP -MF .deps/ieee.Tpo -c -o ieee.o ../../../src/binutils/binutils/ieee.c
mv -f .deps/ieee.Tpo .deps/ieee.Po
gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/binutils -I. -I../../../src/binutils/binutils -I../bfd -I../../../src/binutils/binutils/../bfd -I../../../src/binutils/binutils/../include -I./../intl -DLOCALEDIR="\"/Library/Caches/Homebrew/ellcc--svn-HEAD/lib/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -Wno-shadow -MT rdcoff.o -MD -MP -MF .deps/rdcoff.Tpo -c -o rdcoff.o ../../../src/binutils/binutils/rdcoff.c
mv -f .deps/rdcoff.Tpo .deps/rdcoff.Po
gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/binutils -I. -I../../../src/binutils/binutils -I../bfd -I../../../src/binutils/binutils/../bfd -I../../../src/binutils/binutils/../include -I./../intl -DLOCALEDIR="\"/Library/Caches/Homebrew/ellcc--svn-HEAD/lib/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -Wno-shadow -MT elfcomm.o -MD -MP -MF .deps/elfcomm.Tpo -c -o elfcomm.o ../../../src/binutils/binutils/elfcomm.c
mv -f .deps/elfcomm.Tpo .deps/elfcomm.Po
gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/binutils -I. -I../../../src/binutils/binutils -I../bfd -I../../../src/binutils/binutils/../bfd -I../../../src/binutils/binutils/../include -I./../intl -DLOCALEDIR="\"/Library/Caches/Homebrew/ellcc--svn-HEAD/lib/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -Wno-shadow -MT od-macho.o -MD -MP -MF .deps/od-macho.Tpo -c -o od-macho.o ../../../src/binutils/binutils/od-macho.c
mv -f .deps/od-macho.Tpo .deps/od-macho.Po
/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -Wno-shadow -Wl,-no_pie -o objdump objdump.o dwarf.o prdbg.o rddbg.o debug.o stabs.o ieee.o rdcoff.o bucomm.o version.o filemode.o elfcomm.o od-macho.o ../opcodes/libopcodes.la ../bfd/libbfd.la ../libiberty/libiberty.a ./../intl/libintl.a -liconv -lz
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -Wno-shadow -Wl,-no_pie -o objdump objdump.o dwarf.o prdbg.o rddbg.o debug.o stabs.o ieee.o rdcoff.o bucomm.o version.o filemode.o elfcomm.o od-macho.o ../opcodes/.libs/libopcodes.a ../bfd/.libs/libbfd.a ../libiberty/libiberty.a ./../intl/libintl.a -liconv -lz
gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/binutils -I. -I../../../src/binutils/binutils -I../bfd -I../../../src/binutils/binutils/../bfd -I../../../src/binutils/binutils/../include -I./../intl -DLOCALEDIR="\"/Library/Caches/Homebrew/ellcc--svn-HEAD/lib/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -Wno-shadow -MT arparse.o -MD -MP -MF .deps/arparse.Tpo -c -o arparse.o `test -f arparse.c || echo ../../../src/binutils/binutils/`arparse.c -Wno-error
mv -f .deps/arparse.Tpo .deps/arparse.Po
gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/binutils -I. -I../../../src/binutils/binutils -I../bfd -I../../../src/binutils/binutils/../bfd -I../../../src/binutils/binutils/../include -I./../intl -DLOCALEDIR="\"/Library/Caches/Homebrew/ellcc--svn-HEAD/lib/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -Wno-shadow -MT arlex.o -MD -MP -MF .deps/arlex.Tpo -c -o arlex.o `test -f arlex.c || echo ../../../src/binutils/binutils/`arlex.c -Wno-error
mv -f .deps/arlex.Tpo .deps/arlex.Po
gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/binutils -I. -I../../../src/binutils/binutils -I../bfd -I../../../src/binutils/binutils/../bfd -I../../../src/binutils/binutils/../include -I./../intl -DLOCALEDIR="\"/Library/Caches/Homebrew/ellcc--svn-HEAD/lib/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -Wno-shadow -MT ar.o -MD -MP -MF .deps/ar.Tpo -c -o ar.o ../../../src/binutils/binutils/ar.c
mv -f .deps/ar.Tpo .deps/ar.Po
gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/binutils -I. -I../../../src/binutils/binutils -I../bfd -I../../../src/binutils/binutils/../bfd -I../../../src/binutils/binutils/../include -I./../intl -DLOCALEDIR="\"/Library/Caches/Homebrew/ellcc--svn-HEAD/lib/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -Wno-shadow -MT not-ranlib.o -MD -MP -MF .deps/not-ranlib.Tpo -c -o not-ranlib.o ../../../src/binutils/binutils/not-ranlib.c
mv -f .deps/not-ranlib.Tpo .deps/not-ranlib.Po
gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/binutils -I. -I../../../src/binutils/binutils -I../bfd -I../../../src/binutils/binutils/../bfd -I../../../src/binutils/binutils/../include -I./../intl -DLOCALEDIR="\"/Library/Caches/Homebrew/ellcc--svn-HEAD/lib/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -Wno-shadow -MT arsup.o -MD -MP -MF .deps/arsup.Tpo -c -o arsup.o ../../../src/binutils/binutils/arsup.c
mv -f .deps/arsup.Tpo .deps/arsup.Po
gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/binutils -I. -I../../../src/binutils/binutils -I../bfd -I../../../src/binutils/binutils/../bfd -I../../../src/binutils/binutils/../include -I./../intl -DLOCALEDIR="\"/Library/Caches/Homebrew/ellcc--svn-HEAD/lib/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -Wno-shadow -MT rename.o -MD -MP -MF .deps/rename.Tpo -c -o rename.o ../../../src/binutils/binutils/rename.c
mv -f .deps/rename.Tpo .deps/rename.Po
gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/binutils -I. -I../../../src/binutils/binutils -I../bfd -I../../../src/binutils/binutils/../bfd -I../../../src/binutils/binutils/../include -I./../intl -DLOCALEDIR="\"/Library/Caches/Homebrew/ellcc--svn-HEAD/lib/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -Wno-shadow -MT binemul.o -MD -MP -MF .deps/binemul.Tpo -c -o binemul.o ../../../src/binutils/binutils/binemul.c
mv -f .deps/binemul.Tpo .deps/binemul.Po
gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/binutils -I. -I../../../src/binutils/binutils -I../bfd -I../../../src/binutils/binutils/../bfd -I../../../src/binutils/binutils/../include -I./../intl -DLOCALEDIR="\"/Library/Caches/Homebrew/ellcc--svn-HEAD/lib/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -Wno-shadow -MT emul_vanilla.o -MD -MP -MF .deps/emul_vanilla.Tpo -c -o emul_vanilla.o ../../../src/binutils/binutils/emul_vanilla.c
mv -f .deps/emul_vanilla.Tpo .deps/emul_vanilla.Po
/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -Wno-shadow -Wl,-no_pie -o ar arparse.o arlex.o ar.o not-ranlib.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -ll ./../intl/libintl.a -liconv -lz
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -Wno-shadow -Wl,-no_pie -o ar arparse.o arlex.o ar.o not-ranlib.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -ll ./../intl/libintl.a -liconv -lz
gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/binutils -I. -I../../../src/binutils/binutils -I../bfd -I../../../src/binutils/binutils/../bfd -I../../../src/binutils/binutils/../include -I./../intl -DLOCALEDIR="\"/Library/Caches/Homebrew/ellcc--svn-HEAD/lib/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -Wno-shadow -MT strings.o -MD -MP -MF .deps/strings.Tpo -c -o strings.o ../../../src/binutils/binutils/strings.c
mv -f .deps/strings.Tpo .deps/strings.Po
/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -Wno-shadow -Wl,-no_pie -o strings strings.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a ./../intl/libintl.a -liconv -lz
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -Wno-shadow -Wl,-no_pie -o strings strings.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a ../libiberty/libiberty.a ./../intl/libintl.a -liconv -lz
gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/binutils -I. -I../../../src/binutils/binutils -I../bfd -I../../../src/binutils/binutils/../bfd -I../../../src/binutils/binutils/../include -I./../intl -DLOCALEDIR="\"/Library/Caches/Homebrew/ellcc--svn-HEAD/lib/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -Wno-shadow -MT is-ranlib.o -MD -MP -MF .deps/is-ranlib.Tpo -c -o is-ranlib.o ../../../src/binutils/binutils/is-ranlib.c
mv -f .deps/is-ranlib.Tpo .deps/is-ranlib.Po
/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -Wno-shadow -Wl,-no_pie -o ranlib ar.o is-ranlib.o arparse.o arlex.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -ll ./../intl/libintl.a -liconv -lz
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -Wno-shadow -Wl,-no_pie -o ranlib ar.o is-ranlib.o arparse.o arlex.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -ll ./../intl/libintl.a -liconv -lz
gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/binutils -I. -I../../../src/binutils/binutils -I../bfd -I../../../src/binutils/binutils/../bfd -I../../../src/binutils/binutils/../include -I./../intl -DLOCALEDIR="\"/Library/Caches/Homebrew/ellcc--svn-HEAD/lib/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -Wno-shadow -MT objcopy.o -MD -MP -MF .deps/objcopy.Tpo -c -o objcopy.o ../../../src/binutils/binutils/objcopy.c
mv -f .deps/objcopy.Tpo .deps/objcopy.Po
gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/binutils -I. -I../../../src/binutils/binutils -I../bfd -I../../../src/binutils/binutils/../bfd -I../../../src/binutils/binutils/../include -I./../intl -DLOCALEDIR="\"/Library/Caches/Homebrew/ellcc--svn-HEAD/lib/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -Wno-shadow -MT not-strip.o -MD -MP -MF .deps/not-strip.Tpo -c -o not-strip.o ../../../src/binutils/binutils/not-strip.c
mv -f .deps/not-strip.Tpo .deps/not-strip.Po
gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/binutils -I. -I../../../src/binutils/binutils -I../bfd -I../../../src/binutils/binutils/../bfd -I../../../src/binutils/binutils/../include -I./../intl -DLOCALEDIR="\"/Library/Caches/Homebrew/ellcc--svn-HEAD/lib/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -Wno-shadow -MT wrstabs.o -MD -MP -MF .deps/wrstabs.Tpo -c -o wrstabs.o ../../../src/binutils/binutils/wrstabs.c
mv -f .deps/wrstabs.Tpo .deps/wrstabs.Po
/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -Wno-shadow -Wl,-no_pie -o objcopy objcopy.o not-strip.o rename.o rddbg.o debug.o stabs.o ieee.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a ./../intl/libintl.a -liconv -lz
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -Wno-shadow -Wl,-no_pie -o objcopy objcopy.o not-strip.o rename.o rddbg.o debug.o stabs.o ieee.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a ../libiberty/libiberty.a ./../intl/libintl.a -liconv -lz
gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/binutils -I. -I../../../src/binutils/binutils -I../bfd -I../../../src/binutils/binutils/../bfd -I../../../src/binutils/binutils/../include -I./../intl -DLOCALEDIR="\"/Library/Caches/Homebrew/ellcc--svn-HEAD/lib/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -Wno-shadow -MT addr2line.o -MD -MP -MF .deps/addr2line.Tpo -c -o addr2line.o ../../../src/binutils/binutils/addr2line.c
mv -f .deps/addr2line.Tpo .deps/addr2line.Po
/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -Wno-shadow -Wl,-no_pie -o addr2line addr2line.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a ./../intl/libintl.a -liconv -lz
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -Wno-shadow -Wl,-no_pie -o addr2line addr2line.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a ../libiberty/libiberty.a ./../intl/libintl.a -liconv -lz
gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/binutils -I. -I../../../src/binutils/binutils -I../bfd -I../../../src/binutils/binutils/../bfd -I../../../src/binutils/binutils/../include -I./../intl -DLOCALEDIR="\"/Library/Caches/Homebrew/ellcc--svn-HEAD/lib/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -Wno-shadow -MT readelf.o -MD -MP -MF .deps/readelf.Tpo -c -o readelf.o ../../../src/binutils/binutils/readelf.c
mv -f .deps/readelf.Tpo .deps/readelf.Po
gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/binutils -I. -I../../../src/binutils/binutils -I../bfd -I../../../src/binutils/binutils/../bfd -I../../../src/binutils/binutils/../include -I./../intl -DLOCALEDIR="\"/Library/Caches/Homebrew/ellcc--svn-HEAD/lib/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -Wno-shadow -MT unwind-ia64.o -MD -MP -MF .deps/unwind-ia64.Tpo -c -o unwind-ia64.o ../../../src/binutils/binutils/unwind-ia64.c
mv -f .deps/unwind-ia64.Tpo .deps/unwind-ia64.Po
/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -Wno-shadow -Wl,-no_pie -o readelf readelf.o version.o unwind-ia64.o dwarf.o elfcomm.o ./../intl/libintl.a -liconv ../libiberty/libiberty.a -lz
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -Wno-shadow -Wl,-no_pie -o readelf readelf.o version.o unwind-ia64.o dwarf.o elfcomm.o ./../intl/libintl.a -liconv ../libiberty/libiberty.a -lz
gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/binutils -I. -I../../../src/binutils/binutils -I../bfd -I../../../src/binutils/binutils/../bfd -I../../../src/binutils/binutils/../include -I./../intl -DLOCALEDIR="\"/Library/Caches/Homebrew/ellcc--svn-HEAD/lib/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -Wno-shadow -MT elfedit.o -MD -MP -MF .deps/elfedit.Tpo -c -o elfedit.o ../../../src/binutils/binutils/elfedit.c
mv -f .deps/elfedit.Tpo .deps/elfedit.Po
/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -Wno-shadow -Wl,-no_pie -o elfedit elfedit.o version.o elfcomm.o ./../intl/libintl.a -liconv ../libiberty/libiberty.a -lz
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -Wno-shadow -Wl,-no_pie -o elfedit elfedit.o version.o elfcomm.o ./../intl/libintl.a -liconv ../libiberty/libiberty.a -lz
gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils/binutils -I. -I../../../src/binutils/binutils -I../bfd -I../../../src/binutils/binutils/../bfd -I../../../src/binutils/binutils/../include -I./../intl -DLOCALEDIR="\"/Library/Caches/Homebrew/ellcc--svn-HEAD/lib/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -Wno-unused-value -Wno-shadow -MT nm.o -MD -MP -MF .deps/nm.Tpo -c -o nm.o ../../../src/binutils/binutils/nm.c
../../../src/binutils/binutils/nm.c:1690:28: error: 'sbrk' is deprecated
[-Werror,-Wdeprecated-declarations]
char *lim = (char *) sbrk (0);
^
/usr/include/unistd.h:582:7: note: 'sbrk' declared here
void *sbrk(int);
^
1 error generated.
make[4]: *** [nm.o] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-binutils] Error 2
make: *** [all] Error 2
hanxue-mac:ellcc--svn-HEAD hanxue$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment